CertificateTemplate class
A CertificateTemplate refers to a managed template for certificate issuance.
Constructors
- 
          CertificateTemplate({String? createTime, String? description, CertificateIdentityConstraints? identityConstraints, Map<
String, String> ? labels, String? maximumLifetime, String? name, CertificateExtensionConstraints? passthroughExtensions, X509Parameters? predefinedValues, String? updateTime}) - CertificateTemplate.fromJson(Map json_)
 
Properties
- createTime ↔ String?
 - 
  The time at which this CertificateTemplate was created.
  getter/setter pair
 - description ↔ String?
 - 
  A human-readable description of scenarios this template is intended for.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - identityConstraints ↔ CertificateIdentityConstraints?
 - 
  Describes constraints on identities that may be appear in Certificates
issued using this template.
  getter/setter pair
 - 
  labels
  ↔ Map<
String, String> ? - 
  Labels with user-defined metadata.
  getter/setter pair
 - maximumLifetime ↔ String?
 - 
  The maximum lifetime allowed for issued Certificates that use this
template.
  getter/setter pair
 - name ↔ String?
 - 
  The resource name for this CertificateTemplate in the format 
projects / * /locations / * /certificateTemplates / *.getter/setter pair - passthroughExtensions ↔ CertificateExtensionConstraints?
 - 
  Describes the set of X.509 extensions that may appear in a Certificate
issued using this CertificateTemplate.
  getter/setter pair
 - predefinedValues ↔ X509Parameters?
 - 
  A set of X.509 values that will be applied to all issued certificates that
use this template.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - updateTime ↔ String?
 - 
  The time at which this CertificateTemplate was updated.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited