Documentation ¶
Index ¶
Constants ¶
View Source
const ( // RoleAdmin represents a system-level Role that enables principals to manage // Users, ServiceAccounts, and system-level permissions for Users and // ServiceAccounts. RoleAdmin libAuthz.Role = "ADMIN" // RoleEventCreator represents a system-level Role that enables principals to // create Events for all Projects. RoleEventCreator libAuthz.Role = "EVENT_CREATOR" // RoleProjectCreator represents a system-level Role that enables principals // to create new Projects. RoleProjectCreator libAuthz.Role = "PROJECT_CREATOR" // RoleReader represents a system-level Role that enables global read access. RoleReader libAuthz.Role = "READER" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.