Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to string | Address | [optional] |
City | Pointer to string | City | [optional] |
CompanyName | Pointer to string | Company name | [optional] |
Country | Pointer to string | Country | [optional] |
DefaultVersioning | Pointer to string | Should create version by default | [optional] |
DpEnableClassicKeyProtection | Pointer to string | Enable classic key protection ["true"/"false"] | [optional] |
ItemType | Pointer to string | VersionSettingsObjectType defines object types for account version settings | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
JwtTtlDefault | Pointer to int64 | Default ttl | [optional] |
JwtTtlMax | Pointer to int64 | Maximum ttl | [optional] |
JwtTtlMin | Pointer to int64 | Minimum ttl | [optional] |
MaxVersions | Pointer to string | Max versions | [optional] |
PasswordLength | Pointer to int64 | For PasswordPolicy use | [optional] |
Phone | Pointer to string | Phone number | [optional] |
PostalCode | Pointer to string | Postal code | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UseLowerLetters | Pointer to string | For PasswordPolicy use | [optional] |
UseNumbers | Pointer to string | For PasswordPolicy use | [optional] |
UseSpecialCharacters | Pointer to string | For PasswordPolicy use | [optional] |
UseCapitalLetters | Pointer to string | For PasswordPolicy use | [optional] |
func NewUpdateAccountSettings() *UpdateAccountSettings
NewUpdateAccountSettings instantiates a new UpdateAccountSettings 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 NewUpdateAccountSettingsWithDefaults() *UpdateAccountSettings
NewUpdateAccountSettingsWithDefaults instantiates a new UpdateAccountSettings 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 *UpdateAccountSettings) GetAddress() string
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetAddress(v string)
SetAddress sets Address field to given value.
func (o *UpdateAccountSettings) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetCity() string
GetCity returns the City field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetCityOk() (*string, bool)
GetCityOk returns a tuple with the City field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetCity(v string)
SetCity sets City field to given value.
func (o *UpdateAccountSettings) HasCity() bool
HasCity returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *UpdateAccountSettings) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *UpdateAccountSettings) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetDefaultVersioning() string
GetDefaultVersioning returns the DefaultVersioning field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDefaultVersioningOk() (*string, bool)
GetDefaultVersioningOk returns a tuple with the DefaultVersioning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDefaultVersioning(v string)
SetDefaultVersioning sets DefaultVersioning field to given value.
func (o *UpdateAccountSettings) HasDefaultVersioning() bool
HasDefaultVersioning returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetDpEnableClassicKeyProtection() string
GetDpEnableClassicKeyProtection returns the DpEnableClassicKeyProtection field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDpEnableClassicKeyProtectionOk() (*string, bool)
GetDpEnableClassicKeyProtectionOk returns a tuple with the DpEnableClassicKeyProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDpEnableClassicKeyProtection(v string)
SetDpEnableClassicKeyProtection sets DpEnableClassicKeyProtection field to given value.
func (o *UpdateAccountSettings) HasDpEnableClassicKeyProtection() bool
HasDpEnableClassicKeyProtection returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetItemType() string
GetItemType returns the ItemType field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetItemTypeOk() (*string, bool)
GetItemTypeOk returns a tuple with the ItemType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetItemType(v string)
SetItemType sets ItemType field to given value.
func (o *UpdateAccountSettings) HasItemType() bool
HasItemType returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetJson(v bool)
SetJson sets Json field to given value.
func (o *UpdateAccountSettings) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetJwtTtlDefault() int64
GetJwtTtlDefault returns the JwtTtlDefault field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetJwtTtlDefaultOk() (*int64, bool)
GetJwtTtlDefaultOk returns a tuple with the JwtTtlDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetJwtTtlDefault(v int64)
SetJwtTtlDefault sets JwtTtlDefault field to given value.
func (o *UpdateAccountSettings) HasJwtTtlDefault() bool
HasJwtTtlDefault returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetJwtTtlMax() int64
GetJwtTtlMax returns the JwtTtlMax field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetJwtTtlMaxOk() (*int64, bool)
GetJwtTtlMaxOk returns a tuple with the JwtTtlMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetJwtTtlMax(v int64)
SetJwtTtlMax sets JwtTtlMax field to given value.
func (o *UpdateAccountSettings) HasJwtTtlMax() bool
HasJwtTtlMax returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetJwtTtlMin() int64
GetJwtTtlMin returns the JwtTtlMin field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetJwtTtlMinOk() (*int64, bool)
GetJwtTtlMinOk returns a tuple with the JwtTtlMin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetJwtTtlMin(v int64)
SetJwtTtlMin sets JwtTtlMin field to given value.
func (o *UpdateAccountSettings) HasJwtTtlMin() bool
HasJwtTtlMin returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetMaxVersions() string
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetMaxVersionsOk() (*string, bool)
GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetMaxVersions(v string)
SetMaxVersions sets MaxVersions field to given value.
func (o *UpdateAccountSettings) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetPasswordLength() int64
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetPasswordLengthOk() (*int64, bool)
GetPasswordLengthOk returns a tuple with the PasswordLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetPasswordLength(v int64)
SetPasswordLength sets PasswordLength field to given value.
func (o *UpdateAccountSettings) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetPhone() string
GetPhone returns the Phone field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetPhoneOk() (*string, bool)
GetPhoneOk returns a tuple with the Phone field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetPhone(v string)
SetPhone sets Phone field to given value.
func (o *UpdateAccountSettings) HasPhone() bool
HasPhone returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetPostalCode() string
GetPostalCode returns the PostalCode field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetPostalCode(v string)
SetPostalCode sets PostalCode field to given value.
func (o *UpdateAccountSettings) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) 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.
func (o *UpdateAccountSettings) SetToken(v string)
SetToken sets Token field to given value.
func (o *UpdateAccountSettings) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *UpdateAccountSettings) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUseLowerLetters() string
GetUseLowerLetters returns the UseLowerLetters field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUseLowerLettersOk() (*string, bool)
GetUseLowerLettersOk returns a tuple with the UseLowerLetters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUseLowerLetters(v string)
SetUseLowerLetters sets UseLowerLetters field to given value.
func (o *UpdateAccountSettings) HasUseLowerLetters() bool
HasUseLowerLetters returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUseNumbers() string
GetUseNumbers returns the UseNumbers field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUseNumbersOk() (*string, bool)
GetUseNumbersOk returns a tuple with the UseNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUseNumbers(v string)
SetUseNumbers sets UseNumbers field to given value.
func (o *UpdateAccountSettings) HasUseNumbers() bool
HasUseNumbers returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUseSpecialCharacters() string
GetUseSpecialCharacters returns the UseSpecialCharacters field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUseSpecialCharactersOk() (*string, bool)
GetUseSpecialCharactersOk returns a tuple with the UseSpecialCharacters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUseSpecialCharacters(v string)
SetUseSpecialCharacters sets UseSpecialCharacters field to given value.
func (o *UpdateAccountSettings) HasUseSpecialCharacters() bool
HasUseSpecialCharacters returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUseCapitalLetters() string
GetUseCapitalLetters returns the UseCapitalLetters field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUseCapitalLettersOk() (*string, bool)
GetUseCapitalLettersOk returns a tuple with the UseCapitalLetters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUseCapitalLetters(v string)
SetUseCapitalLetters sets UseCapitalLetters field to given value.
func (o *UpdateAccountSettings) HasUseCapitalLetters() bool
HasUseCapitalLetters returns a boolean if a field has been set.