You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/TlsConfigurationResponseAttributes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**updated_at** | Option<**String**> | Date and time in ISO 8601 format. | [readonly]
10
10
**default** | Option<**bool**> | Signifies whether or not Fastly will use this configuration as a default when creating a new [TLS Activation](/reference/api/tls/custom-certs/activations/). | [readonly]
11
11
**http_protocols** | Option<**Vec<String>**> | HTTP protocols available on your configuration. | [readonly]
12
-
**tls_protocols** | Option<**Vec<f32>**> | TLS protocols available on your configuration. | [readonly]
12
+
**tls_protocols** | Option<**Vec<String>**> | TLS protocols available on your configuration. | [readonly]
13
13
**bulk** | Option<**bool**> | Signifies whether the configuration is used for Platform TLS or not. | [readonly]
14
14
15
15
[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**default** | Option<**bool**> | Signifies whether or not Fastly will use this configuration as a default when creating a new [TLS Activation](/reference/api/tls/custom-certs/activations/). | [readonly]
8
8
**http_protocols** | Option<**Vec<String>**> | HTTP protocols available on your configuration. | [readonly]
9
-
**tls_protocols** | Option<**Vec<f32>**> | TLS protocols available on your configuration. | [readonly]
9
+
**tls_protocols** | Option<**Vec<String>**> | TLS protocols available on your configuration. | [readonly]
10
10
**bulk** | Option<**bool**> | Signifies whether the configuration is used for Platform TLS or not. | [readonly]
11
11
12
12
[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
* Via the Fastly API you can perform any of the operations that are possible within the management console, including creating services, domains, and backends, configuring rules or uploading your own application code, as well as account operations such as user administration and billing reports. The API is organized into collections of endpoints that allow manipulation of objects related to Fastly services and accounts. For the most accurate and up-to-date API reference content, visit our [Developer Hub](https://developer.fastly.com/reference/api/)
0 commit comments