View Source GoogleApi.CloudControlsPartner.V1.Model.Remediation (google_api_cloud_controls_partner v0.4.0)

Represents remediation guidance to resolve compliance violation for AssuredWorkload

Attributes

  • compliantValues (type: list(String.t), default: nil) - Values that can resolve the violation For example: for list org policy violations, this will either be the list of allowed or denied values
  • instructions (type: GoogleApi.CloudControlsPartner.V1.Model.Instructions.t, default: nil) - Required. Remediation instructions to resolve violations
  • remediationType (type: String.t, default: nil) - Output only. Remediation type based on the type of org policy values violated

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.Remediation{
  compliantValues: [String.t()] | nil,
  instructions: GoogleApi.CloudControlsPartner.V1.Model.Instructions.t() | nil,
  remediationType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.