Retrieves information about a policy.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
post/#X-Amz-Target=AWSOrganizationsV20161128.DescribePolicy
Headers
X-Amz-Target'AWSOrganizationsV20161128.DescribePolicy' required
Request body
Response
Success
Example response
{
"Policy": {
"Content": "{\\n \\\"Version\\\": \\\"2012-10-17\\\",\\n \\\"Statement\\\": [\\n {\\n \\\"Effect\\\": \\\"Allow\\\",\\n \\\"Action\\\": \\\"*\\\",\\n \\\"Resource\\\": \\\"*\\\"\\n }\\n ]\\n}",
"PolicySummary": {
"Arn": "arn:aws:organizations::111111111111:policy/o-exampleorgid/service_control_policy/p-examplepolicyid111",
"AwsManaged": false,
"Description": "Enables admins to delegate S3 permissions",
"Id": "p-examplepolicyid111",
"Name": "AllowAllS3Actions",
"Type": "SERVICE_CONTROL_POLICY"
}
}
}