Amazon GuardDuty · JSON Structure

Guardduty Get Members Response Structure

GetMembersResponse schema from Amazon GuardDuty API

Type: object Properties: 2 Required: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Members UnprocessedAccounts

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-get-members-response-structure.json",
  "name": "GetMembersResponse",
  "description": "GetMembersResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "Members": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Members"
        },
        {
          "xml": {
            "name": "members"
          },
          "description": "A list of members."
        }
      ]
    },
    "UnprocessedAccounts": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedAccounts"
        },
        {
          "xml": {
            "name": "unprocessedAccounts"
          },
          "description": "A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed."
        }
      ]
    }
  },
  "required": [
    "Members",
    "UnprocessedAccounts"
  ]
}