Values.SetupExecutionDetailsSourceReturns details about the commands that were run.
type nonrec t = {command : String_.t option;The command that was executed.
*)dateTime : IsoDate.t option;The timestamp for when the request was run.
*)name : NonEmptyString.t option;The name of the target resource.
*)status : SetupStatus.t option;The status of the SetupInstanceHttps request.
*)standardError : String_.t option;The text written by the command to stderr.
*)standardOutput : String_.t option;The text written by the command to stdout.
*)version : String_.t option;The current version of the script..
*)}