| 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] | |
| web_certificate | Option<uuid::Uuid> | Web Certificate used by the authentik Core webserver. | [optional] |
| attributes | Option<serde_json::Value> | [optional] |