Class: Google::Cloud::Security::PrivateCA::V1beta1::FetchCertificateAuthorityCsrResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Security::PrivateCA::V1beta1::FetchCertificateAuthorityCsrResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/security/privateca/v1beta1/service.rb
Overview
Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.
Instance Attribute Summary collapse
-
#pem_csr ⇒ ::String
readonly
Output only.
Instance Attribute Details
#pem_csr ⇒ ::String (readonly)
Returns Output only. The PEM-encoded signed certificate signing request (CSR).
312 313 314 315 |
# File 'proto_docs/google/cloud/security/privateca/v1beta1/service.rb', line 312 class FetchCertificateAuthorityCsrResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |