toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.looker.kotlin.inputs
/
InstanceOauthConfigArgs
Instance
Oauth
Config
Args
data
class
InstanceOauthConfigArgs
(
val
clientId
:
Output
<
String
>
,
val
clientSecret
:
Output
<
String
>
)
:
ConvertibleToJava
<
InstanceOauthConfigArgs
>
Members
Constructors
Instance
Oauth
Config
Args
Link copied to clipboard
constructor
(
clientId
:
Output
<
String
>
,
clientSecret
:
Output
<
String
>
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
Output
<
String
>
The client ID for the Oauth config.
client
Secret
Link copied to clipboard
val
clientSecret
:
Output
<
String
>
The client secret for the Oauth config.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InstanceOauthConfigArgs