WindowsFunctionAppSlotAuthSettingsV2MicrosoftV2Args

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

Constructors

fun WindowsFunctionAppSlotAuthSettingsV2MicrosoftV2Args(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(): WindowsFunctionAppSlotAuthSettingsV2MicrosoftV2Args

Properties

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

an allowed_audiences block as detailed below.

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.