PolicyViolationSummary
import type { PolicyViolationSummary } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";Metadata summarizing policy violations of child resources of the affected
resource. finding_category and resource determine the exact semantics of
the counts. For example, when
category=DATA_SECURITY_POSTURE_OBJECT_PUBLIC_ACCESS_VIOLATION and
resource='storage.googleapis.com/buckets/my-bucket-name' then this counts the
number of Cloud Storage objects in my-bucket-name which violate a Public
Access control.
interface PolicyViolationSummary {
conformantResourcesCount?: bigint;
evaluationErrorsCount?: bigint;
outOfScopeResourcesCount?: bigint;
policyViolationsCount?: bigint;
}§Properties
§
evaluationErrorsCount?: bigint
[src]Number of child resources for which errors during evaluation occurred. The evaluation result for these child resources is effectively "unknown".