Linux Function App Slot Auth Settings Args
constructor(activeDirectory: Output<LinuxFunctionAppSlotAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParameters: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<LinuxFunctionAppSlotAuthSettingsFacebookArgs>? = null, github: Output<LinuxFunctionAppSlotAuthSettingsGithubArgs>? = null, google: Output<LinuxFunctionAppSlotAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<LinuxFunctionAppSlotAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<LinuxFunctionAppSlotAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)