Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
FederationProviderDisplayName | Pointer to string | [optional] | |
FederationMapperType | Pointer to string | [optional] | |
Config | Pointer to map[string]string | [optional] |
func NewUserFederationMapperRepresentation() *UserFederationMapperRepresentation
NewUserFederationMapperRepresentation instantiates a new UserFederationMapperRepresentation 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 NewUserFederationMapperRepresentationWithDefaults() *UserFederationMapperRepresentation
NewUserFederationMapperRepresentationWithDefaults instantiates a new UserFederationMapperRepresentation 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 *UserFederationMapperRepresentation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UserFederationMapperRepresentation) 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 *UserFederationMapperRepresentation) SetId(v string)
SetId sets Id field to given value.
func (o *UserFederationMapperRepresentation) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UserFederationMapperRepresentation) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *UserFederationMapperRepresentation) 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 *UserFederationMapperRepresentation) SetName(v string)
SetName sets Name field to given value.
func (o *UserFederationMapperRepresentation) HasName() bool
HasName returns a boolean if a field has been set.
func (o *UserFederationMapperRepresentation) GetFederationProviderDisplayName() string
GetFederationProviderDisplayName returns the FederationProviderDisplayName field if non-nil, zero value otherwise.
func (o *UserFederationMapperRepresentation) GetFederationProviderDisplayNameOk() (*string, bool)
GetFederationProviderDisplayNameOk returns a tuple with the FederationProviderDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFederationMapperRepresentation) SetFederationProviderDisplayName(v string)
SetFederationProviderDisplayName sets FederationProviderDisplayName field to given value.
func (o *UserFederationMapperRepresentation) HasFederationProviderDisplayName() bool
HasFederationProviderDisplayName returns a boolean if a field has been set.
func (o *UserFederationMapperRepresentation) GetFederationMapperType() string
GetFederationMapperType returns the FederationMapperType field if non-nil, zero value otherwise.
func (o *UserFederationMapperRepresentation) GetFederationMapperTypeOk() (*string, bool)
GetFederationMapperTypeOk returns a tuple with the FederationMapperType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserFederationMapperRepresentation) SetFederationMapperType(v string)
SetFederationMapperType sets FederationMapperType field to given value.
func (o *UserFederationMapperRepresentation) HasFederationMapperType() bool
HasFederationMapperType returns a boolean if a field has been set.
func (o *UserFederationMapperRepresentation) GetConfig() map[string]string
GetConfig returns the Config field if non-nil, zero value otherwise.
func (o *UserFederationMapperRepresentation) 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 *UserFederationMapperRepresentation) SetConfig(v map[string]string)
SetConfig sets Config field to given value.
func (o *UserFederationMapperRepresentation) HasConfig() bool
HasConfig returns a boolean if a field has been set.