Skip to content

Commit 7f7c3b0

Browse files
authored
Merge pull request #6758 from cloudflare/release-please--branches--main--changes--next
release: 5.18.0
2 parents b44cf8a + 56c2ab9 commit 7f7c3b0

File tree

1,266 files changed

+65048
-11714
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,266 files changed

+65048
-11714
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.17.0"
2+
".": "5.18.0"
33
}

.stats.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
configured_endpoints: 1960
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-83f49bc3fa9273ef989d3e8bcd27f6fdaa7d04ae2519a91f4878f46acc501bb9.yml
3-
openapi_spec_hash: 3f4be3af6f51eea4787dc8345f9ca9c1
4-
config_hash: 9d1829ed664bb3efa8638f98bb32cf46
1+
configured_endpoints: 1986
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-9ba099b7936091cc984d2a24fc4d32c3ffcb1d71d86412c8c9084d201e16b3ac.yml
3+
openapi_spec_hash: 45edc9a107cf5a5e3b204b230b0d336d
4+
config_hash: be3f6e9410db673744447f9dbe92d922

CHANGELOG.md

Lines changed: 155 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
cloudflare = {
2222
source = "cloudflare/cloudflare"
23-
version = "~> 5.17.0"
23+
version = "~> 5.18.0"
2424
}
2525
}
2626
}

docs/data-sources/ai_search_instance.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,19 @@ description: |-
2525

2626
### Read-Only
2727

28-
- `account_tag` (String)
2928
- `ai_gateway_id` (String)
30-
- `aisearch_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
29+
- `aisearch_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/zai-org/glm-4.7-flash", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "@cf/google/gemma-3-12b-it", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
3130
- `cache` (Boolean)
3231
- `cache_threshold` (String) Available values: "super_strict_match", "close_enough", "flexible_friend", "anything_goes".
33-
- `chunk` (Boolean)
3432
- `chunk_overlap` (Number)
3533
- `chunk_size` (Number)
3634
- `created_at` (String)
3735
- `created_by` (String)
3836
- `custom_metadata` (Attributes List) (see [below for nested schema](#nestedatt--custom_metadata))
3937
- `embedding_model` (String) Available values: "@cf/qwen/qwen3-embedding-0.6b", "@cf/baai/bge-m3", "@cf/baai/bge-large-en-v1.5", "@cf/google/embeddinggemma-300m", "google-ai-studio/gemini-embedding-001", "openai/text-embedding-3-small", "openai/text-embedding-3-large", "".
4038
- `enable` (Boolean)
41-
- `engine_version` (Number)
39+
- `fusion_method` (String) Available values: "max", "rrf".
4240
- `hybrid_search_enabled` (Boolean)
43-
- `internal_id` (String)
4441
- `last_activity` (String)
4542
- `max_num_results` (Number)
4643
- `metadata` (Attributes) (see [below for nested schema](#nestedatt--metadata))
@@ -51,20 +48,15 @@ description: |-
5148
- `public_endpoint_params` (Attributes) (see [below for nested schema](#nestedatt--public_endpoint_params))
5249
- `reranking` (Boolean)
5350
- `reranking_model` (String) Available values: "@cf/baai/bge-reranker-base", "".
54-
- `rewrite_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
51+
- `retrieval_options` (Attributes) (see [below for nested schema](#nestedatt--retrieval_options))
52+
- `rewrite_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/zai-org/glm-4.7-flash", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "@cf/google/gemma-3-12b-it", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
5553
- `rewrite_query` (Boolean)
5654
- `score_threshold` (Number)
5755
- `source` (String)
5856
- `source_params` (Attributes) (see [below for nested schema](#nestedatt--source_params))
5957
- `status` (String)
60-
- `summarization` (Boolean)
61-
- `summarization_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
62-
- `system_prompt_aisearch` (String)
63-
- `system_prompt_index_summarization` (String)
64-
- `system_prompt_rewrite_query` (String)
6558
- `token_id` (String)
6659
- `type` (String) Available values: "r2", "web-crawler".
67-
- `vectorize_active_namespace` (String)
6860
- `vectorize_name` (String)
6961

7062
<a id="nestedatt--filter"></a>
@@ -118,6 +110,7 @@ Read-Only:
118110

119111
Read-Only:
120112

113+
- `description` (String)
121114
- `disabled` (Boolean) Disable MCP endpoint for this public endpoint
122115

123116

@@ -140,6 +133,15 @@ Read-Only:
140133

141134

142135

136+
<a id="nestedatt--retrieval_options"></a>
137+
### Nested Schema for `retrieval_options`
138+
139+
Read-Only:
140+
141+
- `keyword_match_mode` (String) Controls how keyword search terms are matched. exact_match requires all terms to appear (AND); fuzzy_match returns results containing any term (OR). Defaults to exact_match.
142+
Available values: "exact_match", "fuzzy_match".
143+
144+
143145
<a id="nestedatt--source_params"></a>
144146
### Nested Schema for `source_params`
145147

docs/data-sources/ai_search_instances.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,20 @@ description: |-
3232

3333
Read-Only:
3434

35-
- `account_id` (String)
36-
- `account_tag` (String)
3735
- `ai_gateway_id` (String)
38-
- `aisearch_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
36+
- `aisearch_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/zai-org/glm-4.7-flash", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "@cf/google/gemma-3-12b-it", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
3937
- `cache` (Boolean)
4038
- `cache_threshold` (String) Available values: "super_strict_match", "close_enough", "flexible_friend", "anything_goes".
41-
- `chunk` (Boolean)
4239
- `chunk_overlap` (Number)
4340
- `chunk_size` (Number)
4441
- `created_at` (String)
4542
- `created_by` (String)
4643
- `custom_metadata` (Attributes List) (see [below for nested schema](#nestedatt--result--custom_metadata))
4744
- `embedding_model` (String) Available values: "@cf/qwen/qwen3-embedding-0.6b", "@cf/baai/bge-m3", "@cf/baai/bge-large-en-v1.5", "@cf/google/embeddinggemma-300m", "google-ai-studio/gemini-embedding-001", "openai/text-embedding-3-small", "openai/text-embedding-3-large", "".
4845
- `enable` (Boolean)
49-
- `engine_version` (Number)
46+
- `fusion_method` (String) Available values: "max", "rrf".
5047
- `hybrid_search_enabled` (Boolean)
5148
- `id` (String) Use your AI Search ID.
52-
- `internal_id` (String)
5349
- `last_activity` (String)
5450
- `max_num_results` (Number)
5551
- `metadata` (Attributes) (see [below for nested schema](#nestedatt--result--metadata))
@@ -60,20 +56,15 @@ Read-Only:
6056
- `public_endpoint_params` (Attributes) (see [below for nested schema](#nestedatt--result--public_endpoint_params))
6157
- `reranking` (Boolean)
6258
- `reranking_model` (String) Available values: "@cf/baai/bge-reranker-base", "".
63-
- `rewrite_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
59+
- `retrieval_options` (Attributes) (see [below for nested schema](#nestedatt--result--retrieval_options))
60+
- `rewrite_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/zai-org/glm-4.7-flash", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "@cf/google/gemma-3-12b-it", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
6461
- `rewrite_query` (Boolean)
6562
- `score_threshold` (Number)
6663
- `source` (String)
6764
- `source_params` (Attributes) (see [below for nested schema](#nestedatt--result--source_params))
6865
- `status` (String)
69-
- `summarization` (Boolean)
70-
- `summarization_model` (String) Available values: "@cf/meta/llama-3.3-70b-instruct-fp8-fast", "@cf/meta/llama-3.1-8b-instruct-fast", "@cf/meta/llama-3.1-8b-instruct-fp8", "@cf/meta/llama-4-scout-17b-16e-instruct", "@cf/qwen/qwen3-30b-a3b-fp8", "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b", "@cf/moonshotai/kimi-k2-instruct", "anthropic/claude-3-7-sonnet", "anthropic/claude-sonnet-4", "anthropic/claude-opus-4", "anthropic/claude-3-5-haiku", "cerebras/qwen-3-235b-a22b-instruct", "cerebras/qwen-3-235b-a22b-thinking", "cerebras/llama-3.3-70b", "cerebras/llama-4-maverick-17b-128e-instruct", "cerebras/llama-4-scout-17b-16e-instruct", "cerebras/gpt-oss-120b", "google-ai-studio/gemini-2.5-flash", "google-ai-studio/gemini-2.5-pro", "grok/grok-4", "groq/llama-3.3-70b-versatile", "groq/llama-3.1-8b-instant", "openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5-nano", "".
71-
- `system_prompt_aisearch` (String)
72-
- `system_prompt_index_summarization` (String)
73-
- `system_prompt_rewrite_query` (String)
7466
- `token_id` (String)
7567
- `type` (String) Available values: "r2", "web-crawler".
76-
- `vectorize_active_namespace` (String)
7768
- `vectorize_name` (String)
7869

7970
<a id="nestedatt--result--custom_metadata"></a>
@@ -119,6 +110,7 @@ Read-Only:
119110

120111
Read-Only:
121112

113+
- `description` (String)
122114
- `disabled` (Boolean) Disable MCP endpoint for this public endpoint
123115

124116

@@ -141,6 +133,15 @@ Read-Only:
141133

142134

143135

136+
<a id="nestedatt--result--retrieval_options"></a>
137+
### Nested Schema for `result.retrieval_options`
138+
139+
Read-Only:
140+
141+
- `keyword_match_mode` (String) Controls how keyword search terms are matched. exact_match requires all terms to appear (AND); fuzzy_match returns results containing any term (OR). Defaults to exact_match.
142+
Available values: "exact_match", "fuzzy_match".
143+
144+
144145
<a id="nestedatt--result--source_params"></a>
145146
### Nested Schema for `result.source_params`
146147

docs/data-sources/ai_search_token.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ description: |-
2020

2121
### Read-Only
2222

23-
- `account_tag` (String)
2423
- `cf_api_id` (String)
25-
- `cf_api_key` (String)
2624
- `created_at` (String)
2725
- `created_by` (String)
2826
- `enabled` (Boolean)
@@ -31,6 +29,5 @@ description: |-
3129
- `modified_at` (String)
3230
- `modified_by` (String)
3331
- `name` (String)
34-
- `synced_at` (String)
3532

3633

docs/data-sources/ai_search_tokens.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,7 @@ description: |-
3131

3232
Read-Only:
3333

34-
- `account_id` (String)
35-
- `account_tag` (String)
3634
- `cf_api_id` (String)
37-
- `cf_api_key` (String)
3835
- `created_at` (String)
3936
- `created_by` (String)
4037
- `enabled` (Boolean)
@@ -43,6 +40,5 @@ Read-Only:
4340
- `modified_at` (String)
4441
- `modified_by` (String)
4542
- `name` (String)
46-
- `synced_at` (String)
4743

4844

docs/data-sources/authenticated_origin_pulls_certificate.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ data "cloudflare_authenticated_origin_pulls_certificate" "example_authenticated_
2929
### Read-Only
3030

3131
- `certificate` (String) The zone's leaf certificate.
32-
- `enabled` (Boolean) Indicates whether zone-level authenticated origin pulls is enabled.
3332
- `expires_on` (String) When the certificate from the authority expires.
3433
- `id` (String) Identifier.
3534
- `issuer` (String) The certificate authority that issued the certificate.
36-
- `private_key` (String, Sensitive) The zone's private key.
35+
- `serial_number` (String) The serial number on the uploaded certificate.
3736
- `signature` (String) The type of hash used for the certificate.
3837
- `status` (String) Status of the certificate activation.
3938
Available values: "initializing", "pending_deployment", "pending_deletion", "active", "deleted", "deployment_timed_out", "deletion_timed_out".

docs/data-sources/authenticated_origin_pulls_certificates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ data "cloudflare_authenticated_origin_pulls_certificates" "example_authenticated
3838
Read-Only:
3939

4040
- `certificate` (String) The zone's leaf certificate.
41-
- `enabled` (Boolean) Indicates whether zone-level authenticated origin pulls is enabled.
4241
- `expires_on` (String) When the certificate from the authority expires.
4342
- `id` (String) Identifier.
4443
- `issuer` (String) The certificate authority that issued the certificate.
45-
- `private_key` (String, Sensitive) The zone's private key.
44+
- `serial_number` (String) The serial number on the uploaded certificate.
4645
- `signature` (String) The type of hash used for the certificate.
4746
- `status` (String) Status of the certificate activation.
4847
Available values: "initializing", "pending_deployment", "pending_deletion", "active", "deleted", "deployment_timed_out", "deletion_timed_out".

0 commit comments

Comments
 (0)