PolicyViolationDetails

  • The error signifies a policy violation caused by text in one of the fields within a mutate response.

  • Each policy violation has a unique identifier (key) that can be used to request exemption if the policy is exemptible (is_exemptible).

  • The error provides human-readable details about the violation, including a description (external_policy_description) and the name of the policy (external_policy_name).

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.