GoldengateOggDeployment constructor

GoldengateOggDeployment({
  1. String? adminPassword,
  2. String? adminPasswordSecretVersion,
  3. String? adminUsername,
  4. String? certificate,
  5. String? credentialStore,
  6. String? deployment,
  7. GoldengateGroupToRolesMapping? groupRolesMapping,
  8. String? identityDomainId,
  9. String? oggVersion,
  10. String? passwordSecretId,
})

Implementation

GoldengateOggDeployment({
  this.adminPassword,
  this.adminPasswordSecretVersion,
  this.adminUsername,
  this.certificate,
  this.credentialStore,
  this.deployment,
  this.groupRolesMapping,
  this.identityDomainId,
  this.oggVersion,
  this.passwordSecretId,
});