View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts (google_api_policy_simulator v0.3.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 set enforced: false for that resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts{
    compliant: integer() | nil,
    errors: integer() | nil,
    noncompliant: integer() | nil,
    scanned: integer() | nil,
    unenforced: integer() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.