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

<div id="description">
  ## 설명
</div>

설정 프로필에 포함된 내용은 다음과 같습니다:

* 제약 조건
* 설정이 적용되는 역할 및 사용자
* 상위 설정 프로필

<div id="columns">
  ## 컬럼
</div>

* `profile_name` ([Nullable(String)](/ko/reference/data-types)) — 설정 프로필 이름입니다.
* `user_name` ([Nullable(String)](/ko/reference/data-types)) — 사용자 이름입니다.
* `role_name` ([Nullable(String)](/ko/reference/data-types)) — 역할 이름입니다.
* `index` ([UInt64](/ko/reference/data-types)) — 설정 프로필 요소의 순번입니다.
* `setting_name` ([Nullable(String)](/ko/reference/data-types)) — 설정 이름입니다.
* `value` ([Nullable(String)](/ko/reference/data-types)) — 설정 값입니다.
* `min` ([Nullable(String)](/ko/reference/data-types)) — 설정의 최소값입니다. 설정되지 않은 경우 NULL입니다.
* `max` ([Nullable(String)](/ko/reference/data-types)) — 설정의 최대값입니다. 설정되지 않은 경우 NULL입니다.
* `writability` ([Nullable(Enum8('WRITABLE' = 0, 'CONST' = 1, 'CHANGEABLE\_IN\_READONLY' = 2))](/ko/reference/data-types)) — 설정을 변경할 수 있는지 여부를 나타내는 속성입니다.
* `inherit_profile` ([Nullable(String)](/ko/reference/data-types)) — 이 설정 프로필의 상위 프로필입니다. 설정되지 않은 경우 NULL입니다. 설정 프로필은 상위 프로필로부터 모든 설정 값과 제약 조건(min, max, readonly)을 상속합니다.
