Amazon GuardDuty · JSON Structure

Guardduty Admin Account Structure

The account within the organization specified as the GuardDuty delegated administrator.

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

AdminAccountId AdminStatus

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-admin-account-structure.json",
  "name": "AdminAccount",
  "description": "The account within the organization specified as the GuardDuty delegated administrator.",
  "type": "object",
  "properties": {
    "AdminAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "adminAccountId"
          },
          "description": "The Amazon Web Services account ID for the account."
        }
      ]
    },
    "AdminStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AdminStatus"
        },
        {
          "xml": {
            "name": "adminStatus"
          },
          "description": "Indicates whether the account is enabled as the delegated administrator."
        }
      ]
    }
  }
}