Class: Google::Cloud::Iot::V1::PublicKeyCertificate
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::PublicKeyCertificate
- 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
-
#certificate ⇒ ::String
The certificate data.
-
#format ⇒ ::Google::Cloud::Iot::V1::PublicKeyCertificateFormat
The certificate format.
-
#x509_details ⇒ ::Google::Cloud::Iot::V1::X509CertificateDetails
[Output only] The certificate details.
Instance Attribute Details
#certificate ⇒ ::String
Returns 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.
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.
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 |