DataSourceOAuthParametersArgs

data class DataSourceOAuthParametersArgs(val identityProviderResourceUri: Output<String>? = null, val identityProviderVpcConnectionProperties: Output<DataSourceVpcConnectionPropertiesArgs>? = null, val oAuthScope: Output<String>? = null, val tokenProviderUrl: Output<String>) : ConvertibleToJava<DataSourceOAuthParametersArgs>

Constructors

Link copied to clipboard
constructor(identityProviderResourceUri: Output<String>? = null, identityProviderVpcConnectionProperties: Output<DataSourceVpcConnectionPropertiesArgs>? = null, oAuthScope: Output<String>? = null, tokenProviderUrl: Output<String>)

Properties

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

The resource uri of the identity provider.

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

The OAuth scope.

Link copied to clipboard

The token endpoint URL of the identity provider.

Functions

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