ImportedScan
No description
type ImportedScan {
asset: Asset
assetId: Int!
company: Company
createdAt: ISO8601DateTime!
id: ID
inProgress: Boolean
integrationId: Int!
integrationType: String!
lastCheckAt: ISO8601DateTime
organization: String
project: Project!
projectId: Int!
reference: String
referenceName: String
scopeId: Int
status: Boolean
updatedAt: ISO8601DateTime!
}
Fields
ImportedScan.asset
● Asset
object
ImportedScan.assetId
● Int!
non-null scalar
ImportedScan.company
● Company
object
ImportedScan.createdAt
● ISO8601DateTime!
non-null scalar
ImportedScan.id
● ID
scalar
ImportedScan.inProgress
● Boolean
scalar
ImportedScan.integrationId
● Int!
non-null scalar
ImportedScan.integrationType
● String!
non-null scalar
ImportedScan.lastCheckAt
● ISO8601DateTime
scalar
ImportedScan.organization
● String
scalar
ImportedScan.project
● Project!
non-null object
ImportedScan.projectId
● Int!
non-null scalar
ImportedScan.reference
● String
scalar
ImportedScan.referenceName
● String
scalar
ImportedScan.scopeId
● Int
scalar
ImportedScan.status
● Boolean
scalar
ImportedScan.updatedAt
● ISO8601DateTime!
non-null scalar
Member of
AssociateProjectData
object ● ImportedScanCollection
object ● IntegrateCheckmarxProjectPayload
object ● Integration
object ● UpdateImportedScanStatusPayload
object