GetZeroTrustGatewaySettingsSettingsBlockPage

data class GetZeroTrustGatewaySettingsSettingsBlockPage(val backgroundColor: String, val enabled: Boolean, val footerText: String, val headerText: String, val includeContext: Boolean, val logoPath: String, val mailtoAddress: String, val mailtoSubject: String, val mode: String, val name: String, val suppressFooter: Boolean, val targetUri: String)

Constructors

constructor(backgroundColor: String, enabled: Boolean, footerText: String, headerText: String, includeContext: Boolean, logoPath: String, mailtoAddress: String, mailtoSubject: String, mode: String, name: String, suppressFooter: Boolean, targetUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If mode is customizedblockpage: block page background color in #rrggbb format.

Link copied to clipboard

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

Link copied to clipboard

If mode is customizedblockpage: block page footer text.

Link copied to clipboard

If mode is customizedblockpage: block page header text.

Link copied to clipboard

If mode is redirecturi: when enabled, context will be appended to targeturi as query parameters.

Link copied to clipboard

If mode is customizedblockpage: full URL to the logo file.

Link copied to clipboard

If mode is customizedblockpage: admin email for users to contact.

Link copied to clipboard

If mode is customizedblockpage: subject line for emails created from block page.

Link copied to clipboard

Controls whether the user is redirected to a Cloudflare-hosted block page or to a customer-provided URI. Available values: "customizedblockpage", "redirect_uri".

Link copied to clipboard

If mode is customizedblockpage: block page title.

Link copied to clipboard

If mode is customizedblockpage: suppress detailed info at the bottom of the block page.

Link copied to clipboard

If mode is redirect_uri: URI to which the user should be redirected.