managedgrafana_list_workspace_service_accounts {paws.management}R Documentation

Returns a list of service accounts for a workspace

Description

Returns a list of service accounts for a workspace.

See https://www.paws-r-sdk.com/docs/managedgrafana_list_workspace_service_accounts/ for full documentation.

Usage

managedgrafana_list_workspace_service_accounts(
  maxResults = NULL,
  nextToken = NULL,
  workspaceId
)

Arguments

maxResults

The maximum number of service accounts 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_accounts operation.)

workspaceId

[required] The workspace for which to list service accounts.


[Package paws.management version 0.9.0 Index]