iam_get_context_keys_for_principal_policy: Gets a list of all of the context keys referenced in all the...

View source: R/iam_operations.R

iam_get_context_keys_for_principal_policyR Documentation

Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity

Description

Gets a list of all of the context keys referenced in all the IAM policies that are attached to the specified IAM entity. The entity can be an IAM user, group, or role. If you specify a user, then the request also includes all of the policies attached to groups that the user is a member of.

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

Usage

iam_get_context_keys_for_principal_policy(
  PolicySourceArn,
  PolicyInputList = NULL
)

Arguments

PolicySourceArn

[required] The ARN of a user, group, or role whose policies contain the context keys that you want listed. If you specify a user, the list includes context keys that are found in all policies that are attached to the user. The list also includes all groups that the user is a member of. If you pick a group or a role, then it includes only those context keys that are found in policies attached to that entity. Note that all parameters are shown in unencoded form here for clarity, but must be URL encoded to be included as a part of a real HTML request.

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

PolicyInputList

An optional list of additional policies for which you want the list of context keys that are referenced.

The regex pattern used to validate this parameter is a string of characters consisting of the following:

  • Any printable ASCII character ranging from the space character (U+0020) through the end of the ASCII character range

  • The printable characters in the Basic Latin and Latin-1 Supplement character set (through ⁠U+00FF⁠)

  • The special characters tab (U+0009), line feed (⁠U+000A⁠), and carriage return (⁠U+000D⁠)


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