zero-trust-gateway_notification_settings

Configure a message to display on the user's device when an antivirus search is performed.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean Set notification on
msg string Customize the message shown in the notification.
support_url string Optional URL to direct users to additional information. If not set, the notification will open a block page.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-notification-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_notification_settings",
  "title": "zero-trust-gateway_notification_settings",
  "description": "Configure a message to display on the user's device when an antivirus search is performed.",
  "properties": {
    "enabled": {
      "description": "Set notification on",
      "type": "boolean"
    },
    "msg": {
      "description": "Customize the message shown in the notification.",
      "type": "string"
    },
    "support_url": {
      "description": "Optional URL to direct users to additional information. If not set, the notification will open a block page.",
      "type": "string"
    }
  },
  "type": "object"
}