Class TlsCertificate (2.9.2)

TlsCertificate(mapping=None, *, ignore_unknown_fields=False, **kwargs)

TlsCertificate Resource

Attributes

NameDescription
serial_number str
Serial number, as extracted from the certificate.
cert str
PEM representation.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the certificate was created in `RFC 3339
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the certificate expires in `RFC 3339
sha1_fingerprint str
Sha1 Fingerprint of the certificate.

Inheritance

builtins.object > proto.message.Message > TlsCertificate