GroupInfo (type)

{
  "description": "GroupInfo contains information about a particular Group used in Redirection Rules. It also contains information about policy path, if the group is created from Policy.", 
  "id": "GroupInfo", 
  "module_id": "PolicyServiceInsertion", 
  "properties": {
    "group": {
      "$ref": "ResourceReference, 
      "description": "Group Data.", 
      "readonly": true, 
      "required": false, 
      "title": "Group"
    }, 
    "group_policy_path": {
      "description": "Policy path of a particular Group.", 
      "readonly": true, 
      "required": false, 
      "title": "Policy path of Group", 
      "type": "string"
    }
  }, 
  "title": "GroupInfo", 
  "type": "object"
}