Amazon Inspector · Schema

DelegatedAdminAccountList

DelegatedAdminAccountList schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning
View JSON Schema on GitHub

JSON Schema

inspector-delegated-admin-account-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-delegated-admin-account-list-schema.json",
  "title": "DelegatedAdminAccountList",
  "description": "DelegatedAdminAccountList schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "accountId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/AccountId"
          },
          {
            "description": "The Amazon Web Services account ID of the Amazon Inspector delegated administrator for your organization."
          }
        ]
      },
      "status": {
        "allOf": [
          {
            "$ref": "#/components/schemas/DelegatedAdminStatus"
          },
          {
            "description": "The status of the Amazon Inspector delegated administrator."
          }
        ]
      }
    },
    "description": "Details of the Amazon Inspector delegated administrator for your organization."
  }
}