Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.36 KB

ProvisioningConnectionProfileToken.md

File metadata and controls

72 lines (39 loc) · 2.36 KB

ProvisioningConnectionProfileToken

Properties

Name Type Description Notes
AuthScheme string Defines the method of authentication
Token string Token used to authenticate with the app

Methods

NewProvisioningConnectionProfileToken

func NewProvisioningConnectionProfileToken(authScheme string, token string, ) *ProvisioningConnectionProfileToken

NewProvisioningConnectionProfileToken instantiates a new ProvisioningConnectionProfileToken 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

NewProvisioningConnectionProfileTokenWithDefaults

func NewProvisioningConnectionProfileTokenWithDefaults() *ProvisioningConnectionProfileToken

NewProvisioningConnectionProfileTokenWithDefaults instantiates a new ProvisioningConnectionProfileToken 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

GetAuthScheme

func (o *ProvisioningConnectionProfileToken) GetAuthScheme() string

GetAuthScheme returns the AuthScheme field if non-nil, zero value otherwise.

GetAuthSchemeOk

func (o *ProvisioningConnectionProfileToken) GetAuthSchemeOk() (*string, bool)

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

SetAuthScheme

func (o *ProvisioningConnectionProfileToken) SetAuthScheme(v string)

SetAuthScheme sets AuthScheme field to given value.

GetToken

func (o *ProvisioningConnectionProfileToken) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

func (o *ProvisioningConnectionProfileToken) GetTokenOk() (*string, bool)

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

SetToken

func (o *ProvisioningConnectionProfileToken) SetToken(v string)

SetToken sets Token field to given value.

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