GoldengateDatabricksConnectionProperties constructor

GoldengateDatabricksConnectionProperties({
  1. String? authenticationType,
  2. String? clientId,
  3. String? clientSecret,
  4. String? connectionUrl,
  5. String? password,
  6. String? passwordSecretVersion,
  7. String? storageCredential,
  8. String? technologyType,
})

Implementation

GoldengateDatabricksConnectionProperties({
  this.authenticationType,
  this.clientId,
  this.clientSecret,
  this.connectionUrl,
  this.password,
  this.passwordSecretVersion,
  this.storageCredential,
  this.technologyType,
});