⎈ k8s knowledge compiler

SubjectRulesReviewStatus [api_object]ai-synthesized · conf 0.82

SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete.

authorizationsecurity

Represents the result of a SubjectRulesReview request.

Why it matters Provides information about whether the subject has access to any resources, along with any additional details.

Key facts - Contains a status field with the outcome of the review and any relevant details - Used in SubjectRulesReview API objects

Common pitfalls - Incorrect or incomplete status information can lead to incorrect authorization decisions

Related SubjectRulesReview API object, Authorization in Kubernetes

Sources

swagger.jsonio.k8s.api.authorization.v1.SubjectRulesReviewStatus

Related (4)

related_to ResourceRulereferences type conf=1
related_to NonResourceRulereferences type conf=1
api_for SubjectRulesReviewStatusdocuments API object conf=1
related_to SelfSubjectRulesReviewreferences type conf=1

← all API Explorer