dlp_ContextAwareness

Scan the context of predefined entries to only return matches surrounded by keywords.

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean If true, scan the context of predefined entries to only return matches surrounded by keywords.
skip object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-contextawareness-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_ContextAwareness",
  "title": "dlp_ContextAwareness",
  "description": "Scan the context of predefined entries to only return matches surrounded by keywords.",
  "properties": {
    "enabled": {
      "description": "If true, scan the context of predefined entries to only return matches surrounded by keywords.",
      "type": "boolean"
    },
    "skip": {
      "$ref": "#/components/schemas/dlp_SkipConfig"
    }
  },
  "required": [
    "enabled",
    "skip"
  ],
  "type": "object"
}