App Service Auth Settings Args
data class AppServiceAuthSettingsArgs(val activeDirectory: Output<AppServiceAuthSettingsActiveDirectoryArgs>? = null, val additionalLoginParams: Output<Map<String, String>>? = null, val allowedExternalRedirectUrls: Output<List<String>>? = null, val defaultProvider: Output<String>? = null, val enabled: Output<Boolean>, val facebook: Output<AppServiceAuthSettingsFacebookArgs>? = null, val google: Output<AppServiceAuthSettingsGoogleArgs>? = null, val issuer: Output<String>? = null, val microsoft: Output<AppServiceAuthSettingsMicrosoftArgs>? = null, val runtimeVersion: Output<String>? = null, val tokenRefreshExtensionHours: Output<Double>? = null, val tokenStoreEnabled: Output<Boolean>? = null, val twitter: Output<AppServiceAuthSettingsTwitterArgs>? = null, val unauthenticatedClientAction: Output<String>? = null) : ConvertibleToJava<AppServiceAuthSettingsArgs>
Constructors
Link copied to clipboard
fun AppServiceAuthSettingsArgs(activeDirectory: Output<AppServiceAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParams: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<AppServiceAuthSettingsFacebookArgs>? = null, google: Output<AppServiceAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<AppServiceAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<AppServiceAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Issuer URI. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
Link copied to clipboard