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
§
SelectiveAuth?: SelectiveAuth | null
[src]§
TrustDirection?: TrustDirection | null
[src]§
TrustState?: TrustState | null
[src]