View Source GoogleApi.ServiceControl.V1.Model.ViolationInfo (google_api_service_control v0.40.0)

Provides information about the Policy violation info for this request.

Attributes

  • checkedValue (type: String.t, default: nil) - Optional. Value that is being checked for the policy. This could be in encrypted form (if pii sensitive). This field will only be emitted in LIST_POLICY types
  • constraint (type: String.t, default: nil) - Optional. Constraint name
  • errorMessage (type: String.t, default: nil) - Optional. Error message that policy is indicating.
  • policyType (type: String.t, default: nil) - Optional. Indicates the type of the policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ServiceControl.V1.Model.ViolationInfo{
  checkedValue: String.t() | nil,
  constraint: String.t() | nil,
  errorMessage: String.t() | nil,
  policyType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.