AssetScansCount
Statistics about assets with and without scans
type AssetScansCount {
assetsWithScans: Int!
assetsWithoutScans: Int!
consideredScans: [String!]!
}
Fields
AssetScansCount.assetsWithScans
● Int!
non-null scalar
Number of assets with at least one scan/integration
AssetScansCount.assetsWithoutScans
● Int!
non-null scalar
Number of assets without any scans/integrations
AssetScansCount.consideredScans
● [String!]!
non-null scalar
List of scan integration types being considered in the analysis
Returned By
assetScansCount
query