public sealed class TlsCertificate : IMessage<TlsCertificate>, IEquatable<TlsCertificate>, IDeepCloneable<TlsCertificate>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class TlsCertificate.
TlsCertificate Resource
Implements
IMessageTlsCertificate, IEquatableTlsCertificate, IDeepCloneableTlsCertificate, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Constructors
TlsCertificate()
public TlsCertificate()
TlsCertificate(TlsCertificate)
public TlsCertificate(TlsCertificate other)
Parameter | |
---|---|
Name | Description |
other |
TlsCertificate |
Properties
Cert
public string Cert { get; set; }
PEM representation.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |
SerialNumber
public string SerialNumber { get; set; }
Serial number, as extracted from the certificate.
Property Value | |
---|---|
Type | Description |
string |
Sha1Fingerprint
public string Sha1Fingerprint { get; set; }
Sha1 Fingerprint of the certificate.
Property Value | |
---|---|
Type | Description |
string |