FunctionAppAuthSettingsGoogleArgs

data class FunctionAppAuthSettingsGoogleArgs(val clientId: Output<String>, val clientSecret: Output<String>, val oauthScopes: Output<List<String>>? = null) : ConvertibleToJava<FunctionAppAuthSettingsGoogleArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, clientSecret: Output<String>, oauthScopes: Output<List<String>>? = null)

Properties

Link copied to clipboard
val clientId: Output<String>

The OpenID Connect Client ID for the Google web application.

Link copied to clipboard
val clientSecret: Output<String>

The client secret associated with the Google web application.

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

The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication. https://developers.google.com/identity/sign-in/web/

Functions

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