Values.AppComponentComplianceSourceDefines the compliance of an Application Component against the resiliency policy.
type nonrec t = {appComponentName : EntityId.t option;Name of the Application Component.
*)compliance : AssessmentCompliance.t option;The compliance of the Application Component against the resiliency policy.
*)cost : Cost.t option;The cost for the application.
*)message : String500.t option;The compliance message.
*)resiliencyScore : ResiliencyScore.t option;The current resiliency score for the application.
*)status : ComplianceStatus.t option;Status of the action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Integer of Seconds.t
| `String of String500.t ])
list ])
list
| `String of EntityId.t
| `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Map of
([> `Enum of string ]
* [> `Double of Double.t
| `Structure of
(string * [> `Double of Double.t | `Long of Long.t ])
list ])
list
| `String of CurrencyCode.t ])
list ])
list ]