> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-fix-nav-issues.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](/ja/reference/data-types)) — 設定プロファイル名。
* `id` ([UUID](/ja/reference/data-types)) — 設定プロファイル ID。
* `storage` ([String](/ja/reference/data-types)) — 設定プロファイルの保存先へのパス。`access_control_path` パラメーターで設定されます。
* `num_elements` ([UInt64](/ja/reference/data-types)) — `system.settings_profile_elements` テーブル内の、このプロファイルの要素数。
* `apply_to_all` ([UInt8](/ja/reference/data-types)) — この設定プロファイルがすべてのロールおよび/またはユーザーに設定されていることを示します。
* `apply_to_list` ([Array(String)](/ja/reference/data-types)) — この設定プロファイルが適用されるロールおよび/またはユーザーの一覧。
* `apply_to_except` ([Array(String)](/ja/reference/data-types)) — 一覧に含まれるものを除く、すべてのロールおよび/またはユーザーにこの設定プロファイルが適用されます。

<div id="see-also">
  ## 関連項目
</div>

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