Share via


AppServiceIdentityProviders Class

Definition

The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.

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

Constructors

AppServiceIdentityProviders()

Initializes a new instance of AppServiceIdentityProviders.

Properties

Apple

The configuration settings of the Apple provider.

AzureActiveDirectory

The configuration settings of the Azure Active directory provider.

AzureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

CustomOpenIdConnectProviders

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.

Facebook

The configuration settings of the Facebook provider.

GitHub

The configuration settings of the GitHub provider.

Google

The configuration settings of the Google provider.

LegacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

Twitter

The configuration settings of the Twitter provider.

Explicit Interface Implementations

IJsonModel<AppServiceIdentityProviders>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceIdentityProviders>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceIdentityProviders>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceIdentityProviders>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceIdentityProviders>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to