Teams Account Settings Block Page
data class TeamsAccountSettingsBlockPage(val backgroundColor: String? = null, val enabled: Boolean? = null, val footerText: String? = null, val headerText: String? = null, val includeContext: Boolean? = null, val logoPath: String? = null, val mailtoAddress: String? = null, val mailtoSubject: String? = null, val mode: String? = null, val name: String? = null, val suppressFooter: Boolean? = null, val targetUri: String? = null)
Constructors
Link copied to clipboard
constructor(backgroundColor: String? = null, enabled: Boolean? = null, footerText: String? = null, headerText: String? = null, includeContext: Boolean? = null, logoPath: String? = null, mailtoAddress: String? = null, mailtoSubject: String? = null, mode: String? = null, name: String? = null, suppressFooter: Boolean? = null, targetUri: String? = null)
Properties
Link copied to clipboard
If mode is customizedblockpage: block page background color in #rrggbb format.
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: 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
If mode is customizedblockpage: suppress detailed info at the bottom of the block page.