ClickHouse/docs/en/operations/system-tables/roles.md
Anna 0a9f6b1805
DOCSUP-2193: Describe SHOW queries for RBAC (#14515)
* 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>
2020-09-08 10:35:24 +03:00

644 B

system.roles

Contains information about configured roles.

Columns:

  • name (String) — Role name.
  • id (UUID) — Role ID.
  • storage (String) — Path to the storage of roles. Configured in the access_control_path parameter.

See Also

Original article