PolicyViolationDetails

  • PolicyViolationError indicates a single policy violation in a mutate response.

  • It includes a human-readable description and name of the policy violation.

  • A unique key identifies the violation and can be used to request an exemption if the violation is exemptible.

  • The is_exemptible field indicates whether an exemption request can be filed for the 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.