PolicyIdfwGroupRequestParameters (type)

{
  "additionalProperties": false, 
  "description": "Request parameter that accepts Group path.", 
  "extends": {
    "$ref": "PolicyIdfwEnforcementPointRequestParameters
  }, 
  "id": "PolicyIdfwGroupRequestParameters", 
  "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"
    }, 
    "group_path": {
      "description": "Group path, forward slashes must be escaped using %2F.", 
      "required": true, 
      "title": "String Path of the group", 
      "type": "string"
    }
  }, 
  "title": "Policy Idfw group request parameter", 
  "type": "object"
}