|
<< Click to Display Table of Contents >> Raynet One Data Hub > 2026.2 > Connectors Authentication |
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.
Technical Name |
private_key |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
-----BEGIN RSA PRIVATE KEY-----... |
The fingerprint of the public key that corresponds to your private key. This is used by OCI to identify your key pair.
Technical Name |
key_fingerprint |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
a1:b2:c3:d4:e5:f6:g7:h8:i9:j0:k1:l2:m3:n4:o5:p6 |
The Oracle Cloud Identifier (OCID) of your tenancy. This identifies your OCI account.
Technical Name |
tenancy_id |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
ocid1.tenancy.oc1..aaaaaaaa... |
The Oracle Cloud Identifier (OCID) of the user account that will be used to make API calls.
Technical Name |
user_id |
Category |
Authentication |
Type |
String |
Default Value |
{empty} |
Example Values |
ocid1.user.oc1..aaaaaaaa... |