WindowsFunctionAppAuthSettingsArgs

constructor(activeDirectory: Output<WindowsFunctionAppAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParameters: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<WindowsFunctionAppAuthSettingsFacebookArgs>? = null, github: Output<WindowsFunctionAppAuthSettingsGithubArgs>? = null, google: Output<WindowsFunctionAppAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<WindowsFunctionAppAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<WindowsFunctionAppAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)