ssoadmin_list_accounts_for_provisioned_permission_set: Lists all the AWS accounts where the specified permission set...

View source: R/ssoadmin_operations.R

ssoadmin_list_accounts_for_provisioned_permission_setR Documentation

Lists all the AWS accounts where the specified permission set is provisioned

Description

Lists all the AWS 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.

Usage

ssoadmin_list_accounts_for_provisioned_permission_set(
  InstanceArn,
  PermissionSetArn,
  ProvisioningStatus = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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 AWS Service Namespaces in the AWS General Reference.

PermissionSetArn

[required] The ARN of the PermissionSet from which the associated AWS accounts will be listed.

ProvisioningStatus

The permission set provisioning status for an AWS account.

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.


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