Amazon Macie · JSON Structure

Amazon Macie Enable Organization Admin Account Request Structure

EnableOrganizationAdminAccountRequest schema from Amazon Macie API

Type: object Properties: 2 Required: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

adminAccountId clientToken

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-enable-organization-admin-account-request-structure.json",
  "name": "EnableOrganizationAdminAccountRequest",
  "description": "EnableOrganizationAdminAccountRequest schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "adminAccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "A unique, case-sensitive token that you provide to ensure the idempotency of the request."
        }
      ]
    }
  },
  "required": [
    "adminAccountId"
  ]
}