Role

enum Role

Role list of available roles for a user

Entries

Link copied to clipboard

Vendor this role allow the user to create and manage projects, upload assets and manage the releases status such as: promote to alpha, beta or latest version

Link copied to clipboard

Tester this pseudo-role allow the user to approve or reject the releases

Link copied to clipboard

Customer this role allow the user to approve or reject the releases and manage their creation or deletion

Functions

Link copied to clipboard
open fun valueOf(name: String): NovaUser.Role

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. This method may be used to iterate over the constants.