Google Cloud IoT Core V1 Client - Class PublicKeyCertificateFormat (1.5.12)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;