detective:DescribeOrganizationConfiguration is a Read access-level action in the detective service. Grants permission to view the current configuration related to the Amazon Detective integration with AWS Organizations
ARNs that detective:DescribeOrganizationConfiguration can be scoped to in an IAM policy.
Keys you can use in the Condition block of a policy that grants detective:DescribeOrganizationConfiguration.
Filters access by specifying the tags associated with the resource
To use detective:DescribeOrganizationConfiguration you may also need to grant:
A minimal policy that allows detective:DescribeOrganizationConfiguration. Replace "Resource": "*" with a specific ARN to follow least privilege.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AllowDetectiveDescribeOrganizationConfiguration",
"Effect": "Allow",
"Action": "detective:DescribeOrganizationConfiguration",
"Resource": "*"
}
]
}