Values.TrustSourceDescribes a trust relationship between an Managed Microsoft AD directory and an external domain.
type nonrec t = {directoryId : DirectoryId.t option;The Directory ID of the Amazon Web Services directory involved in the trust relationship.
*)trustId : TrustId.t option;The unique ID of the trust relationship.
*)remoteDomainName : RemoteDomainName.t option;The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
*)trustType : TrustType.t option;The trust relationship type. Forest is the default.
*)trustDirection : TrustDirection.t option;The trust relationship direction.
*)trustState : TrustState.t option;The trust relationship state.
*)createdDateTime : CreatedDateTime.t option;The date and time that the trust relationship was created.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time that the trust relationship was last updated.
*)stateLastUpdatedDateTime : StateLastUpdatedDateTime.t option;The date and time that the TrustState was last updated.
*)trustStateReason : TrustStateReason.t option;The reason for the TrustState.
*)selectiveAuth : SelectiveAuth.t option;Current state of selective authentication for the trust.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of CreatedDateTime.t ])
list ]