CertificateIssuanceConfig constructor

CertificateIssuanceConfig({
  1. CertificateAuthorityConfig? certificateAuthorityConfig,
  2. String? createTime,
  3. String? description,
  4. String? keyAlgorithm,
  5. Map<String, String>? labels,
  6. String? lifetime,
  7. String? name,
  8. int? rotationWindowPercentage,
  9. String? updateTime,
})

Implementation

CertificateIssuanceConfig({
  this.certificateAuthorityConfig,
  this.createTime,
  this.description,
  this.keyAlgorithm,
  this.labels,
  this.lifetime,
  this.name,
  this.rotationWindowPercentage,
  this.updateTime,
});