ZeroTrustGatewaySettingsSettingsBlockPageArgs

data class ZeroTrustGatewaySettingsSettingsBlockPageArgs(val backgroundColor: Output<String>? = null, val enabled: Output<Boolean>? = null, val footerText: Output<String>? = null, val headerText: Output<String>? = null, val logoPath: Output<String>? = null, val mailtoAddress: Output<String>? = null, val mailtoSubject: Output<String>? = null, val name: Output<String>? = null, val suppressFooter: Output<Boolean>? = null) : ConvertibleToJava<ZeroTrustGatewaySettingsSettingsBlockPageArgs>

Constructors

constructor(backgroundColor: Output<String>? = null, enabled: Output<Boolean>? = null, footerText: Output<String>? = null, headerText: Output<String>? = null, logoPath: Output<String>? = null, mailtoAddress: Output<String>? = null, mailtoSubject: Output<String>? = null, name: Output<String>? = null, suppressFooter: Output<Boolean>? = null)

Properties

Link copied to clipboard
val backgroundColor: Output<String>? = null

Block page background color in #rrggbb format.

Link copied to clipboard
val enabled: Output<Boolean>? = null

Enable only cipher suites and TLS versions compliant with FIPS 140-2.

Link copied to clipboard
val footerText: Output<String>? = null

Block page footer text.

Link copied to clipboard
val headerText: Output<String>? = null

Block page header text.

Link copied to clipboard
val logoPath: Output<String>? = null

Full URL to the logo file.

Link copied to clipboard
val mailtoAddress: Output<String>? = null

Admin email for users to contact.

Link copied to clipboard
val mailtoSubject: Output<String>? = null

Subject line for emails created from block page.

Link copied to clipboard
val name: Output<String>? = null

Block page title.

Link copied to clipboard
val suppressFooter: Output<Boolean>? = null

Suppress detailed info at the bottom of the block page.

Functions

Link copied to clipboard
open override fun toJava(): ZeroTrustGatewaySettingsSettingsBlockPageArgs