public sealed class TlsCertificate : IMessage<TlsCertificate>, IEquatable<TlsCertificate>, IDeepCloneable<TlsCertificate>, IBufferMessage, IMessageTlsCertificate Resource
Implements
IMessage<TlsCertificate>, IEquatable<TlsCertificate>, IDeepCloneable<TlsCertificate>, IBufferMessage, IMessageNamespace
Google.Cloud.Redis.V1Assembly
Google.Cloud.Redis.V1.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 |
|