Share via


AuthorizationLevel Enumeration

 

Used to specify the required authorization level for service resources

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public enum AuthorizationLevel
public enum class AuthorizationLevel
type AuthorizationLevel
Public Enumeration AuthorizationLevel

Members

Member name Description
Admin

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

Anonymous

Allow access to anonymous requests.

Application

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

User

Allow access to requests that include a valid authentication token as a header.

See Also

Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top