Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.1 KB

UserFederationMapperRepresentation.md

File metadata and controls

160 lines (87 loc) · 5.1 KB

UserFederationMapperRepresentation

Properties

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]

Methods

NewUserFederationMapperRepresentation

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

NewUserFederationMapperRepresentationWithDefaults

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

GetId

func (o *UserFederationMapperRepresentation) GetId() string

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

GetIdOk

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.

SetId

func (o *UserFederationMapperRepresentation) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *UserFederationMapperRepresentation) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *UserFederationMapperRepresentation) GetName() string

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

GetNameOk

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.

SetName

func (o *UserFederationMapperRepresentation) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *UserFederationMapperRepresentation) HasName() bool

HasName returns a boolean if a field has been set.

GetFederationProviderDisplayName

func (o *UserFederationMapperRepresentation) GetFederationProviderDisplayName() string

GetFederationProviderDisplayName returns the FederationProviderDisplayName field if non-nil, zero value otherwise.

GetFederationProviderDisplayNameOk

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.

SetFederationProviderDisplayName

func (o *UserFederationMapperRepresentation) SetFederationProviderDisplayName(v string)

SetFederationProviderDisplayName sets FederationProviderDisplayName field to given value.

HasFederationProviderDisplayName

func (o *UserFederationMapperRepresentation) HasFederationProviderDisplayName() bool

HasFederationProviderDisplayName returns a boolean if a field has been set.

GetFederationMapperType

func (o *UserFederationMapperRepresentation) GetFederationMapperType() string

GetFederationMapperType returns the FederationMapperType field if non-nil, zero value otherwise.

GetFederationMapperTypeOk

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.

SetFederationMapperType

func (o *UserFederationMapperRepresentation) SetFederationMapperType(v string)

SetFederationMapperType sets FederationMapperType field to given value.

HasFederationMapperType

func (o *UserFederationMapperRepresentation) HasFederationMapperType() bool

HasFederationMapperType returns a boolean if a field has been set.

GetConfig

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

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

GetConfigOk

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.

SetConfig

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

SetConfig sets Config field to given value.

HasConfig

func (o *UserFederationMapperRepresentation) HasConfig() bool

HasConfig returns a boolean if a field has been set.

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