pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.appservice.kotlin.inputs
/
FunctionAppAuthSettingsGoogleArgsBuilder
Function
App
Auth
Settings
Google
Args
Builder
class
FunctionAppAuthSettingsGoogleArgsBuilder
Builder for
FunctionAppAuthSettingsGoogleArgs
.
Functions
Functions
client
Id
Link copied to clipboard
@
JvmName
(
name
=
"aaiyeljgeabxcfqi"
)
suspend
fun
clientId
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"dqedgvntfngixlxb"
)
suspend
fun
clientId
(
value
:
String
)
client
Secret
Link copied to clipboard
@
JvmName
(
name
=
"clpgkueovdvlwevu"
)
suspend
fun
clientSecret
(
value
:
Output
<
String
>
)
@
JvmName
(
name
=
"qvmoxqcqoyhbsiel"
)
suspend
fun
clientSecret
(
value
:
String
)
oauth
Scopes
Link copied to clipboard
@
JvmName
(
name
=
"pqmavtmcvrxtndhb"
)
suspend
fun
oauthScopes
(
value
:
Output
<
List
<
String
>
>
)
@
JvmName
(
name
=
"ykbbtqabpbovuqwn"
)
suspend
fun
oauthScopes
(
vararg
values
:
Output
<
String
>
)
@
JvmName
(
name
=
"joxcqqxqdioulgvu"
)
suspend
fun
oauthScopes
(
vararg
values
:
String
)
@
JvmName
(
name
=
"iymbbuolnantcitp"
)
suspend
fun
oauthScopes
(
values
:
List
<
Output
<
String
>
>
)
@
JvmName
(
name
=
"ajmfnaopjcmgaftb"
)
suspend
fun
oauthScopes
(
value
:
List
<
String
>
?
)