App Service Auth Settings Args
constructor(activeDirectory: Output<AppServiceAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParams: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<AppServiceAuthSettingsFacebookArgs>? = null, google: Output<AppServiceAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<AppServiceAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<AppServiceAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)