Identity Providers Args
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
fun IdentityProvidersArgs(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)