# 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**](TestCommand.md) | | [optional]
**state** | [**StateEnum**](#StateEnum) | Countermeasure state | [optional]
**costRating** | [**CostRatingEnum**](#CostRatingEnum) | Countermeasure cost | [optional]
**standards** | [**List<ControlCommandStandards>**](ControlCommandStandards.md) | 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"