Governance Metadata [Beta]

Governace Error Details

type
required
string
deny
boolean

Indicate whether the action is denied or not based on Governance rules

message
string

Governance Message

status
string (GovernanceStatus)

Governance Status

Enum: "WARNING" "ERROR" "PASS"
Array of objects (PolicySet)
{
  • "type": "GovernanceMetadata",
  • "deny": true,
  • "message": "string",
  • "status": "WARNING",
  • "policy_sets": [
    ]
}