Values_0.SeveritySummarySourceThe number of managed nodes found for each patch severity level defined in the request filter.
type nonrec t = {criticalCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of Critical. Critical severity is determined by the organization that published the compliance items.
*)highCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
*)mediumCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
*)lowCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
*)informationalCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
*)unspecifiedCount : ComplianceSummaryCount.t option;The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of ComplianceSummaryCount.t ]) list ]