workmail_list_personal_access_tokens {paws.end.user.computing} | R Documentation |
Returns a summary of your Personal Access Tokens
Description
Returns a summary of your Personal Access Tokens.
See https://www.paws-r-sdk.com/docs/workmail_list_personal_access_tokens/ for full documentation.
Usage
workmail_list_personal_access_tokens(
OrganizationId,
UserId = NULL,
NextToken = NULL,
MaxResults = NULL
)
Arguments
OrganizationId |
[required] The Organization ID. |
UserId |
The WorkMail User ID. |
NextToken |
The token from the previous response to query the next page. |
MaxResults |
The maximum amount of items that should be returned in a response. |
[Package paws.end.user.computing version 0.9.0 Index]