Values.DescribeHybridADUpdateRequestSourceRetrieves 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).
type nonrec t = {directoryId : DirectoryId.t;The identifier of the hybrid directory for which to retrieve update information.
*)updateType : HybridUpdateType.t option;The type of update activities to retrieve. Valid values include SelfManagedInstances and HybridAdministratorAccount.
*)nextToken : NextToken.t option;The pagination token from a previous request to DescribeHybridADUpdate. Pass null if this is the first request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DirectoryId.t ]) list ]