NSX-T Data Center REST API
PolicyGroupMemberDetails (type)
{ "additionalProperties": false, "description": "Details of the member belonging to a Group", "id": "PolicyGroupMemberDetails", "module_id": "PolicyGroupRealization", "properties": { "display_name": { "readonly": true, "required": true, "title": "The display name of the member on the enforcement point", "type": "string" }, "id": { "readonly": true, "required": true, "title": "The ID of the member on the enforcement point", "type": "string" }, "path": { "readonly": true, "required": true, "title": "The path of the member, if relevant", "type": "string", "x-vmw-cross-reference": [ { "leftType": [], "relationshipType": "IGNORE", "rightType": [] } ] } }, "title": "Group member details", "type": "object" }