Name | Type | Description | Notes |
---|---|---|---|
ResourceAttributes | Pointer to ResourceAttributes | [optional] | |
NonResourceAttributes | Pointer to NonResourceAttributes | [optional] |
func NewSelfSubjectAccessReviewSpec() *SelfSubjectAccessReviewSpec
NewSelfSubjectAccessReviewSpec instantiates a new SelfSubjectAccessReviewSpec object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSelfSubjectAccessReviewSpecWithDefaults() *SelfSubjectAccessReviewSpec
NewSelfSubjectAccessReviewSpecWithDefaults instantiates a new SelfSubjectAccessReviewSpec object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SelfSubjectAccessReviewSpec) GetResourceAttributes() ResourceAttributes
GetResourceAttributes returns the ResourceAttributes field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReviewSpec) GetResourceAttributesOk() (*ResourceAttributes, bool)
GetResourceAttributesOk returns a tuple with the ResourceAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReviewSpec) SetResourceAttributes(v ResourceAttributes)
SetResourceAttributes sets ResourceAttributes field to given value.
func (o *SelfSubjectAccessReviewSpec) HasResourceAttributes() bool
HasResourceAttributes returns a boolean if a field has been set.
func (o *SelfSubjectAccessReviewSpec) GetNonResourceAttributes() NonResourceAttributes
GetNonResourceAttributes returns the NonResourceAttributes field if non-nil, zero value otherwise.
func (o *SelfSubjectAccessReviewSpec) GetNonResourceAttributesOk() (*NonResourceAttributes, bool)
GetNonResourceAttributesOk returns a tuple with the NonResourceAttributes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SelfSubjectAccessReviewSpec) SetNonResourceAttributes(v NonResourceAttributes)
SetNonResourceAttributes sets NonResourceAttributes field to given value.
func (o *SelfSubjectAccessReviewSpec) HasNonResourceAttributes() bool
HasNonResourceAttributes returns a boolean if a field has been set.