Values.DeleteTrustRequestSourceDeletes the local side of an existing trust relationship between the Managed Microsoft AD directory and the external domain.
type nonrec t = {trustId : TrustId.t;The Trust ID of the trust relationship to be deleted.
*)deleteAssociatedConditionalForwarder : DeleteAssociatedConditionalForwarder.t
option;Delete a conditional forwarder as part of a DeleteTrustRequest.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DeleteAssociatedConditionalForwarder.t
| `String of TrustId.t ])
list ]