Module: Google::Cloud::Iot::V1::PublicKeyCertificateFormat
- Defined in:
- proto_docs/google/cloud/iot/v1/resources.rb
Overview
The supported formats for the public key.
Constant Summary collapse
- UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT =
The format has not been specified. This is an invalid default value and must not be used.
0
- X509_CERTIFICATE_PEM =
An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by
-----BEGIN CERTIFICATE-----
and-----END CERTIFICATE-----
. 1