Interface protos.google.cloud.iot.v1.IPublicKeyCredential (2.2.0)

Properties of a PublicKeyCredential.

Package

@google-cloud/iot!

Properties

format

format?: (google.cloud.iot.v1.PublicKeyFormat|keyof typeof google.cloud.iot.v1.PublicKeyFormat|null);

PublicKeyCredential format

Property Value
TypeDescription
(google.cloud.iot.v1.PublicKeyFormat|keyof typeof google.cloud.iot.v1.PublicKeyFormat|null)

key

key?: (string|null);

PublicKeyCredential key

Property Value
TypeDescription
(string|null)