GetZeroTrustGatewayPolicyRuleSettingsNotificationSettings

data class GetZeroTrustGatewayPolicyRuleSettingsNotificationSettings(val enabled: Boolean, val includeContext: Boolean, val msg: String, val supportUrl: String)

Constructors

constructor(enabled: Boolean, includeContext: Boolean, msg: String, supportUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set notification on

Link copied to clipboard

If true, context information will be passed as query parameters

Link copied to clipboard
val msg: String

Customize the message shown in the notification.

Link copied to clipboard

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