View Source GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest (google_api_assured_workloads v0.17.1)

Request for acknowledging the violation

Attributes

  • acknowledgeType (type: String.t, default: nil) - Optional. Acknowledge type of specified violation.
  • comment (type: String.t, default: nil) - Required. Business justification explaining the need for violation acknowledgement
  • nonCompliantOrgPolicy (type: String.t, default: nil) - Optional. This field is deprecated and will be removed in future version of the API. Name of the OrgPolicy which was modified with non-compliant change and resulted in this violation. Format: projects/{project_number}/policies/{constraint_name} folders/{folder_id}/policies/{constraint_name} organizations/{organization_id}/policies/{constraint_name}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest{
    acknowledgeType: String.t() | nil,
    comment: String.t() | nil,
    nonCompliantOrgPolicy: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.