Values.SetupHistorySourceReturns a list of the commands that were ran on the target resource. The status of each command is also returned.
type nonrec t = {operationId : NonEmptyString.t option;A GUID that's used to identify the operation.
*)request : SetupRequest.t option;Information about the specified request.
*)resource : SetupHistoryResource.t option;The target resource name for the request.
*)executionDetails : SetupExecutionDetailsList.t option;Describes the full details of the request.
*)status : SetupStatus.t option;The status of the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of IsoDate.t ])
list ]
list
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of SetupDomainName.t ] list
| `String of ResourceName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list
| `Timestamp of IsoDate.t ])
list ])
list ]