BrandingOptionsDto
data class BrandingOptionsDto(val loginDisclaimer: String? = null, val customCss: String? = null, val splashscreenEnabled: Boolean)
The branding options DTO for API use. This DTO excludes SplashscreenLocation to prevent it from being updated via API.