@pulumi/cloudflare 6.3.0-alpha.1749049430 → 6.3.0-alpha.1749572009

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (150) hide show
  1. package/accessApplication.d.ts +7 -7
  2. package/accessPolicy.d.ts +3 -3
  3. package/accessPolicy.js +0 -3
  4. package/accessPolicy.js.map +1 -1
  5. package/cloudConnectorRules.d.ts +6 -0
  6. package/cloudConnectorRules.js +6 -0
  7. package/cloudConnectorRules.js.map +1 -1
  8. package/cloudforceOneRequest.d.ts +33 -33
  9. package/cloudforceOneRequest.js +6 -6
  10. package/cloudforceOneRequest.js.map +1 -1
  11. package/cloudforceOneRequestAsset.d.ts +32 -32
  12. package/cloudforceOneRequestAsset.js +11 -11
  13. package/cloudforceOneRequestAsset.js.map +1 -1
  14. package/cloudforceOneRequestMessage.d.ts +26 -26
  15. package/cloudforceOneRequestMessage.js +11 -11
  16. package/cloudforceOneRequestMessage.js.map +1 -1
  17. package/cloudforceOneRequestPriority.d.ts +34 -34
  18. package/cloudforceOneRequestPriority.js +6 -6
  19. package/cloudforceOneRequestPriority.js.map +1 -1
  20. package/devicePostureIntegration.d.ts +3 -3
  21. package/devicePostureRule.d.ts +3 -3
  22. package/dlpCustomProfile.d.ts +2 -2
  23. package/dlpPredefinedProfile.d.ts +2 -2
  24. package/dnsRecord.d.ts +3 -3
  25. package/getCloudConnectorRules.d.ts +60 -0
  26. package/{getCloudConnectorRulesList.js → getCloudConnectorRules.js} +10 -12
  27. package/getCloudConnectorRules.js.map +1 -0
  28. package/getCloudforceOneRequest.d.ts +30 -25
  29. package/getCloudforceOneRequest.js +10 -8
  30. package/getCloudforceOneRequest.js.map +1 -1
  31. package/getCloudforceOneRequestAsset.d.ts +29 -29
  32. package/getCloudforceOneRequestAsset.js +12 -12
  33. package/getCloudforceOneRequestAsset.js.map +1 -1
  34. package/getCloudforceOneRequestMessage.d.ts +109 -22
  35. package/getCloudforceOneRequestMessage.js +32 -8
  36. package/getCloudforceOneRequestMessage.js.map +1 -1
  37. package/getCloudforceOneRequestPriority.d.ts +25 -25
  38. package/getCloudforceOneRequestPriority.js +8 -8
  39. package/getCloudforceOneRequestPriority.js.map +1 -1
  40. package/getCloudforceOneRequests.d.ts +154 -8
  41. package/getCloudforceOneRequests.js +44 -4
  42. package/getCloudforceOneRequests.js.map +1 -1
  43. package/getDnsRecord.d.ts +1 -1
  44. package/getHyperdriveConfig.d.ts +9 -9
  45. package/getHyperdriveConfigs.d.ts +3 -3
  46. package/getQueueConsumer.d.ts +1 -1
  47. package/getR2Bucket.d.ts +5 -0
  48. package/getR2Bucket.js.map +1 -1
  49. package/getR2BucketEventNotification.d.ts +33 -3
  50. package/getR2BucketEventNotification.js +4 -0
  51. package/getR2BucketEventNotification.js.map +1 -1
  52. package/getTurnstileWidget.d.ts +2 -2
  53. package/getWaitingRoom.d.ts +3 -3
  54. package/getWaitingRoomEvent.d.ts +3 -3
  55. package/getWaitingRoomEvents.d.ts +3 -3
  56. package/getWaitingRoomRules.d.ts +3 -3
  57. package/getWaitingRoomSettings.d.ts +3 -3
  58. package/getWorkersForPlatformsDispatchNamespace.d.ts +1 -1
  59. package/getWorkersScriptSubdomain.d.ts +1 -1
  60. package/getZeroTrustAccessApplication.d.ts +1 -1
  61. package/getZeroTrustDeviceCustomProfile.d.ts +5 -1
  62. package/getZeroTrustDeviceCustomProfile.js.map +1 -1
  63. package/getZeroTrustDeviceDefaultProfile.d.ts +4 -0
  64. package/getZeroTrustDeviceDefaultProfile.js.map +1 -1
  65. package/getZeroTrustDeviceDefaultProfileCertificates.d.ts +3 -0
  66. package/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -1
  67. package/getZeroTrustDevicePostureIntegration.d.ts +1 -1
  68. package/getZeroTrustDevicePostureRule.d.ts +1 -1
  69. package/getZeroTrustDexTest.d.ts +93 -0
  70. package/getZeroTrustDexTest.js +50 -0
  71. package/getZeroTrustDexTest.js.map +1 -0
  72. package/getZeroTrustDexTests.d.ts +66 -0
  73. package/getZeroTrustDexTests.js +48 -0
  74. package/getZeroTrustDexTests.js.map +1 -0
  75. package/getZeroTrustDlpCustomProfile.d.ts +1 -1
  76. package/getZeroTrustDlpEntry.d.ts +1 -1
  77. package/getZeroTrustDlpPredefinedProfile.d.ts +1 -1
  78. package/getZeroTrustTunnelWarpConnectorToken.d.ts +72 -0
  79. package/getZeroTrustTunnelWarpConnectorToken.js +50 -0
  80. package/getZeroTrustTunnelWarpConnectorToken.js.map +1 -0
  81. package/getZone.d.ts +11 -0
  82. package/getZone.js.map +1 -1
  83. package/getZoneDnssec.d.ts +1 -0
  84. package/getZoneDnssec.js.map +1 -1
  85. package/getZoneSetting.d.ts +1 -1
  86. package/hyperdriveConfig.d.ts +7 -7
  87. package/index.d.ts +15 -3
  88. package/index.js +24 -10
  89. package/index.js.map +1 -1
  90. package/logpushJob.d.ts +13 -1
  91. package/logpushJob.js +2 -0
  92. package/logpushJob.js.map +1 -1
  93. package/mtlsCertificate.d.ts +3 -3
  94. package/package.json +2 -2
  95. package/queueConsumer.d.ts +3 -3
  96. package/r2bucket.d.ts +7 -4
  97. package/r2bucket.js.map +1 -1
  98. package/record.d.ts +3 -3
  99. package/teamsRule.d.ts +1 -13
  100. package/teamsRule.js.map +1 -1
  101. package/tunnelRoute.d.ts +1 -1
  102. package/turnstileWidget.d.ts +8 -8
  103. package/turnstileWidget.js +2 -0
  104. package/turnstileWidget.js.map +1 -1
  105. package/types/input.d.ts +305 -107
  106. package/types/output.d.ts +779 -411
  107. package/waitingRoom.d.ts +33 -24
  108. package/waitingRoom.js.map +1 -1
  109. package/waitingRoomEvent.d.ts +3 -3
  110. package/waitingRoomRules.d.ts +3 -3
  111. package/waitingRoomSettings.d.ts +3 -3
  112. package/workerScript.d.ts +6 -6
  113. package/workersForPlatformsDispatchNamespace.d.ts +5 -5
  114. package/workersForPlatformsNamespace.d.ts +5 -5
  115. package/workersRoute.d.ts +2 -2
  116. package/workersRoute.js +0 -3
  117. package/workersRoute.js.map +1 -1
  118. package/workersScript.d.ts +6 -6
  119. package/zeroTrustAccessApplication.d.ts +7 -7
  120. package/zeroTrustAccessPolicy.d.ts +3 -3
  121. package/zeroTrustAccessPolicy.js +0 -3
  122. package/zeroTrustAccessPolicy.js.map +1 -1
  123. package/zeroTrustDeviceCustomProfile.d.ts +16 -3
  124. package/zeroTrustDeviceCustomProfile.js +3 -0
  125. package/zeroTrustDeviceCustomProfile.js.map +1 -1
  126. package/zeroTrustDeviceDefaultProfile.d.ts +13 -0
  127. package/zeroTrustDeviceDefaultProfile.js +3 -0
  128. package/zeroTrustDeviceDefaultProfile.js.map +1 -1
  129. package/zeroTrustDevicePostureIntegration.d.ts +3 -3
  130. package/zeroTrustDevicePostureRule.d.ts +3 -3
  131. package/zeroTrustDexTest.d.ts +157 -0
  132. package/zeroTrustDexTest.js +113 -0
  133. package/zeroTrustDexTest.js.map +1 -0
  134. package/zeroTrustDlpCustomProfile.d.ts +2 -2
  135. package/zeroTrustDlpEntry.d.ts +3 -3
  136. package/zeroTrustDlpPredefinedProfile.d.ts +2 -2
  137. package/zeroTrustGatewayPolicy.d.ts +1 -13
  138. package/zeroTrustGatewayPolicy.js.map +1 -1
  139. package/zeroTrustTunnelCloudflaredRoute.d.ts +1 -1
  140. package/zone.d.ts +50 -0
  141. package/zone.js +10 -0
  142. package/zone.js.map +1 -1
  143. package/zoneDnssec.d.ts +22 -0
  144. package/zoneDnssec.js +3 -0
  145. package/zoneDnssec.js.map +1 -1
  146. package/zoneSetting.d.ts +23 -0
  147. package/zoneSetting.js +13 -0
  148. package/zoneSetting.js.map +1 -1
  149. package/getCloudConnectorRulesList.d.ts +0 -75
  150. package/getCloudConnectorRulesList.js.map +0 -1
package/types/input.d.ts CHANGED
@@ -53,7 +53,7 @@ export interface AccessApplicationDestination {
53
53
  */
54
54
  portRange?: pulumi.Input<string>;
55
55
  /**
56
- * Available values: "public".
56
+ * Available values: "public", "private".
57
57
  */
58
58
  type?: pulumi.Input<string>;
59
59
  /**
@@ -933,7 +933,7 @@ export interface AccessApplicationScimConfigAuthentication {
933
933
  password?: pulumi.Input<string>;
934
934
  /**
935
935
  * The authentication scheme to use when making SCIM requests to this application.
936
- * Available values: "httpbasic".
936
+ * Available values: "httpbasic", "oauthbearertoken", "oauth2", "access*service*token".
937
937
  */
938
938
  scheme: pulumi.Input<string>;
939
939
  /**
@@ -2363,7 +2363,7 @@ export interface AccessPolicyRequireServiceToken {
2363
2363
  export interface AccessRuleConfiguration {
2364
2364
  /**
2365
2365
  * The configuration target. You must set the target to `ip` when specifying an IP address in the rule.
2366
- * Available values: "ip".
2366
+ * Available values: "ip", "ip6", "ipRange", "asn", "country".
2367
2367
  */
2368
2368
  target?: pulumi.Input<string>;
2369
2369
  /**
@@ -2526,26 +2526,11 @@ export interface AccountSettings {
2526
2526
  * Sets an abuse contact email to notify for abuse reports.
2527
2527
  */
2528
2528
  abuseContactEmail?: pulumi.Input<string>;
2529
- /**
2530
- * Specifies the default nameservers to be used for new zones added to this account.
2531
- *
2532
- * @deprecated This attribute is deprecated.
2533
- */
2534
- defaultNameservers?: pulumi.Input<string>;
2535
2529
  /**
2536
2530
  * Indicates whether membership in this account requires that
2537
2531
  * Two-Factor Authentication is enabled
2538
2532
  */
2539
2533
  enforceTwofactor?: pulumi.Input<boolean>;
2540
- /**
2541
- * Indicates whether new zones should use the account-level custom
2542
- * nameservers by default.
2543
- *
2544
- * Deprecated in favor of [DNS Settings](https://developers.cloudflare.com/api/operations/dns-settings-for-an-account-update-dns-settings).
2545
- *
2546
- * @deprecated This attribute is deprecated.
2547
- */
2548
- useAccountCustomNsByDefault?: pulumi.Input<boolean>;
2549
2534
  }
2550
2535
  export interface AccountSubscriptionRatePlan {
2551
2536
  /**
@@ -2662,7 +2647,7 @@ export interface ApiShieldAuthIdCharacteristic {
2662
2647
  name: pulumi.Input<string>;
2663
2648
  /**
2664
2649
  * The type of characteristic.
2665
- * Available values: "header", "cookie".
2650
+ * Available values: "header", "cookie", "jwt".
2666
2651
  */
2667
2652
  type: pulumi.Input<string>;
2668
2653
  }
@@ -3193,11 +3178,11 @@ export interface DeviceManagedNetworksConfig {
3193
3178
  }
3194
3179
  export interface DevicePostureIntegrationConfig {
3195
3180
  /**
3196
- * If present, this id will be passed in the `CF-Access-Client-ID` header when hitting the `apiUrl`
3181
+ * If present, this id will be passed in the `CF-Access-Client-ID` header when hitting the `apiUrl`.
3197
3182
  */
3198
3183
  accessClientId?: pulumi.Input<string>;
3199
3184
  /**
3200
- * If present, this secret will be passed in the `CF-Access-Client-Secret` header when hitting the `apiUrl`
3185
+ * If present, this secret will be passed in the `CF-Access-Client-Secret` header when hitting the `apiUrl`.
3201
3186
  */
3202
3187
  accessClientSecret?: pulumi.Input<string>;
3203
3188
  /**
@@ -3243,12 +3228,12 @@ export interface DevicePostureRuleInput {
3243
3228
  */
3244
3229
  checkPrivateKey?: pulumi.Input<boolean>;
3245
3230
  /**
3246
- * Common Name that is protected by the certificate
3231
+ * Common Name that is protected by the certificate.
3247
3232
  */
3248
3233
  cn?: pulumi.Input<string>;
3249
3234
  /**
3250
- * Compliance Status
3251
- * Available values: "compliant", "noncompliant", "unknown".
3235
+ * Compliance Status.
3236
+ * Available values: "compliant", "noncompliant", "unknown", "notapplicable", "ingraceperiod", "error".
3252
3237
  */
3253
3238
  complianceStatus?: pulumi.Input<string>;
3254
3239
  /**
@@ -3256,12 +3241,12 @@ export interface DevicePostureRuleInput {
3256
3241
  */
3257
3242
  connectionId?: pulumi.Input<string>;
3258
3243
  /**
3259
- * Count Operator
3244
+ * Count Operator.
3260
3245
  * Available values: "<", "<=", ">", ">=", "==".
3261
3246
  */
3262
3247
  countOperator?: pulumi.Input<string>;
3263
3248
  /**
3264
- * Domain
3249
+ * Domain.
3265
3250
  */
3266
3251
  domain?: pulumi.Input<string>;
3267
3252
  /**
@@ -3269,15 +3254,15 @@ export interface DevicePostureRuleInput {
3269
3254
  */
3270
3255
  eidLastSeen?: pulumi.Input<string>;
3271
3256
  /**
3272
- * Enabled
3257
+ * Enabled.
3273
3258
  */
3274
3259
  enabled?: pulumi.Input<boolean>;
3275
3260
  /**
3276
- * Whether or not file exists
3261
+ * Whether or not file exists.
3277
3262
  */
3278
3263
  exists?: pulumi.Input<boolean>;
3279
3264
  /**
3280
- * List of values indicating purposes for which the certificate public key can be used
3265
+ * List of values indicating purposes for which the certificate public key can be used.
3281
3266
  */
3282
3267
  extendedKeyUsages?: pulumi.Input<pulumi.Input<string>[]>;
3283
3268
  /**
@@ -3307,8 +3292,8 @@ export interface DevicePostureRuleInput {
3307
3292
  */
3308
3293
  networkStatus?: pulumi.Input<string>;
3309
3294
  /**
3310
- * Operating system
3311
- * Available values: "windows", "linux", "mac".
3295
+ * Operating system.
3296
+ * Available values: "windows", "linux", "mac", "android", "ios", "chromeos".
3312
3297
  */
3313
3298
  operatingSystem?: pulumi.Input<string>;
3314
3299
  /**
@@ -3317,28 +3302,28 @@ export interface DevicePostureRuleInput {
3317
3302
  */
3318
3303
  operationalState?: pulumi.Input<string>;
3319
3304
  /**
3320
- * operator
3305
+ * Operator.
3321
3306
  * Available values: "<", "<=", ">", ">=", "==".
3322
3307
  */
3323
3308
  operator?: pulumi.Input<string>;
3324
3309
  /**
3325
- * Os Version
3310
+ * Os Version.
3326
3311
  */
3327
3312
  os?: pulumi.Input<string>;
3328
3313
  /**
3329
- * Operating System Distribution Name (linux only)
3314
+ * Operating System Distribution Name (linux only).
3330
3315
  */
3331
3316
  osDistroName?: pulumi.Input<string>;
3332
3317
  /**
3333
- * Version of OS Distribution (linux only)
3318
+ * Version of OS Distribution (linux only).
3334
3319
  */
3335
3320
  osDistroRevision?: pulumi.Input<string>;
3336
3321
  /**
3337
- * Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
3322
+ * Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only).
3338
3323
  */
3339
3324
  osVersionExtra?: pulumi.Input<string>;
3340
3325
  /**
3341
- * overall
3326
+ * Overall.
3342
3327
  */
3343
3328
  overall?: pulumi.Input<string>;
3344
3329
  /**
@@ -3359,12 +3344,12 @@ export interface DevicePostureRuleInput {
3359
3344
  */
3360
3345
  score?: pulumi.Input<number>;
3361
3346
  /**
3362
- * Score Operator
3347
+ * Score Operator.
3363
3348
  * Available values: "<", "<=", ">", ">=", "==".
3364
3349
  */
3365
3350
  scoreOperator?: pulumi.Input<string>;
3366
3351
  /**
3367
- * SensorConfig
3352
+ * SensorConfig.
3368
3353
  */
3369
3354
  sensorConfig?: pulumi.Input<string>;
3370
3355
  /**
@@ -3385,11 +3370,11 @@ export interface DevicePostureRuleInput {
3385
3370
  */
3386
3371
  totalScore?: pulumi.Input<number>;
3387
3372
  /**
3388
- * Version of OS
3373
+ * Version of OS.
3389
3374
  */
3390
3375
  version?: pulumi.Input<string>;
3391
3376
  /**
3392
- * Version Operator
3377
+ * Version Operator.
3393
3378
  * Available values: "<", "<=", ">", ">=", "==".
3394
3379
  */
3395
3380
  versionOperator?: pulumi.Input<string>;
@@ -3499,7 +3484,7 @@ export interface DlpCustomProfileProfileSharedEntry {
3499
3484
  enabled: pulumi.Input<boolean>;
3500
3485
  entryId: pulumi.Input<string>;
3501
3486
  /**
3502
- * Available values: "custom".
3487
+ * Available values: "custom", "predefined", "integration", "exactData".
3503
3488
  */
3504
3489
  entryType: pulumi.Input<string>;
3505
3490
  }
@@ -3507,7 +3492,7 @@ export interface DlpCustomProfileSharedEntry {
3507
3492
  enabled: pulumi.Input<boolean>;
3508
3493
  entryId: pulumi.Input<string>;
3509
3494
  /**
3510
- * Available values: "custom".
3495
+ * Available values: "custom", "predefined", "integration", "exactData".
3511
3496
  */
3512
3497
  entryType: pulumi.Input<string>;
3513
3498
  }
@@ -3848,7 +3833,7 @@ export interface EmailRoutingRuleMatcher {
3848
3833
  field?: pulumi.Input<string>;
3849
3834
  /**
3850
3835
  * Type of matcher.
3851
- * Available values: "literal".
3836
+ * Available values: "all", "literal".
3852
3837
  */
3853
3838
  type: pulumi.Input<string>;
3854
3839
  /**
@@ -4289,6 +4274,94 @@ export interface GetApiTokenFilterArgs {
4289
4274
  */
4290
4275
  direction?: pulumi.Input<string>;
4291
4276
  }
4277
+ export interface GetCloudforceOneRequestFilter {
4278
+ /**
4279
+ * Retrieve requests completed after this time.
4280
+ */
4281
+ completedAfter?: string;
4282
+ /**
4283
+ * Retrieve requests completed before this time.
4284
+ */
4285
+ completedBefore?: string;
4286
+ /**
4287
+ * Retrieve requests created after this time.
4288
+ */
4289
+ createdAfter?: string;
4290
+ /**
4291
+ * Retrieve requests created before this time.
4292
+ */
4293
+ createdBefore?: string;
4294
+ /**
4295
+ * Page number of results.
4296
+ */
4297
+ page: number;
4298
+ /**
4299
+ * Number of results per page.
4300
+ */
4301
+ perPage: number;
4302
+ /**
4303
+ * Requested information from request.
4304
+ */
4305
+ requestType?: string;
4306
+ /**
4307
+ * Field to sort results by.
4308
+ */
4309
+ sortBy?: string;
4310
+ /**
4311
+ * Sort order (asc or desc).
4312
+ * Available values: "asc", "desc".
4313
+ */
4314
+ sortOrder?: string;
4315
+ /**
4316
+ * Request Status.
4317
+ * Available values: "open", "accepted", "reported", "approved", "completed", "declined".
4318
+ */
4319
+ status?: string;
4320
+ }
4321
+ export interface GetCloudforceOneRequestFilterArgs {
4322
+ /**
4323
+ * Retrieve requests completed after this time.
4324
+ */
4325
+ completedAfter?: pulumi.Input<string>;
4326
+ /**
4327
+ * Retrieve requests completed before this time.
4328
+ */
4329
+ completedBefore?: pulumi.Input<string>;
4330
+ /**
4331
+ * Retrieve requests created after this time.
4332
+ */
4333
+ createdAfter?: pulumi.Input<string>;
4334
+ /**
4335
+ * Retrieve requests created before this time.
4336
+ */
4337
+ createdBefore?: pulumi.Input<string>;
4338
+ /**
4339
+ * Page number of results.
4340
+ */
4341
+ page: pulumi.Input<number>;
4342
+ /**
4343
+ * Number of results per page.
4344
+ */
4345
+ perPage: pulumi.Input<number>;
4346
+ /**
4347
+ * Requested information from request.
4348
+ */
4349
+ requestType?: pulumi.Input<string>;
4350
+ /**
4351
+ * Field to sort results by.
4352
+ */
4353
+ sortBy?: pulumi.Input<string>;
4354
+ /**
4355
+ * Sort order (asc or desc).
4356
+ * Available values: "asc", "desc".
4357
+ */
4358
+ sortOrder?: pulumi.Input<string>;
4359
+ /**
4360
+ * Request Status.
4361
+ * Available values: "open", "accepted", "reported", "approved", "completed", "declined".
4362
+ */
4363
+ status?: pulumi.Input<string>;
4364
+ }
4292
4365
  export interface GetCustomHostnameFilter {
4293
4366
  /**
4294
4367
  * Direction to order hostnames.
@@ -5879,55 +5952,55 @@ export interface HealthcheckTcpConfig {
5879
5952
  }
5880
5953
  export interface HyperdriveConfigCaching {
5881
5954
  /**
5882
- * When set to true, disables the caching of SQL responses. (Default: false)
5955
+ * Set to true to disable caching of SQL responses. Default is false.
5883
5956
  */
5884
5957
  disabled?: pulumi.Input<boolean>;
5885
5958
  /**
5886
- * When present, specifies max duration for which items should persist in the cache. Not returned if set to default. (Default: 60)
5959
+ * Specify the maximum duration items should persist in the cache. Not returned if set to the default (60).
5887
5960
  */
5888
5961
  maxAge?: pulumi.Input<number>;
5889
5962
  /**
5890
- * When present, indicates the number of seconds cache may serve the response after it becomes stale. Not returned if set to default. (Default: 15)
5963
+ * Specify the number of seconds the cache may serve a stale response. Omitted if set to the default (15).
5891
5964
  */
5892
5965
  staleWhileRevalidate?: pulumi.Input<number>;
5893
5966
  }
5894
5967
  export interface HyperdriveConfigMtls {
5895
5968
  /**
5896
- * CA certificate ID
5969
+ * Define CA certificate ID obtained after uploading CA cert.
5897
5970
  */
5898
5971
  caCertificateId?: pulumi.Input<string>;
5899
5972
  /**
5900
- * mTLS certificate ID
5973
+ * Define mTLS certificate ID obtained after uploading client cert.
5901
5974
  */
5902
5975
  mtlsCertificateId?: pulumi.Input<string>;
5903
5976
  /**
5904
- * SSL mode used for CA verification. Must be 'require', 'verify-ca', or 'verify-full'
5977
+ * Set SSL mode to 'require', 'verify-ca', or 'verify-full' to verify the CA.
5905
5978
  */
5906
5979
  sslmode?: pulumi.Input<string>;
5907
5980
  }
5908
5981
  export interface HyperdriveConfigOrigin {
5909
5982
  /**
5910
- * The Client ID of the Access token to use when connecting to the origin database.
5983
+ * Defines the Client ID of the Access token to use when connecting to the origin database.
5911
5984
  */
5912
5985
  accessClientId?: pulumi.Input<string>;
5913
5986
  /**
5914
- * The Client Secret of the Access token to use when connecting to the origin database. This value is write-only and never returned by the API.
5987
+ * Defines the Client Secret of the Access Token to use when connecting to the origin database. The API never returns this write-only value.
5915
5988
  */
5916
5989
  accessClientSecret?: pulumi.Input<string>;
5917
5990
  /**
5918
- * The name of your origin database.
5991
+ * Set the name of your origin database.
5919
5992
  */
5920
5993
  database: pulumi.Input<string>;
5921
5994
  /**
5922
- * The host (hostname or IP) of your origin database.
5995
+ * Defines the host (hostname or IP) of your origin database.
5923
5996
  */
5924
5997
  host: pulumi.Input<string>;
5925
5998
  /**
5926
- * The password required to access your origin database. This value is write-only and never returned by the API.
5999
+ * Set the password needed to access your origin database. The API never returns this write-only value.
5927
6000
  */
5928
6001
  password: pulumi.Input<string>;
5929
6002
  /**
5930
- * The port (default: 5432 for Postgres) of your origin database.
6003
+ * Defines the port (default: 5432 for Postgres) of your origin database.
5931
6004
  */
5932
6005
  port?: pulumi.Input<number>;
5933
6006
  /**
@@ -5936,7 +6009,7 @@ export interface HyperdriveConfigOrigin {
5936
6009
  */
5937
6010
  scheme: pulumi.Input<string>;
5938
6011
  /**
5939
- * The user of your origin database.
6012
+ * Set the user of your origin database.
5940
6013
  */
5941
6014
  user: pulumi.Input<string>;
5942
6015
  }
@@ -7728,7 +7801,7 @@ export interface PagesProjectCanonicalDeploymentDeploymentTriggerMetadata {
7728
7801
  }
7729
7802
  export interface PagesProjectCanonicalDeploymentEnvVars {
7730
7803
  /**
7731
- * Available values: "plainText".
7804
+ * Available values: "plain*text", "secret*text".
7732
7805
  */
7733
7806
  type?: pulumi.Input<string>;
7734
7807
  /**
@@ -7923,7 +7996,7 @@ export interface PagesProjectDeploymentConfigsPreviewDurableObjectNamespaces {
7923
7996
  }
7924
7997
  export interface PagesProjectDeploymentConfigsPreviewEnvVars {
7925
7998
  /**
7926
- * Available values: "plainText".
7999
+ * Available values: "plain*text", "secret*text".
7927
8000
  */
7928
8001
  type: pulumi.Input<string>;
7929
8002
  /**
@@ -8099,7 +8172,7 @@ export interface PagesProjectDeploymentConfigsProductionDurableObjectNamespaces
8099
8172
  }
8100
8173
  export interface PagesProjectDeploymentConfigsProductionEnvVars {
8101
8174
  /**
8102
- * Available values: "plainText".
8175
+ * Available values: "plain*text", "secret*text".
8103
8176
  */
8104
8177
  type: pulumi.Input<string>;
8105
8178
  /**
@@ -8277,7 +8350,7 @@ export interface PagesProjectLatestDeploymentDeploymentTriggerMetadata {
8277
8350
  }
8278
8351
  export interface PagesProjectLatestDeploymentEnvVars {
8279
8352
  /**
8280
- * Available values: "plainText".
8353
+ * Available values: "plain*text", "secret*text".
8281
8354
  */
8282
8355
  type?: pulumi.Input<string>;
8283
8356
  /**
@@ -8385,7 +8458,7 @@ export interface QueueConsumer {
8385
8458
  scriptName?: pulumi.Input<string>;
8386
8459
  settings?: pulumi.Input<inputs.QueueConsumerSettings>;
8387
8460
  /**
8388
- * Available values: "worker".
8461
+ * Available values: "worker", "httpPull".
8389
8462
  */
8390
8463
  type?: pulumi.Input<string>;
8391
8464
  }
@@ -8419,7 +8492,7 @@ export interface QueueProducer {
8419
8492
  bucketName?: pulumi.Input<string>;
8420
8493
  script?: pulumi.Input<string>;
8421
8494
  /**
8422
- * Available values: "worker".
8495
+ * Available values: "worker", "r2Bucket".
8423
8496
  */
8424
8497
  type?: pulumi.Input<string>;
8425
8498
  }
@@ -8579,7 +8652,7 @@ export interface R2BucketLifecycleRuleDeleteObjectsTransitionCondition {
8579
8652
  date?: pulumi.Input<string>;
8580
8653
  maxAge?: pulumi.Input<number>;
8581
8654
  /**
8582
- * Available values: "Age".
8655
+ * Available values: "Age", "Date".
8583
8656
  */
8584
8657
  type: pulumi.Input<string>;
8585
8658
  }
@@ -8597,7 +8670,7 @@ export interface R2BucketLifecycleRuleStorageClassTransitionCondition {
8597
8670
  date?: pulumi.Input<string>;
8598
8671
  maxAge?: pulumi.Input<number>;
8599
8672
  /**
8600
- * Available values: "Age".
8673
+ * Available values: "Age", "Date".
8601
8674
  */
8602
8675
  type: pulumi.Input<string>;
8603
8676
  }
@@ -8623,7 +8696,7 @@ export interface R2BucketLockRuleCondition {
8623
8696
  date?: pulumi.Input<string>;
8624
8697
  maxAgeSeconds?: pulumi.Input<number>;
8625
8698
  /**
8626
- * Available values: "Age".
8699
+ * Available values: "Age", "Date", "Indefinite".
8627
8700
  */
8628
8701
  type: pulumi.Input<string>;
8629
8702
  }
@@ -8662,7 +8735,7 @@ export interface R2BucketSippySource {
8662
8735
  */
8663
8736
  clientEmail?: pulumi.Input<string>;
8664
8737
  /**
8665
- * Available values: "aws".
8738
+ * Available values: "aws", "gcs".
8666
8739
  */
8667
8740
  cloudProvider?: pulumi.Input<string>;
8668
8741
  /**
@@ -8940,7 +9013,7 @@ export interface RiskBehaviorBehaviors {
8940
9013
  export interface RulesetRule {
8941
9014
  /**
8942
9015
  * The action to perform when the rule matches.
8943
- * Available values: "block".
9016
+ * Available values: "block", "challenge", "compress*response", "execute", "js*challenge", "log", "managed*challenge", "redirect", "rewrite", "route", "score", "serve*error", "set*config", "skip", "set*cache*settings", "log*custom*field", "ddos*dynamic", "force*connection*close".
8944
9017
  */
8945
9018
  action?: pulumi.Input<string>;
8946
9019
  /**
@@ -9117,7 +9190,7 @@ export interface RulesetRuleActionParameters {
9117
9190
  */
9118
9191
  overrides?: pulumi.Input<inputs.RulesetRuleActionParametersOverrides>;
9119
9192
  /**
9120
- * A list of phases to skip the execution of. This option is incompatible with the rulesets options.
9193
+ * A list of phases to skip the execution of. This option is incompatible with the rulesets option.
9121
9194
  */
9122
9195
  phases?: pulumi.Input<pulumi.Input<string>[]>;
9123
9196
  /**
@@ -9164,7 +9237,7 @@ export interface RulesetRuleActionParameters {
9164
9237
  [key: string]: pulumi.Input<pulumi.Input<string>[]>;
9165
9238
  }>;
9166
9239
  /**
9167
- * A ruleset to skip the execution of. This option is incompatible with the rulesets, rules. It can be incompatible with phases options base on the phase of the ruleset.
9240
+ * A ruleset to skip the execution of. This option is incompatible with the rulesets option.
9168
9241
  * Available values: "current".
9169
9242
  */
9170
9243
  ruleset?: pulumi.Input<string>;
@@ -9453,7 +9526,7 @@ export interface RulesetRuleActionParametersHeaders {
9453
9526
  */
9454
9527
  expression?: pulumi.Input<string>;
9455
9528
  /**
9456
- * Available values: "remove".
9529
+ * Available values: "remove", "add", "set".
9457
9530
  */
9458
9531
  operation: pulumi.Input<string>;
9459
9532
  /**
@@ -9661,7 +9734,6 @@ export interface RulesetRuleRatelimit {
9661
9734
  mitigationTimeout?: pulumi.Input<number>;
9662
9735
  /**
9663
9736
  * Period in seconds over which the counter is being incremented.
9664
- * Available values: 10, 60, 600, 3600.
9665
9737
  */
9666
9738
  period: pulumi.Input<number>;
9667
9739
  /**
@@ -9719,7 +9791,7 @@ export interface SpectrumApplicationEdgeIps {
9719
9791
  ips?: pulumi.Input<pulumi.Input<string>[]>;
9720
9792
  /**
9721
9793
  * The type of edge IP configuration specified. Dynamically allocated edge IPs use Spectrum anycast IPs in accordance with the connectivity you specify. Only valid with CNAME DNS names.
9722
- * Available values: "dynamic".
9794
+ * Available values: "dynamic", "static".
9723
9795
  */
9724
9796
  type?: pulumi.Input<string>;
9725
9797
  }
@@ -10191,7 +10263,7 @@ export interface TeamsAccountSettingsCustomCertificate {
10191
10263
  /**
10192
10264
  * Enable use of custom certificate authority for signing Gateway traffic.
10193
10265
  */
10194
- enabled?: pulumi.Input<boolean>;
10266
+ enabled: pulumi.Input<boolean>;
10195
10267
  /**
10196
10268
  * UUID of certificate (ID from MTLS certificate store).
10197
10269
  */
@@ -10892,7 +10964,7 @@ export interface TunnelConnection {
10892
10964
  export interface UserAgentBlockingRuleConfiguration {
10893
10965
  /**
10894
10966
  * The configuration target. You must set the target to `ip` when specifying an IP address in the rule.
10895
- * Available values: "ip".
10967
+ * Available values: "ip", "ip6", "ipRange", "asn", "country".
10896
10968
  */
10897
10969
  target?: pulumi.Input<string>;
10898
10970
  /**
@@ -10981,7 +11053,9 @@ export interface WebAnalyticsSiteRuleset {
10981
11053
  zoneTag?: pulumi.Input<string>;
10982
11054
  }
10983
11055
  export interface WorkerCronTriggerSchedule {
11056
+ createdOn?: pulumi.Input<string>;
10984
11057
  cron: pulumi.Input<string>;
11058
+ modifiedOn?: pulumi.Input<string>;
10985
11059
  }
10986
11060
  export interface WorkerScriptAssets {
10987
11061
  /**
@@ -11119,7 +11193,7 @@ export interface WorkerScriptBinding {
11119
11193
  text?: pulumi.Input<string>;
11120
11194
  /**
11121
11195
  * The kind of resource that the binding provides.
11122
- * Available values: "ai".
11196
+ * Available values: "ai", "analytics*engine", "assets", "browser", "d1", "dispatch*namespace", "durable*object*namespace", "hyperdrive", "json", "kv*namespace", "mtls*certificate", "plain*text", "pipelines", "queue", "r2*bucket", "secret*text", "service", "tail*consumer", "vectorize", "version*metadata", "secrets*store*secret", "secret*key".
11123
11197
  */
11124
11198
  type: pulumi.Input<string>;
11125
11199
  /**
@@ -11230,6 +11304,24 @@ export interface WorkerScriptObservability {
11230
11304
  * The sampling rate for incoming requests. From 0 to 1 (1 = 100%, 0.1 = 10%). Default is 1.
11231
11305
  */
11232
11306
  headSamplingRate?: pulumi.Input<number>;
11307
+ /**
11308
+ * Log settings for the Worker.
11309
+ */
11310
+ logs?: pulumi.Input<inputs.WorkerScriptObservabilityLogs>;
11311
+ }
11312
+ export interface WorkerScriptObservabilityLogs {
11313
+ /**
11314
+ * Whether logs are enabled for the Worker.
11315
+ */
11316
+ enabled: pulumi.Input<boolean>;
11317
+ /**
11318
+ * The sampling rate for logs. From 0 to 1 (1 = 100%, 0.1 = 10%). Default is 1.
11319
+ */
11320
+ headSamplingRate?: pulumi.Input<number>;
11321
+ /**
11322
+ * Whether [invocation logs](https://developers.cloudflare.com/workers/observability/logs/workers-logs/#invocation-logs) are enabled for the Worker.
11323
+ */
11324
+ invocationLogs: pulumi.Input<boolean>;
11233
11325
  }
11234
11326
  export interface WorkerScriptPlacement {
11235
11327
  /**
@@ -11262,7 +11354,9 @@ export interface WorkerScriptTailConsumer {
11262
11354
  service: pulumi.Input<string>;
11263
11355
  }
11264
11356
  export interface WorkersCronTriggerSchedule {
11357
+ createdOn?: pulumi.Input<string>;
11265
11358
  cron: pulumi.Input<string>;
11359
+ modifiedOn?: pulumi.Input<string>;
11266
11360
  }
11267
11361
  export interface WorkersDeploymentAnnotations {
11268
11362
  /**
@@ -11432,7 +11526,7 @@ export interface WorkersScriptBinding {
11432
11526
  text?: pulumi.Input<string>;
11433
11527
  /**
11434
11528
  * The kind of resource that the binding provides.
11435
- * Available values: "ai".
11529
+ * Available values: "ai", "analytics*engine", "assets", "browser", "d1", "dispatch*namespace", "durable*object*namespace", "hyperdrive", "json", "kv*namespace", "mtls*certificate", "plain*text", "pipelines", "queue", "r2*bucket", "secret*text", "service", "tail*consumer", "vectorize", "version*metadata", "secrets*store*secret", "secret*key".
11436
11530
  */
11437
11531
  type: pulumi.Input<string>;
11438
11532
  /**
@@ -11543,6 +11637,24 @@ export interface WorkersScriptObservability {
11543
11637
  * The sampling rate for incoming requests. From 0 to 1 (1 = 100%, 0.1 = 10%). Default is 1.
11544
11638
  */
11545
11639
  headSamplingRate?: pulumi.Input<number>;
11640
+ /**
11641
+ * Log settings for the Worker.
11642
+ */
11643
+ logs?: pulumi.Input<inputs.WorkersScriptObservabilityLogs>;
11644
+ }
11645
+ export interface WorkersScriptObservabilityLogs {
11646
+ /**
11647
+ * Whether logs are enabled for the Worker.
11648
+ */
11649
+ enabled: pulumi.Input<boolean>;
11650
+ /**
11651
+ * The sampling rate for logs. From 0 to 1 (1 = 100%, 0.1 = 10%). Default is 1.
11652
+ */
11653
+ headSamplingRate?: pulumi.Input<number>;
11654
+ /**
11655
+ * Whether [invocation logs](https://developers.cloudflare.com/workers/observability/logs/workers-logs/#invocation-logs) are enabled for the Worker.
11656
+ */
11657
+ invocationLogs: pulumi.Input<boolean>;
11546
11658
  }
11547
11659
  export interface WorkersScriptPlacement {
11548
11660
  /**
@@ -11627,7 +11739,7 @@ export interface ZeroTrustAccessApplicationDestination {
11627
11739
  */
11628
11740
  portRange?: pulumi.Input<string>;
11629
11741
  /**
11630
- * Available values: "public".
11742
+ * Available values: "public", "private".
11631
11743
  */
11632
11744
  type?: pulumi.Input<string>;
11633
11745
  /**
@@ -12507,7 +12619,7 @@ export interface ZeroTrustAccessApplicationScimConfigAuthentication {
12507
12619
  password?: pulumi.Input<string>;
12508
12620
  /**
12509
12621
  * The authentication scheme to use when making SCIM requests to this application.
12510
- * Available values: "httpbasic".
12622
+ * Available values: "httpbasic", "oauthbearertoken", "oauth2", "access*service*token".
12511
12623
  */
12512
12624
  scheme: pulumi.Input<string>;
12513
12625
  /**
@@ -14000,11 +14112,11 @@ export interface ZeroTrustDeviceCustomProfileServiceModeV2 {
14000
14112
  }
14001
14113
  export interface ZeroTrustDeviceCustomProfileTargetTest {
14002
14114
  /**
14003
- * The id of the DEX test targeting this policy
14115
+ * The id of the DEX test targeting this policy.
14004
14116
  */
14005
14117
  id?: pulumi.Input<string>;
14006
14118
  /**
14007
- * The name of the DEX test targeting this policy
14119
+ * The name of the DEX test targeting this policy.
14008
14120
  */
14009
14121
  name?: pulumi.Input<string>;
14010
14122
  }
@@ -14086,11 +14198,11 @@ export interface ZeroTrustDeviceManagedNetworksConfig {
14086
14198
  }
14087
14199
  export interface ZeroTrustDevicePostureIntegrationConfig {
14088
14200
  /**
14089
- * If present, this id will be passed in the `CF-Access-Client-ID` header when hitting the `apiUrl`
14201
+ * If present, this id will be passed in the `CF-Access-Client-ID` header when hitting the `apiUrl`.
14090
14202
  */
14091
14203
  accessClientId?: pulumi.Input<string>;
14092
14204
  /**
14093
- * If present, this secret will be passed in the `CF-Access-Client-Secret` header when hitting the `apiUrl`
14205
+ * If present, this secret will be passed in the `CF-Access-Client-Secret` header when hitting the `apiUrl`.
14094
14206
  */
14095
14207
  accessClientSecret?: pulumi.Input<string>;
14096
14208
  /**
@@ -14136,12 +14248,12 @@ export interface ZeroTrustDevicePostureRuleInput {
14136
14248
  */
14137
14249
  checkPrivateKey?: pulumi.Input<boolean>;
14138
14250
  /**
14139
- * Common Name that is protected by the certificate
14251
+ * Common Name that is protected by the certificate.
14140
14252
  */
14141
14253
  cn?: pulumi.Input<string>;
14142
14254
  /**
14143
- * Compliance Status
14144
- * Available values: "compliant", "noncompliant", "unknown".
14255
+ * Compliance Status.
14256
+ * Available values: "compliant", "noncompliant", "unknown", "notapplicable", "ingraceperiod", "error".
14145
14257
  */
14146
14258
  complianceStatus?: pulumi.Input<string>;
14147
14259
  /**
@@ -14149,12 +14261,12 @@ export interface ZeroTrustDevicePostureRuleInput {
14149
14261
  */
14150
14262
  connectionId?: pulumi.Input<string>;
14151
14263
  /**
14152
- * Count Operator
14264
+ * Count Operator.
14153
14265
  * Available values: "<", "<=", ">", ">=", "==".
14154
14266
  */
14155
14267
  countOperator?: pulumi.Input<string>;
14156
14268
  /**
14157
- * Domain
14269
+ * Domain.
14158
14270
  */
14159
14271
  domain?: pulumi.Input<string>;
14160
14272
  /**
@@ -14162,15 +14274,15 @@ export interface ZeroTrustDevicePostureRuleInput {
14162
14274
  */
14163
14275
  eidLastSeen?: pulumi.Input<string>;
14164
14276
  /**
14165
- * Enabled
14277
+ * Enabled.
14166
14278
  */
14167
14279
  enabled?: pulumi.Input<boolean>;
14168
14280
  /**
14169
- * Whether or not file exists
14281
+ * Whether or not file exists.
14170
14282
  */
14171
14283
  exists?: pulumi.Input<boolean>;
14172
14284
  /**
14173
- * List of values indicating purposes for which the certificate public key can be used
14285
+ * List of values indicating purposes for which the certificate public key can be used.
14174
14286
  */
14175
14287
  extendedKeyUsages?: pulumi.Input<pulumi.Input<string>[]>;
14176
14288
  /**
@@ -14200,8 +14312,8 @@ export interface ZeroTrustDevicePostureRuleInput {
14200
14312
  */
14201
14313
  networkStatus?: pulumi.Input<string>;
14202
14314
  /**
14203
- * Operating system
14204
- * Available values: "windows", "linux", "mac".
14315
+ * Operating system.
14316
+ * Available values: "windows", "linux", "mac", "android", "ios", "chromeos".
14205
14317
  */
14206
14318
  operatingSystem?: pulumi.Input<string>;
14207
14319
  /**
@@ -14210,28 +14322,28 @@ export interface ZeroTrustDevicePostureRuleInput {
14210
14322
  */
14211
14323
  operationalState?: pulumi.Input<string>;
14212
14324
  /**
14213
- * operator
14325
+ * Operator.
14214
14326
  * Available values: "<", "<=", ">", ">=", "==".
14215
14327
  */
14216
14328
  operator?: pulumi.Input<string>;
14217
14329
  /**
14218
- * Os Version
14330
+ * Os Version.
14219
14331
  */
14220
14332
  os?: pulumi.Input<string>;
14221
14333
  /**
14222
- * Operating System Distribution Name (linux only)
14334
+ * Operating System Distribution Name (linux only).
14223
14335
  */
14224
14336
  osDistroName?: pulumi.Input<string>;
14225
14337
  /**
14226
- * Version of OS Distribution (linux only)
14338
+ * Version of OS Distribution (linux only).
14227
14339
  */
14228
14340
  osDistroRevision?: pulumi.Input<string>;
14229
14341
  /**
14230
- * Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only)
14342
+ * Additional version data. For Mac or iOS, the Product Version Extra. For Linux, the kernel release version. (Mac, iOS, and Linux only).
14231
14343
  */
14232
14344
  osVersionExtra?: pulumi.Input<string>;
14233
14345
  /**
14234
- * overall
14346
+ * Overall.
14235
14347
  */
14236
14348
  overall?: pulumi.Input<string>;
14237
14349
  /**
@@ -14252,12 +14364,12 @@ export interface ZeroTrustDevicePostureRuleInput {
14252
14364
  */
14253
14365
  score?: pulumi.Input<number>;
14254
14366
  /**
14255
- * Score Operator
14367
+ * Score Operator.
14256
14368
  * Available values: "<", "<=", ">", ">=", "==".
14257
14369
  */
14258
14370
  scoreOperator?: pulumi.Input<string>;
14259
14371
  /**
14260
- * SensorConfig
14372
+ * SensorConfig.
14261
14373
  */
14262
14374
  sensorConfig?: pulumi.Input<string>;
14263
14375
  /**
@@ -14278,11 +14390,11 @@ export interface ZeroTrustDevicePostureRuleInput {
14278
14390
  */
14279
14391
  totalScore?: pulumi.Input<number>;
14280
14392
  /**
14281
- * Version of OS
14393
+ * Version of OS.
14282
14394
  */
14283
14395
  version?: pulumi.Input<string>;
14284
14396
  /**
14285
- * Version Operator
14397
+ * Version Operator.
14286
14398
  * Available values: "<", "<=", ">", ">=", "==".
14287
14399
  */
14288
14400
  versionOperator?: pulumi.Input<string>;
@@ -14303,6 +14415,34 @@ export interface ZeroTrustDevicePostureRuleMatch {
14303
14415
  */
14304
14416
  platform?: pulumi.Input<string>;
14305
14417
  }
14418
+ export interface ZeroTrustDexTestData {
14419
+ /**
14420
+ * The desired endpoint to test.
14421
+ */
14422
+ host?: pulumi.Input<string>;
14423
+ /**
14424
+ * The type of test.
14425
+ */
14426
+ kind?: pulumi.Input<string>;
14427
+ /**
14428
+ * The HTTP request method type.
14429
+ */
14430
+ method?: pulumi.Input<string>;
14431
+ }
14432
+ export interface ZeroTrustDexTestTargetPolicy {
14433
+ /**
14434
+ * Whether the DEX rule is the account default
14435
+ */
14436
+ default?: pulumi.Input<boolean>;
14437
+ /**
14438
+ * The id of the DEX rule
14439
+ */
14440
+ id?: pulumi.Input<string>;
14441
+ /**
14442
+ * The name of the DEX rule
14443
+ */
14444
+ name?: pulumi.Input<string>;
14445
+ }
14306
14446
  export interface ZeroTrustDlpCustomProfileContextAwareness {
14307
14447
  /**
14308
14448
  * If true, scan the context of predefined entries to only return matches surrounded by keywords.
@@ -14392,7 +14532,7 @@ export interface ZeroTrustDlpCustomProfileProfileSharedEntry {
14392
14532
  enabled: pulumi.Input<boolean>;
14393
14533
  entryId: pulumi.Input<string>;
14394
14534
  /**
14395
- * Available values: "custom".
14535
+ * Available values: "custom", "predefined", "integration", "exactData".
14396
14536
  */
14397
14537
  entryType: pulumi.Input<string>;
14398
14538
  }
@@ -14400,7 +14540,7 @@ export interface ZeroTrustDlpCustomProfileSharedEntry {
14400
14540
  enabled: pulumi.Input<boolean>;
14401
14541
  entryId: pulumi.Input<string>;
14402
14542
  /**
14403
- * Available values: "custom".
14543
+ * Available values: "custom", "predefined", "integration", "exactData".
14404
14544
  */
14405
14545
  entryType: pulumi.Input<string>;
14406
14546
  }
@@ -15146,7 +15286,7 @@ export interface ZeroTrustGatewaySettingsSettingsCustomCertificate {
15146
15286
  /**
15147
15287
  * Enable use of custom certificate authority for signing Gateway traffic.
15148
15288
  */
15149
- enabled?: pulumi.Input<boolean>;
15289
+ enabled: pulumi.Input<boolean>;
15150
15290
  /**
15151
15291
  * UUID of certificate (ID from MTLS certificate store).
15152
15292
  */
@@ -15567,7 +15707,7 @@ export interface ZoneDnsSettingsSoa {
15567
15707
  export interface ZoneLockdownConfiguration {
15568
15708
  /**
15569
15709
  * The configuration target. You must set the target to `ip` when specifying an IP address in the Zone Lockdown rule.
15570
- * Available values: "ip".
15710
+ * Available values: "ip", "ipRange".
15571
15711
  */
15572
15712
  target?: pulumi.Input<string>;
15573
15713
  /**
@@ -15616,6 +15756,48 @@ export interface ZoneOwner {
15616
15756
  */
15617
15757
  type?: pulumi.Input<string>;
15618
15758
  }
15759
+ export interface ZonePlan {
15760
+ /**
15761
+ * States if the subscription can be activated.
15762
+ */
15763
+ canSubscribe?: pulumi.Input<boolean>;
15764
+ /**
15765
+ * The denomination of the customer.
15766
+ */
15767
+ currency?: pulumi.Input<string>;
15768
+ /**
15769
+ * If this Zone is managed by another company.
15770
+ */
15771
+ externallyManaged?: pulumi.Input<boolean>;
15772
+ /**
15773
+ * How often the customer is billed.
15774
+ */
15775
+ frequency?: pulumi.Input<string>;
15776
+ /**
15777
+ * Identifier
15778
+ */
15779
+ id?: pulumi.Input<string>;
15780
+ /**
15781
+ * States if the subscription active.
15782
+ */
15783
+ isSubscribed?: pulumi.Input<boolean>;
15784
+ /**
15785
+ * If the legacy discount applies to this Zone.
15786
+ */
15787
+ legacyDiscount?: pulumi.Input<boolean>;
15788
+ /**
15789
+ * The legacy name of the plan.
15790
+ */
15791
+ legacyId?: pulumi.Input<string>;
15792
+ /**
15793
+ * Name of the owner
15794
+ */
15795
+ name?: pulumi.Input<string>;
15796
+ /**
15797
+ * How much the customer is paying.
15798
+ */
15799
+ price?: pulumi.Input<number>;
15800
+ }
15619
15801
  export interface ZoneSubscriptionRatePlan {
15620
15802
  /**
15621
15803
  * The currency applied to the rate plan subscription.
@@ -15647,3 +15829,19 @@ export interface ZoneSubscriptionRatePlan {
15647
15829
  */
15648
15830
  sets?: pulumi.Input<pulumi.Input<string>[]>;
15649
15831
  }
15832
+ export interface ZoneTenant {
15833
+ /**
15834
+ * Identifier
15835
+ */
15836
+ id?: pulumi.Input<string>;
15837
+ /**
15838
+ * The name of the Tenant account.
15839
+ */
15840
+ name?: pulumi.Input<string>;
15841
+ }
15842
+ export interface ZoneTenantUnit {
15843
+ /**
15844
+ * Identifier
15845
+ */
15846
+ id?: pulumi.Input<string>;
15847
+ }