Function App Slot Auth Settings Args
data class FunctionAppSlotAuthSettingsArgs(val activeDirectory: Output<FunctionAppSlotAuthSettingsActiveDirectoryArgs>? = 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<FunctionAppSlotAuthSettingsFacebookArgs>? = null, val google: Output<FunctionAppSlotAuthSettingsGoogleArgs>? = null, val issuer: Output<String>? = null, val microsoft: Output<FunctionAppSlotAuthSettingsMicrosoftArgs>? = null, val runtimeVersion: Output<String>? = null, val tokenRefreshExtensionHours: Output<Double>? = null, val tokenStoreEnabled: Output<Boolean>? = null, val twitter: Output<FunctionAppSlotAuthSettingsTwitterArgs>? = null, val unauthenticatedClientAction: Output<String>? = null) : ConvertibleToJava<FunctionAppSlotAuthSettingsArgs>
Constructors
Link copied to clipboard
fun FunctionAppSlotAuthSettingsArgs(activeDirectory: Output<FunctionAppSlotAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParams: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<FunctionAppSlotAuthSettingsFacebookArgs>? = null, google: Output<FunctionAppSlotAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<FunctionAppSlotAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<FunctionAppSlotAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)
Functions
Properties
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}/.