Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 1.65 KB

File metadata and controls

65 lines (43 loc) · 1.65 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE                                                                  //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: showcase.zmodel · Generated: 2026-02-23                                          //
//////////////////////////////////////////////////////////////////////////////////////////////

Index / Enums / Role

Role Enum

Defines the access level of a user within an organization.

Defined in: showcase.zmodel

Declaration · showcase.zmodel
enum Role {
    OWNER
    ADMIN
    MEMBER
    GUEST
}

🏷️ Values

Possible values for this enumeration.

Value Description
OWNER Full administrative access — can manage billing, members, and settings.
ADMIN Can manage projects and team members.
MEMBER Standard team member with project access.
GUEST View-only access to public resources.

📍 Used By

Models and fields that reference this type.

diagram


📚 References


Previous: Priority · Next: TaskStatus