Skip to content

Latest commit

 

History

History
51 lines (47 loc) · 4.78 KB

UpdateAccountSettings.md

File metadata and controls

51 lines (47 loc) · 4.78 KB

akeyless.Model.UpdateAccountSettings

Properties

Name Type Description Notes
Address string Address [optional]
BoundIps List<string> A default list of comma-separated CIDR block that are allowed to authenticate. [optional]
City string City [optional]
CompanyName string Company name [optional]
Country string Country [optional]
DefaultKeyName string Set the account default key based on the DFC key name. Use &quot;set-original-akeyless-default-key&quot; to revert to using the original default key of the account. [optional]
DefaultShareLinkTtlMinutes string Set the default ttl in minutes for sharing item number between 60 and 43200 [optional]
DefaultVersioning string If set to true, new versions is enabled by default [optional]
DpEnableClassicKeyProtection string Set to update protection with classic keys state [true/false] [optional]
DynamicSecretMaxTtl long Set the maximum ttl for dynamic secrets [optional]
DynamicSecretMaxTtlEnable string Set a maximum ttl for dynamic secrets [true/false] [optional]
EnableItemSharing string Enable sharing items [true/false] [optional]
EnablePasswordExpiration string Enable password expiration policy [true/false] [optional]
ForceNewVersions string If set to true, new version will be created on update [optional]
GwBoundIps List<string> A default list of comma-separated CIDR block that acts as a trusted Gateway entity. [optional]
InvalidCharacters string Characters that cannot be used for items/targets/roles/auths/event_forwarder names. Empty string will enforce nothing. [optional] [default to "notReceivedInvalidCharacter"]
ItemType string VersionSettingsObjectType defines object types for account version settings [optional]
ItemsDeletionProtection string Set or unset the default behaviour of items deletion protection [true/false] [optional]
Json bool Set output format to JSON [optional] [default to false]
JwtTtlDefault long Default ttl [optional]
JwtTtlMax long Maximum ttl [optional]
JwtTtlMin long Minimum ttl [optional]
LockBoundIps string Lock bound-ips setting globally in the account. [optional]
LockDefaultKey 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 string Lock gw-bound-ips setting in the account. [optional]
MaxRotationInterval int Set the maximum rotation interval for rotated secrets auto rotation settings [optional]
MaxRotationIntervalEnable string Set a maximum rotation interval for rotated secrets auto rotation settings [true/false] [optional]
MaxVersions string Max versions [optional]
PasswordExpirationDays 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 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 long Password length between 5 - to 50 characters [optional]
Phone string Phone number [optional]
PostalCode string Postal code [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
UsageEventEnable string Enable event for objects that have not been used or changed [true/false] [optional]
UsageEventInterval long Interval by days for unused objects. Default and minimum interval is 90 days [optional]
UsageEventObjectType string Usage event is supported for auth method or secrets-and-keys [auth/item] [optional]
UseLowerLetters string Password must contain lower case letters [true/false] [optional]
UseNumbers string Password must contain numbers [true/false] [optional]
UseSpecialCharacters string Password must contain special characters [true/false] [optional]
UseCapitalLetters string Password must contain capital letters [true/false] [optional]

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