dlp_PredefinedEntry

APIs.ioEngineeringPlatform

Properties

Name Type Description
enabled boolean
id string
name string
profile_id string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-predefinedentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_PredefinedEntry",
  "title": "dlp_PredefinedEntry",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "id": {
      "format": "uuid",
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "profile_id": {
      "format": "uuid",
      "nullable": true,
      "type": "string"
    }
  },
  "required": [
    "id",
    "name",
    "enabled"
  ],
  "type": "object"
}