sso_list_account_roles: Lists all roles that are assigned to the user for a given AWS...

View source: R/sso_operations.R

sso_list_account_rolesR Documentation

Lists all roles that are assigned to the user for a given AWS account

Description

Lists all roles that are assigned to the user for a given AWS account.

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

Usage

sso_list_account_roles(
  nextToken = NULL,
  maxResults = NULL,
  accessToken,
  accountId
)

Arguments

nextToken

The page token from the previous response output when you request subsequent pages.

maxResults

The number of items that 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.

accountId

[required] The identifier for the AWS account that is assigned to the user.


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