AuthorizationLevel Enum
- java.
lang. Object - java.
lang. Enum<AuthorizationLevel> - com.
microsoft. azure. functions. annotation. AuthorizationLevel
- com.
- java.
public 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. This is the default value if none is provided. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java