Returns a list of tokens for a workspace service account
Source:R/managedgrafana_operations.R
managedgrafana_list_workspace_service_account_tokens.RdReturns 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.
Usage
managedgrafana_list_workspace_service_account_tokens(
maxResults = NULL,
nextToken = NULL,
serviceAccountId,
workspaceId
)Arguments
- 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
list_workspace_service_account_tokensoperation.)- 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.