View Source GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus (google_api_assured_workloads v0.16.0)

Represents the Compliance Status of this workload

Attributes

  • acknowledgedResourceViolationCount (type: integer(), default: nil) - Number of current resource violations which are not acknowledged.
  • acknowledgedViolationCount (type: integer(), default: nil) - Number of current orgPolicy violations which are acknowledged.
  • activeResourceViolationCount (type: integer(), default: nil) - Number of current resource violations which are acknowledged.
  • activeViolationCount (type: integer(), default: nil) - Number of current orgPolicy violations which are not acknowledged.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus{
    acknowledgedResourceViolationCount: integer() | nil,
    acknowledgedViolationCount: integer() | nil,
    activeResourceViolationCount: integer() | nil,
    activeViolationCount: integer() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.