Amazon GuardDuty · JSON Structure

Guardduty List Organization Admin Accounts Response Structure

ListOrganizationAdminAccountsResponse schema from Amazon GuardDuty API

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

ListOrganizationAdminAccountsResponse 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

AdminAccounts NextToken

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-list-organization-admin-accounts-response-structure.json",
  "name": "ListOrganizationAdminAccountsResponse",
  "description": "ListOrganizationAdminAccountsResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "AdminAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AdminAccounts"
        },
        {
          "xml": {
            "name": "adminAccounts"
          },
          "description": "A list of accounts configured as GuardDuty delegated administrators."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The pagination parameter to be used on the next list operation to retrieve more items."
        }
      ]
    }
  }
}