unscannedArtifactsResponse
Response containing unscanned artifacts with filtering and pagination support.
Examples
type UnscannedArtifactsResponse {
unscannedArtifacts: [UnscannedArtifact]
offset: Int
total: Int
totalFilteredUnscannedArtifacts: Int
}Fields
Field
Description
Supported fields
unscannedArtifacts [UnscannedArtifact]
Unscanned Artifacts
id String
artifactId String
registryType String
registryName String
registryLink String
imageName String
imageTags [String]
imageCreationDate String
imageDigest String
reason String
error String
scanId String
cloudData [CloudArtifactData]
offset Int
Offset Value for Virtualization
total Int
Total Unscanned Artifacts Count
totalFilteredUnscannedArtifacts Int
Total Filtered Unscanned Artifacts Count
References
Queries using this object:
Last updated
