SecureScoreControlScoreDetails interface
Calculation result data in control level
Properties
| current | Current score |
| definition | Information about the security control. |
| display |
User friendly display name of the control |
| healthy |
Number of healthy resources in the control |
| max | Maximum score available |
| not |
Number of not applicable resources in the control |
| percentage | Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point |
| unhealthy |
Number of unhealthy resources in the control |
| weight | The relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions. |
Property Details
current
Current score
current?: number
Property Value
number
definition
Information about the security control.
definition?: SecureScoreControlDefinitionItem
Property Value
displayName
User friendly display name of the control
displayName?: string
Property Value
string
healthyResourceCount
Number of healthy resources in the control
healthyResourceCount?: number
Property Value
number
max
Maximum score available
max?: number
Property Value
number
notApplicableResourceCount
Number of not applicable resources in the control
notApplicableResourceCount?: number
Property Value
number
percentage
Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point
percentage?: number
Property Value
number
unhealthyResourceCount
Number of unhealthy resources in the control
unhealthyResourceCount?: number
Property Value
number
weight
The relative weight for this specific control in each of your subscriptions. Used when calculating an aggregated score for this control across all of your subscriptions.
weight?: number
Property Value
number