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

Trust

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

Describes a trust relationship between an Managed Microsoft AD directory and an external domain.

interface Trust {
CreatedDateTime?: Date | number | null;
DirectoryId?: string | null;
LastUpdatedDateTime?: Date | number | null;
RemoteDomainName?: string | null;
SelectiveAuth?: SelectiveAuth | null;
StateLastUpdatedDateTime?: Date | number | null;
TrustDirection?: TrustDirection | null;
TrustId?: string | null;
TrustState?: TrustState | null;
TrustStateReason?: string | null;
TrustType?: TrustType | null;
}

§Properties

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

The date and time that the trust relationship was created.

§
DirectoryId?: string | null
[src]

The Directory ID of the Amazon Web Services directory involved in the trust relationship.

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

The date and time that the trust relationship was last updated.

§
RemoteDomainName?: string | null
[src]

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

§
SelectiveAuth?: SelectiveAuth | null
[src]

Current state of selective authentication for the trust.

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

The date and time that the TrustState was last updated.

§
TrustDirection?: TrustDirection | null
[src]

The trust relationship direction.

§
TrustId?: string | null
[src]

The unique ID of the trust relationship.

§
TrustState?: TrustState | null
[src]

The trust relationship state.

§
TrustStateReason?: string | null
[src]

The reason for the TrustState.

§
TrustType?: TrustType | null
[src]

The trust relationship type. Forest is the default.