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": {
    "delete_path": {
      "default": false,
      "description": "Flag to delete the path in role-binding update operation. If false then path will not be deleted while updating the role-binding. If true then path will be deleted while updating the role-binding. Please note: This flag will be used only in role-binding PUT api.",
      "required": false,
      "title": "Flag to delete the path in role-binding update operation.",
      "type": "boolean"
    },
    "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"
}