AWSSecurityHubOrganizationsAccess - AWS Managed Policy

AWSSecurityHubOrganizationsAccess

Description: Grants permission to enable and manage AWS Security Hub within an organization. Includes enabling the service across the organization, and determining the delegated administrator account for the service.

AWSSecurityHubOrganizationsAccess is an AWS managed policy.

Using this policy

You can attach AWSSecurityHubOrganizationsAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: March 15, 2021, 20:53 UTC

  • Edited time: November 16, 2023, 21:13 UTC

  • ARN: arn:aws:iam::aws:policy/AWSSecurityHubOrganizationsAccess

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "OrganizationPermissions", "Effect" : "Allow", "Action" : [ "organizations:ListAccounts", "organizations:DescribeOrganization", "organizations:ListRoots", "organizations:ListDelegatedAdministrators", "organizations:ListAWSServiceAccessForOrganization", "organizations:ListOrganizationalUnitsForParent", "organizations:ListAccountsForParent", "organizations:DescribeAccount", "organizations:DescribeOrganizationalUnit" ], "Resource" : "*" }, { "Sid" : "OrganizationPermissionsEnable", "Effect" : "Allow", "Action" : "organizations:EnableAWSServiceAccess", "Resource" : "*", "Condition" : { "StringEquals" : { "organizations:ServicePrincipal" : "securityhub.amazonaws.com" } } }, { "Sid" : "OrganizationPermissionsDelegatedAdmin", "Effect" : "Allow", "Action" : [ "organizations:RegisterDelegatedAdministrator", "organizations:DeregisterDelegatedAdministrator" ], "Resource" : "arn:aws:organizations::*:account/o-*/*", "Condition" : { "StringEquals" : { "organizations:ServicePrincipal" : "securityhub.amazonaws.com" } } } ] }

Learn more