Class: Google::Apis::PrivatecaV1beta1::FetchCertificateAuthorityCsrResponse
- Inherits:
-
Object
- Object
- Google::Apis::PrivatecaV1beta1::FetchCertificateAuthorityCsrResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/privateca_v1beta1/classes.rb,
lib/google/apis/privateca_v1beta1/representations.rb,
lib/google/apis/privateca_v1beta1/representations.rb
Overview
Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.
Instance Attribute Summary collapse
-
#pem_csr ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FetchCertificateAuthorityCsrResponse
constructor
A new instance of FetchCertificateAuthorityCsrResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ FetchCertificateAuthorityCsrResponse
Returns a new instance of FetchCertificateAuthorityCsrResponse.
1047 1048 1049 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1047 def initialize(**args) update!(**args) end |
Instance Attribute Details
#pem_csr ⇒ String
Output only. The PEM-encoded signed certificate signing request (CSR).
Corresponds to the JSON property pemCsr
1045 1046 1047 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1045 def pem_csr @pem_csr end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1052 1053 1054 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1052 def update!(**args) @pem_csr = args[:pem_csr] if args.key?(:pem_csr) end |