AuthorizationLevel Enum 
	- java.lang. Object 
- java.lang. Enum 
- com.microsoft. azure. functions. annotation. AuthorizationLevel 
 
- com.
 
- java.
public enum AuthorizationLevel
 extends java.lang.Enum<AuthorizationLevel>
Azure HTTP authorization level, Determines what keys, if any, need to be present on the request in order to invoke the function.
Fields
| ADMIN | The master key is required. | 
| ANONYMOUS | No API key is required. | 
| FUNCTION | A function-specific API key is required. | 
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static AuthorizationLevel valueOf(String name)
Parameters
- name
- java.lang.String