1.1 KiB
1.1 KiB
v1beta1_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] |
| group | list_t * | Groups is the groups you're testing for. | [optional] |
| non_resource_attributes | v1beta1_non_resource_attributes_t * | [optional] | |
| resource_attributes | v1beta1_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 "Group", then is it interpreted as "What if User were not a member of any groups | [optional] |