zero-trust-gateway_body-scanning-settings

DLP body scanning settings.

APIs.ioEngineeringPlatform

Properties

Name Type Description
inspection_mode string Set the inspection mode to either `deep` or `shallow`.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-zero-trust-gateway-body-scanning-settings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/zero-trust-gateway_body-scanning-settings",
  "title": "zero-trust-gateway_body-scanning-settings",
  "description": "DLP body scanning settings.",
  "properties": {
    "inspection_mode": {
      "description": "Set the inspection mode to either `deep` or `shallow`.",
      "example": "deep",
      "type": "string"
    }
  },
  "type": "object"
}