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
**name** | **string** | The name of the response object to create. | [optional]
12
+
**status** | **string** | The status code the response will have. Defaults to 200. | [optional]
13
+
**response** | **string** | The status text the response will have. Defaults to 'OK'. | [optional]
14
+
**content** | **string** | The content the response will deliver. | [optional]
15
+
**content_type** | **string** | The MIME type of your response content. | [optional]
16
+
**request_condition** | **string** | Condition which, if met, will select this configuration during a request. Optional. | [optional]
17
+
**cache_condition** | **string** | Name of the cache condition controlling when this configuration applies. | [optional]
18
+
19
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -233,7 +235,7 @@ Name | Type | Description | Notes
233
235
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
Copy file name to clipboardexpand all lines: docs/TlsConfigurationResponseAttributes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
13
13
**updated_at** | **DateTime** | Date and time in ISO 8601 format. | [optional][readonly]
14
14
**default** | **boolean** | Signifies whether or not Fastly will use this configuration as a default when creating a new [TLS Activation](/reference/api/tls/custom-certs/activations/). | [optional][readonly]
15
15
**http_protocols** | **ARRAY[string]** | HTTP protocols available on your configuration. | [optional][readonly]
16
-
**tls_protocols** | **ARRAY[double]** | TLS protocols available on your configuration. | [optional][readonly]
16
+
**tls_protocols** | **ARRAY[string]** | TLS protocols available on your configuration. | [optional][readonly]
17
17
**bulk** | **boolean** | Signifies whether the configuration is used for Platform TLS or not. | [optional][readonly]
18
18
19
19
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**default** | **boolean** | Signifies whether or not Fastly will use this configuration as a default when creating a new [TLS Activation](/reference/api/tls/custom-certs/activations/). | [optional][readonly]
12
12
**http_protocols** | **ARRAY[string]** | HTTP protocols available on your configuration. | [optional][readonly]
13
-
**tls_protocols** | **ARRAY[double]** | TLS protocols available on your configuration. | [optional][readonly]
13
+
**tls_protocols** | **ARRAY[string]** | TLS protocols available on your configuration. | [optional][readonly]
14
14
**bulk** | **boolean** | Signifies whether the configuration is used for Platform TLS or not. | [optional][readonly]
15
15
16
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments