GoogleApi.Redis.V1beta1.Model.TlsCertificate (google_api_redis v0.51.0)
View SourceTlsCertificate Resource
Attributes
-
cert(type:String.t, default:nil) - PEM representation. -
createTime(type:DateTime.t, default:nil) - Output only. The time when the certificate was created in RFC 3339 format, for example2020-05-18T00:00:00.094Z. -
expireTime(type:DateTime.t, default:nil) - Output only. The time when the certificate expires in RFC 3339 format, for example2020-05-18T00:00:00.094Z. -
serialNumber(type:String.t, default:nil) - Serial number, as extracted from the certificate. -
sha1Fingerprint(type:String.t, default:nil) - Sha1 Fingerprint of the certificate.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.TlsCertificate{ cert: String.t() | nil, createTime: DateTime.t() | nil, expireTime: DateTime.t() | nil, serialNumber: String.t() | nil, sha1Fingerprint: String.t() | nil }