Class: Google::Cloud::Iot::V1::RegistryCredential

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iot/v1/resources.rb

Overview

A server-stored registry credential used to validate device credentials.

Instance Attribute Summary collapse

Instance Attribute Details

#public_key_certificate::Google::Cloud::Iot::V1::PublicKeyCertificate

Returns A public key certificate used to verify the device credentials.

Returns:



266
267
268
269
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 266

class RegistryCredential
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end