Skip to content

Latest commit

 

History

History
190 lines (105 loc) · 6.8 KB

File metadata and controls

190 lines (105 loc) · 6.8 KB

SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

Properties

Name Type Description Notes
Id Pointer to int32 [optional]
Description Pointer to NullableString [optional]
ClaimType Pointer to NullableString [optional]
ClaimValue Pointer to NullableString [optional]
Provider Pointer to SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse [optional]

Methods

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponse instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults

func NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults() *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionResponseWithDefaults instantiates a new SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetId() int32

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

GetIdOk

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetIdOk() (*int32, 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 *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasId() bool

HasId returns a boolean if a field has been set.

GetDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) 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.

SetDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimType() string

GetClaimType returns the ClaimType field if non-nil, zero value otherwise.

GetClaimTypeOk

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimTypeOk() (*string, 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.

SetClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimType(v string)

SetClaimType sets ClaimType field to given value.

HasClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimType() bool

HasClaimType returns a boolean if a field has been set.

SetClaimTypeNil

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimTypeNil(b bool)

SetClaimTypeNil sets the value for ClaimType to be an explicit nil

UnsetClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimType()

UnsetClaimType ensures that no value is present for ClaimType, not even an explicit nil

GetClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetClaimValue() string

GetClaimValue returns the ClaimValue field if non-nil, zero value otherwise.

GetClaimValueOk

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) 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.

SetClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValue(v string)

SetClaimValue sets ClaimValue field to given value.

HasClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasClaimValue() bool

HasClaimValue returns a boolean if a field has been set.

SetClaimValueNil

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetClaimValueNil(b bool)

SetClaimValueNil sets the value for ClaimValue to be an explicit nil

UnsetClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) UnsetClaimValue()

UnsetClaimValue ensures that no value is present for ClaimValue, not even an explicit nil

GetProvider

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProvider() SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse

GetProvider returns the Provider field if non-nil, zero value otherwise.

GetProviderOk

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) GetProviderOk() (*SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse, bool)

GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProvider

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) SetProvider(v SecurityRoleClaimDefinitionsRoleClaimDefinitionProviderResponse)

SetProvider sets Provider field to given value.

HasProvider

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionResponse) HasProvider() bool

HasProvider returns a boolean if a field has been set.

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