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

HierarchicalPrincipal

import type { HierarchicalPrincipal } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Information to define the hierarchy for which documents users should have access to.

interface HierarchicalPrincipal {
PrincipalList: Principal[];
}

§Properties

§
PrincipalList: Principal[]
[src]

A list of principal lists that define the hierarchy for which documents users should have access to. Each hierarchical list specifies which user or group has allow or deny access for each document.