TeamsAccountSettingsBlockPageArgs

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

Constructors

Link copied to clipboard
constructor(backgroundColor: Output<String>? = null, enabled: Output<Boolean>? = null, footerText: Output<String>? = null, headerText: Output<String>? = null, includeContext: Output<Boolean>? = null, logoPath: Output<String>? = null, mailtoAddress: Output<String>? = null, mailtoSubject: Output<String>? = null, mode: Output<String>? = null, name: Output<String>? = null, suppressFooter: Output<Boolean>? = null, targetUri: Output<String>? = null)

Properties

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

If mode is customizedblockpage: 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

If mode is customizedblockpage: block page footer text.

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

If mode is customizedblockpage: block page header text.

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

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

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

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

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

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

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

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

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

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
val name: Output<String>? = null

If mode is customizedblockpage: block page title.

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

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

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

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

Functions

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