mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-16 12:44:42 +00:00
17 lines
573 B
Markdown
17 lines
573 B
Markdown
---
|
|
slug: /en/operations/system-tables/roles
|
|
---
|
|
# roles
|
|
|
|
Contains information about configured [roles](../../guides/sre/user-management/index.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)
|