Values.ManagedAgentSourceDetails about the managed agent status for the container.
type nonrec t = {lastStartedAt : Timestamp.t option;The Unix timestamp for the time when the managed agent was last started.
*)name : ManagedAgentName.t option;The name of the managed agent. When the execute command feature is turned on, the managed agent name is ExecuteCommandAgent.
*)reason : String_.t option;The reason for why the managed agent is in the state it is in.
*)lastStatus : String_.t option;The last known status of the managed agent.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]