pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.looker.kotlin.outputs
/
InstanceOauthConfig
Instance
Oauth
Config
data
class
InstanceOauthConfig
(
val
clientId
:
String
,
val
clientSecret
:
String
)
Types
Constructors
Properties
Constructors
Instance
Oauth
Config
Link copied to clipboard
fun
InstanceOauthConfig
(
clientId
:
String
,
clientSecret
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
The client ID for the Oauth config.
client
Secret
Link copied to clipboard
val
clientSecret
:
String
The client secret for the Oauth config.