TraceflowRequestParameter (type)

{
  "additionalProperties": false, 
  "extends": {
    "$ref": "PolicyRequestParameter
  }, 
  "id": "TraceflowRequestParameter", 
  "module_id": "PolicyConnectivity", 
  "polymorphic-type-descriptor": {
    "type-identifier": "TraceflowRequestParameter"
  }, 
  "properties": {
    "enforcement_point_path": {
      "description": "Policy path of enforcement point on which traceflow session was created.", 
      "required": true, 
      "title": "Enforcement point path", 
      "type": "string"
    }, 
    "resource_type": {
      "description": "The type of this request parameter.", 
      "readonly": false, 
      "required": true, 
      "type": "string"
    }
  }, 
  "title": "Traceflow request parameter, used in hierarchical API.", 
  "type": "object"
}