> ## 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.

> 描述 SETTINGS PROFILE 内容的系统表，包括约束、适用于该 profile 的角色和用户，以及父 SETTINGS PROFILE。

# system.settings_profile_elements

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

描述 SETTINGS PROFILE 包含的内容：

* 约束。
* 该设置适用的角色和用户。
* 父级 profile。

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

* `profile_name` ([Nullable(String)](/zh/reference/data-types)) — 设置 profile 的名称。
* `user_name` ([Nullable(String)](/zh/reference/data-types)) — 用户名。
* `role_name` ([Nullable(String)](/zh/reference/data-types)) — 角色名称。
* `index` ([UInt64](/zh/reference/data-types)) — 设置 profile 元素的顺序编号。
* `setting_name` ([Nullable(String)](/zh/reference/data-types)) — 设置名称。
* `value` ([Nullable(String)](/zh/reference/data-types)) — 设置值。
* `min` ([Nullable(String)](/zh/reference/data-types)) — 设置的最小值。若未设置，则为 NULL。
* `max` ([Nullable(String)](/zh/reference/data-types)) — 设置的最大值。若未设置，则为 NULL。
* `writability` ([Nullable(Enum8('WRITABLE' = 0, 'CONST' = 1, 'CHANGEABLE\_IN\_READONLY' = 2))](/zh/reference/data-types)) — 用于指示设置是否可更改的属性。
* `inherit_profile` ([Nullable(String)](/zh/reference/data-types)) — 此设置 profile 的父 profile。若未设置，则为 NULL。设置 profile 将从其父 profile 继承所有设置的值和约束 (min、max、readonly) 。
