Class: Google::Cloud::Iot::V1::RegistryCredential
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::RegistryCredential
- 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
-
#public_key_certificate ⇒ ::Google::Cloud::Iot::V1::PublicKeyCertificate
A public key certificate used to verify the device credentials.
Instance Attribute Details
#public_key_certificate ⇒ ::Google::Cloud::Iot::V1::PublicKeyCertificate
Returns A public key certificate used to verify the device credentials.
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 |