AuthorizationLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to specify the required authorization level for service resources
public enum AuthorizationLevel
type AuthorizationLevel =
Public Enum AuthorizationLevel
- Inheritance
-
AuthorizationLevel
Fields
Name | Value | Description |
---|---|---|
Anonymous | 0 | Allow access to anonymous requests. |
Application | 1 | Allow access to requests that include the application key as a header. |
User | 2 | Allow access to requests that include a valid authentication token as a header. |
Admin | 3 | Allow access to requests that include the master key as a header. |