ScanHistory
No description
type ScanHistory {
asset: Asset
finalState: ScanState
finishedAt: ISO8601DateTime
kind: ScanType!
logs: [String!]!
startedAt: ISO8601DateTime!
}
Fields
ScanHistory.asset ● Asset object
The asset associated with this scan history
ScanHistory.finalState ● ScanState enum
The final state of the scan
ScanHistory.finishedAt ● ISO8601DateTime scalar
The date when the scan finished
ScanHistory.kind ● ScanType! non-null enum
The type of scan performed
ScanHistory.logs ● [String!]! non-null scalar
The logs generated during the scan process
ScanHistory.startedAt ● ISO8601DateTime! non-null scalar
The date when the scan started
Member Of
ScanHistoryCollection object