Certificate Authority v1 API - Class FetchCertificateAuthorityCsrResponse (3.7.0)

public sealed class FetchCertificateAuthorityCsrResponse : IMessage<FetchCertificateAuthorityCsrResponse>, IEquatable<FetchCertificateAuthorityCsrResponse>, IDeepCloneable<FetchCertificateAuthorityCsrResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class FetchCertificateAuthorityCsrResponse.

Response message for [CertificateAuthorityService.FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr].

Inheritance

object > FetchCertificateAuthorityCsrResponse

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

FetchCertificateAuthorityCsrResponse()

public FetchCertificateAuthorityCsrResponse()

FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse)

public FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse other)
Parameter
NameDescription
otherFetchCertificateAuthorityCsrResponse

Properties

PemCsr

public string PemCsr { get; set; }

Output only. The PEM-encoded signed certificate signing request (CSR).

Property Value
TypeDescription
string