Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.73 KB

File metadata and controls

82 lines (45 loc) · 2.73 KB

DefaultAuthMethodSettings

Properties

Name Type Description Notes
DefaultAccessId Pointer to string [optional]
DefaultAuthMethodType Pointer to string [optional]

Methods

NewDefaultAuthMethodSettings

func NewDefaultAuthMethodSettings() *DefaultAuthMethodSettings

NewDefaultAuthMethodSettings instantiates a new DefaultAuthMethodSettings 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

NewDefaultAuthMethodSettingsWithDefaults

func NewDefaultAuthMethodSettingsWithDefaults() *DefaultAuthMethodSettings

NewDefaultAuthMethodSettingsWithDefaults instantiates a new DefaultAuthMethodSettings 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

GetDefaultAccessId

func (o *DefaultAuthMethodSettings) GetDefaultAccessId() string

GetDefaultAccessId returns the DefaultAccessId field if non-nil, zero value otherwise.

GetDefaultAccessIdOk

func (o *DefaultAuthMethodSettings) GetDefaultAccessIdOk() (*string, bool)

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

SetDefaultAccessId

func (o *DefaultAuthMethodSettings) SetDefaultAccessId(v string)

SetDefaultAccessId sets DefaultAccessId field to given value.

HasDefaultAccessId

func (o *DefaultAuthMethodSettings) HasDefaultAccessId() bool

HasDefaultAccessId returns a boolean if a field has been set.

GetDefaultAuthMethodType

func (o *DefaultAuthMethodSettings) GetDefaultAuthMethodType() string

GetDefaultAuthMethodType returns the DefaultAuthMethodType field if non-nil, zero value otherwise.

GetDefaultAuthMethodTypeOk

func (o *DefaultAuthMethodSettings) GetDefaultAuthMethodTypeOk() (*string, bool)

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

SetDefaultAuthMethodType

func (o *DefaultAuthMethodSettings) SetDefaultAuthMethodType(v string)

SetDefaultAuthMethodType sets DefaultAuthMethodType field to given value.

HasDefaultAuthMethodType

func (o *DefaultAuthMethodSettings) HasDefaultAuthMethodType() bool

HasDefaultAuthMethodType returns a boolean if a field has been set.

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