PolicyGroupResponse Data Type

The policies in the group can be assumed to be in the same order defined in the policy map.

Properties
name data type description
policy array of GroupPolicyResponse

Example

{
  "policy" : [ {
    "default" : true,
    "name" : "...",
    "uri" : "..."
  }, {
    "default" : true,
    "name" : "...",
    "uri" : "..."
  } ]
}