zero-trust-gateway_gateway-account-settings

account settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
settings object account settings.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-gateway-account-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_gateway-account-settings",
  "title": "zero-trust-gateway_gateway-account-settings",
  "description": "account settings.",
  "properties": {
    "settings": {
      "description": "account settings.",
      "properties": {
        "activity_log": {
          "$ref": "#/components/schemas/zero-trust-gateway_activity-log-settings"
        },
        "antivirus": {
          "$ref": "#/components/schemas/zero-trust-gateway_anti-virus-settings"
        },
        "block_page": {
          "$ref": "#/components/schemas/zero-trust-gateway_block-page-settings"
        },
        "body_scanning": {
          "$ref": "#/components/schemas/zero-trust-gateway_body-scanning-settings"
        },
        "browser_isolation": {
          "$ref": "#/components/schemas/zero-trust-gateway_browser-isolation-settings"
        },
        "certificate": {
          "$ref": "#/components/schemas/zero-trust-gateway_certificate-settings"
        },
        "custom_certificate": {
          "$ref": "#/components/schemas/zero-trust-gateway_custom-certificate-settings"
        },
        "extended_email_matching": {
          "$ref": "#/components/schemas/zero-trust-gateway_extended-email-matching"
        },
        "fips": {
          "$ref": "#/components/schemas/zero-trust-gateway_fips-settings"
        },
        "protocol_detection": {
          "$ref": "#/components/schemas/zero-trust-gateway_protocol-detection"
        },
        "tls_decrypt": {
          "$ref": "#/components/schemas/zero-trust-gateway_tls-settings"
        }
      },
      "type": "object"
    }
  },
  "type": "object"
}