CertificateAuthority constructor

CertificateAuthority({
  1. AccessUrls? accessUrls,
  2. List<CertificateDescription>? caCertificateDescriptions,
  3. CertificateConfig? config,
  4. String? createTime,
  5. String? deleteTime,
  6. String? expireTime,
  7. String? gcsBucket,
  8. KeyVersionSpec? keySpec,
  9. Map<String, String>? labels,
  10. String? lifetime,
  11. String? name,
  12. List<String>? pemCaCertificates,
  13. String? state,
  14. SubordinateConfig? subordinateConfig,
  15. String? tier,
  16. String? type,
  17. String? updateTime,
})

Implementation

CertificateAuthority({
  this.accessUrls,
  this.caCertificateDescriptions,
  this.config,
  this.createTime,
  this.deleteTime,
  this.expireTime,
  this.gcsBucket,
  this.keySpec,
  this.labels,
  this.lifetime,
  this.name,
  this.pemCaCertificates,
  this.state,
  this.subordinateConfig,
  this.tier,
  this.type,
  this.updateTime,
});