NSX-T Data Center REST API
RolesForPath (type)
{
"description": "The roles that are limited only to the path specified. In case the path is null, the roles apply everywhere.",
"id": "RolesForPath",
"module_id": "AAA",
"properties": {
"path": {
"description": "Path of the entity in parent hierarchy.",
"readonly": false,
"required": true,
"title": "Path",
"type": "string"
},
"roles": {
"description": "Applicable roles.",
"items": {
"$ref": "Role
},
"readonly": false,
"required": true,
"title": "Roles",
"type": "array"
}
},
"title": "Roles for path",
"type": "object"
}