Module Values.PermittedWickrEnterpriseNetworkSource

Identifies a Wickr enterprise network that is permitted for global federation, allowing users to communicate with members of the specified network.

Sourcetype nonrec t = {
  1. domain : GenericString.t;
    (*

    The domain identifier for the permitted Wickr enterprise network.

    *)
  2. networkId : NetworkId.t;
    (*

    The network ID of the permitted Wickr enterprise network.

    *)
}
Sourceval context_ : string
Sourceval make : domain:GenericString.t -> networkId:NetworkId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.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