Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListPermissionsRequest

import type { ListPermissionsRequest } from "https://aws-api.deno.dev/v0.4/services/grafana.ts?docs=full";
interface ListPermissionsRequest {
groupId?: string | null;
maxResults?: number | null;
nextToken?: string | null;
userId?: string | null;
userType?: UserType | null;
workspaceId: string;
}

§Properties

§
groupId?: string | null
[src]

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

§
maxResults?: number | null
[src]

The maximum number of results to include in the response.

§
nextToken?: string | null
[src]

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

§
userId?: string | null
[src]

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

§
userType?: UserType | null
[src]

(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.

§
workspaceId: string
[src]

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