Sha256: 379dd1abaf6207221fd180799c82937bc0b5a3d77233942951e3685f8b7d7748
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 KB
Contents
# Zilla::IoK8sApiAuthorizationV1SubjectAccessReviewSpec ## 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** | [**IoK8sApiAuthorizationV1NonResourceAttributes**](IoK8sApiAuthorizationV1NonResourceAttributes.md) | | [optional] | | **resource_attributes** | [**IoK8sApiAuthorizationV1ResourceAttributes**](IoK8sApiAuthorizationV1ResourceAttributes.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 \"Groups\", then is it interpreted as \"What if User were not a member of any groups | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiAuthorizationV1SubjectAccessReviewSpec.new( extra: null, groups: null, non_resource_attributes: null, resource_attributes: null, uid: null, user: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zilla-0.2.0 | docs/IoK8sApiAuthorizationV1SubjectAccessReviewSpec.md |