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

PathToObjectIdentifiers

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

Returns the path to the ObjectIdentifiers that is associated with the directory.

interface PathToObjectIdentifiers {
ObjectIdentifiers?: string[] | null;
Path?: string | null;
}

§Properties

§
ObjectIdentifiers?: string[] | null
[src]

Lists ObjectIdentifiers starting from directory root to the object in the request.

§
Path?: string | null
[src]

The path that is used to identify the object starting from directory root.