Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.
/ client-swift Public archive

Latest commit

 

History

History
25 lines (21 loc) · 1.9 KB

File metadata and controls

25 lines (21 loc) · 1.9 KB

PatchedSettingsRequest

Properties

Name Type Description Notes
avatars String Configure how authentik should show avatars for users. [optional]
defaultUserChangeName Bool Enable the ability for users to change their name. [optional]
defaultUserChangeEmail Bool Enable the ability for users to change their email address. [optional]
defaultUserChangeUsername Bool Enable the ability for users to change their username. [optional]
eventRetention String Events will be deleted after this duration.(Format: weeks=3;days=2;hours=3,seconds=2). [optional]
reputationLowerLimit Int Reputation cannot decrease lower than this value. Zero or negative. [optional]
reputationUpperLimit Int Reputation cannot increase higher than this value. Zero or positive. [optional]
footerLinks JSONValue [optional]
gdprCompliance Bool When enabled, all the events caused by a user will be deleted upon the user's deletion. [optional]
impersonation Bool Globally enable/disable impersonation. [optional]
impersonationRequireReason Bool Require administrators to provide a reason for impersonating a user. [optional]
defaultTokenDuration String Default token duration [optional]
defaultTokenLength Int Default token length [optional]
paginationDefaultPageSize Int Default page size for API responses, if no size was requested. [optional]
paginationMaxPageSize Int Maximum page size [optional]
flags PatchedSettingsRequestFlags [optional]

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