Account module¶
Reference to the account.py module.
account
¶
Provides role enum for Nextmv accounts.
This module defines enumerations for representing member roles within a Nextmv account.
| CLASS | DESCRIPTION |
|---|---|
AccountMemberRole |
Represents the role of a member in a Nextmv account. |
AccountMemberRole
¶
The role type of an AccountMember represented as a string.
You can import the AccountMemberRole class directly from nextmv:
This enum specifies the supported roles for users in Nextmv accounts.
| ATTRIBUTE | DESCRIPTION |
|---|---|
ROOT |
The role of the owner of the account
TYPE:
|
ADMIN |
The role of administrators of the account
TYPE:
|
DEVELOPER |
The role of developers of the account
TYPE:
|
OPERATOR |
The role of operators of the account
TYPE:
|
VIEWER |
The role of viewers of the account
TYPE:
|