LinuxFunctionAppSlotAuthSettingsV2GoogleV2

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

an allowed_audiences block as detailed below.

Link copied to clipboard

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: List<String>? = null

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