PolicyIdfwEnforcementPointRequestParameters (type)

{
  "description": "Request parameters that represents an enforcement point path. A request can be parameterized with this path and will be evaluted as follows > no enforcement point path specified: the request is evaluated on available existing enforcement point. We support only 1 per policy manager. > {enforcement_point_path}: the request is evaluated only on the given enforcement point. IDFW is currently not supported on Federation. Once it start supporting, GM will have to send the enforcement point path while LM behavior stays same.", 
  "id": "PolicyIdfwEnforcementPointRequestParameters", 
  "module_id": "PolicyIdentity", 
  "properties": {
    "enforcement_point_path": {
      "description": "enforcement point path, forward slashes must be escaped using %2F.", 
      "required": false, 
      "title": "String Path of the enforcement point", 
      "type": "string"
    }
  }, 
  "title": "Policy Idfw enforcement point Request Parameters", 
  "type": "object"
}