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

SharedDirectory

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

Details about the shared directory in the directory owner account for which the share request in the directory consumer account has been accepted.

interface SharedDirectory {
CreatedDateTime?: Date | number | null;
LastUpdatedDateTime?: Date | number | null;
OwnerAccountId?: string | null;
OwnerDirectoryId?: string | null;
SharedAccountId?: string | null;
SharedDirectoryId?: string | null;
ShareMethod?: ShareMethod | null;
ShareNotes?: string | null;
ShareStatus?: ShareStatus | null;
}

§Properties

§
CreatedDateTime?: Date | number | null
[src]

The date and time that the shared directory was created.

§
LastUpdatedDateTime?: Date | number | null
[src]

The date and time that the shared directory was last updated.

§
OwnerAccountId?: string | null
[src]

Identifier of the directory owner account, which contains the directory that has been shared to the consumer account.

§
OwnerDirectoryId?: string | null
[src]

Identifier of the directory in the directory owner account.

§
SharedAccountId?: string | null
[src]

Identifier of the directory consumer account that has access to the shared directory (OwnerDirectoryId) in the directory owner account.

§
SharedDirectoryId?: string | null
[src]

Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account.

§
ShareMethod?: ShareMethod | null
[src]

The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).

§
ShareNotes?: string | null
[src]

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

§
ShareStatus?: ShareStatus | null
[src]

Current directory status of the shared Managed Microsoft AD directory.