Class SubjectDescription (1.1.0)

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

These values describe fields in an issued X.509 certificate such as the distinguished name, subject alternative names, serial number, and lifetime.

Attributes

NameDescription
subject google.cloud.security.privateca_v1beta1.types.Subject
Contains distinguished name fields such as the location and organization.
common_name str
The "common name" of the distinguished name.
subject_alt_name google.cloud.security.privateca_v1beta1.types.SubjectAltNames
The subject alternative name fields.
hex_serial_number str
The serial number encoded in lowercase hexadecimal.
lifetime google.protobuf.duration_pb2.Duration
For convenience, the actual lifetime of an issued certificate. Corresponds to 'not_after_time' - 'not_before_time'.
not_before_time google.protobuf.timestamp_pb2.Timestamp
The time at which the certificate becomes valid.
not_after_time google.protobuf.timestamp_pb2.Timestamp
The time at which the certificate expires.