你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGlobalValidation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.GlobalValidationTypeConverter))]
public interface IGlobalValidation : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.GlobalValidationTypeConverter))>]
type IGlobalValidation = interface
    interface IJsonSerializable
Public Interface IGlobalValidation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ExcludedPath

The paths for which unauthenticated flow would not be redirected to the login page.

RedirectToProvider

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

RequireAuthentication

true if the authentication flow is required any request is made; otherwise, false.

UnauthenticatedClientAction

The action to take when an unauthenticated client attempts to access the app.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to