Teams Account Settings Block Page Args
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
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.