Amazon GuardDuty · JSON Structure

Guardduty Security Context Structure

Container security context.

Type: object Properties: 1
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

SecurityContext is a JSON Structure definition published by Amazon GuardDuty, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Privileged

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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