@aws-sdk/client-grafana

ListPermissionsRequest Interface

Members

Name
Type
Details
workspaceId Requiredstring | undefined

The ID of the workspace to list permissions for. This parameter is required.

groupId string | undefined

(Optional) Limits the results to only the group that matches this ID.

maxResults number | undefined

The maximum number of results to include in the response.

nextToken string | undefined

The token to use when requesting the next set of results. You received this token from a previous ListPermissions operation.

userId string | undefined

(Optional) Limits the results to only the user that matches this ID.

userType UserType | undefined

(Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.

Full Signature

export interface ListPermissionsRequest