SecurityRiskMatrix
Type: Array of Objects
Description: A matrix that links impact ranges, likelihood ranges, and final risk classes.
Possible values:
|
Keys |
Type |
Description |
Example |
|---|---|---|---|
|
ImpactRangeId |
Integer |
ID of the associated impact range |
Integer referencing ImpactRanges.Id |
|
LikelihoodRangeId |
Integer |
ID of the associated likelihood range |
Integer referencing LikelihoodRanges.Id |
|
SecurityRiskId |
Integer |
ID of the associated security risk |
Integer referencing SecurityRisks.Id |
Effect:
- Determines the final risk result from impact and likelihood.
Constraints:
- All referenced IDs must exist.
- The matrix must cover all intended combinations.
- IDs must remain stable to avoid broken mappings.