Values:
UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT (0):
The format has not been specified. This is an
invalid default value and must not be used.
X509_CERTIFICATE_PEM (1):
An X.509v3 certificate
(RFC5280 <https://www.ietf.org/rfc/rfc5280.txt>__),
encoded in base64, and wrapped by
-----BEGIN CERTIFICATE----- and
-----END CERTIFICATE-----.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Class PublicKeyCertificateFormat (2.9.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.9.2 (latest)](/python/docs/reference/cloudiot/latest/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.9.1](/python/docs/reference/cloudiot/2.9.1/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.8.1](/python/docs/reference/cloudiot/2.8.1/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.7.0](/python/docs/reference/cloudiot/2.7.0/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.6.4](/python/docs/reference/cloudiot/2.6.4/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.5.1](/python/docs/reference/cloudiot/2.5.1/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.4.1](/python/docs/reference/cloudiot/2.4.1/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.3.0](/python/docs/reference/cloudiot/2.3.0/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.2.1](/python/docs/reference/cloudiot/2.2.1/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.1.0](/python/docs/reference/cloudiot/2.1.0/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [2.0.2](/python/docs/reference/cloudiot/2.0.2/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [1.0.2](/python/docs/reference/cloudiot/1.0.2/google.cloud.iot_v1.types.PublicKeyCertificateFormat)\n- [0.3.3](/python/docs/reference/cloudiot/0.3.3/google.cloud.iot_v1.types.PublicKeyCertificateFormat) \n\n PublicKeyCertificateFormat(value)\n\nThe supported formats for the public key.\n\nValues:\nUNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT (0):\nThe format has not been specified. This is an\ninvalid default value and must not be used.\nX509_CERTIFICATE_PEM (1):\nAn X.509v3 certificate\n(`RFC5280 \u003chttps://www.ietf.org/rfc/rfc5280.txt\u003e`__),\nencoded in base64, and wrapped by\n`-----BEGIN CERTIFICATE-----` and\n`-----END CERTIFICATE-----`."]]