Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to string | Address | [optional] |
BoundIps | Pointer to []string | A default list of comma-separated CIDR block that are allowed to authenticate. | [optional] |
City | Pointer to string | City | [optional] |
CompanyName | Pointer to string | Company name | [optional] |
Country | Pointer to string | Country | [optional] |
DefaultKeyName | Pointer to string | Set the account default key based on the DFC key name. Use "set-original-akeyless-default-key" to revert to using the original default key of the account. | [optional] |
DefaultShareLinkTtlMinutes | Pointer to string | Set the default ttl in minutes for sharing item number between 60 and 43200 | [optional] |
DefaultVersioning | Pointer to string | If set to true, new versions is enabled by default | [optional] |
DpEnableClassicKeyProtection | Pointer to string | Set to update protection with classic keys state [true/false] | [optional] |
DynamicSecretMaxTtl | Pointer to int64 | Set the maximum ttl for dynamic secrets | [optional] |
DynamicSecretMaxTtlEnable | Pointer to string | Set a maximum ttl for dynamic secrets [true/false] | [optional] |
EnableItemSharing | Pointer to string | Enable sharing items [true/false] | [optional] |
EnablePasswordExpiration | Pointer to string | Enable password expiration policy [true/false] | [optional] |
ForceNewVersions | Pointer to string | If set to true, new version will be created on update | [optional] |
GwBoundIps | Pointer to []string | A default list of comma-separated CIDR block that acts as a trusted Gateway entity. | [optional] |
InvalidCharacters | Pointer to string | Characters that cannot be used for items/targets/roles/auths/event_forwarder names. Empty string will enforce nothing. | [optional] [default to "notReceivedInvalidCharacter"] |
ItemType | Pointer to string | VersionSettingsObjectType defines object types for account version settings | [optional] |
ItemsDeletionProtection | Pointer to string | Set or unset the default behaviour of items deletion protection [true/false] | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
JwtTtlDefault | Pointer to int64 | Default ttl | [optional] |
JwtTtlMax | Pointer to int64 | Maximum ttl | [optional] |
JwtTtlMin | Pointer to int64 | Minimum ttl | [optional] |
LockBoundIps | Pointer to string | Lock bound-ips setting globally in the account. | [optional] |
LockDefaultKey | Pointer to string | Lock the account's default protection key, if set - users will not be able to use a different protection key, relevant only if default-key-name is configured [true/false] | [optional] |
LockGwBoundIps | Pointer to string | Lock gw-bound-ips setting in the account. | [optional] |
MaxRotationInterval | Pointer to int32 | Set the maximum rotation interval for rotated secrets auto rotation settings | [optional] |
MaxRotationIntervalEnable | Pointer to string | Set a maximum rotation interval for rotated secrets auto rotation settings [true/false] | [optional] |
MaxVersions | Pointer to string | Max versions | [optional] |
PasswordExpirationDays | Pointer to string | Specifies the number of days that a password is valid before it must be changed. A default value of 90 days is used. | [optional] |
PasswordExpirationNotificationDays | Pointer to string | Specifies the number of days before a user receives notification that their password will expire. A default value of 14 days is used. | [optional] |
PasswordLength | Pointer to int64 | Password length between 5 - to 50 characters | [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] |
UsageEventEnable | Pointer to string | Enable event for objects that have not been used or changed [true/false] | [optional] |
UsageEventInterval | Pointer to int64 | Interval by days for unused objects. Default and minimum interval is 90 days | [optional] |
UsageEventObjectType | Pointer to string | Usage event is supported for auth method or secrets-and-keys [auth/item] | [optional] |
UseLowerLetters | Pointer to string | Password must contain lower case letters [true/false] | [optional] |
UseNumbers | Pointer to string | Password must contain numbers [true/false] | [optional] |
UseSpecialCharacters | Pointer to string | Password must contain special characters [true/false] | [optional] |
UseCapitalLetters | Pointer to string | Password must contain capital letters [true/false] | [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) GetBoundIps() []string
GetBoundIps returns the BoundIps field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetBoundIpsOk() (*[]string, bool)
GetBoundIpsOk returns a tuple with the BoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetBoundIps(v []string)
SetBoundIps sets BoundIps field to given value.
func (o *UpdateAccountSettings) HasBoundIps() bool
HasBoundIps 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) GetDefaultKeyName() string
GetDefaultKeyName returns the DefaultKeyName field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDefaultKeyNameOk() (*string, bool)
GetDefaultKeyNameOk returns a tuple with the DefaultKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDefaultKeyName(v string)
SetDefaultKeyName sets DefaultKeyName field to given value.
func (o *UpdateAccountSettings) HasDefaultKeyName() bool
HasDefaultKeyName returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetDefaultShareLinkTtlMinutes() string
GetDefaultShareLinkTtlMinutes returns the DefaultShareLinkTtlMinutes field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDefaultShareLinkTtlMinutesOk() (*string, bool)
GetDefaultShareLinkTtlMinutesOk returns a tuple with the DefaultShareLinkTtlMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDefaultShareLinkTtlMinutes(v string)
SetDefaultShareLinkTtlMinutes sets DefaultShareLinkTtlMinutes field to given value.
func (o *UpdateAccountSettings) HasDefaultShareLinkTtlMinutes() bool
HasDefaultShareLinkTtlMinutes 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) GetDynamicSecretMaxTtl() int64
GetDynamicSecretMaxTtl returns the DynamicSecretMaxTtl field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDynamicSecretMaxTtlOk() (*int64, bool)
GetDynamicSecretMaxTtlOk returns a tuple with the DynamicSecretMaxTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDynamicSecretMaxTtl(v int64)
SetDynamicSecretMaxTtl sets DynamicSecretMaxTtl field to given value.
func (o *UpdateAccountSettings) HasDynamicSecretMaxTtl() bool
HasDynamicSecretMaxTtl returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetDynamicSecretMaxTtlEnable() string
GetDynamicSecretMaxTtlEnable returns the DynamicSecretMaxTtlEnable field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetDynamicSecretMaxTtlEnableOk() (*string, bool)
GetDynamicSecretMaxTtlEnableOk returns a tuple with the DynamicSecretMaxTtlEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetDynamicSecretMaxTtlEnable(v string)
SetDynamicSecretMaxTtlEnable sets DynamicSecretMaxTtlEnable field to given value.
func (o *UpdateAccountSettings) HasDynamicSecretMaxTtlEnable() bool
HasDynamicSecretMaxTtlEnable returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetEnableItemSharing() string
GetEnableItemSharing returns the EnableItemSharing field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetEnableItemSharingOk() (*string, bool)
GetEnableItemSharingOk returns a tuple with the EnableItemSharing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetEnableItemSharing(v string)
SetEnableItemSharing sets EnableItemSharing field to given value.
func (o *UpdateAccountSettings) HasEnableItemSharing() bool
HasEnableItemSharing returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetEnablePasswordExpiration() string
GetEnablePasswordExpiration returns the EnablePasswordExpiration field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetEnablePasswordExpirationOk() (*string, bool)
GetEnablePasswordExpirationOk returns a tuple with the EnablePasswordExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetEnablePasswordExpiration(v string)
SetEnablePasswordExpiration sets EnablePasswordExpiration field to given value.
func (o *UpdateAccountSettings) HasEnablePasswordExpiration() bool
HasEnablePasswordExpiration returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetForceNewVersions() string
GetForceNewVersions returns the ForceNewVersions field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetForceNewVersionsOk() (*string, bool)
GetForceNewVersionsOk returns a tuple with the ForceNewVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetForceNewVersions(v string)
SetForceNewVersions sets ForceNewVersions field to given value.
func (o *UpdateAccountSettings) HasForceNewVersions() bool
HasForceNewVersions returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetGwBoundIps() []string
GetGwBoundIps returns the GwBoundIps field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetGwBoundIpsOk() (*[]string, bool)
GetGwBoundIpsOk returns a tuple with the GwBoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetGwBoundIps(v []string)
SetGwBoundIps sets GwBoundIps field to given value.
func (o *UpdateAccountSettings) HasGwBoundIps() bool
HasGwBoundIps returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetInvalidCharacters() string
GetInvalidCharacters returns the InvalidCharacters field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetInvalidCharactersOk() (*string, bool)
GetInvalidCharactersOk returns a tuple with the InvalidCharacters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetInvalidCharacters(v string)
SetInvalidCharacters sets InvalidCharacters field to given value.
func (o *UpdateAccountSettings) HasInvalidCharacters() bool
HasInvalidCharacters 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) GetItemsDeletionProtection() string
GetItemsDeletionProtection returns the ItemsDeletionProtection field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetItemsDeletionProtectionOk() (*string, bool)
GetItemsDeletionProtectionOk returns a tuple with the ItemsDeletionProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetItemsDeletionProtection(v string)
SetItemsDeletionProtection sets ItemsDeletionProtection field to given value.
func (o *UpdateAccountSettings) HasItemsDeletionProtection() bool
HasItemsDeletionProtection 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) GetLockBoundIps() string
GetLockBoundIps returns the LockBoundIps field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetLockBoundIpsOk() (*string, bool)
GetLockBoundIpsOk returns a tuple with the LockBoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetLockBoundIps(v string)
SetLockBoundIps sets LockBoundIps field to given value.
func (o *UpdateAccountSettings) HasLockBoundIps() bool
HasLockBoundIps returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetLockDefaultKey() string
GetLockDefaultKey returns the LockDefaultKey field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetLockDefaultKeyOk() (*string, bool)
GetLockDefaultKeyOk returns a tuple with the LockDefaultKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetLockDefaultKey(v string)
SetLockDefaultKey sets LockDefaultKey field to given value.
func (o *UpdateAccountSettings) HasLockDefaultKey() bool
HasLockDefaultKey returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetLockGwBoundIps() string
GetLockGwBoundIps returns the LockGwBoundIps field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetLockGwBoundIpsOk() (*string, bool)
GetLockGwBoundIpsOk returns a tuple with the LockGwBoundIps field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetLockGwBoundIps(v string)
SetLockGwBoundIps sets LockGwBoundIps field to given value.
func (o *UpdateAccountSettings) HasLockGwBoundIps() bool
HasLockGwBoundIps returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetMaxRotationInterval() int32
GetMaxRotationInterval returns the MaxRotationInterval field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetMaxRotationIntervalOk() (*int32, bool)
GetMaxRotationIntervalOk returns a tuple with the MaxRotationInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetMaxRotationInterval(v int32)
SetMaxRotationInterval sets MaxRotationInterval field to given value.
func (o *UpdateAccountSettings) HasMaxRotationInterval() bool
HasMaxRotationInterval returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetMaxRotationIntervalEnable() string
GetMaxRotationIntervalEnable returns the MaxRotationIntervalEnable field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetMaxRotationIntervalEnableOk() (*string, bool)
GetMaxRotationIntervalEnableOk returns a tuple with the MaxRotationIntervalEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetMaxRotationIntervalEnable(v string)
SetMaxRotationIntervalEnable sets MaxRotationIntervalEnable field to given value.
func (o *UpdateAccountSettings) HasMaxRotationIntervalEnable() bool
HasMaxRotationIntervalEnable 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) GetPasswordExpirationDays() string
GetPasswordExpirationDays returns the PasswordExpirationDays field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetPasswordExpirationDaysOk() (*string, bool)
GetPasswordExpirationDaysOk returns a tuple with the PasswordExpirationDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetPasswordExpirationDays(v string)
SetPasswordExpirationDays sets PasswordExpirationDays field to given value.
func (o *UpdateAccountSettings) HasPasswordExpirationDays() bool
HasPasswordExpirationDays returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetPasswordExpirationNotificationDays() string
GetPasswordExpirationNotificationDays returns the PasswordExpirationNotificationDays field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetPasswordExpirationNotificationDaysOk() (*string, bool)
GetPasswordExpirationNotificationDaysOk returns a tuple with the PasswordExpirationNotificationDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetPasswordExpirationNotificationDays(v string)
SetPasswordExpirationNotificationDays sets PasswordExpirationNotificationDays field to given value.
func (o *UpdateAccountSettings) HasPasswordExpirationNotificationDays() bool
HasPasswordExpirationNotificationDays 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) GetUsageEventEnable() string
GetUsageEventEnable returns the UsageEventEnable field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUsageEventEnableOk() (*string, bool)
GetUsageEventEnableOk returns a tuple with the UsageEventEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUsageEventEnable(v string)
SetUsageEventEnable sets UsageEventEnable field to given value.
func (o *UpdateAccountSettings) HasUsageEventEnable() bool
HasUsageEventEnable returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUsageEventInterval() int64
GetUsageEventInterval returns the UsageEventInterval field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUsageEventIntervalOk() (*int64, bool)
GetUsageEventIntervalOk returns a tuple with the UsageEventInterval field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUsageEventInterval(v int64)
SetUsageEventInterval sets UsageEventInterval field to given value.
func (o *UpdateAccountSettings) HasUsageEventInterval() bool
HasUsageEventInterval returns a boolean if a field has been set.
func (o *UpdateAccountSettings) GetUsageEventObjectType() string
GetUsageEventObjectType returns the UsageEventObjectType field if non-nil, zero value otherwise.
func (o *UpdateAccountSettings) GetUsageEventObjectTypeOk() (*string, bool)
GetUsageEventObjectTypeOk returns a tuple with the UsageEventObjectType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateAccountSettings) SetUsageEventObjectType(v string)
SetUsageEventObjectType sets UsageEventObjectType field to given value.
func (o *UpdateAccountSettings) HasUsageEventObjectType() bool
HasUsageEventObjectType 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.