Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 4.37 KB

File metadata and controls

114 lines (61 loc) · 4.37 KB

SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest

Properties

Name Type Description Notes
ClaimType CSSCMSCoreEnumsClaimType
ClaimValue string
ProviderAuthenticationScheme string
Description string

Methods

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequest

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

NewSecurityRoleClaimDefinitionsRoleClaimDefinitionRequestWithDefaults

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

GetClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimType() CSSCMSCoreEnumsClaimType

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

GetClaimTypeOk

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.

SetClaimType

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetClaimType(v CSSCMSCoreEnumsClaimType)

SetClaimType sets ClaimType field to given value.

GetClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetClaimValue() string

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

GetClaimValueOk

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.

SetClaimValue

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetClaimValue(v string)

SetClaimValue sets ClaimValue field to given value.

GetProviderAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetProviderAuthenticationScheme() string

GetProviderAuthenticationScheme returns the ProviderAuthenticationScheme field if non-nil, zero value otherwise.

GetProviderAuthenticationSchemeOk

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.

SetProviderAuthenticationScheme

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetProviderAuthenticationScheme(v string)

SetProviderAuthenticationScheme sets ProviderAuthenticationScheme field to given value.

GetDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) GetDescription() string

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

GetDescriptionOk

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.

SetDescription

func (o *SecurityRoleClaimDefinitionsRoleClaimDefinitionRequest) SetDescription(v string)

SetDescription sets Description field to given value.

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