Name | Type | Description | Notes |
---|---|---|---|
AssocId | Pointer to string | [optional] | |
AuthMethodAccessId | Pointer to string | [optional] | |
AuthMethodName | Pointer to string | [optional] | |
AuthMethodSubClaims | Pointer to map[string][]string | [optional] | |
IsSubclaimsWithOperator | Pointer to bool | [optional] | |
SubClaimsCaseSensitive | Pointer to bool | [optional] |
func NewRoleAuthMethodAssociation() *RoleAuthMethodAssociation
NewRoleAuthMethodAssociation instantiates a new RoleAuthMethodAssociation 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 NewRoleAuthMethodAssociationWithDefaults() *RoleAuthMethodAssociation
NewRoleAuthMethodAssociationWithDefaults instantiates a new RoleAuthMethodAssociation 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 *RoleAuthMethodAssociation) GetAssocId() string
GetAssocId returns the AssocId field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) 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 *RoleAuthMethodAssociation) SetAssocId(v string)
SetAssocId sets AssocId field to given value.
func (o *RoleAuthMethodAssociation) HasAssocId() bool
HasAssocId returns a boolean if a field has been set.
func (o *RoleAuthMethodAssociation) GetAuthMethodAccessId() string
GetAuthMethodAccessId returns the AuthMethodAccessId field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) GetAuthMethodAccessIdOk() (*string, bool)
GetAuthMethodAccessIdOk returns a tuple with the AuthMethodAccessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleAuthMethodAssociation) SetAuthMethodAccessId(v string)
SetAuthMethodAccessId sets AuthMethodAccessId field to given value.
func (o *RoleAuthMethodAssociation) HasAuthMethodAccessId() bool
HasAuthMethodAccessId returns a boolean if a field has been set.
func (o *RoleAuthMethodAssociation) GetAuthMethodName() string
GetAuthMethodName returns the AuthMethodName field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) 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 *RoleAuthMethodAssociation) SetAuthMethodName(v string)
SetAuthMethodName sets AuthMethodName field to given value.
func (o *RoleAuthMethodAssociation) HasAuthMethodName() bool
HasAuthMethodName returns a boolean if a field has been set.
func (o *RoleAuthMethodAssociation) GetAuthMethodSubClaims() map[string][]string
GetAuthMethodSubClaims returns the AuthMethodSubClaims field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) 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 *RoleAuthMethodAssociation) SetAuthMethodSubClaims(v map[string][]string)
SetAuthMethodSubClaims sets AuthMethodSubClaims field to given value.
func (o *RoleAuthMethodAssociation) HasAuthMethodSubClaims() bool
HasAuthMethodSubClaims returns a boolean if a field has been set.
func (o *RoleAuthMethodAssociation) GetIsSubclaimsWithOperator() bool
GetIsSubclaimsWithOperator returns the IsSubclaimsWithOperator field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) 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 *RoleAuthMethodAssociation) SetIsSubclaimsWithOperator(v bool)
SetIsSubclaimsWithOperator sets IsSubclaimsWithOperator field to given value.
func (o *RoleAuthMethodAssociation) HasIsSubclaimsWithOperator() bool
HasIsSubclaimsWithOperator returns a boolean if a field has been set.
func (o *RoleAuthMethodAssociation) GetSubClaimsCaseSensitive() bool
GetSubClaimsCaseSensitive returns the SubClaimsCaseSensitive field if non-nil, zero value otherwise.
func (o *RoleAuthMethodAssociation) GetSubClaimsCaseSensitiveOk() (*bool, bool)
GetSubClaimsCaseSensitiveOk returns a tuple with the SubClaimsCaseSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RoleAuthMethodAssociation) SetSubClaimsCaseSensitive(v bool)
SetSubClaimsCaseSensitive sets SubClaimsCaseSensitive field to given value.
func (o *RoleAuthMethodAssociation) HasSubClaimsCaseSensitive() bool
HasSubClaimsCaseSensitive returns a boolean if a field has been set.