Cloud IoT v1 API - Enum PublicKeyCertificateFormat (2.2.0)

public enum PublicKeyCertificateFormat

Reference documentation and code samples for the Cloud IoT v1 API enum PublicKeyCertificateFormat.

The supported formats for the public key.

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Fields

NameDescription
UnspecifiedPublicKeyCertificateFormat

The format has not been specified. This is an invalid default value and must not be used.

X509CertificatePem

An X.509v3 certificate (RFC5280), encoded in base64, and wrapped by -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----.