Lists the users and groups who have the Grafana Admin and Editor roles in this workspace
Source:R/managedgrafana_operations.R
managedgrafana_list_permissions.RdLists the users and groups who have the Grafana Admin and Editor roles in this workspace. If you use this operation without specifying userId or groupId, the operation returns the roles of all users and groups. If you specify a userId or a groupId, only the roles for that user or group are returned. If you do this, you can specify only one userId or one groupId.
See https://www.paws-r-sdk.com/docs/managedgrafana_list_permissions/ for full documentation.
Usage
managedgrafana_list_permissions(
maxResults = NULL,
nextToken = NULL,
userType = NULL,
userId = NULL,
groupId = NULL,
workspaceId
)Arguments
- maxResults
The maximum number of results to include in the response.
- nextToken
The token to use when requesting the next set of results. You received this token from a previous
list_permissionsoperation.- userType
(Optional) If you specify
SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specifySSO_GROUP, only the permissions of IAM Identity Center groups are returned.- userId
(Optional) Limits the results to only the user that matches this ID.
- groupId
(Optional) Limits the results to only the group that matches this ID.
- workspaceId
[required] The ID of the workspace to list permissions for. This parameter is required.