Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.32 KB

FederatedIdentityRepresentation.md

File metadata and controls

108 lines (59 loc) · 3.32 KB

FederatedIdentityRepresentation

Properties

Name Type Description Notes
IdentityProvider Pointer to string [optional]
UserId Pointer to string [optional]
UserName Pointer to string [optional]

Methods

NewFederatedIdentityRepresentation

func NewFederatedIdentityRepresentation() *FederatedIdentityRepresentation

NewFederatedIdentityRepresentation instantiates a new FederatedIdentityRepresentation 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

NewFederatedIdentityRepresentationWithDefaults

func NewFederatedIdentityRepresentationWithDefaults() *FederatedIdentityRepresentation

NewFederatedIdentityRepresentationWithDefaults instantiates a new FederatedIdentityRepresentation 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

GetIdentityProvider

func (o *FederatedIdentityRepresentation) GetIdentityProvider() string

GetIdentityProvider returns the IdentityProvider field if non-nil, zero value otherwise.

GetIdentityProviderOk

func (o *FederatedIdentityRepresentation) GetIdentityProviderOk() (*string, bool)

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

SetIdentityProvider

func (o *FederatedIdentityRepresentation) SetIdentityProvider(v string)

SetIdentityProvider sets IdentityProvider field to given value.

HasIdentityProvider

func (o *FederatedIdentityRepresentation) HasIdentityProvider() bool

HasIdentityProvider returns a boolean if a field has been set.

GetUserId

func (o *FederatedIdentityRepresentation) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

func (o *FederatedIdentityRepresentation) GetUserIdOk() (*string, bool)

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

SetUserId

func (o *FederatedIdentityRepresentation) SetUserId(v string)

SetUserId sets UserId field to given value.

HasUserId

func (o *FederatedIdentityRepresentation) HasUserId() bool

HasUserId returns a boolean if a field has been set.

GetUserName

func (o *FederatedIdentityRepresentation) GetUserName() string

GetUserName returns the UserName field if non-nil, zero value otherwise.

GetUserNameOk

func (o *FederatedIdentityRepresentation) GetUserNameOk() (*string, bool)

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

SetUserName

func (o *FederatedIdentityRepresentation) SetUserName(v string)

SetUserName sets UserName field to given value.

HasUserName

func (o *FederatedIdentityRepresentation) HasUserName() bool

HasUserName returns a boolean if a field has been set.

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