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

Principal

import type { Principal } from "https://aws-api.deno.dev/v0.4/services/workdocs.ts?docs=full";

Describes a resource.

interface Principal {
Id?: string | null;
Roles?: PermissionInfo[] | null;
Type?: PrincipalType | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the resource.

§
Roles?: PermissionInfo[] | null
[src]

The permission information for the resource.

§
Type?: PrincipalType | null
[src]

The type of resource.