TeamsRuleRuleSettingsNotificationSettingsArgs

data class TeamsRuleRuleSettingsNotificationSettingsArgs(val enabled: Output<Boolean>? = null, val msg: Output<String>? = null, val supportUrl: Output<String>? = null) : ConvertibleToJava<TeamsRuleRuleSettingsNotificationSettingsArgs>

Constructors

constructor(enabled: Output<Boolean>? = null, msg: Output<String>? = null, supportUrl: Output<String>? = null)

Properties

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

Set notification on

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

Customize the message shown in the notification.

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

Optional URL to direct users to additional information. If not set, the notification will open a block page.

Functions

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