Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.46 KB

PatchedBrandRequest.md

File metadata and controls

24 lines (19 loc) · 1.46 KB

PatchedBrandRequest

Properties

Name Type Description Notes
domain Option<String> Domain that activates this brand. Can be a superset, i.e. a.b for aa.b and ba.b [optional]
default Option<bool> [optional]
branding_title Option<String> [optional]
branding_logo Option<String> [optional]
branding_favicon Option<String> [optional]
flow_authentication Option<uuid::Uuid> [optional]
flow_invalidation Option<uuid::Uuid> [optional]
flow_recovery Option<uuid::Uuid> [optional]
flow_unenrollment Option<uuid::Uuid> [optional]
flow_user_settings Option<uuid::Uuid> [optional]
flow_device_code Option<uuid::Uuid> [optional]
default_application Option<uuid::Uuid> When set, external users will be redirected to this application after authenticating. [optional]
web_certificate Option<uuid::Uuid> Web Certificate used by the authentik Core webserver. [optional]
attributes Option<serde_json::Value> [optional]

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