@pulumi/cloudflare 5.50.0-alpha.1744436206 → 6.0.0

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 (1704) hide show
  1. package/README.md +2 -2
  2. package/accessApplication.d.ts +132 -166
  3. package/accessApplication.js +15 -12
  4. package/accessApplication.js.map +1 -1
  5. package/accessCaCertificate.d.ts +24 -45
  6. package/accessCaCertificate.js +14 -31
  7. package/accessCaCertificate.js.map +1 -1
  8. package/accessCustomPage.d.ts +45 -35
  9. package/accessCustomPage.js +31 -10
  10. package/accessCustomPage.js.map +1 -1
  11. package/accessGroup.d.ts +91 -18
  12. package/accessGroup.js +40 -9
  13. package/accessGroup.js.map +1 -1
  14. package/accessIdentityProvider.d.ts +31 -86
  15. package/accessIdentityProvider.js +15 -66
  16. package/accessIdentityProvider.js.map +1 -1
  17. package/accessKeysConfiguration.d.ts +43 -9
  18. package/accessKeysConfiguration.js +31 -2
  19. package/accessKeysConfiguration.js.map +1 -1
  20. package/accessMutualTlsCertificate.d.ts +40 -41
  21. package/accessMutualTlsCertificate.js +25 -25
  22. package/accessMutualTlsCertificate.js.map +1 -1
  23. package/accessMutualTlsHostnameSettings.d.ts +35 -38
  24. package/accessMutualTlsHostnameSettings.js +15 -29
  25. package/accessMutualTlsHostnameSettings.js.map +1 -1
  26. package/accessOrganization.d.ts +38 -78
  27. package/accessOrganization.js +12 -36
  28. package/accessOrganization.js.map +1 -1
  29. package/accessPolicy.d.ts +71 -88
  30. package/accessPolicy.js +22 -19
  31. package/accessPolicy.js.map +1 -1
  32. package/accessRule.d.ts +59 -71
  33. package/accessRule.js +15 -54
  34. package/accessRule.js.map +1 -1
  35. package/accessServiceToken.d.ts +37 -35
  36. package/accessServiceToken.js +25 -12
  37. package/accessServiceToken.js.map +1 -1
  38. package/accessTag.d.ts +34 -28
  39. package/accessTag.js +32 -5
  40. package/accessTag.js.map +1 -1
  41. package/account.d.ts +47 -23
  42. package/account.js +16 -10
  43. package/account.js.map +1 -1
  44. package/accountDnsSettings.d.ts +56 -0
  45. package/{zeroTrustKeyAccessKeyConfiguration.js → accountDnsSettings.js} +13 -14
  46. package/accountDnsSettings.js.map +1 -0
  47. package/accountDnsSettingsInternalView.d.ts +108 -0
  48. package/accountDnsSettingsInternalView.js +86 -0
  49. package/accountDnsSettingsInternalView.js.map +1 -0
  50. package/accountMember.d.ts +46 -28
  51. package/accountMember.js +16 -19
  52. package/accountMember.js.map +1 -1
  53. package/accountSubscription.d.ts +134 -0
  54. package/accountSubscription.js +71 -0
  55. package/accountSubscription.js.map +1 -0
  56. package/accountToken.d.ts +157 -0
  57. package/accountToken.js +89 -0
  58. package/accountToken.js.map +1 -0
  59. package/addressMap.d.ts +33 -55
  60. package/addressMap.js +13 -29
  61. package/addressMap.js.map +1 -1
  62. package/apiShield.d.ts +23 -16
  63. package/apiShield.js +18 -5
  64. package/apiShield.js.map +1 -1
  65. package/apiShieldDiscoveryOperation.d.ts +89 -0
  66. package/apiShieldDiscoveryOperation.js +73 -0
  67. package/apiShieldDiscoveryOperation.js.map +1 -0
  68. package/apiShieldOperation.d.ts +39 -18
  69. package/apiShieldOperation.js +16 -6
  70. package/apiShieldOperation.js.map +1 -1
  71. package/apiShieldOperationSchemaValidationSettings.d.ts +28 -21
  72. package/apiShieldOperationSchemaValidationSettings.js +10 -12
  73. package/apiShieldOperationSchemaValidationSettings.js.map +1 -1
  74. package/apiShieldSchema.d.ts +50 -30
  75. package/apiShieldSchema.js +20 -15
  76. package/apiShieldSchema.js.map +1 -1
  77. package/apiShieldSchemaValidationSettings.d.ts +24 -14
  78. package/apiShieldSchemaValidationSettings.js +9 -5
  79. package/apiShieldSchemaValidationSettings.js.map +1 -1
  80. package/apiToken.d.ts +44 -29
  81. package/apiToken.js +9 -4
  82. package/apiToken.js.map +1 -1
  83. package/argoSmartRouting.d.ts +82 -0
  84. package/{argo.js → argoSmartRouting.js} +19 -22
  85. package/argoSmartRouting.js.map +1 -0
  86. package/argoTieredCaching.d.ts +98 -0
  87. package/{devicePolicyCertificates.js → argoTieredCaching.js} +22 -22
  88. package/argoTieredCaching.js.map +1 -0
  89. package/authenticatedOriginPulls.d.ts +117 -80
  90. package/authenticatedOriginPulls.js +33 -65
  91. package/authenticatedOriginPulls.js.map +1 -1
  92. package/authenticatedOriginPullsCertificate.d.ts +91 -61
  93. package/authenticatedOriginPullsCertificate.js +58 -29
  94. package/authenticatedOriginPullsCertificate.js.map +1 -1
  95. package/authenticatedOriginPullsSettings.d.ts +73 -0
  96. package/{contentScanning.js → authenticatedOriginPullsSettings.js} +12 -21
  97. package/authenticatedOriginPullsSettings.js.map +1 -0
  98. package/botManagement.d.ts +60 -27
  99. package/botManagement.js +10 -16
  100. package/botManagement.js.map +1 -1
  101. package/byoIpPrefix.d.ts +81 -28
  102. package/byoIpPrefix.js +34 -15
  103. package/byoIpPrefix.js.map +1 -1
  104. package/callsSfuApp.d.ts +117 -0
  105. package/callsSfuApp.js +79 -0
  106. package/callsSfuApp.js.map +1 -0
  107. package/callsTurnApp.d.ts +117 -0
  108. package/callsTurnApp.js +79 -0
  109. package/callsTurnApp.js.map +1 -0
  110. package/certificatePack.d.ts +63 -42
  111. package/certificatePack.js +22 -7
  112. package/certificatePack.js.map +1 -1
  113. package/cloudConnectorRules.d.ts +32 -8
  114. package/cloudConnectorRules.js +11 -1
  115. package/cloudConnectorRules.js.map +1 -1
  116. package/cloudforceOneRequest.d.ts +182 -0
  117. package/cloudforceOneRequest.js +101 -0
  118. package/cloudforceOneRequest.js.map +1 -0
  119. package/cloudforceOneRequestAsset.d.ts +149 -0
  120. package/cloudforceOneRequestAsset.js +98 -0
  121. package/cloudforceOneRequestAsset.js.map +1 -0
  122. package/cloudforceOneRequestMessage.d.ts +124 -0
  123. package/cloudforceOneRequestMessage.js +87 -0
  124. package/cloudforceOneRequestMessage.js.map +1 -0
  125. package/cloudforceOneRequestPriority.d.ts +188 -0
  126. package/cloudforceOneRequestPriority.js +117 -0
  127. package/cloudforceOneRequestPriority.js.map +1 -0
  128. package/config/vars.d.ts +5 -35
  129. package/config/vars.js +4 -46
  130. package/config/vars.js.map +1 -1
  131. package/contentScanningExpression.d.ts +15 -29
  132. package/contentScanningExpression.js +10 -23
  133. package/contentScanningExpression.js.map +1 -1
  134. package/customHostname.d.ts +51 -56
  135. package/customHostname.js +10 -20
  136. package/customHostname.js.map +1 -1
  137. package/customHostnameFallbackOrigin.d.ts +35 -11
  138. package/customHostnameFallbackOrigin.js +9 -5
  139. package/customHostnameFallbackOrigin.js.map +1 -1
  140. package/customPages.d.ts +30 -29
  141. package/customPages.js +13 -12
  142. package/customPages.js.map +1 -1
  143. package/customSsl.d.ts +182 -23
  144. package/customSsl.js +83 -15
  145. package/customSsl.js.map +1 -1
  146. package/d1database.d.ts +48 -14
  147. package/d1database.js +15 -6
  148. package/d1database.js.map +1 -1
  149. package/deviceDexTest.d.ts +41 -36
  150. package/deviceDexTest.js +27 -17
  151. package/deviceDexTest.js.map +1 -1
  152. package/deviceManagedNetworks.d.ts +24 -36
  153. package/deviceManagedNetworks.js +10 -18
  154. package/deviceManagedNetworks.js.map +1 -1
  155. package/devicePostureIntegration.d.ts +24 -52
  156. package/devicePostureIntegration.js +16 -27
  157. package/devicePostureIntegration.js.map +1 -1
  158. package/devicePostureRule.d.ts +34 -55
  159. package/devicePostureRule.js +13 -30
  160. package/devicePostureRule.js.map +1 -1
  161. package/dlpCustomProfile.d.ts +151 -0
  162. package/dlpCustomProfile.js +96 -0
  163. package/dlpCustomProfile.js.map +1 -0
  164. package/dlpPredefinedProfile.d.ts +155 -0
  165. package/dlpPredefinedProfile.js +124 -0
  166. package/dlpPredefinedProfile.js.map +1 -0
  167. package/dnsFirewall.d.ts +180 -0
  168. package/dnsFirewall.js +91 -0
  169. package/dnsFirewall.js.map +1 -0
  170. package/dnsRecord.d.ts +230 -0
  171. package/dnsRecord.js +104 -0
  172. package/dnsRecord.js.map +1 -0
  173. package/dnsZoneTransfersAcl.d.ts +83 -0
  174. package/dnsZoneTransfersAcl.js +82 -0
  175. package/dnsZoneTransfersAcl.js.map +1 -0
  176. package/dnsZoneTransfersIncoming.d.ts +134 -0
  177. package/dnsZoneTransfersIncoming.js +99 -0
  178. package/dnsZoneTransfersIncoming.js.map +1 -0
  179. package/dnsZoneTransfersOutgoing.d.ts +118 -0
  180. package/dnsZoneTransfersOutgoing.js +93 -0
  181. package/dnsZoneTransfersOutgoing.js.map +1 -0
  182. package/dnsZoneTransfersPeer.d.ts +118 -0
  183. package/dnsZoneTransfersPeer.js +84 -0
  184. package/dnsZoneTransfersPeer.js.map +1 -0
  185. package/dnsZoneTransfersTsig.d.ts +96 -0
  186. package/dnsZoneTransfersTsig.js +88 -0
  187. package/dnsZoneTransfersTsig.js.map +1 -0
  188. package/emailRoutingAddress.d.ts +10 -12
  189. package/emailRoutingAddress.js +3 -5
  190. package/emailRoutingAddress.js.map +1 -1
  191. package/emailRoutingCatchAll.d.ts +17 -31
  192. package/emailRoutingCatchAll.js +3 -20
  193. package/emailRoutingCatchAll.js.map +1 -1
  194. package/emailRoutingDns.d.ts +147 -0
  195. package/emailRoutingDns.js +98 -0
  196. package/emailRoutingDns.js.map +1 -0
  197. package/emailRoutingRule.d.ts +22 -44
  198. package/emailRoutingRule.js +6 -25
  199. package/emailRoutingRule.js.map +1 -1
  200. package/emailRoutingSettings.d.ts +16 -21
  201. package/emailRoutingSettings.js +9 -11
  202. package/emailRoutingSettings.js.map +1 -1
  203. package/emailSecurityBlockSender.d.ts +95 -0
  204. package/emailSecurityBlockSender.js +95 -0
  205. package/emailSecurityBlockSender.js.map +1 -0
  206. package/emailSecurityImpersonationRegistry.d.ts +92 -0
  207. package/emailSecurityImpersonationRegistry.js +102 -0
  208. package/emailSecurityImpersonationRegistry.js.map +1 -0
  209. package/emailSecurityTrustedDomains.d.ts +122 -0
  210. package/emailSecurityTrustedDomains.js +91 -0
  211. package/emailSecurityTrustedDomains.js.map +1 -0
  212. package/filter.d.ts +19 -36
  213. package/filter.js +7 -12
  214. package/filter.js.map +1 -1
  215. package/firewallRule.d.ts +46 -69
  216. package/firewallRule.js +27 -27
  217. package/firewallRule.js.map +1 -1
  218. package/getAccessRule.d.ts +120 -0
  219. package/getAccessRule.js +58 -0
  220. package/getAccessRule.js.map +1 -0
  221. package/getAccessRules.d.ts +184 -0
  222. package/getAccessRules.js +82 -0
  223. package/getAccessRules.js.map +1 -0
  224. package/getAccount.d.ts +75 -0
  225. package/{getDevices.js → getAccount.js} +16 -16
  226. package/getAccount.js.map +1 -0
  227. package/getAccountApiTokenPermissionGroups.d.ts +66 -0
  228. package/getAccountApiTokenPermissionGroups.js +46 -0
  229. package/getAccountApiTokenPermissionGroups.js.map +1 -0
  230. package/getAccountApiTokenPermissionGroupsList.d.ts +75 -0
  231. package/getAccountApiTokenPermissionGroupsList.js +48 -0
  232. package/getAccountApiTokenPermissionGroupsList.js.map +1 -0
  233. package/getAccountDnsSettings.d.ts +60 -0
  234. package/{getDlpDatasets.js → getAccountDnsSettings.js} +12 -16
  235. package/getAccountDnsSettings.js.map +1 -0
  236. package/getAccountDnsSettingsInternalView.d.ts +93 -0
  237. package/getAccountDnsSettingsInternalView.js +52 -0
  238. package/getAccountDnsSettingsInternalView.js.map +1 -0
  239. package/getAccountDnsSettingsInternalViews.d.ts +166 -0
  240. package/getAccountDnsSettingsInternalViews.js +78 -0
  241. package/getAccountDnsSettingsInternalViews.js.map +1 -0
  242. package/getAccountMember.d.ts +94 -0
  243. package/getAccountMember.js +52 -0
  244. package/getAccountMember.js.map +1 -0
  245. package/getAccountMembers.d.ts +126 -0
  246. package/getAccountMembers.js +60 -0
  247. package/getAccountMembers.js.map +1 -0
  248. package/getAccountPermissionGroup.d.ts +81 -0
  249. package/getAccountPermissionGroup.js +50 -0
  250. package/getAccountPermissionGroup.js.map +1 -0
  251. package/getAccountPermissionGroups.d.ts +113 -0
  252. package/getAccountPermissionGroups.js +60 -0
  253. package/getAccountPermissionGroups.js.map +1 -0
  254. package/getAccountRole.d.ts +82 -0
  255. package/getAccountRole.js +50 -0
  256. package/getAccountRole.js.map +1 -0
  257. package/getAccountRoles.d.ts +21 -25
  258. package/getAccountRoles.js +6 -20
  259. package/getAccountRoles.js.map +1 -1
  260. package/getAccountSubscription.d.ts +89 -0
  261. package/getAccountSubscription.js +46 -0
  262. package/getAccountSubscription.js.map +1 -0
  263. package/getAccountToken.d.ts +111 -0
  264. package/getAccountToken.js +52 -0
  265. package/getAccountToken.js.map +1 -0
  266. package/getAccountTokens.d.ts +92 -0
  267. package/getAccountTokens.js +52 -0
  268. package/getAccountTokens.js.map +1 -0
  269. package/getAccounts.d.ts +40 -12
  270. package/getAccounts.js +10 -8
  271. package/getAccounts.js.map +1 -1
  272. package/getAddressMap.d.ts +103 -0
  273. package/getAddressMap.js +50 -0
  274. package/getAddressMap.js.map +1 -0
  275. package/getAddressMaps.d.ts +75 -0
  276. package/getAddressMaps.js +48 -0
  277. package/getAddressMaps.js.map +1 -0
  278. package/getApiShield.d.ts +74 -0
  279. package/getApiShield.js +50 -0
  280. package/getApiShield.js.map +1 -0
  281. package/getApiShieldDiscoveryOperations.d.ts +94 -0
  282. package/getApiShieldDiscoveryOperations.js +80 -0
  283. package/getApiShieldDiscoveryOperations.js.map +1 -0
  284. package/getApiShieldOperation.d.ts +84 -0
  285. package/getApiShieldOperation.js +34 -0
  286. package/getApiShieldOperation.js.map +1 -0
  287. package/getApiShieldOperationSchemaValidationSettings.d.ts +55 -0
  288. package/getApiShieldOperationSchemaValidationSettings.js +50 -0
  289. package/getApiShieldOperationSchemaValidationSettings.js.map +1 -0
  290. package/getApiShieldOperations.d.ts +165 -0
  291. package/getApiShieldOperations.js +72 -0
  292. package/getApiShieldOperations.js.map +1 -0
  293. package/getApiShieldSchema.d.ts +95 -0
  294. package/getApiShieldSchema.js +54 -0
  295. package/getApiShieldSchema.js.map +1 -0
  296. package/getApiShieldSchemaValidationSettings.d.ts +63 -0
  297. package/getApiShieldSchemaValidationSettings.js +46 -0
  298. package/getApiShieldSchemaValidationSettings.js.map +1 -0
  299. package/getApiShieldSchemas.d.ts +101 -0
  300. package/getApiShieldSchemas.js +54 -0
  301. package/getApiShieldSchemas.js.map +1 -0
  302. package/getApiToken.d.ts +97 -0
  303. package/getApiToken.js +50 -0
  304. package/getApiToken.js.map +1 -0
  305. package/getApiTokenPermissionGroupsList.d.ts +59 -0
  306. package/getApiTokenPermissionGroupsList.js +44 -0
  307. package/getApiTokenPermissionGroupsList.js.map +1 -0
  308. package/getApiTokens.d.ts +78 -0
  309. package/getApiTokens.js +50 -0
  310. package/getApiTokens.js.map +1 -0
  311. package/getArgoSmartRouting.d.ts +58 -0
  312. package/getArgoSmartRouting.js +46 -0
  313. package/getArgoSmartRouting.js.map +1 -0
  314. package/getArgoTieredCaching.d.ts +72 -0
  315. package/getArgoTieredCaching.js +46 -0
  316. package/getArgoTieredCaching.js.map +1 -0
  317. package/getAuthenticatedOriginPulls.d.ts +126 -0
  318. package/getAuthenticatedOriginPulls.js +50 -0
  319. package/getAuthenticatedOriginPulls.js.map +1 -0
  320. package/getAuthenticatedOriginPullsCertificate.d.ts +105 -0
  321. package/getAuthenticatedOriginPullsCertificate.js +50 -0
  322. package/getAuthenticatedOriginPullsCertificate.js.map +1 -0
  323. package/getAuthenticatedOriginPullsCertificates.d.ts +75 -0
  324. package/getAuthenticatedOriginPullsCertificates.js +48 -0
  325. package/getAuthenticatedOriginPullsCertificates.js.map +1 -0
  326. package/getAuthenticatedOriginPullsSettings.d.ts +62 -0
  327. package/getAuthenticatedOriginPullsSettings.js +46 -0
  328. package/getAuthenticatedOriginPullsSettings.js.map +1 -0
  329. package/getBotManagement.d.ts +118 -0
  330. package/getBotManagement.js +46 -0
  331. package/getBotManagement.js.map +1 -0
  332. package/getBotnetFeedConfigAsn.d.ts +59 -0
  333. package/getBotnetFeedConfigAsn.js +46 -0
  334. package/getBotnetFeedConfigAsn.js.map +1 -0
  335. package/getByoIpPrefix.d.ts +110 -0
  336. package/getByoIpPrefix.js +50 -0
  337. package/getByoIpPrefix.js.map +1 -0
  338. package/getByoIpPrefixes.d.ts +75 -0
  339. package/getByoIpPrefixes.js +48 -0
  340. package/getByoIpPrefixes.js.map +1 -0
  341. package/getCallsSfuApp.d.ts +88 -0
  342. package/getCallsSfuApp.js +50 -0
  343. package/getCallsSfuApp.js.map +1 -0
  344. package/getCallsSfuApps.d.ts +75 -0
  345. package/getCallsSfuApps.js +48 -0
  346. package/getCallsSfuApps.js.map +1 -0
  347. package/getCallsTurnApp.d.ts +88 -0
  348. package/getCallsTurnApp.js +50 -0
  349. package/getCallsTurnApp.js.map +1 -0
  350. package/getCallsTurnApps.d.ts +75 -0
  351. package/getCallsTurnApps.js +48 -0
  352. package/getCallsTurnApps.js.map +1 -0
  353. package/getCertificatePack.d.ts +72 -0
  354. package/getCertificatePack.js +50 -0
  355. package/getCertificatePack.js.map +1 -0
  356. package/getCertificatePacks.d.ts +92 -0
  357. package/getCertificatePacks.js +52 -0
  358. package/getCertificatePacks.js.map +1 -0
  359. package/getCloudConnectorRulesList.d.ts +75 -0
  360. package/getCloudConnectorRulesList.js +48 -0
  361. package/getCloudConnectorRulesList.js.map +1 -0
  362. package/getCloudforceOneRequest.d.ts +110 -0
  363. package/getCloudforceOneRequest.js +50 -0
  364. package/getCloudforceOneRequest.js.map +1 -0
  365. package/getCloudforceOneRequestAsset.d.ts +102 -0
  366. package/getCloudforceOneRequestAsset.js +54 -0
  367. package/getCloudforceOneRequestAsset.js.map +1 -0
  368. package/getCloudforceOneRequestMessage.d.ts +92 -0
  369. package/getCloudforceOneRequestMessage.js +50 -0
  370. package/getCloudforceOneRequestMessage.js.map +1 -0
  371. package/getCloudforceOneRequestPriority.d.ts +110 -0
  372. package/getCloudforceOneRequestPriority.js +50 -0
  373. package/getCloudforceOneRequestPriority.js.map +1 -0
  374. package/getCloudforceOneRequests.d.ts +75 -0
  375. package/getCloudforceOneRequests.js +48 -0
  376. package/getCloudforceOneRequests.js.map +1 -0
  377. package/getContentScanningExpressions.d.ts +75 -0
  378. package/getContentScanningExpressions.js +48 -0
  379. package/getContentScanningExpressions.js.map +1 -0
  380. package/getCustomHostname.d.ts +117 -0
  381. package/getCustomHostname.js +52 -0
  382. package/getCustomHostname.js.map +1 -0
  383. package/getCustomHostnameFallbackOrigin.d.ts +79 -0
  384. package/getCustomHostnameFallbackOrigin.js +46 -0
  385. package/getCustomHostnameFallbackOrigin.js.map +1 -0
  386. package/getCustomHostnames.d.ts +148 -0
  387. package/getCustomHostnames.js +66 -0
  388. package/getCustomHostnames.js.map +1 -0
  389. package/getCustomPages.d.ts +86 -0
  390. package/getCustomPages.js +54 -0
  391. package/getCustomPages.js.map +1 -0
  392. package/getCustomPagesList.d.ts +89 -0
  393. package/getCustomPagesList.js +54 -0
  394. package/getCustomPagesList.js.map +1 -0
  395. package/getCustomSsl.d.ts +121 -0
  396. package/getCustomSsl.js +52 -0
  397. package/getCustomSsl.js.map +1 -0
  398. package/getCustomSsls.d.ts +107 -0
  399. package/getCustomSsls.js +54 -0
  400. package/getCustomSsls.js.map +1 -0
  401. package/getD1Database.d.ts +95 -0
  402. package/getD1Database.js +52 -0
  403. package/getD1Database.js.map +1 -0
  404. package/getD1Databases.d.ts +89 -0
  405. package/{getTunnel.js → getD1Databases.js} +16 -20
  406. package/getD1Databases.js.map +1 -0
  407. package/getDcvDelegation.d.ts +27 -9
  408. package/getDcvDelegation.js +20 -2
  409. package/getDcvDelegation.js.map +1 -1
  410. package/getDnsFirewall.d.ts +115 -0
  411. package/getDnsFirewall.js +50 -0
  412. package/getDnsFirewall.js.map +1 -0
  413. package/getDnsFirewalls.d.ts +75 -0
  414. package/getDnsFirewalls.js +48 -0
  415. package/getDnsFirewalls.js.map +1 -0
  416. package/getDnsRecord.d.ts +142 -0
  417. package/getDnsRecord.js +52 -0
  418. package/getDnsRecord.js.map +1 -0
  419. package/getDnsRecords.d.ts +247 -0
  420. package/getDnsRecords.js +130 -0
  421. package/getDnsRecords.js.map +1 -0
  422. package/getDnsZoneTransfersAcl.d.ts +62 -0
  423. package/getDnsZoneTransfersAcl.js +50 -0
  424. package/getDnsZoneTransfersAcl.js.map +1 -0
  425. package/getDnsZoneTransfersAcls.d.ts +66 -0
  426. package/getDnsZoneTransfersAcls.js +48 -0
  427. package/getDnsZoneTransfersAcls.js.map +1 -0
  428. package/getDnsZoneTransfersIncoming.d.ts +78 -0
  429. package/getDnsZoneTransfersIncoming.js +46 -0
  430. package/getDnsZoneTransfersIncoming.js.map +1 -0
  431. package/getDnsZoneTransfersOutgoing.d.ts +73 -0
  432. package/getDnsZoneTransfersOutgoing.js +46 -0
  433. package/getDnsZoneTransfersOutgoing.js.map +1 -0
  434. package/getDnsZoneTransfersPeer.d.ts +74 -0
  435. package/getDnsZoneTransfersPeer.js +50 -0
  436. package/getDnsZoneTransfersPeer.js.map +1 -0
  437. package/getDnsZoneTransfersPeers.d.ts +66 -0
  438. package/getDnsZoneTransfersPeers.js +48 -0
  439. package/getDnsZoneTransfersPeers.js.map +1 -0
  440. package/getDnsZoneTransfersTsig.d.ts +66 -0
  441. package/getDnsZoneTransfersTsig.js +50 -0
  442. package/getDnsZoneTransfersTsig.js.map +1 -0
  443. package/getDnsZoneTransfersTsigs.d.ts +66 -0
  444. package/getDnsZoneTransfersTsigs.js +48 -0
  445. package/getDnsZoneTransfersTsigs.js.map +1 -0
  446. package/getEmailRoutingAddress.d.ts +97 -0
  447. package/getEmailRoutingAddress.js +52 -0
  448. package/getEmailRoutingAddress.js.map +1 -0
  449. package/getEmailRoutingAddresses.d.ts +102 -0
  450. package/getEmailRoutingAddresses.js +52 -0
  451. package/getEmailRoutingAddresses.js.map +1 -0
  452. package/getEmailRoutingCatchAll.d.ts +79 -0
  453. package/getEmailRoutingCatchAll.js +46 -0
  454. package/getEmailRoutingCatchAll.js.map +1 -0
  455. package/getEmailRoutingDns.d.ts +81 -0
  456. package/getEmailRoutingDns.js +50 -0
  457. package/getEmailRoutingDns.js.map +1 -0
  458. package/getEmailRoutingRule.d.ts +101 -0
  459. package/getEmailRoutingRule.js +52 -0
  460. package/getEmailRoutingRule.js.map +1 -0
  461. package/getEmailRoutingRules.d.ts +89 -0
  462. package/getEmailRoutingRules.js +52 -0
  463. package/getEmailRoutingRules.js.map +1 -0
  464. package/getEmailRoutingSettings.d.ts +87 -0
  465. package/getEmailRoutingSettings.js +46 -0
  466. package/getEmailRoutingSettings.js.map +1 -0
  467. package/getEmailSecurityBlockSender.d.ts +86 -0
  468. package/getEmailSecurityBlockSender.js +52 -0
  469. package/getEmailSecurityBlockSender.js.map +1 -0
  470. package/getEmailSecurityBlockSenders.d.ts +146 -0
  471. package/getEmailSecurityBlockSenders.js +64 -0
  472. package/getEmailSecurityBlockSenders.js.map +1 -0
  473. package/getEmailSecurityImpersonationRegistries.d.ts +146 -0
  474. package/getEmailSecurityImpersonationRegistries.js +64 -0
  475. package/getEmailSecurityImpersonationRegistries.js.map +1 -0
  476. package/getEmailSecurityImpersonationRegistry.d.ts +78 -0
  477. package/getEmailSecurityImpersonationRegistry.js +52 -0
  478. package/getEmailSecurityImpersonationRegistry.js.map +1 -0
  479. package/getEmailSecurityTrustedDomains.d.ts +93 -0
  480. package/getEmailSecurityTrustedDomains.js +52 -0
  481. package/getEmailSecurityTrustedDomains.js.map +1 -0
  482. package/getEmailSecurityTrustedDomainsList.d.ts +142 -0
  483. package/getEmailSecurityTrustedDomainsList.js +68 -0
  484. package/getEmailSecurityTrustedDomainsList.js.map +1 -0
  485. package/getFilter.d.ts +93 -0
  486. package/getFilter.js +52 -0
  487. package/getFilter.js.map +1 -0
  488. package/getFilters.d.ts +141 -0
  489. package/getFilters.js +68 -0
  490. package/getFilters.js.map +1 -0
  491. package/getFirewallRule.d.ts +94 -0
  492. package/getFirewallRule.js +50 -0
  493. package/getFirewallRule.js.map +1 -0
  494. package/getFirewallRules.d.ts +127 -0
  495. package/getFirewallRules.js +64 -0
  496. package/getFirewallRules.js.map +1 -0
  497. package/getHealthcheck.d.ts +136 -0
  498. package/getHealthcheck.js +50 -0
  499. package/getHealthcheck.js.map +1 -0
  500. package/getHealthchecks.d.ts +75 -0
  501. package/getHealthchecks.js +48 -0
  502. package/getHealthchecks.js.map +1 -0
  503. package/getHostnameTlsSetting.d.ts +95 -0
  504. package/getHostnameTlsSetting.js +50 -0
  505. package/getHostnameTlsSetting.js.map +1 -0
  506. package/getHyperdriveConfig.d.ts +84 -0
  507. package/getHyperdriveConfig.js +50 -0
  508. package/getHyperdriveConfig.js.map +1 -0
  509. package/getHyperdriveConfigs.d.ts +75 -0
  510. package/{getGatewayCategories.js → getHyperdriveConfigs.js} +14 -16
  511. package/getHyperdriveConfigs.js.map +1 -0
  512. package/getImage.d.ts +92 -0
  513. package/getImage.js +50 -0
  514. package/getImage.js.map +1 -0
  515. package/getImageVariant.d.ts +65 -0
  516. package/getImageVariant.js +50 -0
  517. package/getImageVariant.js.map +1 -0
  518. package/getImages.d.ts +75 -0
  519. package/getImages.js +48 -0
  520. package/getImages.js.map +1 -0
  521. package/getIpRanges.d.ts +36 -38
  522. package/getIpRanges.js +14 -28
  523. package/getIpRanges.js.map +1 -1
  524. package/getKeylessCertificate.d.ts +110 -0
  525. package/getKeylessCertificate.js +50 -0
  526. package/getKeylessCertificate.js.map +1 -0
  527. package/getKeylessCertificates.d.ts +75 -0
  528. package/getKeylessCertificates.js +48 -0
  529. package/getKeylessCertificates.js.map +1 -0
  530. package/getLeakedCredentialCheck.d.ts +62 -0
  531. package/getLeakedCredentialCheck.js +46 -0
  532. package/getLeakedCredentialCheck.js.map +1 -0
  533. package/getLeakedCredentialCheckRules.d.ts +75 -0
  534. package/getLeakedCredentialCheckRules.js +48 -0
  535. package/getLeakedCredentialCheckRules.js.map +1 -0
  536. package/getList.d.ts +36 -23
  537. package/getList.js +8 -12
  538. package/getList.js.map +1 -1
  539. package/getListItem.d.ts +115 -0
  540. package/getListItem.js +54 -0
  541. package/getListItem.js.map +1 -0
  542. package/getListItems.d.ts +103 -0
  543. package/getListItems.js +56 -0
  544. package/getListItems.js.map +1 -0
  545. package/getLists.d.ts +23 -12
  546. package/getLists.js +6 -8
  547. package/getLists.js.map +1 -1
  548. package/getLoadBalancer.d.ts +200 -0
  549. package/getLoadBalancer.js +62 -0
  550. package/getLoadBalancer.js.map +1 -0
  551. package/getLoadBalancerMonitor.d.ts +132 -0
  552. package/getLoadBalancerMonitor.js +50 -0
  553. package/getLoadBalancerMonitor.js.map +1 -0
  554. package/getLoadBalancerMonitors.d.ts +75 -0
  555. package/getLoadBalancerMonitors.js +48 -0
  556. package/getLoadBalancerMonitors.js.map +1 -0
  557. package/getLoadBalancerPool.d.ts +130 -0
  558. package/getLoadBalancerPool.js +52 -0
  559. package/getLoadBalancerPool.js.map +1 -0
  560. package/getLoadBalancerPools.d.ts +27 -32
  561. package/getLoadBalancerPools.js +10 -18
  562. package/getLoadBalancerPools.js.map +1 -1
  563. package/getLoadBalancers.d.ts +66 -0
  564. package/getLoadBalancers.js +48 -0
  565. package/getLoadBalancers.js.map +1 -0
  566. package/getLogpullRetention.d.ts +62 -0
  567. package/getLogpullRetention.js +46 -0
  568. package/getLogpullRetention.js.map +1 -0
  569. package/getLogpushDatasetField.d.ts +86 -0
  570. package/getLogpushDatasetField.js +54 -0
  571. package/getLogpushDatasetField.js.map +1 -0
  572. package/getLogpushDatasetJob.d.ts +145 -0
  573. package/getLogpushDatasetJob.js +54 -0
  574. package/getLogpushDatasetJob.js.map +1 -0
  575. package/getLogpushJob.d.ts +145 -0
  576. package/getLogpushJob.js +56 -0
  577. package/getLogpushJob.js.map +1 -0
  578. package/getLogpushJobs.d.ts +89 -0
  579. package/getLogpushJobs.js +54 -0
  580. package/getLogpushJobs.js.map +1 -0
  581. package/getMagicNetworkMonitoringConfiguration.d.ts +60 -0
  582. package/getMagicNetworkMonitoringConfiguration.js +46 -0
  583. package/getMagicNetworkMonitoringConfiguration.js.map +1 -0
  584. package/getMagicNetworkMonitoringRule.d.ts +105 -0
  585. package/getMagicNetworkMonitoringRule.js +50 -0
  586. package/getMagicNetworkMonitoringRule.js.map +1 -0
  587. package/getMagicNetworkMonitoringRules.d.ts +66 -0
  588. package/getMagicNetworkMonitoringRules.js +48 -0
  589. package/getMagicNetworkMonitoringRules.js.map +1 -0
  590. package/getMagicTransitConnector.d.ts +64 -0
  591. package/getMagicTransitConnector.js +50 -0
  592. package/getMagicTransitConnector.js.map +1 -0
  593. package/getMagicTransitConnectors.d.ts +66 -0
  594. package/getMagicTransitConnectors.js +48 -0
  595. package/getMagicTransitConnectors.js.map +1 -0
  596. package/getMagicTransitSite.d.ts +98 -0
  597. package/getMagicTransitSite.js +52 -0
  598. package/getMagicTransitSite.js.map +1 -0
  599. package/getMagicTransitSiteAcl.d.ts +106 -0
  600. package/getMagicTransitSiteAcl.js +54 -0
  601. package/getMagicTransitSiteAcl.js.map +1 -0
  602. package/getMagicTransitSiteAcls.d.ts +89 -0
  603. package/getMagicTransitSiteAcls.js +52 -0
  604. package/getMagicTransitSiteAcls.js.map +1 -0
  605. package/getMagicTransitSiteLan.d.ts +103 -0
  606. package/getMagicTransitSiteLan.js +54 -0
  607. package/getMagicTransitSiteLan.js.map +1 -0
  608. package/getMagicTransitSiteLans.d.ts +89 -0
  609. package/getMagicTransitSiteLans.js +52 -0
  610. package/getMagicTransitSiteLans.js.map +1 -0
  611. package/getMagicTransitSiteWan.d.ts +106 -0
  612. package/getMagicTransitSiteWan.js +54 -0
  613. package/getMagicTransitSiteWan.js.map +1 -0
  614. package/getMagicTransitSiteWans.d.ts +89 -0
  615. package/getMagicTransitSiteWans.js +52 -0
  616. package/getMagicTransitSiteWans.js.map +1 -0
  617. package/getMagicTransitSites.d.ts +89 -0
  618. package/getMagicTransitSites.js +52 -0
  619. package/getMagicTransitSites.js.map +1 -0
  620. package/getMagicWanGreTunnel.d.ts +74 -0
  621. package/getMagicWanGreTunnel.js +50 -0
  622. package/getMagicWanGreTunnel.js.map +1 -0
  623. package/getMagicWanIpsecTunnel.d.ts +74 -0
  624. package/getMagicWanIpsecTunnel.js +50 -0
  625. package/getMagicWanIpsecTunnel.js.map +1 -0
  626. package/getMagicWanStaticRoute.d.ts +74 -0
  627. package/getMagicWanStaticRoute.js +50 -0
  628. package/getMagicWanStaticRoute.js.map +1 -0
  629. package/getManagedTransforms.d.ts +67 -0
  630. package/getManagedTransforms.js +46 -0
  631. package/getManagedTransforms.js.map +1 -0
  632. package/getMtlsCertificate.d.ts +104 -0
  633. package/getMtlsCertificate.js +50 -0
  634. package/getMtlsCertificate.js.map +1 -0
  635. package/getMtlsCertificates.d.ts +75 -0
  636. package/getMtlsCertificates.js +48 -0
  637. package/getMtlsCertificates.js.map +1 -0
  638. package/getNotificationPolicies.d.ts +75 -0
  639. package/getNotificationPolicies.js +48 -0
  640. package/getNotificationPolicies.js.map +1 -0
  641. package/getNotificationPolicy.d.ts +104 -0
  642. package/getNotificationPolicy.js +50 -0
  643. package/getNotificationPolicy.js.map +1 -0
  644. package/getNotificationPolicyWebhooks.d.ts +101 -0
  645. package/getNotificationPolicyWebhooks.js +50 -0
  646. package/getNotificationPolicyWebhooks.js.map +1 -0
  647. package/getNotificationPolicyWebhooksList.d.ts +75 -0
  648. package/getNotificationPolicyWebhooksList.js +48 -0
  649. package/getNotificationPolicyWebhooksList.js.map +1 -0
  650. package/getObservatoryScheduledTest.d.ts +94 -0
  651. package/getObservatoryScheduledTest.js +54 -0
  652. package/getObservatoryScheduledTest.js.map +1 -0
  653. package/getOriginCaCertificate.d.ts +32 -21
  654. package/getOriginCaCertificate.js +10 -10
  655. package/getOriginCaCertificate.js.map +1 -1
  656. package/getOriginCaCertificates.d.ts +75 -0
  657. package/getOriginCaCertificates.js +48 -0
  658. package/getOriginCaCertificates.js.map +1 -0
  659. package/getPageRule.d.ts +93 -0
  660. package/getPageRule.js +50 -0
  661. package/getPageRule.js.map +1 -0
  662. package/getPageShieldConnections.d.ts +84 -0
  663. package/getPageShieldConnections.js +50 -0
  664. package/getPageShieldConnections.js.map +1 -0
  665. package/getPageShieldConnectionsList.d.ts +174 -0
  666. package/getPageShieldConnectionsList.js +96 -0
  667. package/getPageShieldConnectionsList.js.map +1 -0
  668. package/getPageShieldCookies.d.ts +91 -0
  669. package/getPageShieldCookies.js +50 -0
  670. package/getPageShieldCookies.js.map +1 -0
  671. package/getPageShieldCookiesList.d.ts +175 -0
  672. package/getPageShieldCookiesList.js +104 -0
  673. package/getPageShieldCookiesList.js.map +1 -0
  674. package/getPageShieldPolicies.d.ts +75 -0
  675. package/getPageShieldPolicies.js +48 -0
  676. package/getPageShieldPolicies.js.map +1 -0
  677. package/getPageShieldPolicy.d.ts +93 -0
  678. package/getPageShieldPolicy.js +50 -0
  679. package/getPageShieldPolicy.js.map +1 -0
  680. package/getPageShieldScripts.d.ts +118 -0
  681. package/getPageShieldScripts.js +50 -0
  682. package/getPageShieldScripts.js.map +1 -0
  683. package/getPageShieldScriptsList.d.ts +190 -0
  684. package/getPageShieldScriptsList.js +96 -0
  685. package/getPageShieldScriptsList.js.map +1 -0
  686. package/getPagesDomain.d.ts +101 -0
  687. package/getPagesDomain.js +54 -0
  688. package/getPagesDomain.js.map +1 -0
  689. package/getPagesDomains.d.ts +89 -0
  690. package/getPagesDomains.js +52 -0
  691. package/getPagesDomains.js.map +1 -0
  692. package/getPagesProject.d.ts +110 -0
  693. package/getPagesProject.js +50 -0
  694. package/getPagesProject.js.map +1 -0
  695. package/getPagesProjects.d.ts +75 -0
  696. package/getPagesProjects.js +48 -0
  697. package/getPagesProjects.js.map +1 -0
  698. package/getQueue.d.ts +81 -0
  699. package/getQueue.js +50 -0
  700. package/getQueue.js.map +1 -0
  701. package/getQueueConsumer.d.ts +91 -0
  702. package/getQueueConsumer.js +50 -0
  703. package/getQueueConsumer.js.map +1 -0
  704. package/getQueues.d.ts +75 -0
  705. package/getQueues.js +48 -0
  706. package/getQueues.js.map +1 -0
  707. package/getR2Bucket.d.ts +90 -0
  708. package/getR2Bucket.js +50 -0
  709. package/getR2Bucket.js.map +1 -0
  710. package/getR2BucketCors.d.ts +74 -0
  711. package/getR2BucketCors.js +50 -0
  712. package/getR2BucketCors.js.map +1 -0
  713. package/getR2BucketEventNotification.d.ts +77 -0
  714. package/getR2BucketEventNotification.js +50 -0
  715. package/getR2BucketEventNotification.js.map +1 -0
  716. package/getR2BucketLifecycle.d.ts +74 -0
  717. package/getR2BucketLifecycle.js +50 -0
  718. package/getR2BucketLifecycle.js.map +1 -0
  719. package/getR2BucketLock.d.ts +74 -0
  720. package/getR2BucketLock.js +50 -0
  721. package/getR2BucketLock.js.map +1 -0
  722. package/getR2BucketSippy.d.ts +85 -0
  723. package/getR2BucketSippy.js +50 -0
  724. package/getR2BucketSippy.js.map +1 -0
  725. package/getR2CustomDomain.d.ts +105 -0
  726. package/getR2CustomDomain.js +54 -0
  727. package/getR2CustomDomain.js.map +1 -0
  728. package/getRateLimit.d.ts +101 -0
  729. package/getRateLimit.js +50 -0
  730. package/getRateLimit.js.map +1 -0
  731. package/getRateLimits.d.ts +75 -0
  732. package/getRateLimits.js +48 -0
  733. package/getRateLimits.js.map +1 -0
  734. package/getRegionalHostname.d.ts +80 -0
  735. package/getRegionalHostname.js +50 -0
  736. package/getRegionalHostname.js.map +1 -0
  737. package/getRegionalHostnames.d.ts +75 -0
  738. package/getRegionalHostnames.js +48 -0
  739. package/getRegionalHostnames.js.map +1 -0
  740. package/getRegionalTieredCache.d.ts +72 -0
  741. package/getRegionalTieredCache.js +46 -0
  742. package/getRegionalTieredCache.js.map +1 -0
  743. package/getRegistrarDomain.d.ts +72 -0
  744. package/{getGatewayAppTypes.js → getRegistrarDomain.js} +16 -16
  745. package/getRegistrarDomain.js.map +1 -0
  746. package/getRegistrarDomains.d.ts +75 -0
  747. package/getRegistrarDomains.js +48 -0
  748. package/getRegistrarDomains.js.map +1 -0
  749. package/getResourceGroup.d.ts +85 -0
  750. package/getResourceGroup.js +50 -0
  751. package/getResourceGroup.js.map +1 -0
  752. package/getResourceGroups.d.ts +99 -0
  753. package/getResourceGroups.js +56 -0
  754. package/getResourceGroups.js.map +1 -0
  755. package/getRuleset.d.ts +113 -0
  756. package/getRuleset.js +56 -0
  757. package/getRuleset.js.map +1 -0
  758. package/getRulesets.d.ts +22 -31
  759. package/getRulesets.js +8 -18
  760. package/getRulesets.js.map +1 -1
  761. package/getSnippetRulesList.d.ts +75 -0
  762. package/getSnippetRulesList.js +48 -0
  763. package/getSnippetRulesList.js.map +1 -0
  764. package/getSnippets.d.ts +80 -0
  765. package/getSnippets.js +50 -0
  766. package/getSnippets.js.map +1 -0
  767. package/getSnippetsList.d.ts +75 -0
  768. package/getSnippetsList.js +48 -0
  769. package/getSnippetsList.js.map +1 -0
  770. package/getSpectrumApplication.d.ts +131 -0
  771. package/getSpectrumApplication.js +50 -0
  772. package/getSpectrumApplication.js.map +1 -0
  773. package/getSpectrumApplications.d.ts +105 -0
  774. package/getSpectrumApplications.js +52 -0
  775. package/getSpectrumApplications.js.map +1 -0
  776. package/getStream.d.ts +156 -0
  777. package/getStream.js +50 -0
  778. package/getStream.js.map +1 -0
  779. package/getStreamAudioTrack.d.ts +89 -0
  780. package/getStreamAudioTrack.js +50 -0
  781. package/getStreamAudioTrack.js.map +1 -0
  782. package/getStreamCaptionLanguage.d.ts +99 -0
  783. package/getStreamCaptionLanguage.js +54 -0
  784. package/getStreamCaptionLanguage.js.map +1 -0
  785. package/getStreamDownload.d.ts +72 -0
  786. package/getStreamDownload.js +50 -0
  787. package/getStreamDownload.js.map +1 -0
  788. package/getStreamKey.d.ts +62 -0
  789. package/getStreamKey.js +46 -0
  790. package/getStreamKey.js.map +1 -0
  791. package/getStreamLiveInput.d.ts +126 -0
  792. package/getStreamLiveInput.js +50 -0
  793. package/getStreamLiveInput.js.map +1 -0
  794. package/getStreamWatermark.d.ts +116 -0
  795. package/getStreamWatermark.js +50 -0
  796. package/getStreamWatermark.js.map +1 -0
  797. package/getStreamWatermarks.d.ts +75 -0
  798. package/getStreamWatermarks.js +48 -0
  799. package/getStreamWatermarks.js.map +1 -0
  800. package/getStreamWebhook.d.ts +58 -0
  801. package/getStreamWebhook.js +46 -0
  802. package/getStreamWebhook.js.map +1 -0
  803. package/getStreams.d.ts +186 -0
  804. package/getStreams.js +76 -0
  805. package/getStreams.js.map +1 -0
  806. package/getTieredCache.d.ts +72 -0
  807. package/getTieredCache.js +46 -0
  808. package/getTieredCache.js.map +1 -0
  809. package/getTotalTls.d.ts +72 -0
  810. package/getTotalTls.js +46 -0
  811. package/getTotalTls.js.map +1 -0
  812. package/getTurnstileWidget.d.ts +125 -0
  813. package/getTurnstileWidget.js +52 -0
  814. package/getTurnstileWidget.js.map +1 -0
  815. package/getTurnstileWidgets.d.ts +109 -0
  816. package/getTurnstileWidgets.js +56 -0
  817. package/getTurnstileWidgets.js.map +1 -0
  818. package/getUrlNormalizationSettings.d.ts +68 -0
  819. package/getUrlNormalizationSettings.js +46 -0
  820. package/getUrlNormalizationSettings.js.map +1 -0
  821. package/getUser.d.ts +3 -35
  822. package/getUser.js +2 -26
  823. package/getUser.js.map +1 -1
  824. package/getUserAgentBlockingRule.d.ts +72 -0
  825. package/getUserAgentBlockingRule.js +50 -0
  826. package/getUserAgentBlockingRule.js.map +1 -0
  827. package/getUserAgentBlockingRules.d.ts +117 -0
  828. package/getUserAgentBlockingRules.js +60 -0
  829. package/getUserAgentBlockingRules.js.map +1 -0
  830. package/getWaitingRoom.d.ts +98 -0
  831. package/getWaitingRoom.js +50 -0
  832. package/getWaitingRoom.js.map +1 -0
  833. package/getWaitingRoomEvent.d.ts +122 -0
  834. package/getWaitingRoomEvent.js +54 -0
  835. package/getWaitingRoomEvent.js.map +1 -0
  836. package/getWaitingRoomEvents.d.ts +80 -0
  837. package/getWaitingRoomEvents.js +52 -0
  838. package/getWaitingRoomEvents.js.map +1 -0
  839. package/getWaitingRoomRules.d.ts +85 -0
  840. package/getWaitingRoomRules.js +50 -0
  841. package/getWaitingRoomRules.js.map +1 -0
  842. package/getWaitingRoomSettings.d.ts +64 -0
  843. package/getWaitingRoomSettings.js +46 -0
  844. package/getWaitingRoomSettings.js.map +1 -0
  845. package/getWaitingRooms.d.ts +89 -0
  846. package/getWaitingRooms.js +54 -0
  847. package/getWaitingRooms.js.map +1 -0
  848. package/getWeb3Hostname.d.ts +96 -0
  849. package/getWeb3Hostname.js +50 -0
  850. package/getWeb3Hostname.js.map +1 -0
  851. package/getWeb3Hostnames.d.ts +75 -0
  852. package/getWeb3Hostnames.js +48 -0
  853. package/getWeb3Hostnames.js.map +1 -0
  854. package/getWebAnalyticsSite.d.ts +99 -0
  855. package/getWebAnalyticsSite.js +52 -0
  856. package/getWebAnalyticsSite.js.map +1 -0
  857. package/getWebAnalyticsSites.d.ts +92 -0
  858. package/getWebAnalyticsSites.js +52 -0
  859. package/getWebAnalyticsSites.js.map +1 -0
  860. package/getWorkersCronTrigger.d.ts +74 -0
  861. package/getWorkersCronTrigger.js +50 -0
  862. package/getWorkersCronTrigger.js.map +1 -0
  863. package/getWorkersCustomDomain.d.ts +97 -0
  864. package/getWorkersCustomDomain.js +52 -0
  865. package/getWorkersCustomDomain.js.map +1 -0
  866. package/getWorkersCustomDomains.d.ts +145 -0
  867. package/getWorkersCustomDomains.js +68 -0
  868. package/getWorkersCustomDomains.js.map +1 -0
  869. package/getWorkersDeployment.d.ts +74 -0
  870. package/getWorkersDeployment.js +50 -0
  871. package/getWorkersDeployment.js.map +1 -0
  872. package/getWorkersForPlatformsDispatchNamespace.d.ts +100 -0
  873. package/getWorkersForPlatformsDispatchNamespace.js +50 -0
  874. package/getWorkersForPlatformsDispatchNamespace.js.map +1 -0
  875. package/getWorkersForPlatformsDispatchNamespaces.d.ts +75 -0
  876. package/getWorkersForPlatformsDispatchNamespaces.js +48 -0
  877. package/getWorkersForPlatformsDispatchNamespaces.js.map +1 -0
  878. package/getWorkersKv.d.ts +86 -0
  879. package/getWorkersKv.js +54 -0
  880. package/getWorkersKv.js.map +1 -0
  881. package/getWorkersKvNamespace.d.ts +85 -0
  882. package/getWorkersKvNamespace.js +52 -0
  883. package/getWorkersKvNamespace.js.map +1 -0
  884. package/getWorkersKvNamespaces.d.ts +109 -0
  885. package/getWorkersKvNamespaces.js +56 -0
  886. package/getWorkersKvNamespaces.js.map +1 -0
  887. package/getWorkersRoute.d.ts +77 -0
  888. package/getWorkersRoute.js +50 -0
  889. package/getWorkersRoute.js.map +1 -0
  890. package/getWorkersRoutes.d.ts +75 -0
  891. package/getWorkersRoutes.js +48 -0
  892. package/getWorkersRoutes.js.map +1 -0
  893. package/getWorkersScript.d.ts +72 -0
  894. package/getWorkersScript.js +50 -0
  895. package/getWorkersScript.js.map +1 -0
  896. package/getWorkersScriptSubdomain.d.ts +80 -0
  897. package/getWorkersScriptSubdomain.js +50 -0
  898. package/getWorkersScriptSubdomain.js.map +1 -0
  899. package/getWorkersScripts.d.ts +75 -0
  900. package/getWorkersScripts.js +48 -0
  901. package/getWorkersScripts.js.map +1 -0
  902. package/getWorkersSecret.d.ts +109 -0
  903. package/getWorkersSecret.js +58 -0
  904. package/getWorkersSecret.js.map +1 -0
  905. package/getWorkersSecrets.d.ts +103 -0
  906. package/getWorkersSecrets.js +56 -0
  907. package/getWorkersSecrets.js.map +1 -0
  908. package/getZeroTrustAccessApplication.d.ts +165 -24
  909. package/getZeroTrustAccessApplication.js +28 -6
  910. package/getZeroTrustAccessApplication.js.map +1 -1
  911. package/getZeroTrustAccessApplications.d.ts +145 -0
  912. package/getZeroTrustAccessApplications.js +70 -0
  913. package/getZeroTrustAccessApplications.js.map +1 -0
  914. package/getZeroTrustAccessCustomPage.d.ts +95 -0
  915. package/getZeroTrustAccessCustomPage.js +50 -0
  916. package/getZeroTrustAccessCustomPage.js.map +1 -0
  917. package/getZeroTrustAccessCustomPages.d.ts +75 -0
  918. package/getZeroTrustAccessCustomPages.js +48 -0
  919. package/getZeroTrustAccessCustomPages.js.map +1 -0
  920. package/getZeroTrustAccessGroup.d.ts +113 -0
  921. package/getZeroTrustAccessGroup.js +58 -0
  922. package/getZeroTrustAccessGroup.js.map +1 -0
  923. package/getZeroTrustAccessGroups.d.ts +117 -0
  924. package/getZeroTrustAccessGroups.js +62 -0
  925. package/getZeroTrustAccessGroups.js.map +1 -0
  926. package/getZeroTrustAccessIdentityProvider.d.ts +57 -17
  927. package/getZeroTrustAccessIdentityProvider.js +30 -4
  928. package/getZeroTrustAccessIdentityProvider.js.map +1 -1
  929. package/getZeroTrustAccessIdentityProviders.d.ts +103 -0
  930. package/getZeroTrustAccessIdentityProviders.js +58 -0
  931. package/getZeroTrustAccessIdentityProviders.js.map +1 -0
  932. package/getZeroTrustAccessInfrastructureTarget.d.ts +93 -0
  933. package/getZeroTrustAccessInfrastructureTarget.js +52 -0
  934. package/getZeroTrustAccessInfrastructureTarget.js.map +1 -0
  935. package/getZeroTrustAccessInfrastructureTargets.d.ts +357 -0
  936. package/getZeroTrustAccessInfrastructureTargets.js +120 -0
  937. package/getZeroTrustAccessInfrastructureTargets.js.map +1 -0
  938. package/getZeroTrustAccessKeyConfiguration.d.ts +70 -0
  939. package/getZeroTrustAccessKeyConfiguration.js +46 -0
  940. package/getZeroTrustAccessKeyConfiguration.js.map +1 -0
  941. package/getZeroTrustAccessMtlsCertificate.d.ts +101 -0
  942. package/getZeroTrustAccessMtlsCertificate.js +56 -0
  943. package/getZeroTrustAccessMtlsCertificate.js.map +1 -0
  944. package/getZeroTrustAccessMtlsCertificates.d.ts +89 -0
  945. package/getZeroTrustAccessMtlsCertificates.js +54 -0
  946. package/getZeroTrustAccessMtlsCertificates.js.map +1 -0
  947. package/getZeroTrustAccessMtlsHostnameSettings.d.ts +84 -0
  948. package/getZeroTrustAccessMtlsHostnameSettings.js +52 -0
  949. package/getZeroTrustAccessMtlsHostnameSettings.js.map +1 -0
  950. package/getZeroTrustAccessPolicies.d.ts +75 -0
  951. package/getZeroTrustAccessPolicies.js +48 -0
  952. package/getZeroTrustAccessPolicies.js.map +1 -0
  953. package/getZeroTrustAccessPolicy.d.ts +125 -0
  954. package/getZeroTrustAccessPolicy.js +50 -0
  955. package/getZeroTrustAccessPolicy.js.map +1 -0
  956. package/getZeroTrustAccessServiceToken.d.ts +107 -0
  957. package/getZeroTrustAccessServiceToken.js +58 -0
  958. package/getZeroTrustAccessServiceToken.js.map +1 -0
  959. package/getZeroTrustAccessServiceTokens.d.ts +117 -0
  960. package/getZeroTrustAccessServiceTokens.js +62 -0
  961. package/getZeroTrustAccessServiceTokens.js.map +1 -0
  962. package/getZeroTrustAccessShortLivedCertificate.d.ts +94 -0
  963. package/getZeroTrustAccessShortLivedCertificate.js +54 -0
  964. package/getZeroTrustAccessShortLivedCertificate.js.map +1 -0
  965. package/getZeroTrustAccessShortLivedCertificates.d.ts +89 -0
  966. package/getZeroTrustAccessShortLivedCertificates.js +54 -0
  967. package/getZeroTrustAccessShortLivedCertificates.js.map +1 -0
  968. package/getZeroTrustAccessTag.d.ts +82 -0
  969. package/getZeroTrustAccessTag.js +50 -0
  970. package/getZeroTrustAccessTag.js.map +1 -0
  971. package/getZeroTrustAccessTags.d.ts +75 -0
  972. package/getZeroTrustAccessTags.js +48 -0
  973. package/getZeroTrustAccessTags.js.map +1 -0
  974. package/getZeroTrustDeviceCustomProfile.d.ts +152 -0
  975. package/getZeroTrustDeviceCustomProfile.js +50 -0
  976. package/getZeroTrustDeviceCustomProfile.js.map +1 -0
  977. package/getZeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +75 -0
  978. package/getZeroTrustDeviceCustomProfileLocalDomainFallback.js +50 -0
  979. package/getZeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  980. package/getZeroTrustDeviceCustomProfiles.d.ts +66 -0
  981. package/getZeroTrustDeviceCustomProfiles.js +48 -0
  982. package/getZeroTrustDeviceCustomProfiles.js.map +1 -0
  983. package/getZeroTrustDeviceDefaultProfile.d.ts +113 -0
  984. package/getZeroTrustDeviceDefaultProfile.js +46 -0
  985. package/getZeroTrustDeviceDefaultProfile.js.map +1 -0
  986. package/getZeroTrustDeviceDefaultProfileCertificates.d.ts +49 -0
  987. package/getZeroTrustDeviceDefaultProfileCertificates.js +46 -0
  988. package/getZeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  989. package/getZeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +61 -0
  990. package/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js +46 -0
  991. package/getZeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  992. package/getZeroTrustDeviceManagedNetworks.d.ts +77 -0
  993. package/getZeroTrustDeviceManagedNetworks.js +50 -0
  994. package/getZeroTrustDeviceManagedNetworks.js.map +1 -0
  995. package/getZeroTrustDeviceManagedNetworksList.d.ts +66 -0
  996. package/getZeroTrustDeviceManagedNetworksList.js +48 -0
  997. package/getZeroTrustDeviceManagedNetworksList.js.map +1 -0
  998. package/getZeroTrustDevicePostureIntegration.d.ts +81 -0
  999. package/getZeroTrustDevicePostureIntegration.js +50 -0
  1000. package/getZeroTrustDevicePostureIntegration.js.map +1 -0
  1001. package/getZeroTrustDevicePostureIntegrations.d.ts +66 -0
  1002. package/getZeroTrustDevicePostureIntegrations.js +48 -0
  1003. package/getZeroTrustDevicePostureIntegrations.js.map +1 -0
  1004. package/getZeroTrustDevicePostureRule.d.ts +93 -0
  1005. package/getZeroTrustDevicePostureRule.js +50 -0
  1006. package/getZeroTrustDevicePostureRule.js.map +1 -0
  1007. package/getZeroTrustDevicePostureRules.d.ts +66 -0
  1008. package/getZeroTrustDevicePostureRules.js +48 -0
  1009. package/getZeroTrustDevicePostureRules.js.map +1 -0
  1010. package/getZeroTrustDexTest.d.ts +93 -0
  1011. package/getZeroTrustDexTest.js +50 -0
  1012. package/getZeroTrustDexTest.js.map +1 -0
  1013. package/getZeroTrustDexTests.d.ts +66 -0
  1014. package/getZeroTrustDexTests.js +48 -0
  1015. package/getZeroTrustDexTests.js.map +1 -0
  1016. package/getZeroTrustDlpCustomProfile.d.ts +94 -0
  1017. package/getZeroTrustDlpCustomProfile.js +50 -0
  1018. package/getZeroTrustDlpCustomProfile.js.map +1 -0
  1019. package/getZeroTrustDlpDataset.d.ts +74 -0
  1020. package/getZeroTrustDlpDataset.js +50 -0
  1021. package/getZeroTrustDlpDataset.js.map +1 -0
  1022. package/getZeroTrustDlpDatasets.d.ts +66 -0
  1023. package/getZeroTrustDlpDatasets.js +48 -0
  1024. package/getZeroTrustDlpDatasets.js.map +1 -0
  1025. package/getZeroTrustDlpEntries.d.ts +66 -0
  1026. package/getZeroTrustDlpEntries.js +48 -0
  1027. package/getZeroTrustDlpEntries.js.map +1 -0
  1028. package/getZeroTrustDlpEntry.d.ts +68 -0
  1029. package/getZeroTrustDlpEntry.js +50 -0
  1030. package/getZeroTrustDlpEntry.js.map +1 -0
  1031. package/getZeroTrustDlpPredefinedProfile.d.ts +94 -0
  1032. package/getZeroTrustDlpPredefinedProfile.js +50 -0
  1033. package/getZeroTrustDlpPredefinedProfile.js.map +1 -0
  1034. package/getZeroTrustDnsLocation.d.ts +101 -0
  1035. package/getZeroTrustDnsLocation.js +50 -0
  1036. package/getZeroTrustDnsLocation.js.map +1 -0
  1037. package/getZeroTrustDnsLocations.d.ts +66 -0
  1038. package/getZeroTrustDnsLocations.js +48 -0
  1039. package/getZeroTrustDnsLocations.js.map +1 -0
  1040. package/getZeroTrustGatewayAppTypesList.d.ts +75 -0
  1041. package/getZeroTrustGatewayAppTypesList.js +48 -0
  1042. package/getZeroTrustGatewayAppTypesList.js.map +1 -0
  1043. package/getZeroTrustGatewayCategoriesList.d.ts +75 -0
  1044. package/getZeroTrustGatewayCategoriesList.js +48 -0
  1045. package/getZeroTrustGatewayCategoriesList.js.map +1 -0
  1046. package/getZeroTrustGatewayCertificate.d.ts +97 -0
  1047. package/getZeroTrustGatewayCertificate.js +50 -0
  1048. package/getZeroTrustGatewayCertificate.js.map +1 -0
  1049. package/getZeroTrustGatewayCertificates.d.ts +66 -0
  1050. package/getZeroTrustGatewayCertificates.js +48 -0
  1051. package/getZeroTrustGatewayCertificates.js.map +1 -0
  1052. package/getZeroTrustGatewayLogging.d.ts +58 -0
  1053. package/getZeroTrustGatewayLogging.js +46 -0
  1054. package/getZeroTrustGatewayLogging.js.map +1 -0
  1055. package/getZeroTrustGatewayPolicies.d.ts +66 -0
  1056. package/getZeroTrustGatewayPolicies.js +48 -0
  1057. package/getZeroTrustGatewayPolicies.js.map +1 -0
  1058. package/getZeroTrustGatewayPolicy.d.ts +97 -0
  1059. package/getZeroTrustGatewayPolicy.js +50 -0
  1060. package/getZeroTrustGatewayPolicy.js.map +1 -0
  1061. package/getZeroTrustGatewayProxyEndpoint.d.ts +68 -0
  1062. package/getZeroTrustGatewayProxyEndpoint.js +50 -0
  1063. package/getZeroTrustGatewayProxyEndpoint.js.map +1 -0
  1064. package/getZeroTrustGatewaySettings.d.ts +56 -0
  1065. package/getZeroTrustGatewaySettings.js +46 -0
  1066. package/getZeroTrustGatewaySettings.js.map +1 -0
  1067. package/getZeroTrustList.d.ts +87 -0
  1068. package/getZeroTrustList.js +52 -0
  1069. package/getZeroTrustList.js.map +1 -0
  1070. package/getZeroTrustLists.d.ts +83 -0
  1071. package/getZeroTrustLists.js +52 -0
  1072. package/getZeroTrustLists.js.map +1 -0
  1073. package/getZeroTrustOrganization.d.ts +110 -0
  1074. package/getZeroTrustOrganization.js +52 -0
  1075. package/getZeroTrustOrganization.js.map +1 -0
  1076. package/getZeroTrustRiskBehavior.d.ts +53 -0
  1077. package/getZeroTrustRiskBehavior.js +46 -0
  1078. package/getZeroTrustRiskBehavior.js.map +1 -0
  1079. package/getZeroTrustRiskScoringIntegration.d.ts +84 -0
  1080. package/getZeroTrustRiskScoringIntegration.js +50 -0
  1081. package/getZeroTrustRiskScoringIntegration.js.map +1 -0
  1082. package/getZeroTrustRiskScoringIntegrations.d.ts +66 -0
  1083. package/getZeroTrustRiskScoringIntegrations.js +48 -0
  1084. package/getZeroTrustRiskScoringIntegrations.js.map +1 -0
  1085. package/getZeroTrustTunnelCloudflared.d.ts +72 -25
  1086. package/getZeroTrustTunnelCloudflared.js +26 -6
  1087. package/getZeroTrustTunnelCloudflared.js.map +1 -1
  1088. package/getZeroTrustTunnelCloudflaredConfig.d.ts +87 -0
  1089. package/getZeroTrustTunnelCloudflaredConfig.js +50 -0
  1090. package/getZeroTrustTunnelCloudflaredConfig.js.map +1 -0
  1091. package/getZeroTrustTunnelCloudflaredRoute.d.ts +101 -0
  1092. package/getZeroTrustTunnelCloudflaredRoute.js +52 -0
  1093. package/getZeroTrustTunnelCloudflaredRoute.js.map +1 -0
  1094. package/getZeroTrustTunnelCloudflaredRoutes.d.ts +201 -0
  1095. package/getZeroTrustTunnelCloudflaredRoutes.js +84 -0
  1096. package/getZeroTrustTunnelCloudflaredRoutes.js.map +1 -0
  1097. package/getZeroTrustTunnelCloudflaredToken.d.ts +76 -0
  1098. package/getZeroTrustTunnelCloudflaredToken.js +50 -0
  1099. package/getZeroTrustTunnelCloudflaredToken.js.map +1 -0
  1100. package/getZeroTrustTunnelCloudflaredVirtualNetwork.d.ts +97 -0
  1101. package/getZeroTrustTunnelCloudflaredVirtualNetwork.js +52 -0
  1102. package/getZeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  1103. package/getZeroTrustTunnelCloudflaredVirtualNetworks.d.ts +127 -0
  1104. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js +64 -0
  1105. package/getZeroTrustTunnelCloudflaredVirtualNetworks.js.map +1 -0
  1106. package/getZeroTrustTunnelCloudflareds.d.ts +168 -0
  1107. package/getZeroTrustTunnelCloudflareds.js +84 -0
  1108. package/getZeroTrustTunnelCloudflareds.js.map +1 -0
  1109. package/getZone.d.ts +22 -86
  1110. package/getZone.js +6 -38
  1111. package/getZone.js.map +1 -1
  1112. package/getZoneCacheReserve.d.ts +20 -16
  1113. package/getZoneCacheReserve.js +4 -10
  1114. package/getZoneCacheReserve.js.map +1 -1
  1115. package/getZoneCacheVariants.d.ts +71 -0
  1116. package/getZoneCacheVariants.js +46 -0
  1117. package/getZoneCacheVariants.js.map +1 -0
  1118. package/getZoneDnsSettings.d.ts +96 -0
  1119. package/getZoneDnsSettings.js +46 -0
  1120. package/getZoneDnsSettings.js.map +1 -0
  1121. package/getZoneDnssec.d.ts +18 -31
  1122. package/getZoneDnssec.js +4 -8
  1123. package/getZoneDnssec.js.map +1 -1
  1124. package/getZoneHold.d.ts +61 -0
  1125. package/getZoneHold.js +46 -0
  1126. package/getZoneHold.js.map +1 -0
  1127. package/getZoneLockdown.d.ts +101 -0
  1128. package/getZoneLockdown.js +52 -0
  1129. package/getZoneLockdown.js.map +1 -0
  1130. package/getZoneLockdowns.d.ts +201 -0
  1131. package/getZoneLockdowns.js +84 -0
  1132. package/getZoneLockdowns.js.map +1 -0
  1133. package/getZoneSetting.d.ts +95 -0
  1134. package/getZoneSetting.js +50 -0
  1135. package/getZoneSetting.js.map +1 -0
  1136. package/getZoneSubscription.d.ts +58 -0
  1137. package/getZoneSubscription.js +46 -0
  1138. package/getZoneSubscription.js.map +1 -0
  1139. package/getZones.d.ts +58 -20
  1140. package/getZones.js +50 -4
  1141. package/getZones.js.map +1 -1
  1142. package/healthcheck.d.ts +65 -194
  1143. package/healthcheck.js +9 -83
  1144. package/healthcheck.js.map +1 -1
  1145. package/hostnameTlsSetting.d.ts +50 -26
  1146. package/hostnameTlsSetting.js +15 -12
  1147. package/hostnameTlsSetting.js.map +1 -1
  1148. package/hyperdriveConfig.d.ts +23 -45
  1149. package/hyperdriveConfig.js +14 -11
  1150. package/hyperdriveConfig.js.map +1 -1
  1151. package/image.d.ts +150 -0
  1152. package/image.js +90 -0
  1153. package/image.js.map +1 -0
  1154. package/imageVariant.d.ts +85 -0
  1155. package/{splitTunnel.js → imageVariant.js} +20 -26
  1156. package/imageVariant.js.map +1 -0
  1157. package/index.d.ts +1111 -124
  1158. package/index.js +1285 -180
  1159. package/index.js.map +1 -1
  1160. package/keylessCertificate.d.ts +69 -43
  1161. package/keylessCertificate.js +9 -18
  1162. package/keylessCertificate.js.map +1 -1
  1163. package/leakedCredentialCheck.d.ts +10 -19
  1164. package/leakedCredentialCheck.js +2 -14
  1165. package/leakedCredentialCheck.js.map +1 -1
  1166. package/leakedCredentialCheckRule.d.ts +13 -27
  1167. package/leakedCredentialCheckRule.js +3 -23
  1168. package/leakedCredentialCheckRule.js.map +1 -1
  1169. package/list.d.ts +58 -25
  1170. package/list.js +21 -3
  1171. package/list.js.map +1 -1
  1172. package/listItem.d.ts +51 -93
  1173. package/listItem.js +10 -73
  1174. package/listItem.js.map +1 -1
  1175. package/loadBalancer.d.ts +116 -160
  1176. package/loadBalancer.js +19 -70
  1177. package/loadBalancer.js.map +1 -1
  1178. package/loadBalancerMonitor.d.ts +102 -82
  1179. package/loadBalancerMonitor.js +32 -7
  1180. package/loadBalancerMonitor.js.map +1 -1
  1181. package/loadBalancerPool.d.ts +74 -105
  1182. package/loadBalancerPool.js +11 -52
  1183. package/loadBalancerPool.js.map +1 -1
  1184. package/logpullRetention.d.ts +12 -20
  1185. package/logpullRetention.js +5 -16
  1186. package/logpullRetention.js.map +1 -1
  1187. package/logpushJob.d.ts +75 -71
  1188. package/logpushJob.js +10 -15
  1189. package/logpushJob.js.map +1 -1
  1190. package/logpushOwnershipChallenge.d.ts +18 -25
  1191. package/logpushOwnershipChallenge.js +9 -10
  1192. package/logpushOwnershipChallenge.js.map +1 -1
  1193. package/magicNetworkMonitoringConfiguration.d.ts +74 -0
  1194. package/magicNetworkMonitoringConfiguration.js +66 -0
  1195. package/magicNetworkMonitoringConfiguration.js.map +1 -0
  1196. package/magicNetworkMonitoringRule.d.ts +177 -0
  1197. package/magicNetworkMonitoringRule.js +101 -0
  1198. package/magicNetworkMonitoringRule.js.map +1 -0
  1199. package/magicTransitConnector.d.ts +91 -0
  1200. package/magicTransitConnector.js +99 -0
  1201. package/magicTransitConnector.js.map +1 -0
  1202. package/magicTransitSite.d.ts +140 -0
  1203. package/{magicFirewallRuleset.js → magicTransitSite.js} +30 -37
  1204. package/magicTransitSite.js.map +1 -0
  1205. package/magicTransitSiteAcl.d.ts +128 -0
  1206. package/magicTransitSiteAcl.js +89 -0
  1207. package/magicTransitSiteAcl.js.map +1 -0
  1208. package/magicTransitSiteLan.d.ts +119 -0
  1209. package/magicTransitSiteLan.js +86 -0
  1210. package/magicTransitSiteLan.js.map +1 -0
  1211. package/magicTransitSiteWan.d.ts +114 -0
  1212. package/magicTransitSiteWan.js +84 -0
  1213. package/magicTransitSiteWan.js.map +1 -0
  1214. package/magicWanGreTunnel.d.ts +45 -76
  1215. package/magicWanGreTunnel.js +17 -38
  1216. package/magicWanGreTunnel.js.map +1 -1
  1217. package/magicWanIpsecTunnel.d.ts +67 -164
  1218. package/magicWanIpsecTunnel.js +33 -43
  1219. package/magicWanIpsecTunnel.js.map +1 -1
  1220. package/magicWanStaticRoute.d.ts +57 -64
  1221. package/magicWanStaticRoute.js +17 -32
  1222. package/magicWanStaticRoute.js.map +1 -1
  1223. package/managedHeaders.d.ts +26 -22
  1224. package/managedHeaders.js +23 -9
  1225. package/managedHeaders.js.map +1 -1
  1226. package/managedTransforms.d.ts +100 -0
  1227. package/managedTransforms.js +90 -0
  1228. package/managedTransforms.js.map +1 -0
  1229. package/mtlsCertificate.d.ts +45 -37
  1230. package/mtlsCertificate.js +17 -13
  1231. package/mtlsCertificate.js.map +1 -1
  1232. package/notificationPolicy.d.ts +42 -65
  1233. package/notificationPolicy.js +8 -12
  1234. package/notificationPolicy.js.map +1 -1
  1235. package/notificationPolicyWebhooks.d.ts +34 -28
  1236. package/notificationPolicyWebhooks.js +12 -9
  1237. package/notificationPolicyWebhooks.js.map +1 -1
  1238. package/observatoryScheduledTest.d.ts +29 -25
  1239. package/observatoryScheduledTest.js +9 -15
  1240. package/observatoryScheduledTest.js.map +1 -1
  1241. package/originCaCertificate.d.ts +53 -45
  1242. package/originCaCertificate.js +24 -30
  1243. package/originCaCertificate.js.map +1 -1
  1244. package/package.json +2 -2
  1245. package/pageRule.d.ts +39 -51
  1246. package/pageRule.js +5 -26
  1247. package/pageRule.js.map +1 -1
  1248. package/pageShieldPolicy.d.ts +120 -0
  1249. package/pageShieldPolicy.js +86 -0
  1250. package/pageShieldPolicy.js.map +1 -0
  1251. package/pagesDomain.d.ts +33 -24
  1252. package/pagesDomain.js +22 -12
  1253. package/pagesDomain.js.map +1 -1
  1254. package/pagesProject.d.ts +33 -29
  1255. package/pagesProject.js +6 -7
  1256. package/pagesProject.js.map +1 -1
  1257. package/provider.d.ts +10 -45
  1258. package/provider.js +1 -8
  1259. package/provider.js.map +1 -1
  1260. package/queue.d.ts +29 -21
  1261. package/queue.js +24 -10
  1262. package/queue.js.map +1 -1
  1263. package/queueConsumer.d.ts +117 -0
  1264. package/queueConsumer.js +74 -0
  1265. package/queueConsumer.js.map +1 -0
  1266. package/r2bucket.d.ts +54 -17
  1267. package/r2bucket.js +12 -7
  1268. package/r2bucket.js.map +1 -1
  1269. package/r2bucketCors.d.ts +80 -0
  1270. package/r2bucketCors.js +64 -0
  1271. package/r2bucketCors.js.map +1 -0
  1272. package/r2bucketEventNotification.d.ts +129 -0
  1273. package/r2bucketEventNotification.js +88 -0
  1274. package/r2bucketEventNotification.js.map +1 -0
  1275. package/r2bucketLifecycle.d.ts +80 -0
  1276. package/r2bucketLifecycle.js +64 -0
  1277. package/r2bucketLifecycle.js.map +1 -0
  1278. package/r2bucketLock.d.ts +99 -0
  1279. package/r2bucketLock.js +83 -0
  1280. package/r2bucketLock.js.map +1 -0
  1281. package/r2bucketSippy.d.ts +109 -0
  1282. package/r2bucketSippy.js +68 -0
  1283. package/r2bucketSippy.js.map +1 -0
  1284. package/r2customDomain.d.ts +140 -0
  1285. package/r2customDomain.js +95 -0
  1286. package/r2customDomain.js.map +1 -0
  1287. package/r2managedDomain.d.ts +114 -0
  1288. package/r2managedDomain.js +82 -0
  1289. package/r2managedDomain.js.map +1 -0
  1290. package/rateLimit.d.ts +49 -95
  1291. package/rateLimit.js +30 -60
  1292. package/rateLimit.js.map +1 -1
  1293. package/record.d.ts +77 -107
  1294. package/record.js +19 -40
  1295. package/record.js.map +1 -1
  1296. package/regionalHostname.d.ts +21 -28
  1297. package/regionalHostname.js +10 -17
  1298. package/regionalHostname.js.map +1 -1
  1299. package/regionalTieredCache.d.ts +26 -10
  1300. package/regionalTieredCache.js +7 -9
  1301. package/regionalTieredCache.js.map +1 -1
  1302. package/registrarDomain.d.ts +112 -0
  1303. package/registrarDomain.js +79 -0
  1304. package/registrarDomain.js.map +1 -0
  1305. package/riskBehavior.d.ts +28 -22
  1306. package/riskBehavior.js +26 -1
  1307. package/riskBehavior.js.map +1 -1
  1308. package/ruleset.d.ts +30 -36
  1309. package/ruleset.js +2 -14
  1310. package/ruleset.js.map +1 -1
  1311. package/snippetRules.d.ts +22 -8
  1312. package/snippetRules.js +9 -1
  1313. package/snippetRules.js.map +1 -1
  1314. package/snippets.d.ts +96 -0
  1315. package/{snippet.js → snippets.js} +21 -20
  1316. package/snippets.js.map +1 -0
  1317. package/spectrumApplication.d.ts +88 -63
  1318. package/spectrumApplication.js +23 -18
  1319. package/spectrumApplication.js.map +1 -1
  1320. package/staticRoute.d.ts +59 -63
  1321. package/staticRoute.js +21 -31
  1322. package/staticRoute.js.map +1 -1
  1323. package/stream.d.ts +270 -0
  1324. package/stream.js +110 -0
  1325. package/stream.js.map +1 -0
  1326. package/streamAudioTrack.d.ts +130 -0
  1327. package/streamAudioTrack.js +83 -0
  1328. package/streamAudioTrack.js.map +1 -0
  1329. package/streamCaptionLanguage.d.ts +124 -0
  1330. package/streamCaptionLanguage.js +84 -0
  1331. package/streamCaptionLanguage.js.map +1 -0
  1332. package/streamDownload.d.ts +73 -0
  1333. package/streamDownload.js +70 -0
  1334. package/streamDownload.js.map +1 -0
  1335. package/streamKey.d.ts +88 -0
  1336. package/streamKey.js +76 -0
  1337. package/streamKey.js.map +1 -0
  1338. package/streamLiveInput.d.ts +195 -0
  1339. package/streamLiveInput.js +85 -0
  1340. package/streamLiveInput.js.map +1 -0
  1341. package/streamWatermark.d.ts +198 -0
  1342. package/streamWatermark.js +99 -0
  1343. package/streamWatermark.js.map +1 -0
  1344. package/streamWebhook.d.ts +73 -0
  1345. package/streamWebhook.js +70 -0
  1346. package/streamWebhook.js.map +1 -0
  1347. package/teamsAccount.d.ts +14 -257
  1348. package/teamsAccount.js +14 -97
  1349. package/teamsAccount.js.map +1 -1
  1350. package/teamsList.d.ts +38 -46
  1351. package/teamsList.js +22 -16
  1352. package/teamsList.js.map +1 -1
  1353. package/teamsLocation.d.ts +69 -66
  1354. package/teamsLocation.js +43 -17
  1355. package/teamsLocation.js.map +1 -1
  1356. package/teamsProxyEndpoint.d.ts +20 -26
  1357. package/teamsProxyEndpoint.js +16 -9
  1358. package/teamsProxyEndpoint.js.map +1 -1
  1359. package/teamsRule.d.ts +92 -68
  1360. package/teamsRule.js +18 -28
  1361. package/teamsRule.js.map +1 -1
  1362. package/tieredCache.d.ts +37 -15
  1363. package/tieredCache.js +17 -10
  1364. package/tieredCache.js.map +1 -1
  1365. package/totalTls.d.ts +26 -15
  1366. package/totalTls.js +6 -6
  1367. package/totalTls.js.map +1 -1
  1368. package/tunnel.d.ts +106 -33
  1369. package/tunnel.js +36 -19
  1370. package/tunnel.js.map +1 -1
  1371. package/tunnelConfig.d.ts +39 -76
  1372. package/tunnelConfig.js +14 -69
  1373. package/tunnelConfig.js.map +1 -1
  1374. package/tunnelRoute.d.ts +49 -19
  1375. package/tunnelRoute.js +26 -4
  1376. package/tunnelRoute.js.map +1 -1
  1377. package/tunnelVirtualNetwork.d.ts +49 -22
  1378. package/tunnelVirtualNetwork.js +19 -10
  1379. package/tunnelVirtualNetwork.js.map +1 -1
  1380. package/turnstileWidget.d.ts +91 -26
  1381. package/turnstileWidget.js +23 -10
  1382. package/turnstileWidget.js.map +1 -1
  1383. package/types/input.d.ts +11346 -4341
  1384. package/types/output.d.ts +28447 -4805
  1385. package/urlNormalizationSettings.d.ts +18 -8
  1386. package/urlNormalizationSettings.js +9 -5
  1387. package/urlNormalizationSettings.js.map +1 -1
  1388. package/user.d.ts +112 -0
  1389. package/user.js +73 -0
  1390. package/user.js.map +1 -0
  1391. package/userAgentBlockingRule.d.ts +23 -52
  1392. package/userAgentBlockingRule.js +7 -35
  1393. package/userAgentBlockingRule.js.map +1 -1
  1394. package/waitingRoom.d.ts +428 -94
  1395. package/waitingRoom.js +41 -22
  1396. package/waitingRoom.js.map +1 -1
  1397. package/waitingRoomEvent.d.ts +62 -78
  1398. package/waitingRoomEvent.js +17 -12
  1399. package/waitingRoomEvent.js.map +1 -1
  1400. package/waitingRoomRules.d.ts +51 -35
  1401. package/waitingRoomRules.js +25 -20
  1402. package/waitingRoomRules.js.map +1 -1
  1403. package/waitingRoomSettings.d.ts +16 -12
  1404. package/waitingRoomSettings.js +3 -5
  1405. package/waitingRoomSettings.js.map +1 -1
  1406. package/web3Hostname.d.ts +28 -16
  1407. package/web3Hostname.js +20 -1
  1408. package/web3Hostname.js.map +1 -1
  1409. package/webAnalyticsRule.d.ts +27 -56
  1410. package/webAnalyticsRule.js +10 -33
  1411. package/webAnalyticsRule.js.map +1 -1
  1412. package/webAnalyticsSite.d.ts +59 -30
  1413. package/webAnalyticsSite.js +15 -13
  1414. package/webAnalyticsSite.js.map +1 -1
  1415. package/workerCronTrigger.d.ts +15 -46
  1416. package/workerCronTrigger.js +8 -28
  1417. package/workerCronTrigger.js.map +1 -1
  1418. package/workerDomain.d.ts +32 -22
  1419. package/workerDomain.js +19 -8
  1420. package/workerDomain.js.map +1 -1
  1421. package/workerScript.d.ts +192 -124
  1422. package/workerScript.js +46 -85
  1423. package/workerScript.js.map +1 -1
  1424. package/workerSecret.d.ts +53 -23
  1425. package/workerSecret.js +25 -14
  1426. package/workerSecret.js.map +1 -1
  1427. package/workersCronTrigger.d.ts +12 -46
  1428. package/workersCronTrigger.js +3 -28
  1429. package/workersCronTrigger.js.map +1 -1
  1430. package/workersCustomDomain.d.ts +126 -0
  1431. package/{workersDomain.js → workersCustomDomain.js} +24 -18
  1432. package/workersCustomDomain.js.map +1 -0
  1433. package/workersDeployment.d.ts +97 -0
  1434. package/workersDeployment.js +86 -0
  1435. package/workersDeployment.js.map +1 -0
  1436. package/workersForPlatformsDispatchNamespace.d.ts +68 -25
  1437. package/workersForPlatformsDispatchNamespace.js +20 -20
  1438. package/workersForPlatformsDispatchNamespace.js.map +1 -1
  1439. package/workersForPlatformsNamespace.d.ts +71 -25
  1440. package/workersForPlatformsNamespace.js +25 -20
  1441. package/workersForPlatformsNamespace.js.map +1 -1
  1442. package/workersKv.d.ts +34 -27
  1443. package/workersKv.js +13 -16
  1444. package/workersKv.js.map +1 -1
  1445. package/workersKvNamespace.d.ts +18 -12
  1446. package/workersKvNamespace.js +6 -6
  1447. package/workersKvNamespace.js.map +1 -1
  1448. package/workersRoute.d.ts +36 -29
  1449. package/workersRoute.js +14 -16
  1450. package/workersRoute.js.map +1 -1
  1451. package/workersScript.d.ts +189 -124
  1452. package/workersScript.js +41 -85
  1453. package/workersScript.js.map +1 -1
  1454. package/workersScriptSubdomain.d.ts +99 -0
  1455. package/workersScriptSubdomain.js +79 -0
  1456. package/workersScriptSubdomain.js.map +1 -0
  1457. package/workersSecret.d.ts +50 -23
  1458. package/workersSecret.js +20 -14
  1459. package/workersSecret.js.map +1 -1
  1460. package/zeroTrustAccessApplication.d.ts +129 -166
  1461. package/zeroTrustAccessApplication.js +10 -12
  1462. package/zeroTrustAccessApplication.js.map +1 -1
  1463. package/zeroTrustAccessCustomPage.d.ts +42 -35
  1464. package/zeroTrustAccessCustomPage.js +26 -10
  1465. package/zeroTrustAccessCustomPage.js.map +1 -1
  1466. package/zeroTrustAccessGroup.d.ts +88 -18
  1467. package/zeroTrustAccessGroup.js +35 -9
  1468. package/zeroTrustAccessGroup.js.map +1 -1
  1469. package/zeroTrustAccessIdentityProvider.d.ts +28 -86
  1470. package/zeroTrustAccessIdentityProvider.js +10 -66
  1471. package/zeroTrustAccessIdentityProvider.js.map +1 -1
  1472. package/zeroTrustAccessInfrastructureTarget.d.ts +128 -0
  1473. package/{zeroTrustInfrastructureAccessTarget.js → zeroTrustAccessInfrastructureTarget.js} +18 -30
  1474. package/zeroTrustAccessInfrastructureTarget.js.map +1 -0
  1475. package/zeroTrustAccessKeyConfiguration.d.ts +95 -0
  1476. package/zeroTrustAccessKeyConfiguration.js +82 -0
  1477. package/zeroTrustAccessKeyConfiguration.js.map +1 -0
  1478. package/zeroTrustAccessMtlsCertificate.d.ts +38 -42
  1479. package/zeroTrustAccessMtlsCertificate.js +21 -26
  1480. package/zeroTrustAccessMtlsCertificate.js.map +1 -1
  1481. package/zeroTrustAccessMtlsHostnameSettings.d.ts +33 -39
  1482. package/zeroTrustAccessMtlsHostnameSettings.js +11 -30
  1483. package/zeroTrustAccessMtlsHostnameSettings.js.map +1 -1
  1484. package/zeroTrustAccessPolicy.d.ts +68 -88
  1485. package/zeroTrustAccessPolicy.js +17 -19
  1486. package/zeroTrustAccessPolicy.js.map +1 -1
  1487. package/zeroTrustAccessServiceToken.d.ts +34 -35
  1488. package/zeroTrustAccessServiceToken.js +20 -12
  1489. package/zeroTrustAccessServiceToken.js.map +1 -1
  1490. package/zeroTrustAccessShortLivedCertificate.d.ts +22 -46
  1491. package/zeroTrustAccessShortLivedCertificate.js +10 -32
  1492. package/zeroTrustAccessShortLivedCertificate.js.map +1 -1
  1493. package/zeroTrustAccessTag.d.ts +31 -28
  1494. package/zeroTrustAccessTag.js +27 -5
  1495. package/zeroTrustAccessTag.js.map +1 -1
  1496. package/zeroTrustDeviceCustomProfile.d.ts +356 -0
  1497. package/{deviceSettingsPolicy.js → zeroTrustDeviceCustomProfile.js} +66 -35
  1498. package/zeroTrustDeviceCustomProfile.js.map +1 -0
  1499. package/zeroTrustDeviceCustomProfileLocalDomainFallback.d.ts +89 -0
  1500. package/zeroTrustDeviceCustomProfileLocalDomainFallback.js +79 -0
  1501. package/zeroTrustDeviceCustomProfileLocalDomainFallback.js.map +1 -0
  1502. package/zeroTrustDeviceDefaultProfile.d.ts +263 -0
  1503. package/{zeroTrustDeviceProfiles.js → zeroTrustDeviceDefaultProfile.js} +48 -48
  1504. package/zeroTrustDeviceDefaultProfile.js.map +1 -0
  1505. package/zeroTrustDeviceDefaultProfileCertificates.d.ts +64 -0
  1506. package/{zeroTrustDeviceCertificates.js → zeroTrustDeviceDefaultProfileCertificates.js} +12 -22
  1507. package/zeroTrustDeviceDefaultProfileCertificates.js.map +1 -0
  1508. package/zeroTrustDeviceDefaultProfileLocalDomainFallback.d.ts +71 -0
  1509. package/{fallbackDomain.js → zeroTrustDeviceDefaultProfileLocalDomainFallback.js} +17 -24
  1510. package/zeroTrustDeviceDefaultProfileLocalDomainFallback.js.map +1 -0
  1511. package/zeroTrustDeviceManagedNetworks.d.ts +21 -36
  1512. package/zeroTrustDeviceManagedNetworks.js +5 -18
  1513. package/zeroTrustDeviceManagedNetworks.js.map +1 -1
  1514. package/zeroTrustDevicePostureIntegration.d.ts +21 -52
  1515. package/zeroTrustDevicePostureIntegration.js +11 -27
  1516. package/zeroTrustDevicePostureIntegration.js.map +1 -1
  1517. package/zeroTrustDevicePostureRule.d.ts +31 -55
  1518. package/zeroTrustDevicePostureRule.js +8 -30
  1519. package/zeroTrustDevicePostureRule.js.map +1 -1
  1520. package/zeroTrustDexTest.d.ts +38 -36
  1521. package/zeroTrustDexTest.js +22 -17
  1522. package/zeroTrustDexTest.js.map +1 -1
  1523. package/zeroTrustDlpCustomProfile.d.ts +148 -0
  1524. package/zeroTrustDlpCustomProfile.js +91 -0
  1525. package/zeroTrustDlpCustomProfile.js.map +1 -0
  1526. package/zeroTrustDlpDataset.d.ts +138 -0
  1527. package/zeroTrustDlpDataset.js +99 -0
  1528. package/zeroTrustDlpDataset.js.map +1 -0
  1529. package/zeroTrustDlpEntry.d.ts +100 -0
  1530. package/zeroTrustDlpEntry.js +109 -0
  1531. package/zeroTrustDlpEntry.js.map +1 -0
  1532. package/zeroTrustDlpPredefinedProfile.d.ts +152 -0
  1533. package/zeroTrustDlpPredefinedProfile.js +119 -0
  1534. package/zeroTrustDlpPredefinedProfile.js.map +1 -0
  1535. package/zeroTrustDnsLocation.d.ts +66 -66
  1536. package/zeroTrustDnsLocation.js +38 -17
  1537. package/zeroTrustDnsLocation.js.map +1 -1
  1538. package/zeroTrustGatewayCertificate.d.ts +64 -50
  1539. package/zeroTrustGatewayCertificate.js +29 -10
  1540. package/zeroTrustGatewayCertificate.js.map +1 -1
  1541. package/zeroTrustGatewayLogging.d.ts +83 -0
  1542. package/{zeroTrustSplitTunnel.js → zeroTrustGatewayLogging.js} +30 -24
  1543. package/zeroTrustGatewayLogging.js.map +1 -0
  1544. package/zeroTrustGatewayPolicy.d.ts +89 -68
  1545. package/zeroTrustGatewayPolicy.js +13 -28
  1546. package/zeroTrustGatewayPolicy.js.map +1 -1
  1547. package/zeroTrustGatewayProxyEndpoint.d.ts +17 -26
  1548. package/zeroTrustGatewayProxyEndpoint.js +11 -9
  1549. package/zeroTrustGatewayProxyEndpoint.js.map +1 -1
  1550. package/zeroTrustGatewaySettings.d.ts +11 -257
  1551. package/zeroTrustGatewaySettings.js +9 -97
  1552. package/zeroTrustGatewaySettings.js.map +1 -1
  1553. package/zeroTrustList.d.ts +35 -46
  1554. package/zeroTrustList.js +17 -16
  1555. package/zeroTrustList.js.map +1 -1
  1556. package/zeroTrustLocalFallbackDomain.d.ts +37 -16
  1557. package/zeroTrustLocalFallbackDomain.js +23 -4
  1558. package/zeroTrustLocalFallbackDomain.js.map +1 -1
  1559. package/{zeroTrustAccessOrganization.d.ts → zeroTrustOrganization.d.ts} +47 -61
  1560. package/{zeroTrustAccessOrganization.js → zeroTrustOrganization.js} +19 -19
  1561. package/zeroTrustOrganization.js.map +1 -0
  1562. package/zeroTrustRiskBehavior.d.ts +25 -22
  1563. package/zeroTrustRiskBehavior.js +21 -1
  1564. package/zeroTrustRiskBehavior.js.map +1 -1
  1565. package/zeroTrustRiskScoringIntegration.d.ts +135 -0
  1566. package/{zeroTrustRiskScoreIntegration.js → zeroTrustRiskScoringIntegration.js} +33 -11
  1567. package/zeroTrustRiskScoringIntegration.js.map +1 -0
  1568. package/zeroTrustTunnelCloudflared.d.ts +103 -33
  1569. package/zeroTrustTunnelCloudflared.js +31 -19
  1570. package/zeroTrustTunnelCloudflared.js.map +1 -1
  1571. package/zeroTrustTunnelCloudflaredConfig.d.ts +36 -76
  1572. package/zeroTrustTunnelCloudflaredConfig.js +9 -69
  1573. package/zeroTrustTunnelCloudflaredConfig.js.map +1 -1
  1574. package/zeroTrustTunnelCloudflaredRoute.d.ts +134 -0
  1575. package/{zeroTrustTunnelRoute.js → zeroTrustTunnelCloudflaredRoute.js} +31 -14
  1576. package/zeroTrustTunnelCloudflaredRoute.js.map +1 -0
  1577. package/zeroTrustTunnelCloudflaredVirtualNetwork.d.ts +133 -0
  1578. package/{zeroTrustTunnelVirtualNetwork.js → zeroTrustTunnelCloudflaredVirtualNetwork.js} +24 -20
  1579. package/zeroTrustTunnelCloudflaredVirtualNetwork.js.map +1 -0
  1580. package/zone.d.ts +121 -70
  1581. package/zone.js +32 -21
  1582. package/zone.js.map +1 -1
  1583. package/zoneCacheReserve.d.ts +32 -19
  1584. package/zoneCacheReserve.js +10 -15
  1585. package/zoneCacheReserve.js.map +1 -1
  1586. package/zoneCacheVariants.d.ts +22 -173
  1587. package/zoneCacheVariants.js +12 -74
  1588. package/zoneCacheVariants.js.map +1 -1
  1589. package/zoneDnsSettings.d.ts +164 -0
  1590. package/zoneDnsSettings.js +73 -0
  1591. package/zoneDnsSettings.js.map +1 -0
  1592. package/zoneDnssec.d.ts +77 -33
  1593. package/zoneDnssec.js +13 -7
  1594. package/zoneDnssec.js.map +1 -1
  1595. package/zoneHold.d.ts +33 -28
  1596. package/zoneHold.js +3 -12
  1597. package/zoneHold.js.map +1 -1
  1598. package/zoneLockdown.d.ts +37 -41
  1599. package/zoneLockdown.js +12 -19
  1600. package/zoneLockdown.js.map +1 -1
  1601. package/zoneSetting.d.ts +107 -0
  1602. package/{workerRoute.js → zoneSetting.js} +26 -32
  1603. package/zoneSetting.js.map +1 -0
  1604. package/zoneSubscription.d.ts +80 -0
  1605. package/zoneSubscription.js +59 -0
  1606. package/zoneSubscription.js.map +1 -0
  1607. package/argo.d.ts +0 -101
  1608. package/argo.js.map +0 -1
  1609. package/contentScanning.d.ts +0 -82
  1610. package/contentScanning.js.map +0 -1
  1611. package/devicePolicyCertificates.d.ts +0 -83
  1612. package/devicePolicyCertificates.js.map +0 -1
  1613. package/deviceSettingsPolicy.d.ts +0 -304
  1614. package/deviceSettingsPolicy.js.map +0 -1
  1615. package/dlpProfile.d.ts +0 -213
  1616. package/dlpProfile.js +0 -157
  1617. package/dlpProfile.js.map +0 -1
  1618. package/fallbackDomain.d.ts +0 -79
  1619. package/fallbackDomain.js.map +0 -1
  1620. package/getAccessApplication.d.ts +0 -80
  1621. package/getAccessApplication.js +0 -36
  1622. package/getAccessApplication.js.map +0 -1
  1623. package/getAccessIdentityProvider.d.ts +0 -110
  1624. package/getAccessIdentityProvider.js +0 -74
  1625. package/getAccessIdentityProvider.js.map +0 -1
  1626. package/getApiTokenPermissionGroups.d.ts +0 -76
  1627. package/getApiTokenPermissionGroups.js +0 -50
  1628. package/getApiTokenPermissionGroups.js.map +0 -1
  1629. package/getDevicePostureRules.d.ts +0 -95
  1630. package/getDevicePostureRules.js +0 -58
  1631. package/getDevicePostureRules.js.map +0 -1
  1632. package/getDevices.d.ts +0 -64
  1633. package/getDevices.js.map +0 -1
  1634. package/getDlpDatasets.d.ts +0 -67
  1635. package/getDlpDatasets.js.map +0 -1
  1636. package/getGatewayAppTypes.d.ts +0 -67
  1637. package/getGatewayAppTypes.js.map +0 -1
  1638. package/getGatewayCategories.d.ts +0 -67
  1639. package/getGatewayCategories.js.map +0 -1
  1640. package/getInfrastructureAccessTargets.d.ts +0 -154
  1641. package/getInfrastructureAccessTargets.js +0 -70
  1642. package/getInfrastructureAccessTargets.js.map +0 -1
  1643. package/getOriginCaRootCertificate.d.ts +0 -70
  1644. package/getOriginCaRootCertificate.js +0 -54
  1645. package/getOriginCaRootCertificate.js.map +0 -1
  1646. package/getRecord.d.ts +0 -128
  1647. package/getRecord.js +0 -60
  1648. package/getRecord.js.map +0 -1
  1649. package/getTunnel.d.ts +0 -100
  1650. package/getTunnel.js.map +0 -1
  1651. package/getTunnelVirtualNetwork.d.ts +0 -84
  1652. package/getTunnelVirtualNetwork.js +0 -54
  1653. package/getTunnelVirtualNetwork.js.map +0 -1
  1654. package/getZeroTrustInfrastructureAccessTargets.d.ts +0 -154
  1655. package/getZeroTrustInfrastructureAccessTargets.js +0 -70
  1656. package/getZeroTrustInfrastructureAccessTargets.js.map +0 -1
  1657. package/getZeroTrustTunnelVirtualNetwork.d.ts +0 -60
  1658. package/getZeroTrustTunnelVirtualNetwork.js +0 -30
  1659. package/getZeroTrustTunnelVirtualNetwork.js.map +0 -1
  1660. package/greTunnel.d.ts +0 -198
  1661. package/greTunnel.js +0 -111
  1662. package/greTunnel.js.map +0 -1
  1663. package/hostnameTlsSettingCiphers.d.ts +0 -110
  1664. package/hostnameTlsSettingCiphers.js +0 -90
  1665. package/hostnameTlsSettingCiphers.js.map +0 -1
  1666. package/infrastructureAccessTarget.d.ts +0 -131
  1667. package/infrastructureAccessTarget.js +0 -107
  1668. package/infrastructureAccessTarget.js.map +0 -1
  1669. package/ipsecTunnel.d.ts +0 -282
  1670. package/ipsecTunnel.js +0 -127
  1671. package/ipsecTunnel.js.map +0 -1
  1672. package/magicFirewallRuleset.d.ts +0 -121
  1673. package/magicFirewallRuleset.js.map +0 -1
  1674. package/snippet.d.ts +0 -89
  1675. package/snippet.js.map +0 -1
  1676. package/splitTunnel.d.ts +0 -98
  1677. package/splitTunnel.js.map +0 -1
  1678. package/workerRoute.d.ts +0 -96
  1679. package/workerRoute.js.map +0 -1
  1680. package/workersDomain.d.ts +0 -119
  1681. package/workersDomain.js.map +0 -1
  1682. package/zeroTrustAccessOrganization.js.map +0 -1
  1683. package/zeroTrustDeviceCertificates.d.ts +0 -83
  1684. package/zeroTrustDeviceCertificates.js.map +0 -1
  1685. package/zeroTrustDeviceProfiles.d.ts +0 -303
  1686. package/zeroTrustDeviceProfiles.js.map +0 -1
  1687. package/zeroTrustDlpProfile.d.ts +0 -213
  1688. package/zeroTrustDlpProfile.js +0 -157
  1689. package/zeroTrustDlpProfile.js.map +0 -1
  1690. package/zeroTrustInfrastructureAccessTarget.d.ts +0 -131
  1691. package/zeroTrustInfrastructureAccessTarget.js.map +0 -1
  1692. package/zeroTrustKeyAccessKeyConfiguration.d.ts +0 -64
  1693. package/zeroTrustKeyAccessKeyConfiguration.js.map +0 -1
  1694. package/zeroTrustRiskScoreIntegration.d.ts +0 -107
  1695. package/zeroTrustRiskScoreIntegration.js.map +0 -1
  1696. package/zeroTrustSplitTunnel.d.ts +0 -90
  1697. package/zeroTrustSplitTunnel.js.map +0 -1
  1698. package/zeroTrustTunnelRoute.d.ts +0 -107
  1699. package/zeroTrustTunnelRoute.js.map +0 -1
  1700. package/zeroTrustTunnelVirtualNetwork.d.ts +0 -109
  1701. package/zeroTrustTunnelVirtualNetwork.js.map +0 -1
  1702. package/zoneSettingsOverride.d.ts +0 -110
  1703. package/zoneSettingsOverride.js +0 -111
  1704. package/zoneSettingsOverride.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustDlpProfile.js","sourceRoot":"","sources":["../zeroTrustDlpProfile.ts"],"names":[],"mappings":"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"}
@@ -1,131 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as inputs from "./types/input";
3
- import * as outputs from "./types/output";
4
- /**
5
- * The [Infrastructure Access Target](https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/#4-add-a-target) resource allows you to configure Infrastructure Access Targets for an account.
6
- *
7
- * ## Example Usage
8
- *
9
- * ```typescript
10
- * import * as pulumi from "@pulumi/pulumi";
11
- * import * as cloudflare from "@pulumi/cloudflare";
12
- *
13
- * const example = new cloudflare.ZeroTrustInfrastructureAccessTarget("example", {
14
- * accountId: "f037e56e89293a057740de681ac9abbe",
15
- * hostname: "example-target",
16
- * ip: {
17
- * ipv4: {
18
- * ipAddr: "198.51.100.1",
19
- * virtualNetworkId: "238dccd1-149b-463d-8228-560ab83a54fd",
20
- * },
21
- * ipv6: {
22
- * ipAddr: "2001:db8::",
23
- * virtualNetworkId: "238dccd1-149b-463d-8228-560ab83a54fd",
24
- * },
25
- * },
26
- * });
27
- * const ipv4OnlyExample = new cloudflare.ZeroTrustInfrastructureAccessTarget("ipv4_only_example", {
28
- * accountId: "f037e56e89293a057740de681ac9abbe",
29
- * hostname: "example-ipv4-only",
30
- * ip: {
31
- * ipv4: {
32
- * ipAddr: "198.51.100.1",
33
- * virtualNetworkId: "238dccd1-149b-463d-8228-560ab83a54fd",
34
- * },
35
- * },
36
- * });
37
- * ```
38
- *
39
- * ## Import
40
- *
41
- * ```sh
42
- * $ pulumi import cloudflare:index/zeroTrustInfrastructureAccessTarget:ZeroTrustInfrastructureAccessTarget example <account_id>
43
- * ```
44
- */
45
- export declare class ZeroTrustInfrastructureAccessTarget extends pulumi.CustomResource {
46
- /**
47
- * Get an existing ZeroTrustInfrastructureAccessTarget resource's state with the given name, ID, and optional extra
48
- * properties used to qualify the lookup.
49
- *
50
- * @param name The _unique_ name of the resulting resource.
51
- * @param id The _unique_ provider ID of the resource to lookup.
52
- * @param state Any extra arguments used during the lookup.
53
- * @param opts Optional settings to control the behavior of the CustomResource.
54
- */
55
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustInfrastructureAccessTargetState, opts?: pulumi.CustomResourceOptions): ZeroTrustInfrastructureAccessTarget;
56
- /**
57
- * Returns true if the given object is an instance of ZeroTrustInfrastructureAccessTarget. This is designed to work even
58
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
59
- */
60
- static isInstance(obj: any): obj is ZeroTrustInfrastructureAccessTarget;
61
- /**
62
- * The account identifier to target for the resource.
63
- */
64
- readonly accountId: pulumi.Output<string>;
65
- /**
66
- * The date and time at which the target was created.
67
- */
68
- readonly createdAt: pulumi.Output<string>;
69
- /**
70
- * A non-unique field that refers to a target.
71
- */
72
- readonly hostname: pulumi.Output<string>;
73
- /**
74
- * The IPv4/IPv6 address that identifies where to reach a target.
75
- */
76
- readonly ip: pulumi.Output<outputs.ZeroTrustInfrastructureAccessTargetIp>;
77
- /**
78
- * The date and time at which the target was last modified.
79
- */
80
- readonly modifiedAt: pulumi.Output<string>;
81
- /**
82
- * Create a ZeroTrustInfrastructureAccessTarget resource with the given unique name, arguments, and options.
83
- *
84
- * @param name The _unique_ name of the resource.
85
- * @param args The arguments to use to populate this resource's properties.
86
- * @param opts A bag of options that control this resource's behavior.
87
- */
88
- constructor(name: string, args: ZeroTrustInfrastructureAccessTargetArgs, opts?: pulumi.CustomResourceOptions);
89
- }
90
- /**
91
- * Input properties used for looking up and filtering ZeroTrustInfrastructureAccessTarget resources.
92
- */
93
- export interface ZeroTrustInfrastructureAccessTargetState {
94
- /**
95
- * The account identifier to target for the resource.
96
- */
97
- accountId?: pulumi.Input<string>;
98
- /**
99
- * The date and time at which the target was created.
100
- */
101
- createdAt?: pulumi.Input<string>;
102
- /**
103
- * A non-unique field that refers to a target.
104
- */
105
- hostname?: pulumi.Input<string>;
106
- /**
107
- * The IPv4/IPv6 address that identifies where to reach a target.
108
- */
109
- ip?: pulumi.Input<inputs.ZeroTrustInfrastructureAccessTargetIp>;
110
- /**
111
- * The date and time at which the target was last modified.
112
- */
113
- modifiedAt?: pulumi.Input<string>;
114
- }
115
- /**
116
- * The set of arguments for constructing a ZeroTrustInfrastructureAccessTarget resource.
117
- */
118
- export interface ZeroTrustInfrastructureAccessTargetArgs {
119
- /**
120
- * The account identifier to target for the resource.
121
- */
122
- accountId: pulumi.Input<string>;
123
- /**
124
- * A non-unique field that refers to a target.
125
- */
126
- hostname: pulumi.Input<string>;
127
- /**
128
- * The IPv4/IPv6 address that identifies where to reach a target.
129
- */
130
- ip: pulumi.Input<inputs.ZeroTrustInfrastructureAccessTargetIp>;
131
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustInfrastructureAccessTarget.js","sourceRoot":"","sources":["../zeroTrustInfrastructureAccessTarget.ts"],"names":[],"mappings":"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"}
@@ -1,64 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Access Keys Configuration defines the rotation policy for the keys
4
- * that access will use to sign data.
5
- */
6
- export declare class ZeroTrustKeyAccessKeyConfiguration extends pulumi.CustomResource {
7
- /**
8
- * Get an existing ZeroTrustKeyAccessKeyConfiguration resource's state with the given name, ID, and optional extra
9
- * properties used to qualify the lookup.
10
- *
11
- * @param name The _unique_ name of the resulting resource.
12
- * @param id The _unique_ provider ID of the resource to lookup.
13
- * @param state Any extra arguments used during the lookup.
14
- * @param opts Optional settings to control the behavior of the CustomResource.
15
- */
16
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustKeyAccessKeyConfigurationState, opts?: pulumi.CustomResourceOptions): ZeroTrustKeyAccessKeyConfiguration;
17
- /**
18
- * Returns true if the given object is an instance of ZeroTrustKeyAccessKeyConfiguration. This is designed to work even
19
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
- */
21
- static isInstance(obj: any): obj is ZeroTrustKeyAccessKeyConfiguration;
22
- /**
23
- * The account identifier to target for the resource.
24
- */
25
- readonly accountId: pulumi.Output<string>;
26
- /**
27
- * Number of days to trigger a rotation of the keys.
28
- */
29
- readonly keyRotationIntervalDays: pulumi.Output<number>;
30
- /**
31
- * Create a ZeroTrustKeyAccessKeyConfiguration resource with the given unique name, arguments, and options.
32
- *
33
- * @param name The _unique_ name of the resource.
34
- * @param args The arguments to use to populate this resource's properties.
35
- * @param opts A bag of options that control this resource's behavior.
36
- */
37
- constructor(name: string, args: ZeroTrustKeyAccessKeyConfigurationArgs, opts?: pulumi.CustomResourceOptions);
38
- }
39
- /**
40
- * Input properties used for looking up and filtering ZeroTrustKeyAccessKeyConfiguration resources.
41
- */
42
- export interface ZeroTrustKeyAccessKeyConfigurationState {
43
- /**
44
- * The account identifier to target for the resource.
45
- */
46
- accountId?: pulumi.Input<string>;
47
- /**
48
- * Number of days to trigger a rotation of the keys.
49
- */
50
- keyRotationIntervalDays?: pulumi.Input<number>;
51
- }
52
- /**
53
- * The set of arguments for constructing a ZeroTrustKeyAccessKeyConfiguration resource.
54
- */
55
- export interface ZeroTrustKeyAccessKeyConfigurationArgs {
56
- /**
57
- * The account identifier to target for the resource.
58
- */
59
- accountId: pulumi.Input<string>;
60
- /**
61
- * Number of days to trigger a rotation of the keys.
62
- */
63
- keyRotationIntervalDays?: pulumi.Input<number>;
64
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustKeyAccessKeyConfiguration.js","sourceRoot":"","sources":["../zeroTrustKeyAccessKeyConfiguration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;GAGG;AACH,MAAa,kCAAmC,SAAQ,MAAM,CAAC,cAAc;IACzE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+C,EAAE,IAAmC;QAC7I,OAAO,IAAI,kCAAkC,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kCAAkC,CAAC,YAAY,CAAC;IACnF,CAAC;IAmBD,YAAY,IAAY,EAAE,WAA8F,EAAE,IAAmC;QACzJ,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkE,CAAC;YACjF,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,yBAAyB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;SACjG;aAAM;YACH,MAAM,IAAI,GAAG,WAAiE,CAAC;YAC/E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,uBAAuB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kCAAkC,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvF,CAAC;;AA9DL,gFA+DC;AAjDG,gBAAgB;AACO,+CAAY,GAAG,wFAAwF,CAAC"}
@@ -1,107 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * The [Risk Score Integration](https://developers.cloudflare.com/cloudflare-one/insights/risk-score/#send-risk-score-to-okta) resource allows you to transmit changes in User Risk Score to a specified vendor such as Okta.
4
- */
5
- export declare class ZeroTrustRiskScoreIntegration extends pulumi.CustomResource {
6
- /**
7
- * Get an existing ZeroTrustRiskScoreIntegration resource's state with the given name, ID, and optional extra
8
- * properties used to qualify the lookup.
9
- *
10
- * @param name The _unique_ name of the resulting resource.
11
- * @param id The _unique_ provider ID of the resource to lookup.
12
- * @param state Any extra arguments used during the lookup.
13
- * @param opts Optional settings to control the behavior of the CustomResource.
14
- */
15
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustRiskScoreIntegrationState, opts?: pulumi.CustomResourceOptions): ZeroTrustRiskScoreIntegration;
16
- /**
17
- * Returns true if the given object is an instance of ZeroTrustRiskScoreIntegration. This is designed to work even
18
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
19
- */
20
- static isInstance(obj: any): obj is ZeroTrustRiskScoreIntegration;
21
- /**
22
- * The account identifier to target for the resource.
23
- */
24
- readonly accountId: pulumi.Output<string>;
25
- /**
26
- * Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
27
- */
28
- readonly active: pulumi.Output<boolean>;
29
- /**
30
- * The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
31
- */
32
- readonly integrationType: pulumi.Output<string>;
33
- /**
34
- * A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
35
- */
36
- readonly referenceId: pulumi.Output<string>;
37
- /**
38
- * The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
39
- */
40
- readonly tenantUrl: pulumi.Output<string>;
41
- /**
42
- * The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integration*uuid}/'. https://openid.net/specs/openid-sse-framework-1*0.html#rfc.section.6.2.1
43
- */
44
- readonly wellKnownUrl: pulumi.Output<string>;
45
- /**
46
- * Create a ZeroTrustRiskScoreIntegration resource with the given unique name, arguments, and options.
47
- *
48
- * @param name The _unique_ name of the resource.
49
- * @param args The arguments to use to populate this resource's properties.
50
- * @param opts A bag of options that control this resource's behavior.
51
- */
52
- constructor(name: string, args: ZeroTrustRiskScoreIntegrationArgs, opts?: pulumi.CustomResourceOptions);
53
- }
54
- /**
55
- * Input properties used for looking up and filtering ZeroTrustRiskScoreIntegration resources.
56
- */
57
- export interface ZeroTrustRiskScoreIntegrationState {
58
- /**
59
- * The account identifier to target for the resource.
60
- */
61
- accountId?: pulumi.Input<string>;
62
- /**
63
- * Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
64
- */
65
- active?: pulumi.Input<boolean>;
66
- /**
67
- * The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
68
- */
69
- integrationType?: pulumi.Input<string>;
70
- /**
71
- * A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
72
- */
73
- referenceId?: pulumi.Input<string>;
74
- /**
75
- * The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
76
- */
77
- tenantUrl?: pulumi.Input<string>;
78
- /**
79
- * The URL for the Shared Signals Framework configuration, e.g. '/.well-known/sse-configuration/{integration*uuid}/'. https://openid.net/specs/openid-sse-framework-1*0.html#rfc.section.6.2.1
80
- */
81
- wellKnownUrl?: pulumi.Input<string>;
82
- }
83
- /**
84
- * The set of arguments for constructing a ZeroTrustRiskScoreIntegration resource.
85
- */
86
- export interface ZeroTrustRiskScoreIntegrationArgs {
87
- /**
88
- * The account identifier to target for the resource.
89
- */
90
- accountId: pulumi.Input<string>;
91
- /**
92
- * Whether this integration is enabled. If disabled, no risk changes will be exported to the third-party.
93
- */
94
- active?: pulumi.Input<boolean>;
95
- /**
96
- * The type of integration, e.g. 'Okta'. Full list of allowed values can be found here: https://developers.cloudflare.com/api/operations/dlp-zt-risk-score-integration-create#request-body
97
- */
98
- integrationType: pulumi.Input<string>;
99
- /**
100
- * A reference id that can be supplied by the client. Currently this should be set to the Access-Okta IDP ID (a UUIDv4). If omitted, a random UUIDv4 is used. https://developers.cloudflare.com/api/operations/access-identity-providers-get-an-access-identity-provider
101
- */
102
- referenceId?: pulumi.Input<string>;
103
- /**
104
- * The base url of the tenant, e.g. 'https://tenant.okta.com'. Must be your Okta Tenant URL and not your custom domain.
105
- */
106
- tenantUrl: pulumi.Input<string>;
107
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustRiskScoreIntegration.js","sourceRoot":"","sources":["../zeroTrustRiskScoreIntegration.ts"],"names":[],"mappings":"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"}
@@ -1,90 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- import * as inputs from "./types/input";
3
- import * as outputs from "./types/output";
4
- /**
5
- * Provides a Cloudflare Split Tunnel resource. Split tunnels are used to either
6
- * include or exclude lists of routes from the WARP client's tunnel.
7
- */
8
- export declare class ZeroTrustSplitTunnel extends pulumi.CustomResource {
9
- /**
10
- * Get an existing ZeroTrustSplitTunnel resource's state with the given name, ID, and optional extra
11
- * properties used to qualify the lookup.
12
- *
13
- * @param name The _unique_ name of the resulting resource.
14
- * @param id The _unique_ provider ID of the resource to lookup.
15
- * @param state Any extra arguments used during the lookup.
16
- * @param opts Optional settings to control the behavior of the CustomResource.
17
- */
18
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustSplitTunnelState, opts?: pulumi.CustomResourceOptions): ZeroTrustSplitTunnel;
19
- /**
20
- * Returns true if the given object is an instance of ZeroTrustSplitTunnel. This is designed to work even
21
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
22
- */
23
- static isInstance(obj: any): obj is ZeroTrustSplitTunnel;
24
- /**
25
- * The account identifier to target for the resource.
26
- */
27
- readonly accountId: pulumi.Output<string>;
28
- /**
29
- * The mode of the split tunnel policy. Available values: `include`, `exclude`.
30
- */
31
- readonly mode: pulumi.Output<string>;
32
- /**
33
- * The settings policy for which to configure this split tunnel policy.
34
- */
35
- readonly policyId: pulumi.Output<string | undefined>;
36
- /**
37
- * The value of the tunnel attributes.
38
- */
39
- readonly tunnels: pulumi.Output<outputs.ZeroTrustSplitTunnelTunnel[]>;
40
- /**
41
- * Create a ZeroTrustSplitTunnel resource with the given unique name, arguments, and options.
42
- *
43
- * @param name The _unique_ name of the resource.
44
- * @param args The arguments to use to populate this resource's properties.
45
- * @param opts A bag of options that control this resource's behavior.
46
- */
47
- constructor(name: string, args: ZeroTrustSplitTunnelArgs, opts?: pulumi.CustomResourceOptions);
48
- }
49
- /**
50
- * Input properties used for looking up and filtering ZeroTrustSplitTunnel resources.
51
- */
52
- export interface ZeroTrustSplitTunnelState {
53
- /**
54
- * The account identifier to target for the resource.
55
- */
56
- accountId?: pulumi.Input<string>;
57
- /**
58
- * The mode of the split tunnel policy. Available values: `include`, `exclude`.
59
- */
60
- mode?: pulumi.Input<string>;
61
- /**
62
- * The settings policy for which to configure this split tunnel policy.
63
- */
64
- policyId?: pulumi.Input<string>;
65
- /**
66
- * The value of the tunnel attributes.
67
- */
68
- tunnels?: pulumi.Input<pulumi.Input<inputs.ZeroTrustSplitTunnelTunnel>[]>;
69
- }
70
- /**
71
- * The set of arguments for constructing a ZeroTrustSplitTunnel resource.
72
- */
73
- export interface ZeroTrustSplitTunnelArgs {
74
- /**
75
- * The account identifier to target for the resource.
76
- */
77
- accountId: pulumi.Input<string>;
78
- /**
79
- * The mode of the split tunnel policy. Available values: `include`, `exclude`.
80
- */
81
- mode: pulumi.Input<string>;
82
- /**
83
- * The settings policy for which to configure this split tunnel policy.
84
- */
85
- policyId?: pulumi.Input<string>;
86
- /**
87
- * The value of the tunnel attributes.
88
- */
89
- tunnels: pulumi.Input<pulumi.Input<inputs.ZeroTrustSplitTunnelTunnel>[]>;
90
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustSplitTunnel.js","sourceRoot":"","sources":["../zeroTrustSplitTunnel.ts"],"names":[],"mappings":"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"}
@@ -1,107 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Provides a resource, that manages Cloudflare tunnel routes for Zero
4
- * Trust. Tunnel routes are used to direct IP traffic through
5
- * Cloudflare Tunnels.
6
- *
7
- * ## Import
8
- *
9
- * ```sh
10
- * $ pulumi import cloudflare:index/zeroTrustTunnelRoute:ZeroTrustTunnelRoute example <account_id>/<network_cidr>/<virtual_network_id>
11
- * ```
12
- */
13
- export declare class ZeroTrustTunnelRoute extends pulumi.CustomResource {
14
- /**
15
- * Get an existing ZeroTrustTunnelRoute resource's state with the given name, ID, and optional extra
16
- * properties used to qualify the lookup.
17
- *
18
- * @param name The _unique_ name of the resulting resource.
19
- * @param id The _unique_ provider ID of the resource to lookup.
20
- * @param state Any extra arguments used during the lookup.
21
- * @param opts Optional settings to control the behavior of the CustomResource.
22
- */
23
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustTunnelRouteState, opts?: pulumi.CustomResourceOptions): ZeroTrustTunnelRoute;
24
- /**
25
- * Returns true if the given object is an instance of ZeroTrustTunnelRoute. This is designed to work even
26
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
- */
28
- static isInstance(obj: any): obj is ZeroTrustTunnelRoute;
29
- /**
30
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
31
- */
32
- readonly accountId: pulumi.Output<string>;
33
- /**
34
- * Description of the tunnel route.
35
- */
36
- readonly comment: pulumi.Output<string | undefined>;
37
- /**
38
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
39
- */
40
- readonly network: pulumi.Output<string>;
41
- /**
42
- * The ID of the tunnel that will service the tunnel route.
43
- */
44
- readonly tunnelId: pulumi.Output<string>;
45
- /**
46
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if none is provided. **Modifying this attribute will force creation of a new resource.**
47
- */
48
- readonly virtualNetworkId: pulumi.Output<string | undefined>;
49
- /**
50
- * Create a ZeroTrustTunnelRoute resource with the given unique name, arguments, and options.
51
- *
52
- * @param name The _unique_ name of the resource.
53
- * @param args The arguments to use to populate this resource's properties.
54
- * @param opts A bag of options that control this resource's behavior.
55
- */
56
- constructor(name: string, args: ZeroTrustTunnelRouteArgs, opts?: pulumi.CustomResourceOptions);
57
- }
58
- /**
59
- * Input properties used for looking up and filtering ZeroTrustTunnelRoute resources.
60
- */
61
- export interface ZeroTrustTunnelRouteState {
62
- /**
63
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
64
- */
65
- accountId?: pulumi.Input<string>;
66
- /**
67
- * Description of the tunnel route.
68
- */
69
- comment?: pulumi.Input<string>;
70
- /**
71
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
72
- */
73
- network?: pulumi.Input<string>;
74
- /**
75
- * The ID of the tunnel that will service the tunnel route.
76
- */
77
- tunnelId?: pulumi.Input<string>;
78
- /**
79
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if none is provided. **Modifying this attribute will force creation of a new resource.**
80
- */
81
- virtualNetworkId?: pulumi.Input<string>;
82
- }
83
- /**
84
- * The set of arguments for constructing a ZeroTrustTunnelRoute resource.
85
- */
86
- export interface ZeroTrustTunnelRouteArgs {
87
- /**
88
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
89
- */
90
- accountId: pulumi.Input<string>;
91
- /**
92
- * Description of the tunnel route.
93
- */
94
- comment?: pulumi.Input<string>;
95
- /**
96
- * The IPv4 or IPv6 network that should use this tunnel route, in CIDR notation.
97
- */
98
- network: pulumi.Input<string>;
99
- /**
100
- * The ID of the tunnel that will service the tunnel route.
101
- */
102
- tunnelId: pulumi.Input<string>;
103
- /**
104
- * The ID of the virtual network for which this route is being added; uses the default virtual network of the account if none is provided. **Modifying this attribute will force creation of a new resource.**
105
- */
106
- virtualNetworkId?: pulumi.Input<string>;
107
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustTunnelRoute.js","sourceRoot":"","sources":["../zeroTrustTunnelRoute.ts"],"names":[],"mappings":"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"}
@@ -1,109 +0,0 @@
1
- import * as pulumi from "@pulumi/pulumi";
2
- /**
3
- * Provides a resource, that manages Cloudflare tunnel virtual networks
4
- * for Zero Trust. Tunnel virtual networks are used for segregation of
5
- * Tunnel IP Routes via Virtualized Networks to handle overlapping
6
- * private IPs in your origins.
7
- *
8
- * ## Example Usage
9
- *
10
- * ```typescript
11
- * import * as pulumi from "@pulumi/pulumi";
12
- * import * as cloudflare from "@pulumi/cloudflare";
13
- *
14
- * const example = new cloudflare.ZeroTrustTunnelVirtualNetwork("example", {
15
- * accountId: "f037e56e89293a057740de681ac9abbe",
16
- * name: "vnet-for-documentation",
17
- * comment: "New tunnel virtual network for documentation",
18
- * });
19
- * ```
20
- *
21
- * ## Import
22
- *
23
- * ```sh
24
- * $ pulumi import cloudflare:index/zeroTrustTunnelVirtualNetwork:ZeroTrustTunnelVirtualNetwork example <account_id>/<vnet_id>
25
- * ```
26
- */
27
- export declare class ZeroTrustTunnelVirtualNetwork extends pulumi.CustomResource {
28
- /**
29
- * Get an existing ZeroTrustTunnelVirtualNetwork resource's state with the given name, ID, and optional extra
30
- * properties used to qualify the lookup.
31
- *
32
- * @param name The _unique_ name of the resulting resource.
33
- * @param id The _unique_ provider ID of the resource to lookup.
34
- * @param state Any extra arguments used during the lookup.
35
- * @param opts Optional settings to control the behavior of the CustomResource.
36
- */
37
- static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ZeroTrustTunnelVirtualNetworkState, opts?: pulumi.CustomResourceOptions): ZeroTrustTunnelVirtualNetwork;
38
- /**
39
- * Returns true if the given object is an instance of ZeroTrustTunnelVirtualNetwork. This is designed to work even
40
- * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
- */
42
- static isInstance(obj: any): obj is ZeroTrustTunnelVirtualNetwork;
43
- /**
44
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
45
- */
46
- readonly accountId: pulumi.Output<string>;
47
- /**
48
- * Description of the tunnel virtual network.
49
- */
50
- readonly comment: pulumi.Output<string | undefined>;
51
- /**
52
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
53
- */
54
- readonly isDefaultNetwork: pulumi.Output<boolean | undefined>;
55
- /**
56
- * A user-friendly name chosen when the virtual network is created.
57
- */
58
- readonly name: pulumi.Output<string>;
59
- /**
60
- * Create a ZeroTrustTunnelVirtualNetwork resource with the given unique name, arguments, and options.
61
- *
62
- * @param name The _unique_ name of the resource.
63
- * @param args The arguments to use to populate this resource's properties.
64
- * @param opts A bag of options that control this resource's behavior.
65
- */
66
- constructor(name: string, args: ZeroTrustTunnelVirtualNetworkArgs, opts?: pulumi.CustomResourceOptions);
67
- }
68
- /**
69
- * Input properties used for looking up and filtering ZeroTrustTunnelVirtualNetwork resources.
70
- */
71
- export interface ZeroTrustTunnelVirtualNetworkState {
72
- /**
73
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
74
- */
75
- accountId?: pulumi.Input<string>;
76
- /**
77
- * Description of the tunnel virtual network.
78
- */
79
- comment?: pulumi.Input<string>;
80
- /**
81
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
82
- */
83
- isDefaultNetwork?: pulumi.Input<boolean>;
84
- /**
85
- * A user-friendly name chosen when the virtual network is created.
86
- */
87
- name?: pulumi.Input<string>;
88
- }
89
- /**
90
- * The set of arguments for constructing a ZeroTrustTunnelVirtualNetwork resource.
91
- */
92
- export interface ZeroTrustTunnelVirtualNetworkArgs {
93
- /**
94
- * The account identifier to target for the resource. **Modifying this attribute will force creation of a new resource.**
95
- */
96
- accountId: pulumi.Input<string>;
97
- /**
98
- * Description of the tunnel virtual network.
99
- */
100
- comment?: pulumi.Input<string>;
101
- /**
102
- * Whether this virtual network is the default one for the account. This means IP Routes belong to this virtual network and Teams Clients in the account route through this virtual network, unless specified otherwise for each case.
103
- */
104
- isDefaultNetwork?: pulumi.Input<boolean>;
105
- /**
106
- * A user-friendly name chosen when the virtual network is created.
107
- */
108
- name: pulumi.Input<string>;
109
- }
@@ -1 +0,0 @@
1
- {"version":3,"file":"zeroTrustTunnelVirtualNetwork.js","sourceRoot":"","sources":["../zeroTrustTunnelVirtualNetwork.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,6BAA8B,SAAQ,MAAM,CAAC,cAAc;IACpE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA0C,EAAE,IAAmC;QACxI,OAAO,IAAI,6BAA6B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACpF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,6BAA6B,CAAC,YAAY,CAAC;IAC9E,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAoF,EAAE,IAAmC;QAC/I,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA6D,CAAC;YAC5E,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,kBAAkB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAChF,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAA4D,CAAC;YAC1E,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACjD,MAAM,IAAI,KAAK,CAAC,kCAAkC,CAAC,CAAC;aACvD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,kBAAkB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAClF,CAAC;;AA7EL,sEA8EC;AAhEG,gBAAgB;AACO,0CAAY,GAAG,8EAA8E,CAAC"}