Sha256: 41762c5c7d775047734b3bfad75176c950f78cc9135dbc1f8195c3b21f26be1d
Contents?: true
Size: 1.14 KB
Versions: 38
Compression:
Stored size: 1.14 KB
Contents
# Fastly::TlsCertificateResponseAttributesAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **issued_to** | **String** | The hostname for which a certificate was issued. | [optional][readonly] | | **issuer** | **String** | The certificate authority that issued the certificate. | [optional][readonly] | | **serial_number** | **String** | A value assigned by the issuer that is unique to a certificate. | [optional][readonly] | | **signature_algorithm** | **String** | The algorithm used to sign the certificate. | [optional][readonly] | | **not_after** | **Time** | Time-stamp (GMT) when the certificate will expire. Must be in the future to be used to terminate TLS traffic. | [optional][readonly] | | **not_before** | **Time** | Time-stamp (GMT) when the certificate will become valid. Must be in the past to be used to terminate TLS traffic. | [optional][readonly] | | **replace** | **Boolean** | A recommendation from Fastly indicating the key associated with this certificate is in need of rotation. | [optional][readonly] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
Version data entries
38 entries across 38 versions & 1 rubygems