Tier0SecurityFeature (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "SecurityFeatureBase
  }, 
  "id": "Tier0SecurityFeature", 
  "module_id": "PolicyGatewaySecurityFeature", 
  "properties": {
    "enable": {
      "default": false, 
      "description": "true - enable the feature, false - disable the feture", 
      "required": true, 
      "title": "Flag to enable/disable", 
      "type": "boolean"
    }, 
    "feature": {
      "$ref": "Tier0SecurityFeaturesSupported, 
      "required": true
    }
  }, 
  "title": "T0 Security feature entity with feature details", 
  "type": "object"
}