mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 08:35:20 +00:00
0a9f6b1805
* Documentation for #10387, upd syntax by issues #12311, #12312 * Update docs/ru/sql-reference/statements/show.md Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru> Co-authored-by: BayoNet <da-daos@yandex.ru>
16 lines
644 B
Markdown
16 lines
644 B
Markdown
# system.roles {#system_tables-roles}
|
|
|
|
Contains information about configured [roles](../../operations/access-rights.md#role-management).
|
|
|
|
Columns:
|
|
|
|
- `name` ([String](../../sql-reference/data-types/string.md)) — Role name.
|
|
- `id` ([UUID](../../sql-reference/data-types/uuid.md)) — Role ID.
|
|
- `storage` ([String](../../sql-reference/data-types/string.md)) — Path to the storage of roles. Configured in the `access_control_path` parameter.
|
|
|
|
## See Also {#see-also}
|
|
|
|
- [SHOW ROLES](../../sql-reference/statements/show.md#show-roles-statement)
|
|
|
|
[Original article](https://clickhouse.tech/docs/en/operations/system_tables/roles) <!--hide-->
|