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 twitter: Output<TwitterArgs>? = null) : ConvertibleToJava<IdentityProvidersArgs>
The configuration settings of each of the identity providers used to configure ContainerApp 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, twitter: Output<TwitterArgs>? = null)
Properties
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
The configuration settings of the Facebook provider.
Link copied to clipboard
The configuration settings of the GitHub provider.
Link copied to clipboard
The configuration settings of the Google provider.
Link copied to clipboard
The configuration settings of the Twitter provider.