Amazon Inspector · JSON Structure

Inspector Delegated Admin Structure

Details of the Amazon Inspector delegated administrator for your organization.

Type: object Properties: 2
ComplianceContainer SecurityEC2LambdaSecurityVulnerability Scanning

DelegatedAdmin is a JSON Structure definition published by Amazon Inspector, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accountId relationshipStatus

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-inspector/refs/heads/main/json-structure/inspector-delegated-admin-structure.json",
  "name": "DelegatedAdmin",
  "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."
        }
      ]
    },
    "relationshipStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RelationshipStatus"
        },
        {
          "description": "The status of the Amazon Inspector delegated administrator."
        }
      ]
    }
  }
}