Class: Google::Cloud::Iot::V1::PublicKeyCertificate

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 public key certificate format and data.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns The certificate data.

Returns:

  • (::String)

    The certificate data.



305
306
307
308
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 305

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

#format::Google::Cloud::Iot::V1::PublicKeyCertificateFormat

Returns The certificate format.

Returns:



305
306
307
308
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 305

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

#x509_details::Google::Cloud::Iot::V1::X509CertificateDetails

Returns [Output only] The certificate details. Used only for X.509 certificates.

Returns:



305
306
307
308
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 305

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