> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Системная таблица, содержащая свойства настроенных профилей настроек.

# system.settings_profiles

<div id="description">
  ## Описание
</div>

Содержит свойства настроенных профилей настроек.

<div id="columns">
  ## Столбцы
</div>

* `name` ([String](/ru/reference/data-types/index)) — Имя профиля настроек.
* `id` ([UUID](/ru/reference/data-types/index)) — Идентификатор профиля настроек.
* `storage` ([String](/ru/reference/data-types/index)) — Путь к хранилищу профилей настроек. Настраивается в параметре `access_control_path`.
* `num_elements` ([UInt64](/ru/reference/data-types/index)) — Количество элементов этого профиля в таблице `system.settings_profile_elements`.
* `apply_to_all` ([UInt8](/ru/reference/data-types/index)) — Указывает, что профиль настроек применяется ко всем ролям и/или пользователям.
* `apply_to_list` ([Array(String)](/ru/reference/data-types/index)) — Список ролей и/или пользователей, к которым применяется профиль настроек.
* `apply_to_except` ([Array(String)](/ru/reference/data-types/index)) — Профиль настроек применяется ко всем ролям и/или пользователям, кроме перечисленных.

<div id="see-also">
  ## См. также
</div>

* [SHOW PROFILES](/ru/reference/statements/show#show-profiles)
