Varonis · Schema

ThreatModelsResponse

ThreatModelsResponse schema from Varonis DatAlert API

Cloud SecurityComplianceData AnalyticsData GovernanceData SecurityThreat Detection

Properties

Name Type Description
threatModels array Array of threat model objects.
View JSON Schema on GitHub

JSON Schema

varonis-datalert-threat-models-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/varonis/refs/heads/main/json-schema/varonis-datalert-threat-models-response-schema.json",
  "title": "ThreatModelsResponse",
  "description": "ThreatModelsResponse schema from Varonis DatAlert API",
  "type": "object",
  "properties": {
    "threatModels": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ThreatModel"
      },
      "description": "Array of threat model objects."
    }
  }
}