-
Notifications
You must be signed in to change notification settings - Fork 1
ControlCommand
Víctor Cañizares edited this page Dec 14, 2020
·
1 revision
Name | Type | Description | Notes |
---|---|---|---|
ref | String | Reference field value | [optional] |
name | String | Name field value | [optional] |
desc | String | Description field value | [optional] |
mitigation | Integer | Mitigation | [optional] |
test | TestCommand | [optional] | |
state | StateEnum | Countermeasure state | [optional] |
costRating | CostRatingEnum | Countermeasure cost | [optional] |
standards | List<ControlCommandStandards> | List of standards | [optional] |
Name | Value |
---|---|
NOT_APPLICABLE | "not-applicable" |
REJECTED | "rejected" |
RECOMMENDED | "recommended" |
REQUIRED | "required" |
IMPLEMENTED | "implemented" |
Name | Value |
---|---|
LOW | "low" |
MEDIUM | "medium" |
HIGH | "high" |