ZeroTrustGatewayPolicyRuleSettingsNotificationSettingsArgs

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

Constructors

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

Properties

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

Enable notification settings.

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

Notification content.

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

Support URL to show in the notification.

Functions

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