WebJobsAuthenticationEventsRequestStatusType 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.
The status of the incoming request.
public enum WebJobsAuthenticationEventsRequestStatusType
type WebJobsAuthenticationEventsRequestStatusType =
Public Enum WebJobsAuthenticationEventsRequestStatusType
- Inheritance
-
WebJobsAuthenticationEventsRequestStatusType
Fields
Name | Value | Description |
---|---|---|
Failed | 0 | If there is any failures on the incoming status, the StatusMessage property will contain the reason for the failure. |
TokenInvalid | 1 | All check have passed except for the Token, which is invalid. |
Successful | 2 | Incoming request and token has passed all checks and is in a successful state. |
ValidationError | 3 | The incoming payload is invalid and failed validation checks |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET