| Name | Type | Description | Notes |
|---|---|---|---|
| ClaimType | CSSCMSCoreEnumsClaimType | ||
| ClaimValue | string | ||
| ProviderAuthenticationScheme | string | ||
| Description | string |
func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequest(claimType CSSCMSCoreEnumsClaimType, claimValue string, providerAuthenticationScheme string, description string, ) *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequest instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequestWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequestWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimType() CSSCMSCoreEnumsClaimType
GetClaimType returns the ClaimType field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimTypeOk() (*CSSCMSCoreEnumsClaimType, bool)
GetClaimTypeOk returns a tuple with the ClaimType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetClaimType(v CSSCMSCoreEnumsClaimType)
SetClaimType sets ClaimType field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimValue() string
GetClaimValue returns the ClaimValue field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimValueOk() (*string, bool)
GetClaimValueOk returns a tuple with the ClaimValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetClaimValue(v string)
SetClaimValue sets ClaimValue field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetProviderAuthenticationScheme() string
GetProviderAuthenticationScheme returns the ProviderAuthenticationScheme field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetProviderAuthenticationSchemeOk() (*string, bool)
GetProviderAuthenticationSchemeOk returns a tuple with the ProviderAuthenticationScheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetProviderAuthenticationScheme(v string)
SetProviderAuthenticationScheme sets ProviderAuthenticationScheme field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetDescription(v string)
SetDescription sets Description field to given value.