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 |
Array of objects (PolicySet) |
{- "type": "GovernanceMetadata",
- "deny": true,
- "message": "string",
- "status": "WARNING",
- "policy_sets": [
- {
- "identifier": "string",
- "name": "string",
- "org": "string",
- "project": "string",
- "deny_messages": [
- "string"
], - "status": "WARNING",
- "policies": [
- {
- "identifier": "string",
- "name": "string",
- "org": "string",
- "project": "string",
- "evaluation_error": "string",
- "deny_messages": [
- "string"
], - "status": "WARNING"
}
]
}
]
}