com.pulumi.azure.appservice.kotlin.inputs.WindowsWebAppAuthSettingsV2ActiveDirectoryV2Args.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.appservice.kotlin.inputs
import com.pulumi.azure.appservice.inputs.WindowsWebAppAuthSettingsV2ActiveDirectoryV2Args.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property allowedApplications The list of allowed Applications for the Default Authorisation Policy.
* @property allowedAudiences Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.
* > **NOTE:** This is configured on the Authentication Provider side and is Read Only here.
* @property allowedGroups The list of allowed Group Names for the Default Authorisation Policy.
* @property allowedIdentities The list of allowed Identities for the Default Authorisation Policy.
* @property clientId The ID of the Client to use to authenticate with Azure Active Directory.
* @property clientSecretCertificateThumbprint The thumbprint of the certificate used for signing purposes.
* @property clientSecretSettingName The App Setting name that contains the client secret of the Client.
* !> **NOTE:** A setting with this name must exist in `app_settings` to function correctly.
* @property jwtAllowedClientApplications A list of Allowed Client Applications in the JWT Claim.
* @property jwtAllowedGroups A list of Allowed Groups in the JWT Claim.
* @property loginParameters A map of key-value pairs to send to the Authorisation Endpoint when a user logs in.
* @property tenantAuthEndpoint The Azure Tenant Endpoint for the Authenticating Tenant. e.g. `https://login.microsoftonline.com/{tenant-guid}/v2.0/`
* > **NOTE:** [Here](https://learn.microsoft.com/en-us/entra/identity-platform/authentication-national-cloud#microsoft-entra-authentication-endpoints) is a list of possible authentication endpoints based on the cloud environment. [Here](https://learn.microsoft.com/en-us/azure/app-service/configure-authentication-provider-aad?tabs=workforce-tenant) is more information to better understand how to configure authentication for Azure App Service or Azure Functions.
* @property wwwAuthenticationDisabled Should the www-authenticate provider should be omitted from the request? Defaults to `false`.
*/
public data class WindowsWebAppAuthSettingsV2ActiveDirectoryV2Args(
public val allowedApplications: Output>? = null,
public val allowedAudiences: Output>? = null,
public val allowedGroups: Output>? = null,
public val allowedIdentities: Output>? = null,
public val clientId: Output,
public val clientSecretCertificateThumbprint: Output? = null,
public val clientSecretSettingName: Output? = null,
public val jwtAllowedClientApplications: Output>? = null,
public val jwtAllowedGroups: Output>? = null,
public val loginParameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy