Class FetchCertificateAuthorityCsrResponse (2.0.0-beta01)

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

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

Inheritance

Object > FetchCertificateAuthorityCsrResponse

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.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