Options
All
  • Public
  • Public/Protected
  • All
Menu

SubjectAccessReviewStatus

export
interface

IoK8sApiAuthorizationV1SubjectAccessReviewStatus

Hierarchy

  • IoK8sApiAuthorizationV1SubjectAccessReviewStatus

Index

Properties

allowed: boolean

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

memberof

IoK8sApiAuthorizationV1SubjectAccessReviewStatus

denied?: boolean

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.

memberof

IoK8sApiAuthorizationV1SubjectAccessReviewStatus

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.

memberof

IoK8sApiAuthorizationV1SubjectAccessReviewStatus

reason?: string

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

memberof

IoK8sApiAuthorizationV1SubjectAccessReviewStatus

Generated using TypeDoc