Amazon Inspector · Schema

DelegatedAdminAccount

Details of the Amazon Inspector delegated administrator for your organization.

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
accountId object
status object
View JSON Schema on GitHub

JSON Schema

inspector-delegated-admin-account-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-schema.json",
  "title": "DelegatedAdminAccount",
  "description": "Details of the Amazon Inspector delegated administrator for your organization.",
  "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."
        }
      ]
    }
  }
}