Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.72 KB

UserOIDCAuthToken.md

File metadata and controls

56 lines (31 loc) · 1.72 KB

UserOIDCAuthToken

Properties

Name Type Description Notes
OidcAuthToken Pointer to string User OIDC Auth token [optional]

Methods

NewUserOIDCAuthToken

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

NewUserOIDCAuthTokenWithDefaults

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

GetOidcAuthToken

func (o *UserOIDCAuthToken) GetOidcAuthToken() string

GetOidcAuthToken returns the OidcAuthToken field if non-nil, zero value otherwise.

GetOidcAuthTokenOk

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.

SetOidcAuthToken

func (o *UserOIDCAuthToken) SetOidcAuthToken(v string)

SetOidcAuthToken sets OidcAuthToken field to given value.

HasOidcAuthToken

func (o *UserOIDCAuthToken) HasOidcAuthToken() bool

HasOidcAuthToken returns a boolean if a field has been set.

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