View Source GoogleApi.ServiceControl.V1.Model.OrgPolicyViolationInfo (google_api_service_control v0.44.0)

Represents OrgPolicy Violation information.

Attributes

  • payload (type: map(), default: nil) - Optional. Deprecated. Resource payload that is currently in scope and is subjected to orgpolicy conditions. This payload may be the subset of the actual Resource that may come in the request.
  • resourceTags (type: map(), default: nil) - Optional. Deprecated. Tags referenced on the resource at the time of evaluation.
  • resourceType (type: String.t, default: nil) - Optional. Resource type that the orgpolicy is checked against. Example: compute.googleapis.com/Instance, store.googleapis.com/bucket
  • violationInfo (type: list(GoogleApi.ServiceControl.V1.Model.ViolationInfo.t), default: nil) - Optional. Policy violations

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ServiceControl.V1.Model.OrgPolicyViolationInfo{
  payload: map() | nil,
  resourceTags: map() | nil,
  resourceType: String.t() | nil,
  violationInfo: [GoogleApi.ServiceControl.V1.Model.ViolationInfo.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.