SecureScoreControlScoreDetails interface

Calculation result data in control level

Properties

current

Current score

definition

Information about the security control.

displayName

User friendly display name of the control

healthyResourceCount

Number of healthy resources in the control

max

Maximum score available

notApplicableResourceCount

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

unhealthyResourceCount

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