NSX-T Data Center REST API
PathPermissionGroup (type)
{
"additionalProperties": false,
"id": "PathPermissionGroup",
"module_id": "PolicyAuthz",
"properties": {
"object_path": {
"required": true,
"title": "Full Object Path",
"type": "string"
},
"operation": {
"enum": [
"crud",
"read",
"execute",
"none"
],
"required": true,
"title": "Allowed operation",
"type": "string"
}
},
"title": "RBAC Objects qualifier",
"type": "object"
}