GoogleApi.Redis.V1.Model.TlsCertificate (google_api_redis v0.27.4) View Source
TlsCertificate 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Redis.V1.Model.TlsCertificate{
cert: String.t() | nil,
createTime: DateTime.t() | nil,
expireTime: DateTime.t() | nil,
serialNumber: String.t() | nil,
sha1Fingerprint: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.