Amazon Macie · JSON Structure

Amazon Macie Admin Account Structure

Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.

Type: object Properties: 2
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

accountId status

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-admin-account-structure.json",
  "name": "AdminAccount",
  "description": "Provides information about the delegated Amazon Macie administrator account for an organization in Organizations.",
  "type": "object",
  "properties": {
    "accountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The Amazon Web Services account ID for the account."
        }
      ]
    },
    "status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AdminStatus"
        },
        {
          "description": "The current status of the account as the delegated Amazon Macie administrator account for the organization."
        }
      ]
    }
  }
}