ssoadmin_list_customer_managed_policy_references_in_permission_set | R Documentation |
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.
ssoadmin_list_customer_managed_policy_references_in_permission_set(
InstanceArn,
MaxResults = NULL,
NextToken = NULL,
PermissionSetArn
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.