跳转到主内容
跳转到主内容

system.settings_profiles

描述

包含已配置的profile的属性。

  • name (String) — 设置 profile 的名称。
  • id (UUID) — 设置 profile 的 ID。
  • storage (String) — 设置 profile 存储路径。在 access_control_path 参数中配置。
  • num_elements (UInt64) — 此 profile 在 system.settings_profile_elements 表中的元素数量。
  • apply_to_all (UInt8) — 表示该设置 profile 已应用于所有角色和/或用户。
  • apply_to_list (Array(String)) — 应用该设置 profile 的角色和/或用户列表。
  • apply_to_except (Array(String)) — 该设置 profile 应用于除所列角色和/或用户之外的所有角色和/或用户。

另请参阅