| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | [optional] | |
| AuthenticationScheme | Pointer to NullableString | [optional] | |
| DisplayName | Pointer to NullableString | [optional] |
func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse 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 NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse
NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetId(v string)
SetId sets Id field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetAuthenticationScheme() string
GetAuthenticationScheme returns the AuthenticationScheme field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetAuthenticationSchemeOk() (*string, bool)
GetAuthenticationSchemeOk returns a tuple with the AuthenticationScheme field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationScheme(v string)
SetAuthenticationScheme sets AuthenticationScheme field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasAuthenticationScheme() bool
HasAuthenticationScheme returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationSchemeNil(b bool)
SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetAuthenticationScheme()
UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayNameNil(b bool)
SetDisplayNameNil sets the value for DisplayName to be an explicit nil
func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetDisplayName()
UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil