Share via


AppServiceIdentityProviders.CustomOpenIdConnectProviders Property

Definition

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.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.AppService.Models.CustomOpenIdConnectProvider> CustomOpenIdConnectProviders { get; }
member this.CustomOpenIdConnectProviders : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.AppService.Models.CustomOpenIdConnectProvider>
Public ReadOnly Property CustomOpenIdConnectProviders As IDictionary(Of String, CustomOpenIdConnectProvider)

Property Value

Applies to