Certificate Manager v1 API - Class Certificate.Types.SelfManagedCertificate (2.6.0)

public sealed class Certificate.Types.SelfManagedCertificate : IMessage<Certificate.Types.SelfManagedCertificate>, IEquatable<Certificate.Types.SelfManagedCertificate>, IDeepCloneable<Certificate.Types.SelfManagedCertificate>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Manager v1 API class Certificate.Types.SelfManagedCertificate.

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.

Inheritance

object > Certificate.Types.SelfManagedCertificate

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

SelfManagedCertificate()

public SelfManagedCertificate()

SelfManagedCertificate(SelfManagedCertificate)

public SelfManagedCertificate(Certificate.Types.SelfManagedCertificate other)
Parameter
NameDescription
otherCertificateTypesSelfManagedCertificate

Properties

PemCertificate

public string PemCertificate { get; set; }

Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.

Property Value
TypeDescription
string

PemPrivateKey

public string PemPrivateKey { get; set; }

Input only. The PEM-encoded private key of the leaf certificate.

Property Value
TypeDescription
string