Share via


GlobalValidation Class

Definition

The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.

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

Constructors

GlobalValidation()

Creates an new GlobalValidation instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GlobalValidation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GlobalValidation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IGlobalValidation.

FromJsonString(String)

Creates a new instance of GlobalValidation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GlobalValidation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to