dlp_PredefinedProfileUpdate

APIs.ioEngineeringPlatform

Properties

Name Type Description
allowed_match_count integer
context_awareness object
entries array
ocr_enabled boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-predefinedprofileupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_PredefinedProfileUpdate",
  "title": "dlp_PredefinedProfileUpdate",
  "properties": {
    "allowed_match_count": {
      "format": "int32",
      "nullable": true,
      "type": "integer"
    },
    "context_awareness": {
      "$ref": "#/components/schemas/dlp_ContextAwareness"
    },
    "entries": {
      "items": {
        "$ref": "#/components/schemas/dlp_PredefinedEntryUpdate"
      },
      "type": "array"
    },
    "ocr_enabled": {
      "type": "boolean"
    }
  },
  "required": [
    "entries"
  ],
  "type": "object"
}