ConfigManagementOciConfig constructor

ConfigManagementOciConfig({
  1. String? gcpServiceAccountEmail,
  2. String? policyDir,
  3. String? secretType,
  4. String? syncRepo,
  5. String? syncWaitSecs,
})

Implementation

ConfigManagementOciConfig({
  this.gcpServiceAccountEmail,
  this.policyDir,
  this.secretType,
  this.syncRepo,
  this.syncWaitSecs,
});