applicationToScanInput
Last updated
Configuration for an individual application to be scanned.
input ApplicationToScanInput {
appId: String!
appName: String!
connectorId: String!
credentialsId: String!
}appId String!
Unique identifier of the application
appName String!
Name of the application
connectorId String!
Identifier of the connector to use for scanning
credentialsId String!
Identifier of the credentials to use for authentication
Last updated
