OAuthParameters

An object that contains information needed to create a data source connection that uses OAuth client credentials. This option is available for data source connections that are made with Snowflake and Starburst.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

The S3 URI of the identity provider's CA certificates bundle in PEM format. Use this parameter to provide a custom CA certificate bundle for the identity provider when the default trust store does not include the required certificates.

Link copied to clipboard

The resource uri of the identity provider.

Link copied to clipboard

The OAuth scope.

Link copied to clipboard

The token endpoint URL of the identity provider.

Functions

Link copied to clipboard
inline fun copy(block: OAuthParameters.Builder.() -> Unit = {}): OAuthParameters
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String