CertificateAuthority constructor

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

Implementation

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