managedgrafana_list_workspace_service_account_tokens {paws.management} | R Documentation |
Returns a list of tokens for a workspace service account.
See https://www.paws-r-sdk.com/docs/managedgrafana_list_workspace_service_account_tokens/ for full documentation.
managedgrafana_list_workspace_service_account_tokens(
maxResults = NULL,
nextToken = NULL,
serviceAccountId,
workspaceId
)
maxResults |
The maximum number of tokens to include in the results. |
nextToken |
The token for the next set of service accounts to return. (You receive
this token from a previous
|
serviceAccountId |
[required] The ID of the service account for which to return tokens. |
workspaceId |
[required] The ID of the workspace for which to return tokens. |