Name | Type | Description | Notes |
---|---|---|---|
IdentityProvider | Pointer to string | [optional] | |
UserId | Pointer to string | [optional] | |
UserName | Pointer to string | [optional] |
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
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
func (o *FederatedIdentityRepresentation) GetIdentityProvider() string
GetIdentityProvider returns the IdentityProvider field if non-nil, zero value otherwise.
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.
func (o *FederatedIdentityRepresentation) SetIdentityProvider(v string)
SetIdentityProvider sets IdentityProvider field to given value.
func (o *FederatedIdentityRepresentation) HasIdentityProvider() bool
HasIdentityProvider returns a boolean if a field has been set.
func (o *FederatedIdentityRepresentation) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
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.
func (o *FederatedIdentityRepresentation) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *FederatedIdentityRepresentation) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *FederatedIdentityRepresentation) GetUserName() string
GetUserName returns the UserName field if non-nil, zero value otherwise.
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.
func (o *FederatedIdentityRepresentation) SetUserName(v string)
SetUserName sets UserName field to given value.
func (o *FederatedIdentityRepresentation) HasUserName() bool
HasUserName returns a boolean if a field has been set.