AppServiceAadLoginFlow Class

Definition

The configuration settings of the Azure Active Directory login flow.

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

Constructors

AppServiceAadLoginFlow()

Initializes a new instance of AppServiceAadLoginFlow.

Properties

IsWwwAuthenticateDisabled

<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.

LoginParameters

Login parameters to send to the OpenID Connect authorization endpoint when a user logs in. Each parameter must be in the form "key=value".

Explicit Interface Implementations

IJsonModel<AppServiceAadLoginFlow>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceAadLoginFlow>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceAadLoginFlow>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceAadLoginFlow>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceAadLoginFlow>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to