Values.EnablementStatusSummarySourceThe deployment summary of an EnabledControl or EnabledBaseline resource.
type nonrec t = {status : EnablementStatus.t option;The deployment status of the enabled resource. Valid values: SUCCEEDED: The EnabledControl or EnabledBaseline configuration was deployed successfully. UNDER_CHANGE: The EnabledControl or EnabledBaseline configuration is changing. FAILED: The EnabledControl or EnabledBaseline configuration failed to deploy.
*)lastOperationIdentifier : OperationIdentifier.t option;The last operation identifier for the enabled resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OperationIdentifier.t ]) list ]