⎈ k8s knowledge compiler

SelfSubjectAccessReview [api_object]ai-synthesized · conf 0.82

SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action

authorizationsecurity

A SelfSubjectAccessReview is a type of authorization review that checks the access of the current subject to a resource.

Why it matters SelfSubjectAccessReviews are used to check if the current subject has access to a specific resource and verb, such as /pods/* or /services/*

Key facts - Used for checking the access of the current subject - Specified by io.k8s.api.authorization.v1.SelfSubjectAccessReview

Sources

swagger.jsonio.k8s.api.authorization.v1.SelfSubjectAccessReview

Related (4)

related_to ObjectMetareferences type conf=1
related_to SelfSubjectAccessReviewSpecreferences type conf=1
related_to SubjectAccessReviewStatusreferences type conf=1
api_for SelfSubjectAccessReviewdocuments API object conf=1

← all API Explorer