Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.97 KB

File metadata and controls

128 lines (71 loc) · 4.97 KB

SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

Properties

Name Type Description Notes
Id Pointer to string [optional]
AuthenticationScheme Pointer to NullableString [optional]
DisplayName Pointer to NullableString [optional]

Methods

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

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

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponseWithDefaults

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

GetId

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetAuthenticationScheme() string

GetAuthenticationScheme returns the AuthenticationScheme field if non-nil, zero value otherwise.

GetAuthenticationSchemeOk

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.

SetAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationScheme(v string)

SetAuthenticationScheme sets AuthenticationScheme field to given value.

HasAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasAuthenticationScheme() bool

HasAuthenticationScheme returns a boolean if a field has been set.

SetAuthenticationSchemeNil

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetAuthenticationSchemeNil(b bool)

SetAuthenticationSchemeNil sets the value for AuthenticationScheme to be an explicit nil

UnsetAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetAuthenticationScheme()

UnsetAuthenticationScheme ensures that no value is present for AuthenticationScheme, not even an explicit nil

GetDisplayName

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

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.

SetDisplayName

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

SetDisplayNameNil

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) SetDisplayNameNil(b bool)

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

UnsetDisplayName

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]