dlp_PredefinedEntryUpdate

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

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