Linux Web App Auth Settings
constructor(activeDirectory: LinuxWebAppAuthSettingsActiveDirectory? = null, additionalLoginParameters: Map<String, String>? = null, allowedExternalRedirectUrls: List<String>? = null, defaultProvider: String? = null, enabled: Boolean, facebook: LinuxWebAppAuthSettingsFacebook? = null, github: LinuxWebAppAuthSettingsGithub? = null, google: LinuxWebAppAuthSettingsGoogle? = null, issuer: String? = null, microsoft: LinuxWebAppAuthSettingsMicrosoft? = null, runtimeVersion: String? = null, tokenRefreshExtensionHours: Double? = null, tokenStoreEnabled: Boolean? = null, twitter: LinuxWebAppAuthSettingsTwitter? = null, unauthenticatedClientAction: String? = null)