Oracle Connection Properties

The following properties are available for Oracle Connection objects, grouped by the categories shown in the connection editors.

Authorization Configuration

Property Type Default Description

AuthorityUri

string

Sets the authority URI used by this connection to get an OAuth token. This property is optional, depending on the OAuth provider and application configuration.

ClientCertificate

string

Sets the certificate used by this connection to get an OAuth token. This property is optional, depending on the GrantType and application configuration.

The value of this property can be set to a path, an environment variable resolving to a path, or a base64-encoded X509 certificate containing a private key.

ClientCertificatePassword

string

Sets the certificate password used by this connection to get an OAuth token. This property is optional, depending on the GrantType, application configuration, and ClientCertificate.

ClientID

string

Sets the client ID used by this connection to get an OAuth token.

ClientSecret

string

Sets the client secret used by this connection to get an OAuth token. This property is optional, depending on the GrantType and application configuration.

GrantType

OAuthGrantType

OAuthGrantType.Authorization_Code

Sets the grant type used by this connection to get an OAuth token.

RedirectUri

string

Sets the redirect URI used by this connection to get an OAuth token. This property is optional, depending on whether the OAuth application is a public or confidential client application.

TenantID

string

Sets the tenant ID used by this connection to get an OAuth token.

Authorization Form

Property Type Default Description

AuthorizationFormCaption

string

Sets the caption of the authorization form used by this connection to get an OAuth token.

BrowserType

OAuthBrowserType

OAuthBrowserType.Dodeca

Sets the browser type used by this connection to get an OAuth token.

Information

Property Type Default Description

ID

string

The string value that uniquely identifies the metadata.

Name

string

The name of the metadata object.

Test

Property Type Default Description

ResourceUri

string

Sets or returns the resource URI requested by this connection when getting an OAuth token. This property is optional, depending on whether the Scopes property is explicitly configured in metadata or by the consuming connection.

Scopes

List<string>

Sets or returns the scopes requested by this connection when getting an OAuth token. This property is optional, depending on whether the ResourceUri property is explicitly configured in metadata or by the consuming connection.

TestTokens

TokenTable