Skip to content

ControlCommand

Víctor Cañizares edited this page Dec 14, 2020 · 1 revision

ControlCommand

Properties

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]

Enum: StateEnum

Name Value
NOT_APPLICABLE "not-applicable"
REJECTED "rejected"
RECOMMENDED "recommended"
REQUIRED "required"
IMPLEMENTED "implemented"

Enum: CostRatingEnum

Name Value
LOW "low"
MEDIUM "medium"
HIGH "high"
Clone this wiki locally