Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecureScoreItem

Package version

Secure score item data model

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 displayName

displayName: undefined | string

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

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