FeatureScore
Feature Score
Unified score for a feature (used in both segmentation and threat assessment).
JSON Example
{
"feature_type": "string",
"score": "number",
"max_score": "number",
"category_scores": [
{
"category_type": "string",
"score": "number",
"max_score": "number",
"sub_category_scores": [
{
"score": "number",
"max_score": "number",
"sub_category_type": "string"
}
]
}
]
}
string
feature_type
Required
Feature type (supports both segmentation and threat assessment features).
Enumeration:
DFW,
IDPS,
NTA,
NDR
number
score
Required
Aggregated score for this feature.
number
max_score
Required
Maximum score for this feature.