mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 00:24:41 +00:00
17 lines
625 B
Markdown
17 lines
625 B
Markdown
# system.roles {#system_tables-roles}
|
||
|
||
Содержит сведения о [ролях](../../operations/access-rights.md#role-management).
|
||
|
||
Столбцы:
|
||
|
||
- `name` ([String](../../sql-reference/data-types/string.md)) — Имя роли.
|
||
|
||
- `id` ([UUID](../../sql-reference/data-types/uuid.md)) — ID роли.
|
||
|
||
- `storage` ([String](../../sql-reference/data-types/string.md)) — Путь к хранилищу ролей. Настраивается в параметре `access_control_path`.
|
||
|
||
## Смотрите также {#see-also}
|
||
|
||
- [SHOW ROLES](../../sql-reference/statements/show.md#show-roles-statement)
|
||
|