LinuxFunctionAppSlotAuthSettingsV2AppleV2Args

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

Constructors

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

Functions

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

Properties

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.