CertificateTemplate constructor
CertificateTemplate({
- String? createTime,
- String? description,
- CertificateIdentityConstraints? identityConstraints,
- Map<
String, String> ? labels, - String? maximumLifetime,
- String? name,
- CertificateExtensionConstraints? passthroughExtensions,
- X509Parameters? predefinedValues,
- String? updateTime,
Implementation
CertificateTemplate({
this.createTime,
this.description,
this.identityConstraints,
this.labels,
this.maximumLifetime,
this.name,
this.passthroughExtensions,
this.predefinedValues,
this.updateTime,
});