ContainerAppOpenIdConnectLogin Class

Definition

The configuration settings of the login flow of the custom Open ID Connect provider.

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

Constructors

ContainerAppOpenIdConnectLogin()

Initializes a new instance of ContainerAppOpenIdConnectLogin.

Properties

NameClaimType

The name of the claim that contains the users name.

Scopes

A list of the scopes that should be requested while authenticating.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppOpenIdConnectLogin>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppOpenIdConnectLogin>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppOpenIdConnectLogin>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppOpenIdConnectLogin>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppOpenIdConnectLogin>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to