SecureScoreItem interface
Secure score item data model
- Extends
Properties
| current | Current score NOTE: This property will not be serialized. It can only be populated by the server. |
| display |
The initiative’s name NOTE: This property will not be serialized. It can only be populated by the server. |
| max | Maximum score available NOTE: This property will not be serialized. It can only be populated by the server. |
| percentage | 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. |
| weight | 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. |
Inherited Properties
| id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
current
Current score NOTE: This property will not be serialized. It can only be populated by the server.
current?: number
Property Value
number
displayName
The initiative’s name NOTE: This property will not be serialized. It can only be populated by the server.
displayName?: string
Property Value
string
max
Maximum score available NOTE: This property will not be serialized. It can only be populated by the server.
max?: number
Property Value
number
percentage
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.
percentage?: number
Property Value
number
weight
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.
weight?: number
Property Value
number
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type