|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors > Alphabetic Connector List > Oracle Cloud Infrastructure Database > Connector Parameters Authentication |
RSA private key for OCI API authentication. Can be PEM format or base64 encoded.
Technical Name |
private_key |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
-----BEGIN RSA PRIVATE KEY-----... |
The RSA private key associated with your OCI user. This can be provided as a PEM-formatted string or as base64 encoded data. Required for API authentication.
Fingerprint of the public key associated with the private key
Technical Name |
key_fingerprint |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
a1:b2:c3:d4:e5:f6:g7:h8:i9:j0:k1:l2:m3:n4:o5:p6 |
The fingerprint of the public key that corresponds to your private key. This is used by OCI to identify your key pair.
OCID of the tenancy (root compartment)
Technical Name |
tenancy_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
ocid1.tenancy.oc1..aaaaaaaa... |
The Oracle Cloud Identifier (OCID) of your tenancy. This identifies your OCI account.
OCID of the user making the API calls
Technical Name |
user_id |
Category |
Authentication |
Type |
String |
Default Value |
n/a |
Example Values |
ocid1.user.oc1..aaaaaaaa... |
The Oracle Cloud Identifier (OCID) of the user account that will be used to make API calls.