class Google::Apis::PrivatecaV1::FetchCertificateAuthorityCsrResponse

Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.

Attributes

pem_csr[RW]

Output only. The PEM-encoded signed certificate signing request (CSR). Corresponds to the JSON property `pemCsr` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/privateca_v1/classes.rb, line 1233
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/privateca_v1/classes.rb, line 1238
def update!(**args)
  @pem_csr = args[:pem_csr] if args.key?(:pem_csr)
end