Module Values.HybridSettingsDescriptionSource

Describes the current hybrid directory configuration settings for a directory.

Sourcetype nonrec t = {
  1. selfManagedDnsIpAddrs : IpAddrs.t option;
    (*

    The IP addresses of the DNS servers in your self-managed AD environment.

    *)
  2. selfManagedInstanceIds : AssessmentInstanceIds.t option;
    (*

    The identifiers of the self-managed instances with SSM used for hybrid directory operations.

    *)
}
Sourceval make : ?selfManagedDnsIpAddrs:??? -> ?selfManagedInstanceIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of IpAddr.t ] list ]) 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