Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.27 KB

BrandRequest.md

File metadata and controls

23 lines (18 loc) · 1.27 KB

BrandRequest

Properties

Name Type Description Notes
domain String Domain that activates this brand. Can be a superset, i.e. a.b for aa.b and ba.b
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]
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]