Skip to main content
Schemaobject

io.k8s.api.authorization.v1.SubjectAccessReviewStatus

SubjectAccessReviewStatus

Source
specs/apis__authorization.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
allowed boolean
required

allowed is required. True if the action would be allowed, false otherwise.

denied boolean
optional

denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true.

evaluationError string
optional

evaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request.

reason string
optional

reason is optional. It indicates why a request was allowed or denied.