Amazon GuardDuty · Schema

SecurityContext

Container security context.

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
Privileged object
View JSON Schema on GitHub

JSON Schema

guardduty-security-context-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-security-context-schema.json",
  "title": "SecurityContext",
  "description": "Container security context.",
  "type": "object",
  "properties": {
    "Privileged": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "xml": {
            "name": "privileged"
          },
          "description": "Whether the container is privileged."
        }
      ]
    }
  }
}