Class: Google::Cloud::Iot::V1::X509CertificateDetails

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#expiry_time::Google::Protobuf::Timestamp

Returns The time the certificate becomes invalid.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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