Module Values.DescribeHybridADUpdateRequestSource

Retrieves information about update activities for a hybrid directory. This operation provides details about configuration changes, administrator account updates, and self-managed instance settings (IDs and DNS IPs).

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the hybrid directory for which to retrieve update information.

    *)
  2. updateType : HybridUpdateType.t option;
    (*

    The type of update activities to retrieve. Valid values include SelfManagedInstances and HybridAdministratorAccount.

    *)
  3. nextToken : NextToken.t option;
    (*

    The pagination token from a previous request to DescribeHybridADUpdate. Pass null if this is the first request.

    *)
}
Sourceval context_ : string
Sourceval make : ?updateType:??? -> ?nextToken:??? -> directoryId:DirectoryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DirectoryId.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