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
)
The maximum number of tokens to include in the results.
The token for the next set of service accounts to return. (You receive
this token from a previous
list_workspace_service_account_tokens
operation.)
[required] The ID of the service account for which to return tokens.
[required] The ID of the workspace for which to return tokens.