Package version:

Interface SecureScoreControlDetails

Details of the security control, its score, and the health status of the relevant resources.

Hierarchy

Properties

current?: number

Current score NOTE: This property will not be serialized. It can only be populated by the server.

Information about the security control.

displayName?: string

User friendly display name of the control NOTE: This property will not be serialized. It can only be populated by the server.

healthyResourceCount?: number

Number of healthy resources in the control NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

max?: number

Maximum score available NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

notApplicableResourceCount?: number

Number of not applicable resources in the control NOTE: This property will not be serialized. It can only be populated by the server.

percentage?: number

Ratio of the current score divided by the maximum. Rounded to 4 digits after the decimal point NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

unhealthyResourceCount?: number

Number of unhealthy resources in the control NOTE: This property will not be serialized. It can only be populated by the server.

weight?: number

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. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc