DataSourceOAuthParameters

data class DataSourceOAuthParameters(val identityProviderResourceUri: String? = null, val identityProviderVpcConnectionProperties: DataSourceVpcConnectionProperties? = null, val oAuthScope: String? = null, val tokenProviderUrl: String)

Constructors

Link copied to clipboard
constructor(identityProviderResourceUri: String? = null, identityProviderVpcConnectionProperties: DataSourceVpcConnectionProperties? = null, oAuthScope: String? = null, tokenProviderUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource uri of the identity provider.

Link copied to clipboard
val oAuthScope: String? = null

The OAuth scope.

Link copied to clipboard

The token endpoint URL of the identity provider.