- Модуль: rest
- Путь к файлу: ~/bitrix/modules/rest/lib/apauth/permission.php
- Класс: BitrixRestAPAuthPermissionTable
- Вызов: PermissionTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true,
),
'PASSWORD_ID' => array(
'data_type' => 'integer',
'required' => true,
),
'PERM' => array(
'data_type' => 'string',
'required' => true,
),
);
}