Class RevokedCertificate (1.4.2)

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

Describes a revoked Certificate.

Attributes

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

Inheritance

builtins.object > proto.message.Message > RevokedCertificate