Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 3.07 KB

File metadata and controls

34 lines (30 loc) · 3.07 KB

AccountGeneralSettings

AccountGeneralSettings describes general settings for an account

Properties

Name Type Description Notes
account_default_key_item_id int AccountDefaultKeyItemID is the item ID of the DFC key item configured as the default protection key [optional]
account_default_key_name str AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. [optional]
ai_insights AiInsightsSetting [optional]
allow_auto_fill bool [optional]
allowed_client_types AllowedClientType [optional]
allowed_clients_ips AllowedIpSettings [optional]
allowed_gateways_ips AllowedIpSettings [optional]
auth_usage_event UsageEventSetting [optional]
certificate_expiration_events CertificateExpirationEventsSettings [optional]
data_protection_section DataProtectionSection [optional]
default_home_page DefaultHomePage [optional]
dynamic_secret_max_ttl DynamicSecretMaxTtl [optional]
enable_request_for_access bool [optional]
hide_personal_folder bool [optional]
hide_static_password bool [optional]
invalid_characters str InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention [optional]
item_usage_event UsageEventSetting [optional]
lock_default_key bool LockDefaultKey determines whether the configured default key can be updated by end-users on a per-request basis true - all requests use the configured default key false - every request can determine its protection key (default) nil - change nothing (every request can determine its protection key (default)) This parameter is only relevant if AccountDefaultKeyItemID is not empty [optional]
password_expiration_info PasswordExpirationInfo [optional]
password_policy PasswordPolicyInfo [optional]
password_score PasswordScoreSetting [optional]
protect_items_by_default bool [optional]
rotation_secret_max_interval RotationSecretMaxInterval [optional]
sharing_policy SharingPolicyInfo [optional]

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