ssoadmin_list_customer_managed_policy_references_in_permission_set {paws.security.identity}R Documentation

Lists all customer managed policies attached to a specified PermissionSet

Description

Lists all customer managed policies attached to a specified PermissionSet.

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

Usage

ssoadmin_list_customer_managed_policy_references_in_permission_set(
  InstanceArn,
  MaxResults = NULL,
  NextToken = NULL,
  PermissionSetArn
)

Arguments

InstanceArn

[required] The ARN of the IAM Identity Center instance under which the operation will be executed.

MaxResults

The maximum number of results to display for the list call.

NextToken

The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.

PermissionSetArn

[required] The ARN of the PermissionSet.


[Package paws.security.identity version 0.9.0 Index]