dlp_SkipConfig

Content types to exclude from context analysis and return all matches.

APIs.ioEngineeringPlatform

Properties

Name Type Description
files boolean If the content type is a file, skip context analysis and return all matches.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-skipconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_SkipConfig",
  "title": "dlp_SkipConfig",
  "description": "Content types to exclude from context analysis and return all matches.",
  "properties": {
    "files": {
      "description": "If the content type is a file, skip context analysis and return all matches.",
      "type": "boolean"
    }
  },
  "required": [
    "files"
  ],
  "type": "object"
}