Class GoldengateOciObjectStorageConnectionProperties (0.6.1)

GoldengateOciObjectStorageConnectionProperties(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

The properties of GoldengateOciObjectStorageConnection.

Attributes

Name Description
technology_type str
Optional. The technology type of OciObjectStorageConnection.
tenancy_id str
Optional. The OCID of the related OCI tenancy.
region str
Optional. The name of the region of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.
user_id str
Optional. The OCID of the OCI user who will access the Object Storage. The user must have write access to the bucket they want to connect to.
private_key_file str
Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.
private_key_passphrase_secret str
Optional. The passphrase of the private key.
public_key_fingerprint str
Optional. The fingerprint of the API Key of the user specified by the userId.
use_resource_principal bool
Optional. Specifies that the user intends to authenticate to the instance using a resource principal.