managedgrafana_list_workspace_service_account_tokens: Returns a list of tokens for a workspace service account

View source: R/managedgrafana_operations.R

managedgrafana_list_workspace_service_account_tokensR Documentation

Returns a list of tokens for a workspace service account

Description

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.

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_tokens operation.)

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.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.