| Name | Type | Description | Notes |
|---|---|---|---|
| AllowedOps | Pointer to []string | [optional] | |
| AssocId | Pointer to string | [optional] | |
| AuthMethodSubClaims | Pointer to map[string][]string | [optional] | |
| IsSubClaimsCaseSensitive | Pointer to bool | [optional] | |
| IsSubclaimsWithOperator | Pointer to bool | [optional] | |
| RoleId | Pointer to int64 | [optional] | |
| RoleName | Pointer to string | [optional] | |
| Rules | Pointer to Rules | [optional] |
func NewAuthMethodRoleAssociation() *AuthMethodRoleAssociation
NewAuthMethodRoleAssociation instantiates a new AuthMethodRoleAssociation 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 NewAuthMethodRoleAssociationWithDefaults() *AuthMethodRoleAssociation
NewAuthMethodRoleAssociationWithDefaults instantiates a new AuthMethodRoleAssociation 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 *AuthMethodRoleAssociation) GetAllowedOps() []string
GetAllowedOps returns the AllowedOps field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) 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 *AuthMethodRoleAssociation) SetAllowedOps(v []string)
SetAllowedOps sets AllowedOps field to given value.
func (o *AuthMethodRoleAssociation) HasAllowedOps() bool
HasAllowedOps returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetAssocId() string
GetAssocId returns the AssocId field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetAssocIdOk() (*string, bool)
GetAssocIdOk returns a tuple with the AssocId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetAssocId(v string)
SetAssocId sets AssocId field to given value.
func (o *AuthMethodRoleAssociation) HasAssocId() bool
HasAssocId returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetAuthMethodSubClaims() map[string][]string
GetAuthMethodSubClaims returns the AuthMethodSubClaims field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetAuthMethodSubClaimsOk() (*map[string][]string, bool)
GetAuthMethodSubClaimsOk returns a tuple with the AuthMethodSubClaims field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetAuthMethodSubClaims(v map[string][]string)
SetAuthMethodSubClaims sets AuthMethodSubClaims field to given value.
func (o *AuthMethodRoleAssociation) HasAuthMethodSubClaims() bool
HasAuthMethodSubClaims returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetIsSubClaimsCaseSensitive() bool
GetIsSubClaimsCaseSensitive returns the IsSubClaimsCaseSensitive field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetIsSubClaimsCaseSensitiveOk() (*bool, bool)
GetIsSubClaimsCaseSensitiveOk returns a tuple with the IsSubClaimsCaseSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetIsSubClaimsCaseSensitive(v bool)
SetIsSubClaimsCaseSensitive sets IsSubClaimsCaseSensitive field to given value.
func (o *AuthMethodRoleAssociation) HasIsSubClaimsCaseSensitive() bool
HasIsSubClaimsCaseSensitive returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetIsSubclaimsWithOperator() bool
GetIsSubclaimsWithOperator returns the IsSubclaimsWithOperator field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetIsSubclaimsWithOperatorOk() (*bool, bool)
GetIsSubclaimsWithOperatorOk returns a tuple with the IsSubclaimsWithOperator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetIsSubclaimsWithOperator(v bool)
SetIsSubclaimsWithOperator sets IsSubclaimsWithOperator field to given value.
func (o *AuthMethodRoleAssociation) HasIsSubclaimsWithOperator() bool
HasIsSubclaimsWithOperator returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetRoleId() int64
GetRoleId returns the RoleId field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetRoleIdOk() (*int64, bool)
GetRoleIdOk returns a tuple with the RoleId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetRoleId(v int64)
SetRoleId sets RoleId field to given value.
func (o *AuthMethodRoleAssociation) HasRoleId() bool
HasRoleId returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetRoleName() string
GetRoleName returns the RoleName field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetRoleName(v string)
SetRoleName sets RoleName field to given value.
func (o *AuthMethodRoleAssociation) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (o *AuthMethodRoleAssociation) GetRules() Rules
GetRules returns the Rules field if non-nil, zero value otherwise.
func (o *AuthMethodRoleAssociation) GetRulesOk() (*Rules, bool)
GetRulesOk returns a tuple with the Rules field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AuthMethodRoleAssociation) SetRules(v Rules)
SetRules sets Rules field to given value.
func (o *AuthMethodRoleAssociation) HasRules() bool
HasRules returns a boolean if a field has been set.