system.grants
Privileges granted to ClickHouse user accounts.
Columns:
- user_name
(Nullable(String)) — User name.
role_name
(Nullable(String)) — Role assigned to user account.access_type
(Enum8) — Access parameters for ClickHouse user account.column
(Nullable(String)) — Name of a column to which access is granted.is_partial_revoke
(UInt8) — Logical value. It shows whether some privileges have been revoked. Possible values:0
— The row describes a partial revoke.1
— The row describes a grant.grant_option
(UInt8) — Permission is grantedWITH GRANT OPTION
, see GRANT.
当前内容版权归 ClickHouse 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 ClickHouse .