InstanceOauthConfigArgs

data class InstanceOauthConfigArgs(val clientId: Output<String>, val clientSecret: Output<String>) : ConvertibleToJava<InstanceOauthConfigArgs>

Constructors

Link copied to clipboard
constructor(clientId: Output<String>, clientSecret: Output<String>)

Properties

Link copied to clipboard
val clientId: Output<String>

The client ID for the Oauth config.

Link copied to clipboard
val clientSecret: Output<String>

The client secret for the Oauth config.

Functions

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