Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.1 KB

V1SubjectAccessReviewSpec.md

File metadata and controls

13 lines (10 loc) · 1.1 KB

Kubernetes::V1SubjectAccessReviewSpec

Properties

Name Type Description Notes
extra Hash<String, Array<String>> Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. [optional]
groups Array<String> Groups is the groups you're testing for. [optional]
non_resource_attributes V1NonResourceAttributes NonResourceAttributes describes information for a non-resource access request [optional]
resource_attributes V1ResourceAttributes ResourceAuthorizationAttributes describes information for a resource access request [optional]
uid String UID information about the requesting user. [optional]
user String User is the user you're testing for. If you specify &quot;User&quot; but not &quot;Groups&quot;, then is it interpreted as &quot;What if User were not a member of any groups [optional]