Windows Web App Auth Settings V2
data class WindowsWebAppAuthSettingsV2(val activeDirectoryV2: WindowsWebAppAuthSettingsV2ActiveDirectoryV2? = null, val appleV2: WindowsWebAppAuthSettingsV2AppleV2? = null, val authEnabled: Boolean? = null, val azureStaticWebAppV2: WindowsWebAppAuthSettingsV2AzureStaticWebAppV2? = null, val configFilePath: String? = null, val customOidcV2s: List<WindowsWebAppAuthSettingsV2CustomOidcV2>? = null, val defaultProvider: String? = null, val excludedPaths: List<String>? = null, val facebookV2: WindowsWebAppAuthSettingsV2FacebookV2? = null, val forwardProxyConvention: String? = null, val forwardProxyCustomHostHeaderName: String? = null, val forwardProxyCustomSchemeHeaderName: String? = null, val githubV2: WindowsWebAppAuthSettingsV2GithubV2? = null, val googleV2: WindowsWebAppAuthSettingsV2GoogleV2? = null, val httpRouteApiPrefix: String? = null, val login: WindowsWebAppAuthSettingsV2Login, val microsoftV2: WindowsWebAppAuthSettingsV2MicrosoftV2? = null, val requireAuthentication: Boolean? = null, val requireHttps: Boolean? = null, val runtimeVersion: String? = null, val twitterV2: WindowsWebAppAuthSettingsV2TwitterV2? = null, val unauthenticatedAction: String? = null)
Constructors
Link copied to clipboard
fun WindowsWebAppAuthSettingsV2(activeDirectoryV2: WindowsWebAppAuthSettingsV2ActiveDirectoryV2? = null, appleV2: WindowsWebAppAuthSettingsV2AppleV2? = null, authEnabled: Boolean? = null, azureStaticWebAppV2: WindowsWebAppAuthSettingsV2AzureStaticWebAppV2? = null, configFilePath: String? = null, customOidcV2s: List<WindowsWebAppAuthSettingsV2CustomOidcV2>? = null, defaultProvider: String? = null, excludedPaths: List<String>? = null, facebookV2: WindowsWebAppAuthSettingsV2FacebookV2? = null, forwardProxyConvention: String? = null, forwardProxyCustomHostHeaderName: String? = null, forwardProxyCustomSchemeHeaderName: String? = null, githubV2: WindowsWebAppAuthSettingsV2GithubV2? = null, googleV2: WindowsWebAppAuthSettingsV2GoogleV2? = null, httpRouteApiPrefix: String? = null, login: WindowsWebAppAuthSettingsV2Login, microsoftV2: WindowsWebAppAuthSettingsV2MicrosoftV2? = null, requireAuthentication: Boolean? = null, requireHttps: Boolean? = null, runtimeVersion: String? = null, twitterV2: WindowsWebAppAuthSettingsV2TwitterV2? = null, unauthenticatedAction: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard