Amazon Macie · Schema

GetMasterAccountResponse

GetMasterAccountResponse schema from Amazon Macie API

Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

Properties

Name Type Description
master object
View JSON Schema on GitHub

JSON Schema

amazon-macie-get-master-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-master-account-response-schema.json",
  "title": "GetMasterAccountResponse",
  "description": "GetMasterAccountResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "master": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Invitation"
        },
        {
          "description": "(Deprecated) The Amazon Web Services account ID for the administrator account. If the accounts are associated by a Macie membership invitation, this object also provides details about the invitation that was sent to establish the relationship between the accounts."
        }
      ]
    }
  }
}