organizations_describe_effective_policy {paws.management} | R Documentation |
Returns the contents of the effective policy for specified policy type and account
Description
Returns the contents of the effective policy for specified policy type and account. The effective policy is the aggregation of any policies of the specified type that the account inherits, plus any policy of that type that is directly attached to the account.
See https://www.paws-r-sdk.com/docs/organizations_describe_effective_policy/ for full documentation.
Usage
organizations_describe_effective_policy(PolicyType, TargetId = NULL)
Arguments
PolicyType |
[required] The type of policy that you want information about. You can specify one of the following values: |
TargetId |
When you're signed in as the management account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported. |
[Package paws.management version 0.9.0 Index]