Skip to content

List Permission Sets Provisioned To Account

ssoadmin_list_permission_sets_provisioned_to_account R Documentation

Lists all the permission sets that are provisioned to a specified Amazon Web Services account

Description

Lists all the permission sets that are provisioned to a specified Amazon Web Services account.

Usage

ssoadmin_list_permission_sets_provisioned_to_account(InstanceArn,
  AccountId, ProvisioningStatus, MaxResults, NextToken)

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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

AccountId

[required] The identifier of the Amazon Web Services 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.

Value

A list with the following syntax:

list(
  NextToken = "string",
  PermissionSets = list(
    "string"
  )
)

Request syntax

svc$list_permission_sets_provisioned_to_account(
  InstanceArn = "string",
  AccountId = "string",
  ProvisioningStatus = "LATEST_PERMISSION_SET_PROVISIONED"|"LATEST_PERMISSION_SET_NOT_PROVISIONED",
  MaxResults = 123,
  NextToken = "string"
)