Name | Type | Description | Notes |
---|---|---|---|
OidcAuthToken | Pointer to string | User OIDC Auth token | [optional] |
func NewUserOIDCAuthToken() *UserOIDCAuthToken
NewUserOIDCAuthToken instantiates a new UserOIDCAuthToken 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 NewUserOIDCAuthTokenWithDefaults() *UserOIDCAuthToken
NewUserOIDCAuthTokenWithDefaults instantiates a new UserOIDCAuthToken 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 *UserOIDCAuthToken) GetOidcAuthToken() string
GetOidcAuthToken returns the OidcAuthToken field if non-nil, zero value otherwise.
func (o *UserOIDCAuthToken) GetOidcAuthTokenOk() (*string, bool)
GetOidcAuthTokenOk returns a tuple with the OidcAuthToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserOIDCAuthToken) SetOidcAuthToken(v string)
SetOidcAuthToken sets OidcAuthToken field to given value.
func (o *UserOIDCAuthToken) HasOidcAuthToken() bool
HasOidcAuthToken returns a boolean if a field has been set.