Module Values.VerifyTrustRequestSource

Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory and an external domain.

Sourcetype nonrec t = {
  1. trustId : TrustId.t;
    (*

    The unique Trust ID of the trust relationship to verify.

    *)
}
Sourceval context_ : string
Sourceval make : trustId:TrustId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TrustId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t