IdentityProvidersArgs

data class IdentityProvidersArgs(val apple: Output<AppleArgs>? = null, val azureActiveDirectory: Output<AzureActiveDirectoryArgs>? = null, val azureStaticWebApps: Output<AzureStaticWebAppsArgs>? = null, val customOpenIdConnectProviders: Output<Map<String, CustomOpenIdConnectProviderArgs>>? = null, val facebook: Output<FacebookArgs>? = null, val gitHub: Output<GitHubArgs>? = null, val google: Output<GoogleArgs>? = null, val legacyMicrosoftAccount: Output<LegacyMicrosoftAccountArgs>? = null, val twitter: Output<TwitterArgs>? = null) : ConvertibleToJava<IdentityProvidersArgs>

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

Constructors

Link copied to clipboard
constructor(apple: Output<AppleArgs>? = null, azureActiveDirectory: Output<AzureActiveDirectoryArgs>? = null, azureStaticWebApps: Output<AzureStaticWebAppsArgs>? = null, customOpenIdConnectProviders: Output<Map<String, CustomOpenIdConnectProviderArgs>>? = null, facebook: Output<FacebookArgs>? = null, gitHub: Output<GitHubArgs>? = null, google: Output<GoogleArgs>? = null, legacyMicrosoftAccount: Output<LegacyMicrosoftAccountArgs>? = null, twitter: Output<TwitterArgs>? = null)

Properties

Link copied to clipboard
val apple: Output<AppleArgs>? = null

The configuration settings of the Apple provider.

Link copied to clipboard

The configuration settings of the Azure Active directory provider.

Link copied to clipboard

The configuration settings of the Azure Static Web Apps provider.

Link copied to clipboard

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.

Link copied to clipboard
val facebook: Output<FacebookArgs>? = null

The configuration settings of the Facebook provider.

Link copied to clipboard
val gitHub: Output<GitHubArgs>? = null

The configuration settings of the GitHub provider.

Link copied to clipboard
val google: Output<GoogleArgs>? = null

The configuration settings of the Google provider.

Link copied to clipboard

The configuration settings of the legacy Microsoft Account provider.

Link copied to clipboard
val twitter: Output<TwitterArgs>? = null

The configuration settings of the Twitter provider.

Functions

Link copied to clipboard
open override fun toJava(): IdentityProvidersArgs