organizations:EnablePolicyType

Write

organizations:EnablePolicyType is a Write access-level action in the organizations service. Grants permission to enable a policy type in a root

Resource types

ARNs that organizations:EnablePolicyType can be scoped to in an IAM policy.

arn:${Partition}:organizations::${Account}:root/o-${OrganizationId}/r-${RootId}
root

Condition keys

Keys you can use in the Condition block of a policy that grants organizations:EnablePolicyType.

aws:ResourceTag/${TagKey} String

Filters access by the tags associated with the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOrganizationsEnablePolicyType",
      "Effect": "Allow",
      "Action": "organizations:EnablePolicyType",
      "Resource": "*"
    }
  ]
}

Related actions in organizations

View all organizations actions →