Skip to main content

Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.

UserRole

The role of a Catalog user restricting access to Catalog features.

enum UserRole {
ADMIN
CONTRIBUTOR
STEWARD
VIEWER
}

Values

UserRole.ADMIN

Full administrative access with all privileges

UserRole.CONTRIBUTOR

Can view and contribute to content

UserRole.STEWARD

Partial administrative access

UserRole.VIEWER

Read-only access to content

Member Of