Class: AccountAccess
Represents an AccountAccess.
Implements
Constructors
constructor
• new AccountAccess(properties?
): AccountAccess
Constructs a new AccountAccess.
Parameters
Name | Type | Description |
---|---|---|
properties? | IAccountAccess | Properties to set |
Returns
Properties
role
• role: string
The role on the account, should be one of [admin, developer, read] admin - gives full access the account, including users and namespaces developer - gives access to create namespaces on the account read - gives read only access to the account
Implementation of
Methods
toJSON
▸ toJSON(): Object
Converts this AccountAccess to JSON.
Returns
Object
JSON object