View Source GoogleApi.CloudDeploy.V1.Model.PolicyViolationDetails (google_api_cloud_deploy v0.10.0)

Policy violation details.

Attributes

  • failureMessage (type: String.t, default: nil) - User readable message about why the request violated a policy. This is not intended for machine parsing.
  • policy (type: String.t, default: nil) - Name of the policy that was violated. Policy resource will be in the format of projects/{project}/locations/{location}/policies/{policy}.
  • ruleId (type: String.t, default: nil) - Id of the rule that triggered the policy violation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudDeploy.V1.Model.PolicyViolationDetails{
  failureMessage: String.t() | nil,
  policy: String.t() | nil,
  ruleId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.