Class: Google::Cloud::Security::PrivateCA::V1::FetchCertificateAuthorityCsrResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#pem_csr::String (readonly)

Returns Output only. The PEM-encoded signed certificate signing request (CSR).

Returns:

  • (::String)

    Output only. The PEM-encoded signed certificate signing request (CSR).



371
372
373
374
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 371

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