TeamsAccountSettingsBlockPage

data class TeamsAccountSettingsBlockPage(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, val suppressFooter: Boolean? = 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, suppressFooter: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backgroundColor: String? = null

Block page background color in #rrggbb format.

Link copied to clipboard
val enabled: Boolean? = null

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

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

Full URL to the logo file.

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

Block page title.

Link copied to clipboard
val suppressFooter: Boolean? = null

Suppress detailed info at the bottom of the block page.