Reference documentation and code samples for the Google Cloud IoT Core V1 Client class PublicKeyCertificateFormat.
The supported formats for the public key.
Protobuf type google.cloud.iot.v1.PublicKeyCertificateFormat
Namespace
Google \ Cloud \ Iot \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT
Value: 0
The format has not been specified. This is an invalid default value and must not be used.
Generated from protobuf enum UNSPECIFIED_PUBLIC_KEY_CERTIFICATE_FORMAT = 0;
X509_CERTIFICATE_PEM
Value: 1
An X.509v3 certificate (RFC5280),
encoded in base64, and wrapped by -----BEGIN CERTIFICATE-----
and
-----END CERTIFICATE-----
.
Generated from protobuf enum X509_CERTIFICATE_PEM = 1;