lifetime property

String? lifetime
getter/setter pair

The desired lifetime of a certificate.

Used to create the "not_before_time" and "not_after_time" fields inside an X.509 certificate. Note that the lifetime may be truncated if it would extend past the life of any certificate authority in the issuing chain.

Required. Immutable.

Implementation

core.String? lifetime;