No description available.
Properties
allowed
boolean
Required
No description available.
decisionId
string
Required
Secret-free identifier shared with the authorization audit event.
maxLength: 64 bytesminLength: 1 bytespolicyVersion
string
Required
Durable authorization version used for the decision.
maxLength: 128 bytesminLength: 1 bytesreason
string
Required
Bounded secret-free decision reason.
maxLength: 64 bytesminLength: 1 bytesView raw schema
{
"type": "object",
"required": [
"allowed",
"decisionId",
"reason",
"policyVersion"
],
"properties": {
"reason": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "Bounded secret-free decision reason."
},
"allowed": {
"type": "boolean"
},
"decisionId": {
"type": "string",
"maxLength": 64,
"minLength": 1,
"description": "Secret-free identifier shared with the authorization audit event."
},
"policyVersion": {
"type": "string",
"maxLength": 128,
"minLength": 1,
"description": "Durable authorization version used for the decision."
}
}
}