Files
c/kubernetes/docs/v1_subject_access_review_spec.md
2021-03-17 16:50:46 +08:00

1.1 KiB

v1_subject_access_review_spec_t

Properties

Name Type Description Notes
extra list_t* 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_t * Groups is the groups you're testing for. [optional]
non_resource_attributes v1_non_resource_attributes_t * [optional]
resource_attributes v1_resource_attributes_t * [optional]
uid char * UID information about the requesting user. [optional]
user char * User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups [optional]

[Back to Model list] [Back to API list] [Back to README]