sso_list_accounts: Lists all AWS accounts assigned to the user

View source: R/sso_operations.R

sso_list_accountsR Documentation

Lists all AWS accounts assigned to the user

Description

Lists all AWS accounts assigned to the user. These AWS accounts are assigned by the administrator of the account. For more information, see Assign User Access in the IAM Identity Center User Guide. This operation returns a paginated response.

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

Usage

sso_list_accounts(nextToken = NULL, maxResults = NULL, accessToken)

Arguments

nextToken

(Optional) When requesting subsequent pages, this is the page token from the previous response output.

maxResults

This is the number of items clients can request per page.

accessToken

[required] The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.


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