Skip to main content

Integration

No description

type Integration {
assets: [Asset!]
checkmarxPassword: String!
checkmarxPasswordBidx: String!
checkmarxUrl: String!
checkmarxUsername: String!
createdAt: ISO8601DateTime!
id: ID!
importedScans: [ImportedScan!]
integrationType: String!
name: String
schedule: IntegrationSchedule
scopeId: Int
updatedAt: ISO8601DateTime!
}

Fields

Integration.assets ● [Asset!] list object

Integration.checkmarxPassword ● String! non-null scalar

Integration.checkmarxPasswordBidx ● String! non-null scalar

Integration.checkmarxUrl ● String! non-null scalar

Integration.checkmarxUsername ● String! non-null scalar

Integration.createdAt ● ISO8601DateTime! non-null scalar

Integration.id ● ID! non-null scalar

Integration.importedScans ● [ImportedScan!] list object

Integration.integrationType ● String! non-null scalar

Integration.name ● String scalar

Integration.schedule ● IntegrationSchedule object

Integration.scopeId ● Int scalar

Integration.updatedAt ● ISO8601DateTime! non-null scalar

Returned by

loadCheckmarxIntegration query

Member of

CreateIntegrationPayload object ● UpdateIntegrationPayload object