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

UpdateDashboardPermissionsRequest

import type { UpdateDashboardPermissionsRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface UpdateDashboardPermissionsRequest {
AwsAccountId: string;
DashboardId: string;
GrantLinkPermissions?: ResourcePermission[] | null;
GrantPermissions?: ResourcePermission[] | null;
RevokeLinkPermissions?: ResourcePermission[] | null;
RevokePermissions?: ResourcePermission[] | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the dashboard whose permissions you're updating.

§
DashboardId: string
[src]

The ID for the dashboard.

§
GrantLinkPermissions?: ResourcePermission[] | null
[src]

Grants link permissions to all users in a defined namespace.

§
GrantPermissions?: ResourcePermission[] | null
[src]

The permissions that you want to grant on this resource.

§
RevokeLinkPermissions?: ResourcePermission[] | null
[src]

Revokes link permissions from all users in a defined namespace.

§
RevokePermissions?: ResourcePermission[] | null
[src]

The permissions that you want to revoke from this resource.