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] |
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
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
func (o *IdentityProviderMapperRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *IdentityProviderMapperRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *IdentityProviderMapperRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *IdentityProviderMapperRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *IdentityProviderMapperRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *IdentityProviderMapperRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *IdentityProviderMapperRepresentation) GetIdentityProviderAlias() string
GetIdentityProviderAlias returns the IdentityProviderAlias field if non-nil, zero value otherwise.
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.
func (o *IdentityProviderMapperRepresentation) SetIdentityProviderAlias(v string)
SetIdentityProviderAlias sets IdentityProviderAlias field to given value.
func (o *IdentityProviderMapperRepresentation) HasIdentityProviderAlias() bool
HasIdentityProviderAlias returns a boolean if a field has been set.
func (o *IdentityProviderMapperRepresentation) GetIdentityProviderMapper() string
GetIdentityProviderMapper returns the IdentityProviderMapper field if non-nil, zero value otherwise.
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.
func (o *IdentityProviderMapperRepresentation) SetIdentityProviderMapper(v string)
SetIdentityProviderMapper sets IdentityProviderMapper field to given value.
func (o *IdentityProviderMapperRepresentation) HasIdentityProviderMapper() bool
HasIdentityProviderMapper returns a boolean if a field has been set.
func (o *IdentityProviderMapperRepresentation) GetConfig() map[string]string
GetConfig returns the Config field if non-nil, zero value otherwise.
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.
func (o *IdentityProviderMapperRepresentation) SetConfig(v map[string]string)
SetConfig sets Config field to given value.
func (o *IdentityProviderMapperRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.