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-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
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]
§
DirectoryId?: string | null
[src]
§
LastUpdatedDateTime?: Date | number | null
[src]
§
RemoteDomainName?: string | null
[src]
§
SelectiveAuth?: SelectiveAuth | null
[src]
§
StateLastUpdatedDateTime?: Date | number | null
[src]
§
TrustDirection?: TrustDirection | null
[src]
§
TrustId?: string | null
[src]
§
TrustState?: TrustState | null
[src]
§
TrustStateReason?: string | null
[src]
§
TrustType?: TrustType | null
[src]