Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.07 KB

IdentityProviderMapperRepresentation.md

File metadata and controls

160 lines (87 loc) · 5.07 KB

IdentityProviderMapperRepresentation

Properties

Name Type Description Notes
Id Pointer to string [optional]
Name Pointer to string [optional]
IdentityProviderAlias Pointer to string [optional]
IdentityProviderMapper Pointer to string [optional]
Config Pointer to map[string]string [optional]

Methods

NewIdentityProviderMapperRepresentation

func NewIdentityProviderMapperRepresentation() *IdentityProviderMapperRepresentation

NewIdentityProviderMapperRepresentation instantiates a new IdentityProviderMapperRepresentation 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

NewIdentityProviderMapperRepresentationWithDefaults

func NewIdentityProviderMapperRepresentationWithDefaults() *IdentityProviderMapperRepresentation

NewIdentityProviderMapperRepresentationWithDefaults instantiates a new IdentityProviderMapperRepresentation 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 *IdentityProviderMapperRepresentation) GetId() string

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

GetIdOk

func (o *IdentityProviderMapperRepresentation) 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 *IdentityProviderMapperRepresentation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *IdentityProviderMapperRepresentation) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *IdentityProviderMapperRepresentation) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *IdentityProviderMapperRepresentation) GetNameOk() (*string, bool)

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

SetName

func (o *IdentityProviderMapperRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *IdentityProviderMapperRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetIdentityProviderAlias

func (o *IdentityProviderMapperRepresentation) GetIdentityProviderAlias() string

GetIdentityProviderAlias returns the IdentityProviderAlias field if non-nil, zero value otherwise.

GetIdentityProviderAliasOk

func (o *IdentityProviderMapperRepresentation) GetIdentityProviderAliasOk() (*string, bool)

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

SetIdentityProviderAlias

func (o *IdentityProviderMapperRepresentation) SetIdentityProviderAlias(v string)

SetIdentityProviderAlias sets IdentityProviderAlias field to given value.

HasIdentityProviderAlias

func (o *IdentityProviderMapperRepresentation) HasIdentityProviderAlias() bool

HasIdentityProviderAlias returns a boolean if a field has been set.

GetIdentityProviderMapper

func (o *IdentityProviderMapperRepresentation) GetIdentityProviderMapper() string

GetIdentityProviderMapper returns the IdentityProviderMapper field if non-nil, zero value otherwise.

GetIdentityProviderMapperOk

func (o *IdentityProviderMapperRepresentation) GetIdentityProviderMapperOk() (*string, bool)

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

SetIdentityProviderMapper

func (o *IdentityProviderMapperRepresentation) SetIdentityProviderMapper(v string)

SetIdentityProviderMapper sets IdentityProviderMapper field to given value.

HasIdentityProviderMapper

func (o *IdentityProviderMapperRepresentation) HasIdentityProviderMapper() bool

HasIdentityProviderMapper returns a boolean if a field has been set.

GetConfig

func (o *IdentityProviderMapperRepresentation) GetConfig() map[string]string

GetConfig returns the Config field if non-nil, zero value otherwise.

GetConfigOk

func (o *IdentityProviderMapperRepresentation) GetConfigOk() (*map[string]string, bool)

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

SetConfig

func (o *IdentityProviderMapperRepresentation) SetConfig(v map[string]string)

SetConfig sets Config field to given value.

HasConfig

func (o *IdentityProviderMapperRepresentation) HasConfig() bool

HasConfig returns a boolean if a field has been set.

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