Zero Trust Gateway Settings Settings Block Page Args
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
Link copied to clipboard
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
Block page background color in #rrggbb format.
Link copied to clipboard
Block page footer text.
Link copied to clipboard
Block page header text.
Link copied to clipboard
Admin email for users to contact.
Link copied to clipboard
Subject line for emails created from block page.
Link copied to clipboard
Suppress detailed info at the bottom of the block page.