macie2:DisableOrganizationAdminAccount

Write

macie2:DisableOrganizationAdminAccount is a Write access-level action in the macie2 service. Grants permission to disable an account as the delegated Amazon Macie administrator account for an AWS organization

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

A minimal policy that allows macie2:DisableOrganizationAdminAccount. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowMacie2DisableOrganizationAdminAccount",
      "Effect": "Allow",
      "Action": "macie2:DisableOrganizationAdminAccount",
      "Resource": "*"
    }
  ]
}

Related actions in macie2

View all macie2 actions →