NSX-T Data Center REST API

RoleAssignmentPermissionConfig (type)

{
  "description": "Configuration that controls whether project admins and VPC admins can do role assignment to other users.",
  "id": "RoleAssignmentPermissionConfig",
  "module_id": "AAA",
  "properties": {
    "allow_role_assignment": {
      "required": false,
      "title": "Specifies whether user with this role is allowed to assign roles to other users.",
      "type": "boolean"
    }
  },
  "title": "Role Assignment Permission config.",
  "type": "object"
}