LinuxWebAppSlotAuthSettingsArgs

constructor(activeDirectory: Output<LinuxWebAppSlotAuthSettingsActiveDirectoryArgs>? = null, additionalLoginParameters: Output<Map<String, String>>? = null, allowedExternalRedirectUrls: Output<List<String>>? = null, defaultProvider: Output<String>? = null, enabled: Output<Boolean>, facebook: Output<LinuxWebAppSlotAuthSettingsFacebookArgs>? = null, github: Output<LinuxWebAppSlotAuthSettingsGithubArgs>? = null, google: Output<LinuxWebAppSlotAuthSettingsGoogleArgs>? = null, issuer: Output<String>? = null, microsoft: Output<LinuxWebAppSlotAuthSettingsMicrosoftArgs>? = null, runtimeVersion: Output<String>? = null, tokenRefreshExtensionHours: Output<Double>? = null, tokenStoreEnabled: Output<Boolean>? = null, twitter: Output<LinuxWebAppSlotAuthSettingsTwitterArgs>? = null, unauthenticatedClientAction: Output<String>? = null)