ClickHouse/docs/ru/operations/system-tables/roles.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
673 B
Markdown
Raw Normal View History

2022-08-26 17:37:11 +00:00
---
slug: /ru/operations/system-tables/roles
---
# 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)