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

ContainerAppLogin Class

Definition

The configuration settings of the login flow of users using ContainerApp Service Authentication/Authorization.

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

Constructors

ContainerAppLogin()

Initializes a new instance of ContainerAppLogin.

Properties

AllowedExternalRedirectUrls

External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored. This is an advanced setting typically only needed by Windows Store application backends. Note that URLs within the current domain are always implicitly allowed.

CookieExpiration

The configuration settings of the session cookie's expiration.

Nonce

The configuration settings of the nonce used in the login flow.

PreserveUrlFragmentsForLogins

<code>true</code> if the fragments from the request are preserved after the login request is made; otherwise, <code>false</code>.

RoutesLogoutEndpoint

The endpoint at which a logout request should be made.

TokenStore

The configuration settings of the token store.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppLogin>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppLogin>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppLogin>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppLogin>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppLogin>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to