AuthorizationLevel Enum

Definition

Used to specify the required authorization level for service resources

public enum AuthorizationLevel
type AuthorizationLevel = 
Public Enum AuthorizationLevel
Inheritance
AuthorizationLevel

Fields

Admin 3

Allow access to requests that include the master key as a header.

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.

Applies to