Class: Google::Cloud::CertificateManager::V1::Certificate::SelfManagedCertificate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb

Overview

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.

Instance Attribute Summary collapse

Instance Attribute Details

#pem_certificate::String

Returns Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.

Returns:

  • (::String)

    Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.



484
485
486
487
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 484

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

#pem_private_key::String

Returns Input only. The PEM-encoded private key of the leaf certificate.

Returns:

  • (::String)

    Input only. The PEM-encoded private key of the leaf certificate.



484
485
486
487
# File 'proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb', line 484

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