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. API Version: 2020-12-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
constructor(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)
Properties
Link copied to clipboard
The configuration settings that determines the validation flow of users using App Service Authentication/Authorization.
Link copied to clipboard
The configuration settings of the HTTP requests for authentication and authorization requests made against App Service Authentication/Authorization.
Link copied to clipboard
The configuration settings of each of the identity providers used to configure App Service Authentication/Authorization.
Link copied to clipboard
The configuration settings of the platform of App Service Authentication/Authorization.
Link copied to clipboard
Name of the resource group to which the resource belongs.