Amazon Inspector · Schema

DisableDelegatedAdminAccountResponse

DisableDelegatedAdminAccountResponse schema

ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

Properties

Name Type Description
delegatedAdminAccountId object
View JSON Schema on GitHub

JSON Schema

inspector-disable-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-disable-delegated-admin-account-response-schema.json",
  "title": "DisableDelegatedAdminAccountResponse",
  "description": "DisableDelegatedAdminAccountResponse schema",
  "type": "object",
  "properties": {
    "delegatedAdminAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The Amazon Web Services account ID of the successfully disabled delegated administrator."
        }
      ]
    }
  },
  "required": [
    "delegatedAdminAccountId"
  ]
}