Amazon Macie · JSON Structure

Amazon Macie Get Administrator Account Response Structure

GetAdministratorAccountResponse schema from Amazon Macie API

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

GetAdministratorAccountResponse is a JSON Structure definition published by Amazon Macie, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

administrator

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-macie/refs/heads/main/json-structure/amazon-macie-get-administrator-account-response-structure.json",
  "name": "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."
        }
      ]
    }
  }
}