| Name | Type | Description | Notes |
|---|---|---|---|
| Uid | string | Login identifier. | |
| UserId | int32 | Identifier of the associated User. | |
| AuthenticationProviderType | AuthenticationProviderType |
func NewCreateAuthenticationRequest(uid string, userId int32, authenticationProviderType AuthenticationProviderType, ) *CreateAuthenticationRequest
NewCreateAuthenticationRequest instantiates a new CreateAuthenticationRequest 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 NewCreateAuthenticationRequestWithDefaults() *CreateAuthenticationRequest
NewCreateAuthenticationRequestWithDefaults instantiates a new CreateAuthenticationRequest 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 *CreateAuthenticationRequest) GetUid() string
GetUid returns the Uid field if non-nil, zero value otherwise.
func (o *CreateAuthenticationRequest) GetUidOk() (*string, bool)
GetUidOk returns a tuple with the Uid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthenticationRequest) SetUid(v string)
SetUid sets Uid field to given value.
func (o *CreateAuthenticationRequest) GetUserId() int32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *CreateAuthenticationRequest) GetUserIdOk() (*int32, 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 *CreateAuthenticationRequest) SetUserId(v int32)
SetUserId sets UserId field to given value.
func (o *CreateAuthenticationRequest) GetAuthenticationProviderType() AuthenticationProviderType
GetAuthenticationProviderType returns the AuthenticationProviderType field if non-nil, zero value otherwise.
func (o *CreateAuthenticationRequest) GetAuthenticationProviderTypeOk() (*AuthenticationProviderType, bool)
GetAuthenticationProviderTypeOk returns a tuple with the AuthenticationProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreateAuthenticationRequest) SetAuthenticationProviderType(v AuthenticationProviderType)
SetAuthenticationProviderType sets AuthenticationProviderType field to given value.