ContainerAppGlobalValidation Class

Definition

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

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

Constructors

ContainerAppGlobalValidation()

Initializes a new instance of ContainerAppGlobalValidation.

Properties

ExcludedPaths

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

UnauthenticatedClientAction

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

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppGlobalValidation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppGlobalValidation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppGlobalValidation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppGlobalValidation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppGlobalValidation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to