Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecureScoreControlDetails

Package version

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

Hierarchy

Index

Properties

Optional current

current: undefined | number

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

Optional definition

Information about the security control.

Optional displayName

displayName: undefined | string

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

Optional healthyResourceCount

healthyResourceCount: undefined | number

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

Optional id

id: undefined | string

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

Optional max

max: undefined | number

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

Optional name

name: undefined | string

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

Optional notApplicableResourceCount

notApplicableResourceCount: undefined | number

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

Optional percentage

percentage: undefined | 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.

Optional type

type: undefined | string

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

Optional unhealthyResourceCount

unhealthyResourceCount: undefined | number

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

Optional weight

weight: undefined | 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