toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.appservice.kotlin.inputs
/
AppServiceAuthSettingsGoogleArgsBuilder
App
Service
Auth
Settings
Google
Args
Builder
class
AppServiceAuthSettingsGoogleArgsBuilder
Builder for
AppServiceAuthSettingsGoogleArgs
.
Members
Functions
client
Id
Link copied to clipboard
@
JvmName
(
name
=
"joeumftysnvwsggp"
)
suspend
fun
clientId
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"lsuleokgtundjvvy"
)
suspend
fun
clientId
(
value
:
String
)
client
Secret
Link copied to clipboard
@
JvmName
(
name
=
"jmcmmgllbycgfwwy"
)
suspend
fun
clientSecret
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"iyxqfoxkauwamgrv"
)
suspend
fun
clientSecret
(
value
:
String
)
oauth
Scopes
Link copied to clipboard
@
JvmName
(
name
=
"jeovnmjspsxrdesc"
)
suspend
fun
oauthScopes
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"nlpdmdrfusjvxnpt"
)
suspend
fun
oauthScopes
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"slvpnhoqxrnnvohi"
)
suspend
fun
oauthScopes
(
vararg
values
:
String
)
@
JvmName
(
name
=
"vlamyoffkruhqcek"
)
suspend
fun
oauthScopes
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"okcmvtqookfuarjw"
)
suspend
fun
oauthScopes
(
value
:
List
<
String
>
?
)