WindowsFunctionAppAuthSettingsV2GoogleV2Args

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

Constructors

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

Properties

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

Specifies a list of Allowed Audiences that should be requested as part of Google Sign-In authentication.

Link copied to clipboard
val clientId: Output<String>

The OpenID Connect Client ID for the Google web application.

Link copied to clipboard

The app setting name that contains the client_secret value used for Google Login. !>Note: A setting with this name must exist in app_settings to function correctly.

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

The list of OAuth 2.0 scopes that should be requested as part of Google Sign-In authentication.

Functions

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