Amazon Macie · Schema

GetAdministratorAccountResponse

GetAdministratorAccountResponse schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
administrator object
View JSON Schema on GitHub

JSON Schema

amazon-macie-get-administrator-account-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-get-administrator-account-response-schema.json",
  "title": "GetAdministratorAccountResponse",
  "description": "GetAdministratorAccountResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "administrator": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Invitation"
        },
        {
          "description": "The Amazon Web Services account ID for the administrator account. If the accounts are associated by an Amazon Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts."
        }
      ]
    }
  }
}