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.
1046 1047 1048 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1046 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
1044 1045 1046 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1044 def pem_csr @pem_csr end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1051 1052 1053 |
# File 'lib/google/apis/privateca_v1beta1/classes.rb', line 1051 def update!(**args) @pem_csr = args[:pem_csr] if args.key?(:pem_csr) end |