dlp_Behavior

APIs.ioEngineeringPlatform

Properties

Name Type Description
description string
enabled boolean
name string
risk_level object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-dlp-behavior-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dlp_Behavior",
  "title": "dlp_Behavior",
  "properties": {
    "description": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "risk_level": {
      "$ref": "#/components/schemas/dlp_RiskLevel"
    }
  },
  "required": [
    "name",
    "description",
    "risk_level",
    "enabled"
  ],
  "type": "object"
}