Class RevokedCertificate (1.4.1)

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

Describes a revoked Certificate.

Attributes

NameDescription
certificate str
The resource path for the Certificate in the format ``projects/*/locations/*/certificateAuthorities/*/certificates/*``.
hex_serial_number str
The serial number of the Certificate.
revocation_reason google.cloud.security.privateca_v1beta1.types.RevocationReason
The reason the Certificate was revoked.

Inheritance

builtins.object > proto.message.Message > RevokedCertificate