@@ -175,14 +175,14 @@ export interface CertificateCreateResponse {
175
175
id ?: string ;
176
176
177
177
/**
178
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
179
- * the 'available' (previously called 'active') state may be used for Gateway TLS
180
- * interception.
178
+ * The read only deployment status of the certificate on Cloudflare's edge.
179
+ * Certificates in the 'available' (previously called 'active') state may be used
180
+ * for Gateway TLS interception.
181
181
*/
182
182
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
183
183
184
184
/**
185
- * The CA certificate
185
+ * The CA certificate(read only).
186
186
*/
187
187
certificate ?: string ;
188
188
@@ -191,27 +191,29 @@ export interface CertificateCreateResponse {
191
191
expires_on ?: string ;
192
192
193
193
/**
194
- * The SHA256 fingerprint of the certificate.
194
+ * The SHA256 fingerprint of the certificate(read only) .
195
195
*/
196
196
fingerprint ?: string ;
197
197
198
198
/**
199
- * Use this certificate for Gateway TLS interception
199
+ * Read-only field that shows whether Gateway TLS interception is using this
200
+ * certificate. This value cannot be set directly. To configure the certificate for
201
+ * interception, use the Gateway configuration setting named certificate.
200
202
*/
201
203
in_use ?: boolean ;
202
204
203
205
/**
204
- * The organization that issued the certificate.
206
+ * The organization that issued the certificate(read only) .
205
207
*/
206
208
issuer_org ?: string ;
207
209
208
210
/**
209
- * The entire issuer field of the certificate.
211
+ * The entire issuer field of the certificate(read only) .
210
212
*/
211
213
issuer_raw ?: string ;
212
214
213
215
/**
214
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
216
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
215
217
*/
216
218
type ?: 'custom' | 'gateway_managed' ;
217
219
@@ -227,14 +229,14 @@ export interface CertificateListResponse {
227
229
id ?: string ;
228
230
229
231
/**
230
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
231
- * the 'available' (previously called 'active') state may be used for Gateway TLS
232
- * interception.
232
+ * The read only deployment status of the certificate on Cloudflare's edge.
233
+ * Certificates in the 'available' (previously called 'active') state may be used
234
+ * for Gateway TLS interception.
233
235
*/
234
236
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
235
237
236
238
/**
237
- * The CA certificate
239
+ * The CA certificate(read only).
238
240
*/
239
241
certificate ?: string ;
240
242
@@ -243,27 +245,29 @@ export interface CertificateListResponse {
243
245
expires_on ?: string ;
244
246
245
247
/**
246
- * The SHA256 fingerprint of the certificate.
248
+ * The SHA256 fingerprint of the certificate(read only) .
247
249
*/
248
250
fingerprint ?: string ;
249
251
250
252
/**
251
- * Use this certificate for Gateway TLS interception
253
+ * Read-only field that shows whether Gateway TLS interception is using this
254
+ * certificate. This value cannot be set directly. To configure the certificate for
255
+ * interception, use the Gateway configuration setting named certificate.
252
256
*/
253
257
in_use ?: boolean ;
254
258
255
259
/**
256
- * The organization that issued the certificate.
260
+ * The organization that issued the certificate(read only) .
257
261
*/
258
262
issuer_org ?: string ;
259
263
260
264
/**
261
- * The entire issuer field of the certificate.
265
+ * The entire issuer field of the certificate(read only) .
262
266
*/
263
267
issuer_raw ?: string ;
264
268
265
269
/**
266
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
270
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
267
271
*/
268
272
type ?: 'custom' | 'gateway_managed' ;
269
273
@@ -279,14 +283,14 @@ export interface CertificateDeleteResponse {
279
283
id ?: string ;
280
284
281
285
/**
282
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
283
- * the 'available' (previously called 'active') state may be used for Gateway TLS
284
- * interception.
286
+ * The read only deployment status of the certificate on Cloudflare's edge.
287
+ * Certificates in the 'available' (previously called 'active') state may be used
288
+ * for Gateway TLS interception.
285
289
*/
286
290
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
287
291
288
292
/**
289
- * The CA certificate
293
+ * The CA certificate(read only).
290
294
*/
291
295
certificate ?: string ;
292
296
@@ -295,27 +299,29 @@ export interface CertificateDeleteResponse {
295
299
expires_on ?: string ;
296
300
297
301
/**
298
- * The SHA256 fingerprint of the certificate.
302
+ * The SHA256 fingerprint of the certificate(read only) .
299
303
*/
300
304
fingerprint ?: string ;
301
305
302
306
/**
303
- * Use this certificate for Gateway TLS interception
307
+ * Read-only field that shows whether Gateway TLS interception is using this
308
+ * certificate. This value cannot be set directly. To configure the certificate for
309
+ * interception, use the Gateway configuration setting named certificate.
304
310
*/
305
311
in_use ?: boolean ;
306
312
307
313
/**
308
- * The organization that issued the certificate.
314
+ * The organization that issued the certificate(read only) .
309
315
*/
310
316
issuer_org ?: string ;
311
317
312
318
/**
313
- * The entire issuer field of the certificate.
319
+ * The entire issuer field of the certificate(read only) .
314
320
*/
315
321
issuer_raw ?: string ;
316
322
317
323
/**
318
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
324
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
319
325
*/
320
326
type ?: 'custom' | 'gateway_managed' ;
321
327
@@ -331,14 +337,14 @@ export interface CertificateActivateResponse {
331
337
id ?: string ;
332
338
333
339
/**
334
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
335
- * the 'available' (previously called 'active') state may be used for Gateway TLS
336
- * interception.
340
+ * The read only deployment status of the certificate on Cloudflare's edge.
341
+ * Certificates in the 'available' (previously called 'active') state may be used
342
+ * for Gateway TLS interception.
337
343
*/
338
344
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
339
345
340
346
/**
341
- * The CA certificate
347
+ * The CA certificate(read only).
342
348
*/
343
349
certificate ?: string ;
344
350
@@ -347,27 +353,29 @@ export interface CertificateActivateResponse {
347
353
expires_on ?: string ;
348
354
349
355
/**
350
- * The SHA256 fingerprint of the certificate.
356
+ * The SHA256 fingerprint of the certificate(read only) .
351
357
*/
352
358
fingerprint ?: string ;
353
359
354
360
/**
355
- * Use this certificate for Gateway TLS interception
361
+ * Read-only field that shows whether Gateway TLS interception is using this
362
+ * certificate. This value cannot be set directly. To configure the certificate for
363
+ * interception, use the Gateway configuration setting named certificate.
356
364
*/
357
365
in_use ?: boolean ;
358
366
359
367
/**
360
- * The organization that issued the certificate.
368
+ * The organization that issued the certificate(read only) .
361
369
*/
362
370
issuer_org ?: string ;
363
371
364
372
/**
365
- * The entire issuer field of the certificate.
373
+ * The entire issuer field of the certificate(read only) .
366
374
*/
367
375
issuer_raw ?: string ;
368
376
369
377
/**
370
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
378
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
371
379
*/
372
380
type ?: 'custom' | 'gateway_managed' ;
373
381
@@ -383,14 +391,14 @@ export interface CertificateDeactivateResponse {
383
391
id ?: string ;
384
392
385
393
/**
386
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
387
- * the 'available' (previously called 'active') state may be used for Gateway TLS
388
- * interception.
394
+ * The read only deployment status of the certificate on Cloudflare's edge.
395
+ * Certificates in the 'available' (previously called 'active') state may be used
396
+ * for Gateway TLS interception.
389
397
*/
390
398
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
391
399
392
400
/**
393
- * The CA certificate
401
+ * The CA certificate(read only).
394
402
*/
395
403
certificate ?: string ;
396
404
@@ -399,27 +407,29 @@ export interface CertificateDeactivateResponse {
399
407
expires_on ?: string ;
400
408
401
409
/**
402
- * The SHA256 fingerprint of the certificate.
410
+ * The SHA256 fingerprint of the certificate(read only) .
403
411
*/
404
412
fingerprint ?: string ;
405
413
406
414
/**
407
- * Use this certificate for Gateway TLS interception
415
+ * Read-only field that shows whether Gateway TLS interception is using this
416
+ * certificate. This value cannot be set directly. To configure the certificate for
417
+ * interception, use the Gateway configuration setting named certificate.
408
418
*/
409
419
in_use ?: boolean ;
410
420
411
421
/**
412
- * The organization that issued the certificate.
422
+ * The organization that issued the certificate(read only) .
413
423
*/
414
424
issuer_org ?: string ;
415
425
416
426
/**
417
- * The entire issuer field of the certificate.
427
+ * The entire issuer field of the certificate(read only) .
418
428
*/
419
429
issuer_raw ?: string ;
420
430
421
431
/**
422
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
432
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
423
433
*/
424
434
type ?: 'custom' | 'gateway_managed' ;
425
435
@@ -435,14 +445,14 @@ export interface CertificateGetResponse {
435
445
id ?: string ;
436
446
437
447
/**
438
- * The deployment status of the certificate on Cloudflare's edge. Certificates in
439
- * the 'available' (previously called 'active') state may be used for Gateway TLS
440
- * interception.
448
+ * The read only deployment status of the certificate on Cloudflare's edge.
449
+ * Certificates in the 'available' (previously called 'active') state may be used
450
+ * for Gateway TLS interception.
441
451
*/
442
452
binding_status ?: 'pending_deployment' | 'available' | 'pending_deletion' | 'inactive' ;
443
453
444
454
/**
445
- * The CA certificate
455
+ * The CA certificate(read only).
446
456
*/
447
457
certificate ?: string ;
448
458
@@ -451,27 +461,29 @@ export interface CertificateGetResponse {
451
461
expires_on ?: string ;
452
462
453
463
/**
454
- * The SHA256 fingerprint of the certificate.
464
+ * The SHA256 fingerprint of the certificate(read only) .
455
465
*/
456
466
fingerprint ?: string ;
457
467
458
468
/**
459
- * Use this certificate for Gateway TLS interception
469
+ * Read-only field that shows whether Gateway TLS interception is using this
470
+ * certificate. This value cannot be set directly. To configure the certificate for
471
+ * interception, use the Gateway configuration setting named certificate.
460
472
*/
461
473
in_use ?: boolean ;
462
474
463
475
/**
464
- * The organization that issued the certificate.
476
+ * The organization that issued the certificate(read only) .
465
477
*/
466
478
issuer_org ?: string ;
467
479
468
480
/**
469
- * The entire issuer field of the certificate.
481
+ * The entire issuer field of the certificate(read only) .
470
482
*/
471
483
issuer_raw ?: string ;
472
484
473
485
/**
474
- * The type of certificate, either BYO-PKI (custom) or Gateway-managed.
486
+ * The type of certificate, either BYO-PKI (custom) or Gateway-managed(read only) .
475
487
*/
476
488
type ?: 'custom' | 'gateway_managed' ;
477
489
0 commit comments