FunctionAppAuthSettingsArgs

constructor(activeDirectory: Output<FunctionAppAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParams: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<FunctionAppAuthSettingsFacebookArgs>? = null, google: Output<FunctionAppAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<FunctionAppAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<FunctionAppAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)