Windows Function App Slot Auth Settings Args
data class WindowsFunctionAppSlotAuthSettingsArgs(val activeDirectory: Output<WindowsFunctionAppSlotAuthSettingsActiveDirectoryArgs>? = null, val additionalLoginParameters: Output<Map<String, String>>? = null, val allowedExternalRedirectUrls: Output<List<String>>? = null, val defaultProvider: Output<String>? = null, val enabled: Output<Boolean>, val facebook: Output<WindowsFunctionAppSlotAuthSettingsFacebookArgs>? = null, val github: Output<WindowsFunctionAppSlotAuthSettingsGithubArgs>? = null, val google: Output<WindowsFunctionAppSlotAuthSettingsGoogleArgs>? = null, val issuer: Output<String>? = null, val microsoft: Output<WindowsFunctionAppSlotAuthSettingsMicrosoftArgs>? = null, val runtimeVersion: Output<String>? = null, val tokenRefreshExtensionHours: Output<Double>? = null, val tokenStoreEnabled: Output<Boolean>? = null, val twitter: Output<WindowsFunctionAppSlotAuthSettingsTwitterArgs>? = null, val unauthenticatedClientAction: Output<String>? = null) : ConvertibleToJava<WindowsFunctionAppSlotAuthSettingsArgs>
Constructors
Link copied to clipboard
fun WindowsFunctionAppSlotAuthSettingsArgs(activeDirectory: Output<WindowsFunctionAppSlotAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParameters: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<WindowsFunctionAppSlotAuthSettingsFacebookArgs>? = null, github: Output<WindowsFunctionAppSlotAuthSettingsGithubArgs>? = null, google: Output<WindowsFunctionAppSlotAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<WindowsFunctionAppSlotAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<WindowsFunctionAppSlotAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)