BaseScore
Base Score
Base score object containing common properties for all assessment scores.
JSON Example
{
"score_type": "string",
"total_score": "number",
"total_score_for_display": "number",
"last_calculated_on": "number"
}
string
score_type
Required
Type of score.
Enumeration:
SEGMENTATION,
THREAT_ASSESSMENT
number
total_score
Required
Total score.
number
total_score_for_display
Required
Total score formatted for display.
number
last_calculated_on
Optional
Specifies time (epoch time in ms) when score was last computed. Available only when status is SUCCESS.