DLP body scanning settings.
{ "$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" }