ImportedScan
No description
type ImportedScan {
asset: Asset
assetId: Int! @deprecated
company: Company
createdAt: ISO8601DateTime!
id: ID
inProgress: Boolean
integrationId: Int!
integrationType: String!
lastCheckAt: ISO8601DateTime
organization: String
project: Project!
projectId: Int! @deprecated
reference: String
referenceName: String
scopeId: Int @deprecated
status: Boolean
updatedAt: ISO8601DateTime!
}
Fields
ImportedScan.asset ● Asset object
ImportedScan.assetId ● Int! deprecated non-null scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'asset' to get the information that you need
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! deprecated non-null scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'project' to get the information that you need
ImportedScan.reference ● String scalar
ImportedScan.referenceName ● String scalar
ImportedScan.scopeId ● Int deprecated scalar
DEPRECATED
this field is deprecated and will be removed soon, it's highly recommended to use the field 'company' to get the information that you need
ImportedScan.status ● Boolean scalar
ImportedScan.updatedAt ● ISO8601DateTime! non-null scalar
Member Of
AssociateProjectData object ● ImportedScanCollection object ● Integration object ● UpdateImportedScanStatusPayload object