SecureScoreItemProperties interface
Describes properties of a calculated secure score.
Properties
| current | Current score |
| display |
The initiative's name |
| max | Maximum score available |
| percentage | Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point |
| weight | The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions. |
Property Details
current
Current score
current?: number
Property Value
number
displayName
The initiative's name
displayName?: string
Property Value
string
max
Maximum score available
max?: 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
weight
The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions.
weight?: number
Property Value
number