UserAttributesRoleEnum class

The role for the user. ### Options - user: A normal user of one or more of your products. Depending on account settings, they can have permission to manage their own resources, e.g. licenses and machines. They cannot manage other users' resources. - support-agent: An internal administrative user of your Keygen account, with a limited subset of permissions. Support Agents can read most resource data, but cannot create, update or delete resources. - sales-agent: An internal administrative user of your Keygen account, with a limited subset of permissions. Sales Agents can read most resource data, but can only create, update and delete specific resources. - developer: An internal administrative user of your Keygen account, with permission to manage all resources, but they cannot manage account billing. - read-only: An internal administrative user of your Keygen account, with permission to read all resources, except for account billing. - admin: An internal administrative user of your Keygen account, with permission to manage the entire account.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The underlying value of this enum member.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic value) UserAttributesRoleEnum?
listFromJson(dynamic json, {bool growable = false}) List<UserAttributesRoleEnum>