SelfSubjectReview [api_object]ai-synthesized · conf 0.82
SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.
authenticationsecurity
Represents a review of the current user's permissions.
Why it matters Used in authentication and authorization to determine whether the current user has permission to access an object.
Key facts - Includes the user's identity and the permissions being reviewed
Related Authentication, Authorization
Sources
swagger.json — “io.k8s.api.authentication.v1.SelfSubjectReview”