Web App Auth Settings V2Args
data class WebAppAuthSettingsV2Args(val globalValidation: Output<GlobalValidationArgs>? = null, val httpSettings: Output<HttpSettingsArgs>? = null, val identityProviders: Output<IdentityProvidersArgs>? = null, val kind: Output<String>? = null, val login: Output<LoginArgs>? = null, val name: Output<String>? = null, val platform: Output<AuthPlatformArgs>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppAuthSettingsV2Args>
Configuration settings for the Azure App Service Authentication / Authorization V2 feature. Azure REST API version: 2021-02-01. Prior API version in Azure Native 1.x: 2020-12-01. Other available API versions: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppAuthSettingsV2 myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2
Content copied to clipboard
Constructors
Link copied to clipboard
fun WebAppAuthSettingsV2Args(globalValidation: Output<GlobalValidationArgs>? = null, httpSettings: Output<HttpSettingsArgs>? = null, identityProviders: Output<IdentityProvidersArgs>? = null, kind: Output<String>? = null, login: Output<LoginArgs>? = null, name: Output<String>? = null, platform: Output<AuthPlatformArgs>? = null, resourceGroupName: Output<String>? = null)