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 |
IdentityApiFullAccess | 4 | Identity API full access |
IdentityApiReadOnly | 8 | Identity API readonly access |
BotApiFullAccess | 16 | Bot API full access |
BotApiReadOnly | 32 | Bot API readonly access |
CommunicationServiceSystemApiFullAccess | 64 | Communication service system API full access |
CommunicationServiceTenantApiFullAccess | 128 | Communication service tenant API full access |
CommunicationServiceTenantApiReadOnly | 256 | Communication service tenant API readonly access |