Class GenerateClientCertificateResponse (0.1.1)

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

Message returned by a GenerateClientCertificate operation.

Attributes

NameDescription
pem_certificate str
Output only. The pem-encoded, signed X.509 certificate.
pem_certificate_chain MutableSequence[str]
Output only. The pem-encoded chain that may be used to verify the X.509 certificate. Expected to be in issuer-to-root order according to RFC 5246.