OpenIdConnectRegistration Class

Definition

The configuration settings of the app registration for the custom Open ID Connect provider. Serialized Name: OpenIdConnectRegistration

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

Constructors

Name Description
OpenIdConnectRegistration()

Initializes a new instance of OpenIdConnectRegistration.

Properties

Name Description
ClientCredential

The authentication credentials of the custom Open ID Connect provider. Serialized Name: OpenIdConnectRegistration.clientCredential

ClientId

The client id of the custom Open ID Connect provider. Serialized Name: OpenIdConnectRegistration.clientId

OpenIdConnectConfiguration

The configuration settings of the endpoints used for the custom Open ID Connect provider. Serialized Name: OpenIdConnectRegistration.openIdConnectConfiguration

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OpenIdConnectRegistration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OpenIdConnectRegistration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OpenIdConnectRegistration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OpenIdConnectRegistration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OpenIdConnectRegistration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to