GoldengateOciObjectStorageConnectionProperties constructor

GoldengateOciObjectStorageConnectionProperties({
  1. String? privateKeyFile,
  2. String? privateKeyPassphraseSecret,
  3. String? publicKeyFingerprint,
  4. String? region,
  5. String? technologyType,
  6. String? tenancyId,
  7. bool? useResourcePrincipal,
  8. String? userId,
})

Implementation

GoldengateOciObjectStorageConnectionProperties({
  this.privateKeyFile,
  this.privateKeyPassphraseSecret,
  this.publicKeyFingerprint,
  this.region,
  this.technologyType,
  this.tenancyId,
  this.useResourcePrincipal,
  this.userId,
});