OBJECT
EntityHealthSettings
link GraphQL Schema definition
- type EntityHealthSettings {
- # Health categories that group records by score range (for example Good, Watch,
- # Critical).
- : [HealthCategory!]!
- # How indicator scores are combined. Manual uses the score configured on each
- # indicator; Priority derives scores from the order of the indicators.
- : EntityHealthCalculationTypeEnum!
- # Indicator rules that contribute positive or negative points to the health score.
- : EntityHealthFieldConfiguration!
- # Indicator rules that force the record into the critical category when they
- # match.
- : EntityHealthFieldConfiguration!
- }