Files
go/kubernetes/docs/V1beta1SubjectAccessReviewSpec.md

16 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

# V1beta1SubjectAccessReviewSpec
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2019-03-19 22:09:04 -07:00
**Extra** | [**map[string][]string**](array.md) | 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** | **[]string** | Groups is the groups you're testing for. | [optional]
**NonResourceAttributes** | [**V1beta1NonResourceAttributes**](v1beta1.NonResourceAttributes.md) | | [optional]
**ResourceAttributes** | [**V1beta1ResourceAttributes**](v1beta1.ResourceAttributes.md) | | [optional]
**Uid** | **string** | UID information about the requesting user. | [optional]
**User** | **string** | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)