View source: R/sso_operations.R
sso_list_account_roles | R Documentation |
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.
sso_list_account_roles(
nextToken = NULL,
maxResults = NULL,
accessToken,
accountId
)
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 |
accountId |
[required] The identifier for the AWS account that is assigned to the user. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.