> ## 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](/ko/reference/data-types)) — 설정 프로필 이름입니다.
* `id` ([UUID](/ko/reference/data-types)) — 설정 프로필 ID입니다.
* `storage` ([String](/ko/reference/data-types)) — 설정 프로필 저장소 경로입니다. `access_control_path` 매개변수에서 구성됩니다.
* `num_elements` ([UInt64](/ko/reference/data-types)) — `system.settings_profile_elements` 테이블에서 이 프로필의 요소 수입니다.
* `apply_to_all` ([UInt8](/ko/reference/data-types)) — 이 설정 프로필이 모든 역할 및/또는 사용자에게 적용됨을 나타냅니다.
* `apply_to_list` ([Array(String)](/ko/reference/data-types)) — 이 설정 프로필이 적용되는 역할 및/또는 사용자 목록입니다.
* `apply_to_except` ([Array(String)](/ko/reference/data-types)) — 나열된 역할 및/또는 사용자를 제외한 모든 역할 및/또는 사용자에게 이 설정 프로필이 적용됩니다.

<div id="see-also">
  ## 관련 항목
</div>

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