Enum AccessLevel
Defines the access level (permission) of a developer portal user.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum AccessLevel
Fields
Name | Description |
---|---|
Administrator | Members of this role are portal administrators. |
None | No access. |
ReadOnly | Members of this role are API consumers. |
ReadWrite | Members of this role are application developers. |