AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs

data class AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs(val authEndpoint: Output<String>? = null, val clientId: Output<String>? = null, val clientSecret: Output<String>? = null, val scope: Output<String>? = null, val tokenEndpoint: Output<String>? = null) : ConvertibleToJava<AuthConfigDecryptedCredentialOauth2AuthorizationCodeArgs>

Constructors

constructor(authEndpoint: Output<String>? = null, clientId: Output<String>? = null, clientSecret: Output<String>? = null, scope: Output<String>? = null, tokenEndpoint: Output<String>? = null)

Properties

Link copied to clipboard
val authEndpoint: Output<String>? = null

The auth url endpoint to send the auth code request to.

Link copied to clipboard
val clientId: Output<String>? = null

The client's id.

Link copied to clipboard
val clientSecret: Output<String>? = null

The client's secret.

Link copied to clipboard
val scope: Output<String>? = null

A space-delimited list of requested scope permissions.

Link copied to clipboard
val tokenEndpoint: Output<String>? = null

The token url endpoint to send the token request to.

Functions

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