Package version:

Interface SecureScoreItem

Secure score item data model

Hierarchy

Properties

current?: number

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

displayName?: string

The initiative’s name 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.

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.

weight?: number

The relative weight for each subscription. Used when calculating an aggregated secure score for multiple subscriptions. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc