Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.54 KB

SettingsRequest.md

File metadata and controls

21 lines (16 loc) · 1.54 KB

SettingsRequest

Properties

Name Type Description Notes
avatars Option<String> Configure how authentik should show avatars for users. [optional]
default_user_change_name Option<bool> Enable the ability for users to change their name. [optional]
default_user_change_email Option<bool> Enable the ability for users to change their email address. [optional]
default_user_change_username Option<bool> Enable the ability for users to change their username. [optional]
event_retention Option<String> Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3,seconds=2). [optional]
footer_links Option<serde_json::Value> The option configures the footer links on the flow executor pages. [optional]
gdpr_compliance Option<bool> When enabled, all the events caused by a user will be deleted upon the user's deletion. [optional]
impersonation Option<bool> Globally enable/disable impersonation. [optional]
impersonation_require_reason Option<bool> Require administrators to provide a reason for impersonating a user. [optional]
default_token_duration Option<String> Default token duration [optional]
default_token_length Option<u32> Default token length [optional]

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