Amazon Inspector · Schema

GetDelegatedAdminAccountResponse

GetDelegatedAdminAccountResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
delegatedAdmin object
View JSON Schema on GitHub

JSON Schema

inspector-get-delegated-admin-account-response-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-get-delegated-admin-account-response-schema.json",
  "title": "GetDelegatedAdminAccountResponse",
  "description": "GetDelegatedAdminAccountResponse schema",
  "type": "object",
  "properties": {
    "delegatedAdmin": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DelegatedAdmin"
        },
        {
          "description": "The Amazon Web Services account ID of the Amazon Inspector delegated administrator."
        }
      ]
    }
  }
}