1.0 KiB
1.0 KiB
SubjectAccessReviewStatus v1beta1
| Group | Version | Kind |
|---|---|---|
| Core | v1beta1 | SubjectAccessReviewStatus |
SubjectAccessReviewStatus
| Field | Description |
|---|---|
| allowed boolean |
Allowed is required. True if the action would be allowed, false otherwise. |
| evaluationError string |
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 |
Reason is optional. It indicates why a request was allowed or denied. |