OrganizationSystemPermission

Clerk-provided organization system permission keys.

Entries

Link copied to clipboard
@SerialName(value = "org:sys_profile:manage")
MANAGE_PROFILE
Link copied to clipboard
@SerialName(value = "org:sys_profile:delete")
DELETE_PROFILE
Link copied to clipboard
@SerialName(value = "org:sys_memberships:read")
READ_MEMBERSHIPS
Link copied to clipboard
@SerialName(value = "org:sys_memberships:manage")
MANAGE_MEMBERSHIPS
Link copied to clipboard
@SerialName(value = "org:sys_domains:read")
READ_DOMAINS
Link copied to clipboard
@SerialName(value = "org:sys_domains:manage")
MANAGE_DOMAINS
Link copied to clipboard
@SerialName(value = "org:sys_billing:read")
READ_BILLING
Link copied to clipboard
@SerialName(value = "org:sys_billing:manage")
MANAGE_BILLING
Link copied to clipboard
@SerialName(value = "org:sys_api_keys:read")
READ_API_KEYS
Link copied to clipboard
@SerialName(value = "org:sys_api_keys:manage")
MANAGE_API_KEYS

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val key: String
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.