⎈ k8s knowledge compiler

SubjectAccessReviewSpec [api_object]ai-synthesized · conf 0.82

SubjectAccessReviewSpec is a description of the access request. Exactly one of resourceAttributes and nonResourceAttributes must be set

authorizationsecurity

Represents a request to review an identity's ability to access a resource.

Why it matters Allows administrators to programmatically check the authorization of a subject on a resource without actually accessing it.

Key facts - Contains a spec field with details about the subject and the resource being accessed - Used in SubjectAccessReview API objects

Common pitfalls - Misconfigured or incomplete spec fields can lead to incorrect authorization decisions

Related SubjectAccessReview API object, Authorization in Kubernetes

Sources

swagger.jsonio.k8s.api.authorization.v1.SubjectAccessReviewSpec

Related (4)

related_to NonResourceAttributesreferences type conf=1
related_to ResourceAttributesreferences type conf=1
related_to LocalSubjectAccessReviewreferences type conf=1
related_to SubjectAccessReviewreferences type conf=1

← all API Explorer