Class TlsCertificate (3.0.0)

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

TlsCertificate Resource

Inheritance

Object > TlsCertificate

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

TlsCertificate()

public TlsCertificate()

TlsCertificate(TlsCertificate)

public TlsCertificate(TlsCertificate other)
Parameter
NameDescription
otherTlsCertificate

Properties

Cert

public string Cert { get; set; }

PEM representation.

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the certificate was created in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Property Value
TypeDescription
Timestamp

ExpireTime

public Timestamp ExpireTime { get; set; }

Output only. The time when the certificate expires in RFC 3339 format, for example 2020-05-18T00:00:00.094Z.

Property Value
TypeDescription
Timestamp

SerialNumber

public string SerialNumber { get; set; }

Serial number, as extracted from the certificate.

Property Value
TypeDescription
String

Sha1Fingerprint

public string Sha1Fingerprint { get; set; }

Sha1 Fingerprint of the certificate.

Property Value
TypeDescription
String