Windows Function App Auth Settings V2Args
constructor(activeDirectoryV2: Output<WindowsFunctionAppAuthSettingsV2ActiveDirectoryV2Args>? = null, appleV2: Output<WindowsFunctionAppAuthSettingsV2AppleV2Args>? = null, authEnabled: Output<Boolean>? = null, azureStaticWebAppV2: Output<WindowsFunctionAppAuthSettingsV2AzureStaticWebAppV2Args>? = null, configFilePath: Output<String>? = null, customOidcV2s: Output<List<WindowsFunctionAppAuthSettingsV2CustomOidcV2Args>>? = null, defaultProvider: Output<String>? = null, excludedPaths: Output<List<String>>? = null, facebookV2: Output<WindowsFunctionAppAuthSettingsV2FacebookV2Args>? = null, forwardProxyConvention: Output<String>? = null, forwardProxyCustomHostHeaderName: Output<String>? = null, forwardProxyCustomSchemeHeaderName: Output<String>? = null, githubV2: Output<WindowsFunctionAppAuthSettingsV2GithubV2Args>? = null, googleV2: Output<WindowsFunctionAppAuthSettingsV2GoogleV2Args>? = null, httpRouteApiPrefix: Output<String>? = null, login: Output<WindowsFunctionAppAuthSettingsV2LoginArgs>, microsoftV2: Output<WindowsFunctionAppAuthSettingsV2MicrosoftV2Args>? = null, requireAuthentication: Output<Boolean>? = null, requireHttps: Output<Boolean>? = null, runtimeVersion: Output<String>? = null, twitterV2: Output<WindowsFunctionAppAuthSettingsV2TwitterV2Args>? = null, unauthenticatedAction: Output<String>? = null)