tlsProductResponse
Keine Beschreibung in der Spezifikation vorhanden.
| Feld | Typ | Pflicht | Beschreibung |
|---|---|---|---|
sku |
tlsCertificateProduct | ja | Bezeichner des regfish-TLS-Zertifikatsprodukts. (RapidSSL, RapidSSLWildcard, QuickSSLPremium, SSL123, TrueBusinessID, SecureSite, SSLWebServer) |
name |
string |
ja | — |
type |
tlsProductValidationType | ja | (DV, OV, EV) |
validation_level |
tlsProductValidationLevel | ja | (dv, ov, ev) |
organization_required |
boolean |
ja | — |
ca |
tlsProductAuthority | ja | (digicert, geotrust, rapidssl, thawte) |
price |
object |
ja | — |
recommended |
boolean |
nein | — |
specs |
tlsProductSpecs | ja | — |
Beispiel
Abschnitt betitelt „Beispiel“{ "sku": "RapidSSL", "name": "string", "type": "DV", "validation_level": "dv", "organization_required": true, "ca": "digicert", "price": { "yearly": 0, "daily": 0 }, "recommended": true, "specs": { "seal": true, "san_support": true, "www_on_apex": true, "apex_on_wc": true, "wc_support": true, "san_wc_support": true, "max_sans": 0, "malware_check": true }}