ApiScopes
Namespace: Meshmakers.Octo.Communication.Contracts
API scopes used in the application
public enum ApiScopes
Inheritance Object → ValueType → Enum → ApiScopes
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | no scopes |
| AssetSystemApiFullAccess | 1 | Asset repository API full access |
| AssetSystemApiReadOnly | 2 | Asset repository API readonly access |
| AssetTenantApiFullAccess | 4 | Asset repository API full access |
| AssetTenantApiReadOnly | 8 | Asset repository API readonly access |
| IdentityApiFullAccess | 16 | Identity API full access |
| IdentityApiReadOnly | 32 | Identity API readonly access |
| BotApiFullAccess | 64 | Bot API full access |
| BotApiReadOnly | 128 | Bot API readonly access |
| CommunicationServiceSystemApiFullAccess | 256 | Communication service system API full access |
| CommunicationServiceTenantApiFullAccess | 512 | Communication service tenant API full access |
| CommunicationServiceTenantApiReadOnly | 1024 | Communication service tenant API readonly access |
| ReportingServiceSystemApiFullAccess | 2048 | Reporting service system API full access |
| ReportingServiceTenantApiFullAccess | 4096 | Reporting service tenant API readonly access |
| ReportingServiceTenantApiReadOnly | 8096 | Reporting service tenant API readonly access |