Class FetchCertificateAuthorityCsrResponse
Response message for CertificateAuthorityService.FetchCertificateAuthorityCsr.
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class FetchCertificateAuthorityCsrResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PemCsr
Output only. The PEM-encoded signed certificate signing request (CSR).
Declaration
[JsonProperty("pemCsr")]
public virtual string PemCsr { get; set; }
Property Value
Type | Description |
---|---|
string |