Class: Google::Cloud::Iot::V1::X509CertificateDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Iot::V1::X509CertificateDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iot/v1/resources.rb
Overview
Details of an X.509 certificate. For informational purposes only.
Instance Attribute Summary collapse
-
#expiry_time ⇒ ::Google::Protobuf::Timestamp
The time the certificate becomes invalid.
-
#issuer ⇒ ::String
The entity that signed the certificate.
-
#public_key_type ⇒ ::String
The type of public key in the certificate.
-
#signature_algorithm ⇒ ::String
The algorithm used to sign the certificate.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The time the certificate becomes valid.
-
#subject ⇒ ::String
The entity the certificate and public key belong to.
Instance Attribute Details
#expiry_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the certificate becomes invalid.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#issuer ⇒ ::String
Returns The entity that signed the certificate.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#public_key_type ⇒ ::String
Returns The type of public key in the certificate.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signature_algorithm ⇒ ::String
Returns The algorithm used to sign the certificate.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time the certificate becomes valid.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subject ⇒ ::String
Returns The entity the certificate and public key belong to.
290 291 292 293 |
# File 'proto_docs/google/cloud/iot/v1/resources.rb', line 290 class X509CertificateDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |