LinuxFunctionAppAuthSettingsV2MicrosoftV2Args

data class LinuxFunctionAppAuthSettingsV2MicrosoftV2Args(val allowedAudiences: Output<List<String>>? = null, val clientId: Output<String>, val clientSecretSettingName: Output<String>, val loginScopes: Output<List<String>>? = null) : ConvertibleToJava<LinuxFunctionAppAuthSettingsV2MicrosoftV2Args>

Constructors

fun LinuxFunctionAppAuthSettingsV2MicrosoftV2Args(allowedAudiences: Output<List<String>>? = null, clientId: Output<String>, clientSecretSettingName: Output<String>, loginScopes: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LinuxFunctionAppAuthSettingsV2MicrosoftV2Args

Properties

Link copied to clipboard
val allowedAudiences: Output<List<String>>? = null

Specifies a list of Allowed audience values to consider when validating JWTs issued by Azure Active Directory.

Link copied to clipboard
val clientId: Output<String>

The ID of the Client to use to authenticate with Azure Active Directory.

Link copied to clipboard

The App Setting name that contains the client secret of the Client. Cannot be used with client_secret.

Link copied to clipboard
val loginScopes: Output<List<String>>? = null

The list of Login scopes that should be requested as part of Microsoft Account authentication.