CertificateTemplate constructor

CertificateTemplate({
  1. String? createTime,
  2. String? description,
  3. CertificateIdentityConstraints? identityConstraints,
  4. Map<String, String>? labels,
  5. String? maximumLifetime,
  6. String? name,
  7. CertificateExtensionConstraints? passthroughExtensions,
  8. X509Parameters? predefinedValues,
  9. String? updateTime,
})

Implementation

CertificateTemplate({
  this.createTime,
  this.description,
  this.identityConstraints,
  this.labels,
  this.maximumLifetime,
  this.name,
  this.passthroughExtensions,
  this.predefinedValues,
  this.updateTime,
});