| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultAccessId | Pointer to string | [optional] | |
| DefaultAuthMethodType | Pointer to string | [optional] |
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
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
func (o *DefaultAuthMethodSettings) GetDefaultAccessId() string
GetDefaultAccessId returns the DefaultAccessId field if non-nil, zero value otherwise.
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.
func (o *DefaultAuthMethodSettings) SetDefaultAccessId(v string)
SetDefaultAccessId sets DefaultAccessId field to given value.
func (o *DefaultAuthMethodSettings) HasDefaultAccessId() bool
HasDefaultAccessId returns a boolean if a field has been set.
func (o *DefaultAuthMethodSettings) GetDefaultAuthMethodType() string
GetDefaultAuthMethodType returns the DefaultAuthMethodType field if non-nil, zero value otherwise.
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.
func (o *DefaultAuthMethodSettings) SetDefaultAuthMethodType(v string)
SetDefaultAuthMethodType sets DefaultAuthMethodType field to given value.
func (o *DefaultAuthMethodSettings) HasDefaultAuthMethodType() bool
HasDefaultAuthMethodType returns a boolean if a field has been set.