Reference documentation and code samples for the Google Certificate Authority Service V1 Client class FetchCertificateAuthorityCsrResponse.
Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.
Generated from protobuf message google.cloud.security.privateca.v1.FetchCertificateAuthorityCsrResponse
Namespace
Google \ Cloud \ Security \ PrivateCA \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ pem_csr | 
        
          string
          Output only. The PEM-encoded signed certificate signing request (CSR).  | 
      
getPemCsr
Output only. The PEM-encoded signed certificate signing request (CSR).
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setPemCsr
Output only. The PEM-encoded signed certificate signing request (CSR).
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |