Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.1 KB

V1SubjectAccessReviewSpec.md

File metadata and controls

15 lines (10 loc) · 1.1 KB

V1SubjectAccessReviewSpec

Properties

Name Type Description Notes
extra Map<String, List<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 List<String> Groups is the groups you're testing for. [optional]
nonResourceAttributes V1NonResourceAttributes NonResourceAttributes describes information for a non-resource access request [optional]
resourceAttributes 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]