ZeroTrustGatewaySettingsBlockPage

data class ZeroTrustGatewaySettingsBlockPage(val backgroundColor: String? = null, val enabled: Boolean? = null, val footerText: String? = null, val headerText: String? = null, val logoPath: String? = null, val mailtoAddress: String? = null, val mailtoSubject: String? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(backgroundColor: String? = null, enabled: Boolean? = null, footerText: String? = null, headerText: String? = null, logoPath: String? = null, mailtoAddress: String? = null, mailtoSubject: String? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

Hex code of block page background color.

Link copied to clipboard
val enabled: Boolean? = null

Indicator of enablement.

Link copied to clipboard
val footerText: String? = null

Block page footer text.

Link copied to clipboard
val headerText: String? = null

Block page header text.

Link copied to clipboard
val logoPath: String? = null

URL of block page logo.

Link copied to clipboard
val mailtoAddress: String? = null

Admin email for users to contact.

Link copied to clipboard
val mailtoSubject: String? = null

Subject line for emails created from block page.

Link copied to clipboard
val name: String? = null

Name of block page configuration.