View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts (google_api_policy_simulator v0.6.0)
A summary of the state of all resources scanned for compliance with the changed OrgPolicy.
Attributes
-
compliant(type:integer(), default:nil) - Output only. Number of scanned resources with zero violations. -
errors(type:integer(), default:nil) - Output only. Number of resources that returned an error when scanned. -
noncompliant(type:integer(), default:nil) - Output only. Number of scanned resources with at least one violation. -
scanned(type:integer(), default:nil) - Output only. Number of resources checked for compliance. Must equal: unenforced + noncompliant + compliant + error -
unenforced(type:integer(), default:nil) - Output only. Number of resources where the constraint was not enforced, i.e. the Policy setenforced: falsefor that resource.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.