iam_get_policy: Retrieves information about the specified managed policy,...

View source: R/iam_operations.R

iam_get_policyR Documentation

Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached

Description

Retrieves information about the specified managed policy, including the policy's default version and the total number of IAM users, groups, and roles to which the policy is attached. To retrieve the list of the specific users, groups, and roles that the policy is attached to, use list_entities_for_policy. This operation returns metadata about the policy. To retrieve the actual policy document for a specific version of the policy, use get_policy_version.

See https://www.paws-r-sdk.com/docs/iam_get_policy/ for full documentation.

Usage

iam_get_policy(PolicyArn)

Arguments

PolicyArn

[required] The Amazon Resource Name (ARN) of the managed policy that you want information about.

For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.