View source: R/ssoadmin_operations.R
ssoadmin_list_accounts_for_provisioned_permission_set | R Documentation |
Lists all the Amazon Web Services accounts where the specified permission set is provisioned.
See https://www.paws-r-sdk.com/docs/ssoadmin_list_accounts_for_provisioned_permission_set/ for full documentation.
ssoadmin_list_accounts_for_provisioned_permission_set(
InstanceArn,
MaxResults = NULL,
NextToken = NULL,
PermissionSetArn,
ProvisioningStatus = NULL
)
InstanceArn |
[required] The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference. |
MaxResults |
The maximum number of results to display for the PermissionSet. |
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 from which the associated Amazon Web Services accounts will be listed. |
ProvisioningStatus |
The permission set provisioning status for an Amazon Web Services account. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.