CertificateAuthority constructor
CertificateAuthority({
- AccessUrls? accessUrls,
- List<
CertificateDescription> ? caCertificateDescriptions, - CertificateAuthorityPolicy? certificatePolicy,
- CertificateConfig? config,
- String? createTime,
- String? deleteTime,
- String? gcsBucket,
- IssuingOptions? issuingOptions,
- KeyVersionSpec? keySpec,
- Map<
String, String> ? labels, - String? lifetime,
- String? name,
- List<
String> ? pemCaCertificates, - String? state,
- SubordinateConfig? subordinateConfig,
- String? tier,
- String? type,
- 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,
});