PolicyViolationDetails

  • PolicyViolationError indicates a single policy violation by text in a field within a mutate response.

  • Key fields provide details about the violation, including a description, unique identifier, policy name, and whether an exemption is possible.

  • The key field can be used to request exemption if the policy is exemptible.

  • is_exemptible indicates if a user can request an exemption for this violation.

Error returned as part of a mutate response. This error indicates single policy violation by some text in one of the fields.

Proto definition

Fields

external_policy_description

string

Human readable description of policy violation.

external_policy_name

string

Human readable name of the policy.

is_exemptible

bool

Whether user can file an exemption request for this violation.

key

PolicyViolationKey

Unique identifier for this violation. If policy is exemptible, this key may be used to request exemption.