ssoadmin_list_permission_sets_provisioned_to_account: Lists all the permission sets that are provisioned to a...

View source: R/ssoadmin_operations.R

ssoadmin_list_permission_sets_provisioned_to_accountR Documentation

Lists all the permission sets that are provisioned to a specified AWS account

Description

Lists all the permission sets that are provisioned to a specified AWS account.

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

Usage

ssoadmin_list_permission_sets_provisioned_to_account(
  InstanceArn,
  AccountId,
  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.

AccountId

[required] The identifier of the AWS account from which to list the assignments.

ProvisioningStatus

The status object for the permission set provisioning operation.

MaxResults

The maximum number of results to display for the assignment.

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.