GlobalValidation Class

Definition

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

public class GlobalValidation
public class GlobalValidation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.GlobalValidation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.GlobalValidation>
type GlobalValidation = class
type GlobalValidation = class
    interface IJsonModel<GlobalValidation>
    interface IPersistableModel<GlobalValidation>
Public Class GlobalValidation
Public Class GlobalValidation
Implements IJsonModel(Of GlobalValidation), IPersistableModel(Of GlobalValidation)
Inheritance
GlobalValidation
Implements

Constructors

GlobalValidation()

Initializes a new instance of GlobalValidation.

Properties

ExcludedPaths

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

IsAuthenticationRequired

<code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.

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".

UnauthenticatedClientAction

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

Explicit Interface Implementations

IJsonModel<GlobalValidation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GlobalValidation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GlobalValidation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GlobalValidation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GlobalValidation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to