managedgrafana_create_workspace_service_account: Creates a service account for the workspace

View source: R/managedgrafana_operations.R

managedgrafana_create_workspace_service_accountR Documentation

Creates a service account for the workspace

Description

Creates a service account for the workspace. A service account can be used to call Grafana HTTP APIs, and run automated workloads. After creating the service account with the correct GrafanaRole for your use case, use create_workspace_service_account_token to create a token that can be used to authenticate and authorize Grafana HTTP API calls.

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

Usage

managedgrafana_create_workspace_service_account(grafanaRole, name, workspaceId)

Arguments

grafanaRole

[required] The permission level to use for this service account.

For more information about the roles and the permissions each has, see User roles in the Amazon Managed Grafana User Guide.

name

[required] A name for the service account. The name must be unique within the workspace, as it determines the ID associated with the service account.

workspaceId

[required] The ID of the workspace within which to create the service account.


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