ssoadmin_list_account_assignment_creation_status: Lists the status of the AWS account assignment creation...

View source: R/ssoadmin_operations.R

ssoadmin_list_account_assignment_creation_statusR Documentation

Lists the status of the AWS account assignment creation requests for a specified IAM Identity Center instance

Description

Lists the status of the AWS account assignment creation requests for a specified IAM Identity Center instance.

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

Usage

ssoadmin_list_account_assignment_creation_status(
  InstanceArn,
  MaxResults = NULL,
  NextToken = NULL,
  Filter = 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.

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.

Filter

Filters results based on the passed attribute value.


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