WindowsFunctionAppSlotAuthSettingsArgs

constructor(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)