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.

Constructors

Link copied to clipboard
constructor(loginDisclaimer: String? = null, customCss: String? = null, splashscreenEnabled: Boolean)

Properties

Link copied to clipboard
val customCss: String? = null

The custom CSS.

Link copied to clipboard
val loginDisclaimer: String? = null

The login disclaimer.

Link copied to clipboard

A value indicating whether to enable the splashscreen.