Name | Type | Description | Notes |
---|---|---|---|
AllowedOps | Pointer to []string | [optional] | |
Assocs | Pointer to []AuthMethodRoleAssociation | [optional] | |
AuthMethodName | Pointer to string | [optional] |
func NewReverseRBACClient() *ReverseRBACClient
NewReverseRBACClient instantiates a new ReverseRBACClient 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 NewReverseRBACClientWithDefaults() *ReverseRBACClient
NewReverseRBACClientWithDefaults instantiates a new ReverseRBACClient 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 *ReverseRBACClient) GetAllowedOps() []string
GetAllowedOps returns the AllowedOps field if non-nil, zero value otherwise.
func (o *ReverseRBACClient) GetAllowedOpsOk() (*[]string, bool)
GetAllowedOpsOk returns a tuple with the AllowedOps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReverseRBACClient) SetAllowedOps(v []string)
SetAllowedOps sets AllowedOps field to given value.
func (o *ReverseRBACClient) HasAllowedOps() bool
HasAllowedOps returns a boolean if a field has been set.
func (o *ReverseRBACClient) GetAssocs() []AuthMethodRoleAssociation
GetAssocs returns the Assocs field if non-nil, zero value otherwise.
func (o *ReverseRBACClient) GetAssocsOk() (*[]AuthMethodRoleAssociation, bool)
GetAssocsOk returns a tuple with the Assocs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReverseRBACClient) SetAssocs(v []AuthMethodRoleAssociation)
SetAssocs sets Assocs field to given value.
func (o *ReverseRBACClient) HasAssocs() bool
HasAssocs returns a boolean if a field has been set.
func (o *ReverseRBACClient) GetAuthMethodName() string
GetAuthMethodName returns the AuthMethodName field if non-nil, zero value otherwise.
func (o *ReverseRBACClient) GetAuthMethodNameOk() (*string, bool)
GetAuthMethodNameOk returns a tuple with the AuthMethodName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReverseRBACClient) SetAuthMethodName(v string)
SetAuthMethodName sets AuthMethodName field to given value.
func (o *ReverseRBACClient) HasAuthMethodName() bool
HasAuthMethodName returns a boolean if a field has been set.