> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-mintlify-8c05c8a2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> サーバー上に設定されているユーザーアカウントの一覧を含むシステムテーブル。

# system.users

<div id="description">
  ## 説明
</div>

サーバーに設定されている[ユーザーアカウント](/ja/concepts/features/security/access-rights#user-account-management)の一覧が含まれます。

<div id="columns">
  ## カラム
</div>

* `name` ([String](/ja/reference/data-types/index)) — ユーザー名。
* `id` ([UUID](/ja/reference/data-types/index)) — ユーザー ID。
* `storage` ([String](/ja/reference/data-types/index)) — ユーザーのストレージへのパス。`access_control_path` パラメーターで設定します。
* `auth_type` ([Array(Enum8('no\_password' = 0, 'plaintext\_password' = 1, 'sha256\_password' = 2, 'double\_sha1\_password' = 3, 'ldap' = 4, 'kerberos' = 5, 'ssl\_certificate' = 6, 'bcrypt\_password' = 7, 'ssh\_key' = 8, 'http' = 9, 'jwt' = 10, 'scram\_sha256\_password' = 11, 'no\_authentication' = 12))](/ja/reference/data-types/index)) — 認証タイプを表示します。ユーザーの識別には、パスワードなし、平文パスワード、SHA256 でエンコードされたパスワード、二重 SHA-1 でエンコードされたパスワード、bcrypt でエンコードされたパスワードなど、複数の方法があります。
* `auth_params` ([Array(String)](/ja/reference/data-types/index)) — `auth_type` に応じた、JSON フォーマットの認証パラメーター。
* `valid_until` ([Array(DateTime)](/ja/reference/data-types/index)) — ユーザー認証情報の有効期限となる日付と時刻。
* `host_ip` ([Array(String)](/ja/reference/data-types/index)) — ClickHouse サーバーへの接続が許可されているホストの IP アドレス。
* `host_names` ([Array(String)](/ja/reference/data-types/index)) — ClickHouse サーバーへの接続が許可されているホスト名。
* `host_names_regexp` ([Array(String)](/ja/reference/data-types/index)) — ClickHouse サーバーへの接続が許可されているホスト名の正規表現。
* `host_names_like` ([Array(String)](/ja/reference/data-types/index)) — LIKE 述語を使用して設定された、ClickHouse サーバーへの接続が許可されているホスト名。
* `default_roles_all` ([UInt8](/ja/reference/data-types/index)) — ユーザーに付与されたすべてのロールがデフォルトで設定されていることを示します。
* `default_roles_list` ([Array(String)](/ja/reference/data-types/index)) — デフォルトで付与されるロールの一覧。
* `default_roles_except` ([Array(String)](/ja/reference/data-types/index)) — 一覧に含まれるものを除き、付与されたすべてのロールがデフォルトとして設定されます。
* `grantees_any` ([UInt8](/ja/reference/data-types/index)) — 権限付与オプションを持つ任意のユーザーが、その権限を誰にでも付与できるかどうかを示すフラグ。
* `grantees_list` ([Array(String)](/ja/reference/data-types/index)) — このユーザーが権限付与オプションを付与できるユーザーまたはロールの一覧。
* `grantees_except` ([Array(String)](/ja/reference/data-types/index)) — このユーザーが権限付与オプションを付与することを禁止されているユーザーまたはロールの一覧。
* `default_database` ([String](/ja/reference/data-types/index)) — このユーザーのデフォルトデータベースの名前。

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

* [SHOW USERS](/ja/reference/statements/show#show-users)
