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

> 包含已配置 profile 属性的系统表。

# system.settings_profiles

<div id="description">
  ## 描述
</div>

包含已配置 profile 的各项属性。

<div id="columns">
  ## 列
</div>

* `name` ([String](/zh/reference/data-types)) — profile 名称。
* `id` ([UUID](/zh/reference/data-types)) — profile ID。
* `storage` ([String](/zh/reference/data-types)) — profile 存储的路径。在 `access_control_path` 参数中配置。
* `num_elements` ([UInt64](/zh/reference/data-types)) — 此 profile 在 `system.settings_profile_elements` 表中的元素数量。
* `apply_to_all` ([UInt8](/zh/reference/data-types)) — 表示该 profile 适用于所有角色和/或用户。
* `apply_to_list` ([Array(String)](/zh/reference/data-types)) — 应用此 profile 的角色和/或用户列表。
* `apply_to_except` ([Array(String)](/zh/reference/data-types)) — 此 profile 应用于除所列角色和/或用户之外的所有对象。

<div id="see-also">
  ## 另请参阅
</div>

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