Skip to main content

IIAMListEntitiesForPolicyRequest

Interface in AWS.IAM

Interface for ListEntitiesForPolicy requests.

Ancestors

Properties

EntityFilter

property EntityFilter: string

Optionally, specify the entity type to use for filtering the results.

Valid values: AWSManagedPolicy | Group | LocalManagedPolicy | Role | User. For example, when EntityFilter is Role, only roles are returned.

PathPrefix

property PathPrefix: string

Optionally, specify a path prefix to filter the results.

Must begin and end with a slash (/). If not specified, a default path prefix of / is used.

PolicyArn

property PolicyArn: TARN

Specify the Amazon Resource Name (ARN) of the IAM policy that you want to list attached resources for.

PolicyUsageFilter

property PolicyUsageFilter: string

Optionally, specify the policy usage method to use for filtering the results.

Valid values: PermissionsBoundary | PermissionsPolicy.