@pulumi/scm 0.1.0-alpha.1716293739

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 (585) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +49 -0
  3. package/addressGroup.d.ts +158 -0
  4. package/addressGroup.js +87 -0
  5. package/addressGroup.js.map +1 -0
  6. package/addressObject.d.ts +183 -0
  7. package/addressObject.js +88 -0
  8. package/addressObject.js.map +1 -0
  9. package/antiSpywareProfile.d.ts +184 -0
  10. package/antiSpywareProfile.js +83 -0
  11. package/antiSpywareProfile.js.map +1 -0
  12. package/antiSpywareSignature.d.ts +220 -0
  13. package/antiSpywareSignature.js +95 -0
  14. package/antiSpywareSignature.js.map +1 -0
  15. package/appOverrideRule.d.ts +266 -0
  16. package/appOverrideRule.js +118 -0
  17. package/appOverrideRule.js.map +1 -0
  18. package/application.d.ts +424 -0
  19. package/application.js +135 -0
  20. package/application.js.map +1 -0
  21. package/applicationFilter.d.ts +316 -0
  22. package/applicationFilter.js +105 -0
  23. package/applicationFilter.js.map +1 -0
  24. package/applicationGroup.d.ts +110 -0
  25. package/applicationGroup.js +74 -0
  26. package/applicationGroup.js.map +1 -0
  27. package/authenticationPortal.d.ts +170 -0
  28. package/authenticationPortal.js +81 -0
  29. package/authenticationPortal.js.map +1 -0
  30. package/authenticationProfile.d.ts +184 -0
  31. package/authenticationProfile.js +83 -0
  32. package/authenticationProfile.js.map +1 -0
  33. package/authenticationRule.d.ts +350 -0
  34. package/authenticationRule.js +111 -0
  35. package/authenticationRule.js.map +1 -0
  36. package/authenticationSequence.d.ts +122 -0
  37. package/authenticationSequence.js +73 -0
  38. package/authenticationSequence.js.map +1 -0
  39. package/certificateProfile.d.ts +244 -0
  40. package/certificateProfile.js +96 -0
  41. package/certificateProfile.js.map +1 -0
  42. package/config/index.d.ts +1 -0
  43. package/config/index.js +21 -0
  44. package/config/index.js.map +1 -0
  45. package/config/vars.d.ts +27 -0
  46. package/config/vars.js +43 -0
  47. package/config/vars.js.map +1 -0
  48. package/decryptionExclusion.d.ts +110 -0
  49. package/decryptionExclusion.js +71 -0
  50. package/decryptionExclusion.js.map +1 -0
  51. package/decryptionProfile.d.ts +148 -0
  52. package/decryptionProfile.js +77 -0
  53. package/decryptionProfile.js.map +1 -0
  54. package/decryptionRule.d.ts +352 -0
  55. package/decryptionRule.js +135 -0
  56. package/decryptionRule.js.map +1 -0
  57. package/dnsSecurityProfile.d.ts +124 -0
  58. package/dnsSecurityProfile.js +73 -0
  59. package/dnsSecurityProfile.js.map +1 -0
  60. package/dynamicUserGroup.d.ts +134 -0
  61. package/dynamicUserGroup.js +78 -0
  62. package/dynamicUserGroup.js.map +1 -0
  63. package/externalDynamicList.d.ts +124 -0
  64. package/externalDynamicList.js +78 -0
  65. package/externalDynamicList.js.map +1 -0
  66. package/fileBlockingProfile.d.ts +124 -0
  67. package/fileBlockingProfile.js +73 -0
  68. package/fileBlockingProfile.js.map +1 -0
  69. package/getAddressGroup.d.ts +80 -0
  70. package/getAddressGroup.js +47 -0
  71. package/getAddressGroup.js.map +1 -0
  72. package/getAddressGroupList.d.ts +132 -0
  73. package/getAddressGroupList.js +53 -0
  74. package/getAddressGroupList.js.map +1 -0
  75. package/getAddressObject.d.ts +91 -0
  76. package/getAddressObject.js +47 -0
  77. package/getAddressObject.js.map +1 -0
  78. package/getAddressObjectList.d.ts +132 -0
  79. package/getAddressObjectList.js +53 -0
  80. package/getAddressObjectList.js.map +1 -0
  81. package/getAntiSpywareProfile.d.ts +92 -0
  82. package/getAntiSpywareProfile.js +47 -0
  83. package/getAntiSpywareProfile.js.map +1 -0
  84. package/getAntiSpywareProfileList.d.ts +132 -0
  85. package/getAntiSpywareProfileList.js +53 -0
  86. package/getAntiSpywareProfileList.js.map +1 -0
  87. package/getAntiSpywareSignature.d.ts +104 -0
  88. package/getAntiSpywareSignature.js +47 -0
  89. package/getAntiSpywareSignature.js.map +1 -0
  90. package/getAntiSpywareSignatureList.d.ts +132 -0
  91. package/getAntiSpywareSignatureList.js +53 -0
  92. package/getAntiSpywareSignatureList.js.map +1 -0
  93. package/getAppOverrideRule.d.ts +115 -0
  94. package/getAppOverrideRule.js +47 -0
  95. package/getAppOverrideRule.js.map +1 -0
  96. package/getAppOverrideRuleList.d.ts +146 -0
  97. package/getAppOverrideRuleList.js +56 -0
  98. package/getAppOverrideRuleList.js.map +1 -0
  99. package/getApplication.d.ts +172 -0
  100. package/getApplication.js +47 -0
  101. package/getApplication.js.map +1 -0
  102. package/getApplicationFilter.d.ts +136 -0
  103. package/getApplicationFilter.js +47 -0
  104. package/getApplicationFilter.js.map +1 -0
  105. package/getApplicationFilterList.d.ts +132 -0
  106. package/getApplicationFilterList.js +53 -0
  107. package/getApplicationFilterList.js.map +1 -0
  108. package/getApplicationGroup.d.ts +67 -0
  109. package/getApplicationGroup.js +47 -0
  110. package/getApplicationGroup.js.map +1 -0
  111. package/getApplicationGroupList.d.ts +132 -0
  112. package/getApplicationGroupList.js +53 -0
  113. package/getApplicationGroupList.js.map +1 -0
  114. package/getApplicationList.d.ts +132 -0
  115. package/getApplicationList.js +53 -0
  116. package/getApplicationList.js.map +1 -0
  117. package/getAuthenticationPortal.d.ts +87 -0
  118. package/getAuthenticationPortal.js +47 -0
  119. package/getAuthenticationPortal.js.map +1 -0
  120. package/getAuthenticationPortalList.d.ts +132 -0
  121. package/getAuthenticationPortalList.js +53 -0
  122. package/getAuthenticationPortalList.js.map +1 -0
  123. package/getAuthenticationProfile.d.ts +92 -0
  124. package/getAuthenticationProfile.js +47 -0
  125. package/getAuthenticationProfile.js.map +1 -0
  126. package/getAuthenticationProfileList.d.ts +132 -0
  127. package/getAuthenticationProfileList.js +53 -0
  128. package/getAuthenticationProfileList.js.map +1 -0
  129. package/getAuthenticationRule.d.ts +143 -0
  130. package/getAuthenticationRule.js +47 -0
  131. package/getAuthenticationRule.js.map +1 -0
  132. package/getAuthenticationRuleList.d.ts +146 -0
  133. package/getAuthenticationRuleList.js +56 -0
  134. package/getAuthenticationRuleList.js.map +1 -0
  135. package/getAuthenticationSequence.d.ts +71 -0
  136. package/getAuthenticationSequence.js +47 -0
  137. package/getAuthenticationSequence.js.map +1 -0
  138. package/getAuthenticationSequenceList.d.ts +132 -0
  139. package/getAuthenticationSequenceList.js +53 -0
  140. package/getAuthenticationSequenceList.js.map +1 -0
  141. package/getAutoTagActionsList.d.ts +92 -0
  142. package/getAutoTagActionsList.js +46 -0
  143. package/getAutoTagActionsList.js.map +1 -0
  144. package/getCertificateProfile.d.ts +112 -0
  145. package/getCertificateProfile.js +47 -0
  146. package/getCertificateProfile.js.map +1 -0
  147. package/getCertificateProfileList.d.ts +132 -0
  148. package/getCertificateProfileList.js +53 -0
  149. package/getCertificateProfileList.js.map +1 -0
  150. package/getDecryptionExclusion.d.ts +67 -0
  151. package/getDecryptionExclusion.js +47 -0
  152. package/getDecryptionExclusion.js.map +1 -0
  153. package/getDecryptionProfile.d.ts +80 -0
  154. package/getDecryptionProfile.js +47 -0
  155. package/getDecryptionProfile.js.map +1 -0
  156. package/getDecryptionProfileList.d.ts +132 -0
  157. package/getDecryptionProfileList.js +53 -0
  158. package/getDecryptionProfileList.js.map +1 -0
  159. package/getDecryptionRule.d.ts +144 -0
  160. package/getDecryptionRule.js +47 -0
  161. package/getDecryptionRule.js.map +1 -0
  162. package/getDecryptionRuleList.d.ts +146 -0
  163. package/getDecryptionRuleList.js +56 -0
  164. package/getDecryptionRuleList.js.map +1 -0
  165. package/getDevice.d.ts +200 -0
  166. package/getDevice.js +47 -0
  167. package/getDevice.js.map +1 -0
  168. package/getDeviceList.d.ts +92 -0
  169. package/getDeviceList.js +46 -0
  170. package/getDeviceList.js.map +1 -0
  171. package/getDnsSecurityProfile.d.ts +72 -0
  172. package/getDnsSecurityProfile.js +47 -0
  173. package/getDnsSecurityProfile.js.map +1 -0
  174. package/getDnsSecurityProfileList.d.ts +132 -0
  175. package/getDnsSecurityProfileList.js +53 -0
  176. package/getDnsSecurityProfileList.js.map +1 -0
  177. package/getDynamicUserGroup.d.ts +75 -0
  178. package/getDynamicUserGroup.js +47 -0
  179. package/getDynamicUserGroup.js.map +1 -0
  180. package/getDynamicUserGroupList.d.ts +132 -0
  181. package/getDynamicUserGroupList.js +53 -0
  182. package/getDynamicUserGroupList.js.map +1 -0
  183. package/getExternalDynamicList.d.ts +68 -0
  184. package/getExternalDynamicList.js +47 -0
  185. package/getExternalDynamicList.js.map +1 -0
  186. package/getExternalDynamicListList.d.ts +132 -0
  187. package/getExternalDynamicListList.js +53 -0
  188. package/getExternalDynamicListList.js.map +1 -0
  189. package/getFileBlockingProfile.d.ts +72 -0
  190. package/getFileBlockingProfile.js +47 -0
  191. package/getFileBlockingProfile.js.map +1 -0
  192. package/getFileBlockingProfileList.d.ts +132 -0
  193. package/getFileBlockingProfileList.js +53 -0
  194. package/getFileBlockingProfileList.js.map +1 -0
  195. package/getHipObject.d.ts +112 -0
  196. package/getHipObject.js +47 -0
  197. package/getHipObject.js.map +1 -0
  198. package/getHipObjectList.d.ts +132 -0
  199. package/getHipObjectList.js +53 -0
  200. package/getHipObjectList.js.map +1 -0
  201. package/getHipProfile.d.ts +71 -0
  202. package/getHipProfile.js +47 -0
  203. package/getHipProfile.js.map +1 -0
  204. package/getHipProfileList.d.ts +132 -0
  205. package/getHipProfileList.js +53 -0
  206. package/getHipProfileList.js.map +1 -0
  207. package/getHttpHeaderProfile.d.ts +72 -0
  208. package/getHttpHeaderProfile.js +47 -0
  209. package/getHttpHeaderProfile.js.map +1 -0
  210. package/getHttpHeaderProfileList.d.ts +132 -0
  211. package/getHttpHeaderProfileList.js +53 -0
  212. package/getHttpHeaderProfileList.js.map +1 -0
  213. package/getIkeCryptoProfile.d.ts +120 -0
  214. package/getIkeCryptoProfile.js +50 -0
  215. package/getIkeCryptoProfile.js.map +1 -0
  216. package/getIkeCryptoProfileList.d.ts +132 -0
  217. package/getIkeCryptoProfileList.js +53 -0
  218. package/getIkeCryptoProfileList.js.map +1 -0
  219. package/getIkeGateway.d.ts +124 -0
  220. package/getIkeGateway.js +50 -0
  221. package/getIkeGateway.js.map +1 -0
  222. package/getIkeGatewayList.d.ts +132 -0
  223. package/getIkeGatewayList.js +53 -0
  224. package/getIkeGatewayList.js.map +1 -0
  225. package/getInternalDnsServer.d.ts +75 -0
  226. package/getInternalDnsServer.js +47 -0
  227. package/getInternalDnsServer.js.map +1 -0
  228. package/getInternalDnsServerList.d.ts +92 -0
  229. package/getInternalDnsServerList.js +46 -0
  230. package/getInternalDnsServerList.js.map +1 -0
  231. package/getIpsecCryptoProfile.d.ts +120 -0
  232. package/getIpsecCryptoProfile.js +50 -0
  233. package/getIpsecCryptoProfile.js.map +1 -0
  234. package/getIpsecCryptoProfileList.d.ts +132 -0
  235. package/getIpsecCryptoProfileList.js +53 -0
  236. package/getIpsecCryptoProfileList.js.map +1 -0
  237. package/getIpsecTunnel.d.ts +96 -0
  238. package/getIpsecTunnel.js +48 -0
  239. package/getIpsecTunnel.js.map +1 -0
  240. package/getIpsecTunnelList.d.ts +132 -0
  241. package/getIpsecTunnelList.js +53 -0
  242. package/getIpsecTunnelList.js.map +1 -0
  243. package/getJobs.d.ts +111 -0
  244. package/getJobs.js +43 -0
  245. package/getJobs.js.map +1 -0
  246. package/getJobsList.d.ts +36 -0
  247. package/getJobsList.js +23 -0
  248. package/getJobsList.js.map +1 -0
  249. package/getKerberosServerProfile.d.ts +64 -0
  250. package/getKerberosServerProfile.js +47 -0
  251. package/getKerberosServerProfile.js.map +1 -0
  252. package/getKerberosServerProfileList.d.ts +132 -0
  253. package/getKerberosServerProfileList.js +53 -0
  254. package/getKerberosServerProfileList.js.map +1 -0
  255. package/getLabelList.d.ts +92 -0
  256. package/getLabelList.js +46 -0
  257. package/getLabelList.js.map +1 -0
  258. package/getLabelsGetbyidResponse.d.ts +75 -0
  259. package/getLabelsGetbyidResponse.js +47 -0
  260. package/getLabelsGetbyidResponse.js.map +1 -0
  261. package/getLdapServerProfile.d.ts +100 -0
  262. package/getLdapServerProfile.js +47 -0
  263. package/getLdapServerProfile.js.map +1 -0
  264. package/getLdapServerProfileList.d.ts +132 -0
  265. package/getLdapServerProfileList.js +53 -0
  266. package/getLdapServerProfileList.js.map +1 -0
  267. package/getLocalUser.d.ts +71 -0
  268. package/getLocalUser.js +47 -0
  269. package/getLocalUser.js.map +1 -0
  270. package/getLocalUserGroupList.d.ts +132 -0
  271. package/getLocalUserGroupList.js +53 -0
  272. package/getLocalUserGroupList.js.map +1 -0
  273. package/getLocalUserList.d.ts +132 -0
  274. package/getLocalUserList.js +53 -0
  275. package/getLocalUserList.js.map +1 -0
  276. package/getMfaServer.d.ts +72 -0
  277. package/getMfaServer.js +47 -0
  278. package/getMfaServer.js.map +1 -0
  279. package/getNatRule.d.ts +140 -0
  280. package/getNatRule.js +47 -0
  281. package/getNatRule.js.map +1 -0
  282. package/getNatRuleList.d.ts +140 -0
  283. package/getNatRuleList.js +50 -0
  284. package/getNatRuleList.js.map +1 -0
  285. package/getOcspResponder.d.ts +67 -0
  286. package/getOcspResponder.js +47 -0
  287. package/getOcspResponder.js.map +1 -0
  288. package/getOcspResponderList.d.ts +132 -0
  289. package/getOcspResponderList.js +53 -0
  290. package/getOcspResponderList.js.map +1 -0
  291. package/getProfileGroup.d.ts +91 -0
  292. package/getProfileGroup.js +47 -0
  293. package/getProfileGroup.js.map +1 -0
  294. package/getProfileGroupList.d.ts +132 -0
  295. package/getProfileGroupList.js +53 -0
  296. package/getProfileGroupList.js.map +1 -0
  297. package/getQosPolicyRule.d.ts +92 -0
  298. package/getQosPolicyRule.js +48 -0
  299. package/getQosPolicyRule.js.map +1 -0
  300. package/getQosPolicyRuleList.d.ts +146 -0
  301. package/getQosPolicyRuleList.js +56 -0
  302. package/getQosPolicyRuleList.js.map +1 -0
  303. package/getQosProfile.d.ts +84 -0
  304. package/getQosProfile.js +48 -0
  305. package/getQosProfile.js.map +1 -0
  306. package/getQosProfileList.d.ts +132 -0
  307. package/getQosProfileList.js +53 -0
  308. package/getQosProfileList.js.map +1 -0
  309. package/getRadiusServerProfile.d.ts +76 -0
  310. package/getRadiusServerProfile.js +47 -0
  311. package/getRadiusServerProfile.js.map +1 -0
  312. package/getRadiusServerProfileList.d.ts +132 -0
  313. package/getRadiusServerProfileList.js +53 -0
  314. package/getRadiusServerProfileList.js.map +1 -0
  315. package/getRegion.d.ts +72 -0
  316. package/getRegion.js +47 -0
  317. package/getRegion.js.map +1 -0
  318. package/getRegionList.d.ts +132 -0
  319. package/getRegionList.js +53 -0
  320. package/getRegionList.js.map +1 -0
  321. package/getRemoteNetwork.d.ts +112 -0
  322. package/getRemoteNetwork.js +48 -0
  323. package/getRemoteNetwork.js.map +1 -0
  324. package/getRemoteNetworkList.d.ts +108 -0
  325. package/getRemoteNetworkList.js +51 -0
  326. package/getRemoteNetworkList.js.map +1 -0
  327. package/getSamlServerProfile.d.ts +91 -0
  328. package/getSamlServerProfile.js +47 -0
  329. package/getSamlServerProfile.js.map +1 -0
  330. package/getSamlServerProfileList.d.ts +132 -0
  331. package/getSamlServerProfileList.js +53 -0
  332. package/getSamlServerProfileList.js.map +1 -0
  333. package/getScepProfile.d.ts +112 -0
  334. package/getScepProfile.js +47 -0
  335. package/getScepProfile.js.map +1 -0
  336. package/getScepProfileList.d.ts +132 -0
  337. package/getScepProfileList.js +53 -0
  338. package/getScepProfileList.js.map +1 -0
  339. package/getSchedule.d.ts +68 -0
  340. package/getSchedule.js +47 -0
  341. package/getSchedule.js.map +1 -0
  342. package/getScheduleList.d.ts +132 -0
  343. package/getScheduleList.js +53 -0
  344. package/getScheduleList.js.map +1 -0
  345. package/getSecurityRule.d.ts +136 -0
  346. package/getSecurityRule.js +47 -0
  347. package/getSecurityRule.js.map +1 -0
  348. package/getSecurityRuleList.d.ts +146 -0
  349. package/getSecurityRuleList.js +56 -0
  350. package/getSecurityRuleList.js.map +1 -0
  351. package/getService.d.ts +76 -0
  352. package/getService.js +47 -0
  353. package/getService.js.map +1 -0
  354. package/getServiceConnection.d.ts +126 -0
  355. package/getServiceConnection.js +50 -0
  356. package/getServiceConnection.js.map +1 -0
  357. package/getServiceConnectionGroup.d.ts +89 -0
  358. package/getServiceConnectionGroup.js +50 -0
  359. package/getServiceConnectionGroup.js.map +1 -0
  360. package/getServiceConnectionGroupList.d.ts +108 -0
  361. package/getServiceConnectionGroupList.js +51 -0
  362. package/getServiceConnectionGroupList.js.map +1 -0
  363. package/getServiceConnectionList.d.ts +108 -0
  364. package/getServiceConnectionList.js +51 -0
  365. package/getServiceConnectionList.js.map +1 -0
  366. package/getServiceGroup.d.ts +71 -0
  367. package/getServiceGroup.js +47 -0
  368. package/getServiceGroup.js.map +1 -0
  369. package/getServiceGroupList.d.ts +132 -0
  370. package/getServiceGroupList.js +53 -0
  371. package/getServiceGroupList.js.map +1 -0
  372. package/getServiceList.d.ts +132 -0
  373. package/getServiceList.js +53 -0
  374. package/getServiceList.js.map +1 -0
  375. package/getSharedInfrastructureSettingsList.d.ts +80 -0
  376. package/getSharedInfrastructureSettingsList.js +45 -0
  377. package/getSharedInfrastructureSettingsList.js.map +1 -0
  378. package/getSnippet.d.ts +96 -0
  379. package/getSnippet.js +47 -0
  380. package/getSnippet.js.map +1 -0
  381. package/getSnippetList.d.ts +92 -0
  382. package/getSnippetList.js +46 -0
  383. package/getSnippetList.js.map +1 -0
  384. package/getTacacsServerProfile.d.ts +76 -0
  385. package/getTacacsServerProfile.js +47 -0
  386. package/getTacacsServerProfile.js.map +1 -0
  387. package/getTacacsServerProfileList.d.ts +132 -0
  388. package/getTacacsServerProfileList.js +53 -0
  389. package/getTacacsServerProfileList.js.map +1 -0
  390. package/getTag.d.ts +71 -0
  391. package/getTag.js +47 -0
  392. package/getTag.js.map +1 -0
  393. package/getTagList.d.ts +132 -0
  394. package/getTagList.js +53 -0
  395. package/getTagList.js.map +1 -0
  396. package/getTlsServiceProfile.d.ts +72 -0
  397. package/getTlsServiceProfile.js +47 -0
  398. package/getTlsServiceProfile.js.map +1 -0
  399. package/getTlsServiceProfileList.d.ts +132 -0
  400. package/getTlsServiceProfileList.js +53 -0
  401. package/getTlsServiceProfileList.js.map +1 -0
  402. package/getTrafficSteeringRule.d.ts +66 -0
  403. package/getTrafficSteeringRule.js +25 -0
  404. package/getTrafficSteeringRule.js.map +1 -0
  405. package/getTrafficSteeringRuleList.d.ts +108 -0
  406. package/getTrafficSteeringRuleList.js +51 -0
  407. package/getTrafficSteeringRuleList.js.map +1 -0
  408. package/getTrustedCertificateAuthorityList.d.ts +132 -0
  409. package/getTrustedCertificateAuthorityList.js +53 -0
  410. package/getTrustedCertificateAuthorityList.js.map +1 -0
  411. package/getUrlAccessProfile.d.ts +120 -0
  412. package/getUrlAccessProfile.js +47 -0
  413. package/getUrlAccessProfile.js.map +1 -0
  414. package/getUrlAccessProfileList.d.ts +132 -0
  415. package/getUrlAccessProfileList.js +53 -0
  416. package/getUrlAccessProfileList.js.map +1 -0
  417. package/getUrlCategory.d.ts +53 -0
  418. package/getUrlCategory.js +25 -0
  419. package/getUrlCategory.js.map +1 -0
  420. package/getUrlCategoryList.d.ts +132 -0
  421. package/getUrlCategoryList.js +53 -0
  422. package/getUrlCategoryList.js.map +1 -0
  423. package/getUrlFilteringCategoryList.d.ts +132 -0
  424. package/getUrlFilteringCategoryList.js +53 -0
  425. package/getUrlFilteringCategoryList.js.map +1 -0
  426. package/getVariable.d.ts +115 -0
  427. package/getVariable.js +50 -0
  428. package/getVariable.js.map +1 -0
  429. package/getVariableList.d.ts +132 -0
  430. package/getVariableList.js +53 -0
  431. package/getVariableList.js.map +1 -0
  432. package/getVulnerabilityProtectionProfile.d.ts +76 -0
  433. package/getVulnerabilityProtectionProfile.js +47 -0
  434. package/getVulnerabilityProtectionProfile.js.map +1 -0
  435. package/getVulnerabilityProtectionProfileList.d.ts +132 -0
  436. package/getVulnerabilityProtectionProfileList.js +53 -0
  437. package/getVulnerabilityProtectionProfileList.js.map +1 -0
  438. package/getVulnerabilityProtectionSignatures.d.ts +108 -0
  439. package/getVulnerabilityProtectionSignatures.js +47 -0
  440. package/getVulnerabilityProtectionSignatures.js.map +1 -0
  441. package/getVulnerabilityProtectionSignaturesList.d.ts +132 -0
  442. package/getVulnerabilityProtectionSignaturesList.js +53 -0
  443. package/getVulnerabilityProtectionSignaturesList.js.map +1 -0
  444. package/getWildfireAntiVirusProfile.d.ts +84 -0
  445. package/getWildfireAntiVirusProfile.js +47 -0
  446. package/getWildfireAntiVirusProfile.js.map +1 -0
  447. package/getWildfireAntiVirusProfileList.d.ts +132 -0
  448. package/getWildfireAntiVirusProfileList.js +53 -0
  449. package/getWildfireAntiVirusProfileList.js.map +1 -0
  450. package/hipObject.d.ts +235 -0
  451. package/hipObject.js +84 -0
  452. package/hipObject.js.map +1 -0
  453. package/hipProfile.d.ts +122 -0
  454. package/hipProfile.js +76 -0
  455. package/hipProfile.js.map +1 -0
  456. package/httpHeaderProfile.d.ts +124 -0
  457. package/httpHeaderProfile.js +73 -0
  458. package/httpHeaderProfile.js.map +1 -0
  459. package/ikeCryptoProfile.d.ts +160 -0
  460. package/ikeCryptoProfile.js +88 -0
  461. package/ikeCryptoProfile.js.map +1 -0
  462. package/ikeGateway.d.ts +175 -0
  463. package/ikeGateway.js +85 -0
  464. package/ikeGateway.js.map +1 -0
  465. package/index.d.ts +564 -0
  466. package/index.js +715 -0
  467. package/index.js.map +1 -0
  468. package/internalDnsServer.d.ts +98 -0
  469. package/internalDnsServer.js +75 -0
  470. package/internalDnsServer.js.map +1 -0
  471. package/ipsecCryptoProfile.d.ts +160 -0
  472. package/ipsecCryptoProfile.js +82 -0
  473. package/ipsecCryptoProfile.js.map +1 -0
  474. package/ipsecTunnel.d.ts +160 -0
  475. package/ipsecTunnel.js +82 -0
  476. package/ipsecTunnel.js.map +1 -0
  477. package/kerberosServerProfile.d.ts +100 -0
  478. package/kerberosServerProfile.js +72 -0
  479. package/kerberosServerProfile.js.map +1 -0
  480. package/ldapServerProfile.d.ts +208 -0
  481. package/ldapServerProfile.js +92 -0
  482. package/ldapServerProfile.js.map +1 -0
  483. package/localUser.d.ts +138 -0
  484. package/localUser.js +81 -0
  485. package/localUser.js.map +1 -0
  486. package/mfaServer.d.ts +124 -0
  487. package/mfaServer.js +76 -0
  488. package/mfaServer.js.map +1 -0
  489. package/natRule.d.ts +295 -0
  490. package/natRule.js +109 -0
  491. package/natRule.js.map +1 -0
  492. package/ocspResponder.d.ts +110 -0
  493. package/ocspResponder.js +74 -0
  494. package/ocspResponder.js.map +1 -0
  495. package/package.json +30 -0
  496. package/profileGroup.d.ts +182 -0
  497. package/profileGroup.js +83 -0
  498. package/profileGroup.js.map +1 -0
  499. package/provider.d.ts +81 -0
  500. package/provider.js +52 -0
  501. package/provider.js.map +1 -0
  502. package/qosPolicyRule.d.ts +160 -0
  503. package/qosPolicyRule.js +82 -0
  504. package/qosPolicyRule.js.map +1 -0
  505. package/qosProfile.d.ts +124 -0
  506. package/qosProfile.js +73 -0
  507. package/qosProfile.js.map +1 -0
  508. package/radiusServerProfile.d.ts +139 -0
  509. package/radiusServerProfile.js +73 -0
  510. package/radiusServerProfile.js.map +1 -0
  511. package/region.d.ts +124 -0
  512. package/region.js +73 -0
  513. package/region.js.map +1 -0
  514. package/remoteNetwork.d.ts +196 -0
  515. package/remoteNetwork.js +90 -0
  516. package/remoteNetwork.js.map +1 -0
  517. package/samlServerProfile.d.ts +182 -0
  518. package/samlServerProfile.js +86 -0
  519. package/samlServerProfile.js.map +1 -0
  520. package/scepProfile.d.ts +256 -0
  521. package/scepProfile.js +106 -0
  522. package/scepProfile.js.map +1 -0
  523. package/schedule.d.ts +112 -0
  524. package/schedule.js +74 -0
  525. package/schedule.js.map +1 -0
  526. package/securityRule.d.ts +328 -0
  527. package/securityRule.js +134 -0
  528. package/securityRule.js.map +1 -0
  529. package/service.d.ts +136 -0
  530. package/service.js +78 -0
  531. package/service.js.map +1 -0
  532. package/serviceConnection.d.ts +232 -0
  533. package/serviceConnection.js +99 -0
  534. package/serviceConnection.js.map +1 -0
  535. package/serviceConnectionGroup.d.ts +110 -0
  536. package/serviceConnectionGroup.js +74 -0
  537. package/serviceConnectionGroup.js.map +1 -0
  538. package/serviceGroup.d.ts +122 -0
  539. package/serviceGroup.js +76 -0
  540. package/serviceGroup.js.map +1 -0
  541. package/snippet.d.ts +136 -0
  542. package/snippet.js +79 -0
  543. package/snippet.js.map +1 -0
  544. package/tacacsServerProfile.d.ts +148 -0
  545. package/tacacsServerProfile.js +85 -0
  546. package/tacacsServerProfile.js.map +1 -0
  547. package/tag.d.ts +127 -0
  548. package/tag.js +78 -0
  549. package/tag.js.map +1 -0
  550. package/tlsServiceProfile.d.ts +124 -0
  551. package/tlsServiceProfile.js +79 -0
  552. package/tlsServiceProfile.js.map +1 -0
  553. package/trafficSteeringRule.d.ts +148 -0
  554. package/trafficSteeringRule.js +83 -0
  555. package/trafficSteeringRule.js.map +1 -0
  556. package/types/index.d.ts +3 -0
  557. package/types/index.js +11 -0
  558. package/types/index.js.map +1 -0
  559. package/types/input.d.ts +4328 -0
  560. package/types/input.js +5 -0
  561. package/types/input.js.map +1 -0
  562. package/types/output.d.ts +15429 -0
  563. package/types/output.js +5 -0
  564. package/types/output.js.map +1 -0
  565. package/urlAccessProfile.d.ts +268 -0
  566. package/urlAccessProfile.js +97 -0
  567. package/urlAccessProfile.js.map +1 -0
  568. package/urlCategory.d.ts +134 -0
  569. package/urlCategory.js +75 -0
  570. package/urlCategory.js.map +1 -0
  571. package/utilities.d.ts +8 -0
  572. package/utilities.js +101 -0
  573. package/utilities.js.map +1 -0
  574. package/variable.d.ts +142 -0
  575. package/variable.js +77 -0
  576. package/variable.js.map +1 -0
  577. package/vulnerabilityProtectionProfile.d.ts +136 -0
  578. package/vulnerabilityProtectionProfile.js +75 -0
  579. package/vulnerabilityProtectionProfile.js.map +1 -0
  580. package/vulnerabilityProtectionSignatures.d.ts +232 -0
  581. package/vulnerabilityProtectionSignatures.js +97 -0
  582. package/vulnerabilityProtectionSignatures.js.map +1 -0
  583. package/wildfireAntiVirusProfile.d.ts +160 -0
  584. package/wildfireAntiVirusProfile.js +79 -0
  585. package/wildfireAntiVirusProfile.js.map +1 -0
package/index.d.ts ADDED
@@ -0,0 +1,564 @@
1
+ export { AddressGroupArgs, AddressGroupState } from "./addressGroup";
2
+ export type AddressGroup = import("./addressGroup").AddressGroup;
3
+ export declare const AddressGroup: typeof import("./addressGroup").AddressGroup;
4
+ export { AddressObjectArgs, AddressObjectState } from "./addressObject";
5
+ export type AddressObject = import("./addressObject").AddressObject;
6
+ export declare const AddressObject: typeof import("./addressObject").AddressObject;
7
+ export { AntiSpywareProfileArgs, AntiSpywareProfileState } from "./antiSpywareProfile";
8
+ export type AntiSpywareProfile = import("./antiSpywareProfile").AntiSpywareProfile;
9
+ export declare const AntiSpywareProfile: typeof import("./antiSpywareProfile").AntiSpywareProfile;
10
+ export { AntiSpywareSignatureArgs, AntiSpywareSignatureState } from "./antiSpywareSignature";
11
+ export type AntiSpywareSignature = import("./antiSpywareSignature").AntiSpywareSignature;
12
+ export declare const AntiSpywareSignature: typeof import("./antiSpywareSignature").AntiSpywareSignature;
13
+ export { AppOverrideRuleArgs, AppOverrideRuleState } from "./appOverrideRule";
14
+ export type AppOverrideRule = import("./appOverrideRule").AppOverrideRule;
15
+ export declare const AppOverrideRule: typeof import("./appOverrideRule").AppOverrideRule;
16
+ export { ApplicationArgs, ApplicationState } from "./application";
17
+ export type Application = import("./application").Application;
18
+ export declare const Application: typeof import("./application").Application;
19
+ export { ApplicationFilterArgs, ApplicationFilterState } from "./applicationFilter";
20
+ export type ApplicationFilter = import("./applicationFilter").ApplicationFilter;
21
+ export declare const ApplicationFilter: typeof import("./applicationFilter").ApplicationFilter;
22
+ export { ApplicationGroupArgs, ApplicationGroupState } from "./applicationGroup";
23
+ export type ApplicationGroup = import("./applicationGroup").ApplicationGroup;
24
+ export declare const ApplicationGroup: typeof import("./applicationGroup").ApplicationGroup;
25
+ export { AuthenticationPortalArgs, AuthenticationPortalState } from "./authenticationPortal";
26
+ export type AuthenticationPortal = import("./authenticationPortal").AuthenticationPortal;
27
+ export declare const AuthenticationPortal: typeof import("./authenticationPortal").AuthenticationPortal;
28
+ export { AuthenticationProfileArgs, AuthenticationProfileState } from "./authenticationProfile";
29
+ export type AuthenticationProfile = import("./authenticationProfile").AuthenticationProfile;
30
+ export declare const AuthenticationProfile: typeof import("./authenticationProfile").AuthenticationProfile;
31
+ export { AuthenticationRuleArgs, AuthenticationRuleState } from "./authenticationRule";
32
+ export type AuthenticationRule = import("./authenticationRule").AuthenticationRule;
33
+ export declare const AuthenticationRule: typeof import("./authenticationRule").AuthenticationRule;
34
+ export { AuthenticationSequenceArgs, AuthenticationSequenceState } from "./authenticationSequence";
35
+ export type AuthenticationSequence = import("./authenticationSequence").AuthenticationSequence;
36
+ export declare const AuthenticationSequence: typeof import("./authenticationSequence").AuthenticationSequence;
37
+ export { CertificateProfileArgs, CertificateProfileState } from "./certificateProfile";
38
+ export type CertificateProfile = import("./certificateProfile").CertificateProfile;
39
+ export declare const CertificateProfile: typeof import("./certificateProfile").CertificateProfile;
40
+ export { DecryptionExclusionArgs, DecryptionExclusionState } from "./decryptionExclusion";
41
+ export type DecryptionExclusion = import("./decryptionExclusion").DecryptionExclusion;
42
+ export declare const DecryptionExclusion: typeof import("./decryptionExclusion").DecryptionExclusion;
43
+ export { DecryptionProfileArgs, DecryptionProfileState } from "./decryptionProfile";
44
+ export type DecryptionProfile = import("./decryptionProfile").DecryptionProfile;
45
+ export declare const DecryptionProfile: typeof import("./decryptionProfile").DecryptionProfile;
46
+ export { DecryptionRuleArgs, DecryptionRuleState } from "./decryptionRule";
47
+ export type DecryptionRule = import("./decryptionRule").DecryptionRule;
48
+ export declare const DecryptionRule: typeof import("./decryptionRule").DecryptionRule;
49
+ export { DnsSecurityProfileArgs, DnsSecurityProfileState } from "./dnsSecurityProfile";
50
+ export type DnsSecurityProfile = import("./dnsSecurityProfile").DnsSecurityProfile;
51
+ export declare const DnsSecurityProfile: typeof import("./dnsSecurityProfile").DnsSecurityProfile;
52
+ export { DynamicUserGroupArgs, DynamicUserGroupState } from "./dynamicUserGroup";
53
+ export type DynamicUserGroup = import("./dynamicUserGroup").DynamicUserGroup;
54
+ export declare const DynamicUserGroup: typeof import("./dynamicUserGroup").DynamicUserGroup;
55
+ export { ExternalDynamicListArgs, ExternalDynamicListState } from "./externalDynamicList";
56
+ export type ExternalDynamicList = import("./externalDynamicList").ExternalDynamicList;
57
+ export declare const ExternalDynamicList: typeof import("./externalDynamicList").ExternalDynamicList;
58
+ export { FileBlockingProfileArgs, FileBlockingProfileState } from "./fileBlockingProfile";
59
+ export type FileBlockingProfile = import("./fileBlockingProfile").FileBlockingProfile;
60
+ export declare const FileBlockingProfile: typeof import("./fileBlockingProfile").FileBlockingProfile;
61
+ export { GetAddressGroupArgs, GetAddressGroupResult, GetAddressGroupOutputArgs } from "./getAddressGroup";
62
+ export declare const getAddressGroup: typeof import("./getAddressGroup").getAddressGroup;
63
+ export declare const getAddressGroupOutput: typeof import("./getAddressGroup").getAddressGroupOutput;
64
+ export { GetAddressGroupListArgs, GetAddressGroupListResult, GetAddressGroupListOutputArgs } from "./getAddressGroupList";
65
+ export declare const getAddressGroupList: typeof import("./getAddressGroupList").getAddressGroupList;
66
+ export declare const getAddressGroupListOutput: typeof import("./getAddressGroupList").getAddressGroupListOutput;
67
+ export { GetAddressObjectArgs, GetAddressObjectResult, GetAddressObjectOutputArgs } from "./getAddressObject";
68
+ export declare const getAddressObject: typeof import("./getAddressObject").getAddressObject;
69
+ export declare const getAddressObjectOutput: typeof import("./getAddressObject").getAddressObjectOutput;
70
+ export { GetAddressObjectListArgs, GetAddressObjectListResult, GetAddressObjectListOutputArgs } from "./getAddressObjectList";
71
+ export declare const getAddressObjectList: typeof import("./getAddressObjectList").getAddressObjectList;
72
+ export declare const getAddressObjectListOutput: typeof import("./getAddressObjectList").getAddressObjectListOutput;
73
+ export { GetAntiSpywareProfileArgs, GetAntiSpywareProfileResult, GetAntiSpywareProfileOutputArgs } from "./getAntiSpywareProfile";
74
+ export declare const getAntiSpywareProfile: typeof import("./getAntiSpywareProfile").getAntiSpywareProfile;
75
+ export declare const getAntiSpywareProfileOutput: typeof import("./getAntiSpywareProfile").getAntiSpywareProfileOutput;
76
+ export { GetAntiSpywareProfileListArgs, GetAntiSpywareProfileListResult, GetAntiSpywareProfileListOutputArgs } from "./getAntiSpywareProfileList";
77
+ export declare const getAntiSpywareProfileList: typeof import("./getAntiSpywareProfileList").getAntiSpywareProfileList;
78
+ export declare const getAntiSpywareProfileListOutput: typeof import("./getAntiSpywareProfileList").getAntiSpywareProfileListOutput;
79
+ export { GetAntiSpywareSignatureArgs, GetAntiSpywareSignatureResult, GetAntiSpywareSignatureOutputArgs } from "./getAntiSpywareSignature";
80
+ export declare const getAntiSpywareSignature: typeof import("./getAntiSpywareSignature").getAntiSpywareSignature;
81
+ export declare const getAntiSpywareSignatureOutput: typeof import("./getAntiSpywareSignature").getAntiSpywareSignatureOutput;
82
+ export { GetAntiSpywareSignatureListArgs, GetAntiSpywareSignatureListResult, GetAntiSpywareSignatureListOutputArgs } from "./getAntiSpywareSignatureList";
83
+ export declare const getAntiSpywareSignatureList: typeof import("./getAntiSpywareSignatureList").getAntiSpywareSignatureList;
84
+ export declare const getAntiSpywareSignatureListOutput: typeof import("./getAntiSpywareSignatureList").getAntiSpywareSignatureListOutput;
85
+ export { GetAppOverrideRuleArgs, GetAppOverrideRuleResult, GetAppOverrideRuleOutputArgs } from "./getAppOverrideRule";
86
+ export declare const getAppOverrideRule: typeof import("./getAppOverrideRule").getAppOverrideRule;
87
+ export declare const getAppOverrideRuleOutput: typeof import("./getAppOverrideRule").getAppOverrideRuleOutput;
88
+ export { GetAppOverrideRuleListArgs, GetAppOverrideRuleListResult, GetAppOverrideRuleListOutputArgs } from "./getAppOverrideRuleList";
89
+ export declare const getAppOverrideRuleList: typeof import("./getAppOverrideRuleList").getAppOverrideRuleList;
90
+ export declare const getAppOverrideRuleListOutput: typeof import("./getAppOverrideRuleList").getAppOverrideRuleListOutput;
91
+ export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
92
+ export declare const getApplication: typeof import("./getApplication").getApplication;
93
+ export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
94
+ export { GetApplicationFilterArgs, GetApplicationFilterResult, GetApplicationFilterOutputArgs } from "./getApplicationFilter";
95
+ export declare const getApplicationFilter: typeof import("./getApplicationFilter").getApplicationFilter;
96
+ export declare const getApplicationFilterOutput: typeof import("./getApplicationFilter").getApplicationFilterOutput;
97
+ export { GetApplicationFilterListArgs, GetApplicationFilterListResult, GetApplicationFilterListOutputArgs } from "./getApplicationFilterList";
98
+ export declare const getApplicationFilterList: typeof import("./getApplicationFilterList").getApplicationFilterList;
99
+ export declare const getApplicationFilterListOutput: typeof import("./getApplicationFilterList").getApplicationFilterListOutput;
100
+ export { GetApplicationGroupArgs, GetApplicationGroupResult, GetApplicationGroupOutputArgs } from "./getApplicationGroup";
101
+ export declare const getApplicationGroup: typeof import("./getApplicationGroup").getApplicationGroup;
102
+ export declare const getApplicationGroupOutput: typeof import("./getApplicationGroup").getApplicationGroupOutput;
103
+ export { GetApplicationGroupListArgs, GetApplicationGroupListResult, GetApplicationGroupListOutputArgs } from "./getApplicationGroupList";
104
+ export declare const getApplicationGroupList: typeof import("./getApplicationGroupList").getApplicationGroupList;
105
+ export declare const getApplicationGroupListOutput: typeof import("./getApplicationGroupList").getApplicationGroupListOutput;
106
+ export { GetApplicationListArgs, GetApplicationListResult, GetApplicationListOutputArgs } from "./getApplicationList";
107
+ export declare const getApplicationList: typeof import("./getApplicationList").getApplicationList;
108
+ export declare const getApplicationListOutput: typeof import("./getApplicationList").getApplicationListOutput;
109
+ export { GetAuthenticationPortalArgs, GetAuthenticationPortalResult, GetAuthenticationPortalOutputArgs } from "./getAuthenticationPortal";
110
+ export declare const getAuthenticationPortal: typeof import("./getAuthenticationPortal").getAuthenticationPortal;
111
+ export declare const getAuthenticationPortalOutput: typeof import("./getAuthenticationPortal").getAuthenticationPortalOutput;
112
+ export { GetAuthenticationPortalListArgs, GetAuthenticationPortalListResult, GetAuthenticationPortalListOutputArgs } from "./getAuthenticationPortalList";
113
+ export declare const getAuthenticationPortalList: typeof import("./getAuthenticationPortalList").getAuthenticationPortalList;
114
+ export declare const getAuthenticationPortalListOutput: typeof import("./getAuthenticationPortalList").getAuthenticationPortalListOutput;
115
+ export { GetAuthenticationProfileArgs, GetAuthenticationProfileResult, GetAuthenticationProfileOutputArgs } from "./getAuthenticationProfile";
116
+ export declare const getAuthenticationProfile: typeof import("./getAuthenticationProfile").getAuthenticationProfile;
117
+ export declare const getAuthenticationProfileOutput: typeof import("./getAuthenticationProfile").getAuthenticationProfileOutput;
118
+ export { GetAuthenticationProfileListArgs, GetAuthenticationProfileListResult, GetAuthenticationProfileListOutputArgs } from "./getAuthenticationProfileList";
119
+ export declare const getAuthenticationProfileList: typeof import("./getAuthenticationProfileList").getAuthenticationProfileList;
120
+ export declare const getAuthenticationProfileListOutput: typeof import("./getAuthenticationProfileList").getAuthenticationProfileListOutput;
121
+ export { GetAuthenticationRuleArgs, GetAuthenticationRuleResult, GetAuthenticationRuleOutputArgs } from "./getAuthenticationRule";
122
+ export declare const getAuthenticationRule: typeof import("./getAuthenticationRule").getAuthenticationRule;
123
+ export declare const getAuthenticationRuleOutput: typeof import("./getAuthenticationRule").getAuthenticationRuleOutput;
124
+ export { GetAuthenticationRuleListArgs, GetAuthenticationRuleListResult, GetAuthenticationRuleListOutputArgs } from "./getAuthenticationRuleList";
125
+ export declare const getAuthenticationRuleList: typeof import("./getAuthenticationRuleList").getAuthenticationRuleList;
126
+ export declare const getAuthenticationRuleListOutput: typeof import("./getAuthenticationRuleList").getAuthenticationRuleListOutput;
127
+ export { GetAuthenticationSequenceArgs, GetAuthenticationSequenceResult, GetAuthenticationSequenceOutputArgs } from "./getAuthenticationSequence";
128
+ export declare const getAuthenticationSequence: typeof import("./getAuthenticationSequence").getAuthenticationSequence;
129
+ export declare const getAuthenticationSequenceOutput: typeof import("./getAuthenticationSequence").getAuthenticationSequenceOutput;
130
+ export { GetAuthenticationSequenceListArgs, GetAuthenticationSequenceListResult, GetAuthenticationSequenceListOutputArgs } from "./getAuthenticationSequenceList";
131
+ export declare const getAuthenticationSequenceList: typeof import("./getAuthenticationSequenceList").getAuthenticationSequenceList;
132
+ export declare const getAuthenticationSequenceListOutput: typeof import("./getAuthenticationSequenceList").getAuthenticationSequenceListOutput;
133
+ export { GetAutoTagActionsListArgs, GetAutoTagActionsListResult, GetAutoTagActionsListOutputArgs } from "./getAutoTagActionsList";
134
+ export declare const getAutoTagActionsList: typeof import("./getAutoTagActionsList").getAutoTagActionsList;
135
+ export declare const getAutoTagActionsListOutput: typeof import("./getAutoTagActionsList").getAutoTagActionsListOutput;
136
+ export { GetCertificateProfileArgs, GetCertificateProfileResult, GetCertificateProfileOutputArgs } from "./getCertificateProfile";
137
+ export declare const getCertificateProfile: typeof import("./getCertificateProfile").getCertificateProfile;
138
+ export declare const getCertificateProfileOutput: typeof import("./getCertificateProfile").getCertificateProfileOutput;
139
+ export { GetCertificateProfileListArgs, GetCertificateProfileListResult, GetCertificateProfileListOutputArgs } from "./getCertificateProfileList";
140
+ export declare const getCertificateProfileList: typeof import("./getCertificateProfileList").getCertificateProfileList;
141
+ export declare const getCertificateProfileListOutput: typeof import("./getCertificateProfileList").getCertificateProfileListOutput;
142
+ export { GetDecryptionExclusionArgs, GetDecryptionExclusionResult, GetDecryptionExclusionOutputArgs } from "./getDecryptionExclusion";
143
+ export declare const getDecryptionExclusion: typeof import("./getDecryptionExclusion").getDecryptionExclusion;
144
+ export declare const getDecryptionExclusionOutput: typeof import("./getDecryptionExclusion").getDecryptionExclusionOutput;
145
+ export { GetDecryptionProfileArgs, GetDecryptionProfileResult, GetDecryptionProfileOutputArgs } from "./getDecryptionProfile";
146
+ export declare const getDecryptionProfile: typeof import("./getDecryptionProfile").getDecryptionProfile;
147
+ export declare const getDecryptionProfileOutput: typeof import("./getDecryptionProfile").getDecryptionProfileOutput;
148
+ export { GetDecryptionProfileListArgs, GetDecryptionProfileListResult, GetDecryptionProfileListOutputArgs } from "./getDecryptionProfileList";
149
+ export declare const getDecryptionProfileList: typeof import("./getDecryptionProfileList").getDecryptionProfileList;
150
+ export declare const getDecryptionProfileListOutput: typeof import("./getDecryptionProfileList").getDecryptionProfileListOutput;
151
+ export { GetDecryptionRuleArgs, GetDecryptionRuleResult, GetDecryptionRuleOutputArgs } from "./getDecryptionRule";
152
+ export declare const getDecryptionRule: typeof import("./getDecryptionRule").getDecryptionRule;
153
+ export declare const getDecryptionRuleOutput: typeof import("./getDecryptionRule").getDecryptionRuleOutput;
154
+ export { GetDecryptionRuleListArgs, GetDecryptionRuleListResult, GetDecryptionRuleListOutputArgs } from "./getDecryptionRuleList";
155
+ export declare const getDecryptionRuleList: typeof import("./getDecryptionRuleList").getDecryptionRuleList;
156
+ export declare const getDecryptionRuleListOutput: typeof import("./getDecryptionRuleList").getDecryptionRuleListOutput;
157
+ export { GetDeviceArgs, GetDeviceResult, GetDeviceOutputArgs } from "./getDevice";
158
+ export declare const getDevice: typeof import("./getDevice").getDevice;
159
+ export declare const getDeviceOutput: typeof import("./getDevice").getDeviceOutput;
160
+ export { GetDeviceListArgs, GetDeviceListResult, GetDeviceListOutputArgs } from "./getDeviceList";
161
+ export declare const getDeviceList: typeof import("./getDeviceList").getDeviceList;
162
+ export declare const getDeviceListOutput: typeof import("./getDeviceList").getDeviceListOutput;
163
+ export { GetDnsSecurityProfileArgs, GetDnsSecurityProfileResult, GetDnsSecurityProfileOutputArgs } from "./getDnsSecurityProfile";
164
+ export declare const getDnsSecurityProfile: typeof import("./getDnsSecurityProfile").getDnsSecurityProfile;
165
+ export declare const getDnsSecurityProfileOutput: typeof import("./getDnsSecurityProfile").getDnsSecurityProfileOutput;
166
+ export { GetDnsSecurityProfileListArgs, GetDnsSecurityProfileListResult, GetDnsSecurityProfileListOutputArgs } from "./getDnsSecurityProfileList";
167
+ export declare const getDnsSecurityProfileList: typeof import("./getDnsSecurityProfileList").getDnsSecurityProfileList;
168
+ export declare const getDnsSecurityProfileListOutput: typeof import("./getDnsSecurityProfileList").getDnsSecurityProfileListOutput;
169
+ export { GetDynamicUserGroupArgs, GetDynamicUserGroupResult, GetDynamicUserGroupOutputArgs } from "./getDynamicUserGroup";
170
+ export declare const getDynamicUserGroup: typeof import("./getDynamicUserGroup").getDynamicUserGroup;
171
+ export declare const getDynamicUserGroupOutput: typeof import("./getDynamicUserGroup").getDynamicUserGroupOutput;
172
+ export { GetDynamicUserGroupListArgs, GetDynamicUserGroupListResult, GetDynamicUserGroupListOutputArgs } from "./getDynamicUserGroupList";
173
+ export declare const getDynamicUserGroupList: typeof import("./getDynamicUserGroupList").getDynamicUserGroupList;
174
+ export declare const getDynamicUserGroupListOutput: typeof import("./getDynamicUserGroupList").getDynamicUserGroupListOutput;
175
+ export { GetExternalDynamicListArgs, GetExternalDynamicListResult, GetExternalDynamicListOutputArgs } from "./getExternalDynamicList";
176
+ export declare const getExternalDynamicList: typeof import("./getExternalDynamicList").getExternalDynamicList;
177
+ export declare const getExternalDynamicListOutput: typeof import("./getExternalDynamicList").getExternalDynamicListOutput;
178
+ export { GetExternalDynamicListListArgs, GetExternalDynamicListListResult, GetExternalDynamicListListOutputArgs } from "./getExternalDynamicListList";
179
+ export declare const getExternalDynamicListList: typeof import("./getExternalDynamicListList").getExternalDynamicListList;
180
+ export declare const getExternalDynamicListListOutput: typeof import("./getExternalDynamicListList").getExternalDynamicListListOutput;
181
+ export { GetFileBlockingProfileArgs, GetFileBlockingProfileResult, GetFileBlockingProfileOutputArgs } from "./getFileBlockingProfile";
182
+ export declare const getFileBlockingProfile: typeof import("./getFileBlockingProfile").getFileBlockingProfile;
183
+ export declare const getFileBlockingProfileOutput: typeof import("./getFileBlockingProfile").getFileBlockingProfileOutput;
184
+ export { GetFileBlockingProfileListArgs, GetFileBlockingProfileListResult, GetFileBlockingProfileListOutputArgs } from "./getFileBlockingProfileList";
185
+ export declare const getFileBlockingProfileList: typeof import("./getFileBlockingProfileList").getFileBlockingProfileList;
186
+ export declare const getFileBlockingProfileListOutput: typeof import("./getFileBlockingProfileList").getFileBlockingProfileListOutput;
187
+ export { GetHipObjectArgs, GetHipObjectResult, GetHipObjectOutputArgs } from "./getHipObject";
188
+ export declare const getHipObject: typeof import("./getHipObject").getHipObject;
189
+ export declare const getHipObjectOutput: typeof import("./getHipObject").getHipObjectOutput;
190
+ export { GetHipObjectListArgs, GetHipObjectListResult, GetHipObjectListOutputArgs } from "./getHipObjectList";
191
+ export declare const getHipObjectList: typeof import("./getHipObjectList").getHipObjectList;
192
+ export declare const getHipObjectListOutput: typeof import("./getHipObjectList").getHipObjectListOutput;
193
+ export { GetHipProfileArgs, GetHipProfileResult, GetHipProfileOutputArgs } from "./getHipProfile";
194
+ export declare const getHipProfile: typeof import("./getHipProfile").getHipProfile;
195
+ export declare const getHipProfileOutput: typeof import("./getHipProfile").getHipProfileOutput;
196
+ export { GetHipProfileListArgs, GetHipProfileListResult, GetHipProfileListOutputArgs } from "./getHipProfileList";
197
+ export declare const getHipProfileList: typeof import("./getHipProfileList").getHipProfileList;
198
+ export declare const getHipProfileListOutput: typeof import("./getHipProfileList").getHipProfileListOutput;
199
+ export { GetHttpHeaderProfileArgs, GetHttpHeaderProfileResult, GetHttpHeaderProfileOutputArgs } from "./getHttpHeaderProfile";
200
+ export declare const getHttpHeaderProfile: typeof import("./getHttpHeaderProfile").getHttpHeaderProfile;
201
+ export declare const getHttpHeaderProfileOutput: typeof import("./getHttpHeaderProfile").getHttpHeaderProfileOutput;
202
+ export { GetHttpHeaderProfileListArgs, GetHttpHeaderProfileListResult, GetHttpHeaderProfileListOutputArgs } from "./getHttpHeaderProfileList";
203
+ export declare const getHttpHeaderProfileList: typeof import("./getHttpHeaderProfileList").getHttpHeaderProfileList;
204
+ export declare const getHttpHeaderProfileListOutput: typeof import("./getHttpHeaderProfileList").getHttpHeaderProfileListOutput;
205
+ export { GetIkeCryptoProfileArgs, GetIkeCryptoProfileResult, GetIkeCryptoProfileOutputArgs } from "./getIkeCryptoProfile";
206
+ export declare const getIkeCryptoProfile: typeof import("./getIkeCryptoProfile").getIkeCryptoProfile;
207
+ export declare const getIkeCryptoProfileOutput: typeof import("./getIkeCryptoProfile").getIkeCryptoProfileOutput;
208
+ export { GetIkeCryptoProfileListArgs, GetIkeCryptoProfileListResult, GetIkeCryptoProfileListOutputArgs } from "./getIkeCryptoProfileList";
209
+ export declare const getIkeCryptoProfileList: typeof import("./getIkeCryptoProfileList").getIkeCryptoProfileList;
210
+ export declare const getIkeCryptoProfileListOutput: typeof import("./getIkeCryptoProfileList").getIkeCryptoProfileListOutput;
211
+ export { GetIkeGatewayArgs, GetIkeGatewayResult, GetIkeGatewayOutputArgs } from "./getIkeGateway";
212
+ export declare const getIkeGateway: typeof import("./getIkeGateway").getIkeGateway;
213
+ export declare const getIkeGatewayOutput: typeof import("./getIkeGateway").getIkeGatewayOutput;
214
+ export { GetIkeGatewayListArgs, GetIkeGatewayListResult, GetIkeGatewayListOutputArgs } from "./getIkeGatewayList";
215
+ export declare const getIkeGatewayList: typeof import("./getIkeGatewayList").getIkeGatewayList;
216
+ export declare const getIkeGatewayListOutput: typeof import("./getIkeGatewayList").getIkeGatewayListOutput;
217
+ export { GetInternalDnsServerArgs, GetInternalDnsServerResult, GetInternalDnsServerOutputArgs } from "./getInternalDnsServer";
218
+ export declare const getInternalDnsServer: typeof import("./getInternalDnsServer").getInternalDnsServer;
219
+ export declare const getInternalDnsServerOutput: typeof import("./getInternalDnsServer").getInternalDnsServerOutput;
220
+ export { GetInternalDnsServerListArgs, GetInternalDnsServerListResult, GetInternalDnsServerListOutputArgs } from "./getInternalDnsServerList";
221
+ export declare const getInternalDnsServerList: typeof import("./getInternalDnsServerList").getInternalDnsServerList;
222
+ export declare const getInternalDnsServerListOutput: typeof import("./getInternalDnsServerList").getInternalDnsServerListOutput;
223
+ export { GetIpsecCryptoProfileArgs, GetIpsecCryptoProfileResult, GetIpsecCryptoProfileOutputArgs } from "./getIpsecCryptoProfile";
224
+ export declare const getIpsecCryptoProfile: typeof import("./getIpsecCryptoProfile").getIpsecCryptoProfile;
225
+ export declare const getIpsecCryptoProfileOutput: typeof import("./getIpsecCryptoProfile").getIpsecCryptoProfileOutput;
226
+ export { GetIpsecCryptoProfileListArgs, GetIpsecCryptoProfileListResult, GetIpsecCryptoProfileListOutputArgs } from "./getIpsecCryptoProfileList";
227
+ export declare const getIpsecCryptoProfileList: typeof import("./getIpsecCryptoProfileList").getIpsecCryptoProfileList;
228
+ export declare const getIpsecCryptoProfileListOutput: typeof import("./getIpsecCryptoProfileList").getIpsecCryptoProfileListOutput;
229
+ export { GetIpsecTunnelArgs, GetIpsecTunnelResult, GetIpsecTunnelOutputArgs } from "./getIpsecTunnel";
230
+ export declare const getIpsecTunnel: typeof import("./getIpsecTunnel").getIpsecTunnel;
231
+ export declare const getIpsecTunnelOutput: typeof import("./getIpsecTunnel").getIpsecTunnelOutput;
232
+ export { GetIpsecTunnelListArgs, GetIpsecTunnelListResult, GetIpsecTunnelListOutputArgs } from "./getIpsecTunnelList";
233
+ export declare const getIpsecTunnelList: typeof import("./getIpsecTunnelList").getIpsecTunnelList;
234
+ export declare const getIpsecTunnelListOutput: typeof import("./getIpsecTunnelList").getIpsecTunnelListOutput;
235
+ export { GetJobsArgs, GetJobsResult, GetJobsOutputArgs } from "./getJobs";
236
+ export declare const getJobs: typeof import("./getJobs").getJobs;
237
+ export declare const getJobsOutput: typeof import("./getJobs").getJobsOutput;
238
+ export { GetJobsListResult } from "./getJobsList";
239
+ export declare const getJobsList: typeof import("./getJobsList").getJobsList;
240
+ export declare const getJobsListOutput: typeof import("./getJobsList").getJobsListOutput;
241
+ export { GetKerberosServerProfileArgs, GetKerberosServerProfileResult, GetKerberosServerProfileOutputArgs } from "./getKerberosServerProfile";
242
+ export declare const getKerberosServerProfile: typeof import("./getKerberosServerProfile").getKerberosServerProfile;
243
+ export declare const getKerberosServerProfileOutput: typeof import("./getKerberosServerProfile").getKerberosServerProfileOutput;
244
+ export { GetKerberosServerProfileListArgs, GetKerberosServerProfileListResult, GetKerberosServerProfileListOutputArgs } from "./getKerberosServerProfileList";
245
+ export declare const getKerberosServerProfileList: typeof import("./getKerberosServerProfileList").getKerberosServerProfileList;
246
+ export declare const getKerberosServerProfileListOutput: typeof import("./getKerberosServerProfileList").getKerberosServerProfileListOutput;
247
+ export { GetLabelListArgs, GetLabelListResult, GetLabelListOutputArgs } from "./getLabelList";
248
+ export declare const getLabelList: typeof import("./getLabelList").getLabelList;
249
+ export declare const getLabelListOutput: typeof import("./getLabelList").getLabelListOutput;
250
+ export { GetLabelsGetbyidResponseArgs, GetLabelsGetbyidResponseResult, GetLabelsGetbyidResponseOutputArgs } from "./getLabelsGetbyidResponse";
251
+ export declare const getLabelsGetbyidResponse: typeof import("./getLabelsGetbyidResponse").getLabelsGetbyidResponse;
252
+ export declare const getLabelsGetbyidResponseOutput: typeof import("./getLabelsGetbyidResponse").getLabelsGetbyidResponseOutput;
253
+ export { GetLdapServerProfileArgs, GetLdapServerProfileResult, GetLdapServerProfileOutputArgs } from "./getLdapServerProfile";
254
+ export declare const getLdapServerProfile: typeof import("./getLdapServerProfile").getLdapServerProfile;
255
+ export declare const getLdapServerProfileOutput: typeof import("./getLdapServerProfile").getLdapServerProfileOutput;
256
+ export { GetLdapServerProfileListArgs, GetLdapServerProfileListResult, GetLdapServerProfileListOutputArgs } from "./getLdapServerProfileList";
257
+ export declare const getLdapServerProfileList: typeof import("./getLdapServerProfileList").getLdapServerProfileList;
258
+ export declare const getLdapServerProfileListOutput: typeof import("./getLdapServerProfileList").getLdapServerProfileListOutput;
259
+ export { GetLocalUserArgs, GetLocalUserResult, GetLocalUserOutputArgs } from "./getLocalUser";
260
+ export declare const getLocalUser: typeof import("./getLocalUser").getLocalUser;
261
+ export declare const getLocalUserOutput: typeof import("./getLocalUser").getLocalUserOutput;
262
+ export { GetLocalUserGroupListArgs, GetLocalUserGroupListResult, GetLocalUserGroupListOutputArgs } from "./getLocalUserGroupList";
263
+ export declare const getLocalUserGroupList: typeof import("./getLocalUserGroupList").getLocalUserGroupList;
264
+ export declare const getLocalUserGroupListOutput: typeof import("./getLocalUserGroupList").getLocalUserGroupListOutput;
265
+ export { GetLocalUserListArgs, GetLocalUserListResult, GetLocalUserListOutputArgs } from "./getLocalUserList";
266
+ export declare const getLocalUserList: typeof import("./getLocalUserList").getLocalUserList;
267
+ export declare const getLocalUserListOutput: typeof import("./getLocalUserList").getLocalUserListOutput;
268
+ export { GetMfaServerArgs, GetMfaServerResult, GetMfaServerOutputArgs } from "./getMfaServer";
269
+ export declare const getMfaServer: typeof import("./getMfaServer").getMfaServer;
270
+ export declare const getMfaServerOutput: typeof import("./getMfaServer").getMfaServerOutput;
271
+ export { GetNatRuleArgs, GetNatRuleResult, GetNatRuleOutputArgs } from "./getNatRule";
272
+ export declare const getNatRule: typeof import("./getNatRule").getNatRule;
273
+ export declare const getNatRuleOutput: typeof import("./getNatRule").getNatRuleOutput;
274
+ export { GetNatRuleListArgs, GetNatRuleListResult, GetNatRuleListOutputArgs } from "./getNatRuleList";
275
+ export declare const getNatRuleList: typeof import("./getNatRuleList").getNatRuleList;
276
+ export declare const getNatRuleListOutput: typeof import("./getNatRuleList").getNatRuleListOutput;
277
+ export { GetOcspResponderArgs, GetOcspResponderResult, GetOcspResponderOutputArgs } from "./getOcspResponder";
278
+ export declare const getOcspResponder: typeof import("./getOcspResponder").getOcspResponder;
279
+ export declare const getOcspResponderOutput: typeof import("./getOcspResponder").getOcspResponderOutput;
280
+ export { GetOcspResponderListArgs, GetOcspResponderListResult, GetOcspResponderListOutputArgs } from "./getOcspResponderList";
281
+ export declare const getOcspResponderList: typeof import("./getOcspResponderList").getOcspResponderList;
282
+ export declare const getOcspResponderListOutput: typeof import("./getOcspResponderList").getOcspResponderListOutput;
283
+ export { GetProfileGroupArgs, GetProfileGroupResult, GetProfileGroupOutputArgs } from "./getProfileGroup";
284
+ export declare const getProfileGroup: typeof import("./getProfileGroup").getProfileGroup;
285
+ export declare const getProfileGroupOutput: typeof import("./getProfileGroup").getProfileGroupOutput;
286
+ export { GetProfileGroupListArgs, GetProfileGroupListResult, GetProfileGroupListOutputArgs } from "./getProfileGroupList";
287
+ export declare const getProfileGroupList: typeof import("./getProfileGroupList").getProfileGroupList;
288
+ export declare const getProfileGroupListOutput: typeof import("./getProfileGroupList").getProfileGroupListOutput;
289
+ export { GetQosPolicyRuleArgs, GetQosPolicyRuleResult, GetQosPolicyRuleOutputArgs } from "./getQosPolicyRule";
290
+ export declare const getQosPolicyRule: typeof import("./getQosPolicyRule").getQosPolicyRule;
291
+ export declare const getQosPolicyRuleOutput: typeof import("./getQosPolicyRule").getQosPolicyRuleOutput;
292
+ export { GetQosPolicyRuleListArgs, GetQosPolicyRuleListResult, GetQosPolicyRuleListOutputArgs } from "./getQosPolicyRuleList";
293
+ export declare const getQosPolicyRuleList: typeof import("./getQosPolicyRuleList").getQosPolicyRuleList;
294
+ export declare const getQosPolicyRuleListOutput: typeof import("./getQosPolicyRuleList").getQosPolicyRuleListOutput;
295
+ export { GetQosProfileArgs, GetQosProfileResult, GetQosProfileOutputArgs } from "./getQosProfile";
296
+ export declare const getQosProfile: typeof import("./getQosProfile").getQosProfile;
297
+ export declare const getQosProfileOutput: typeof import("./getQosProfile").getQosProfileOutput;
298
+ export { GetQosProfileListArgs, GetQosProfileListResult, GetQosProfileListOutputArgs } from "./getQosProfileList";
299
+ export declare const getQosProfileList: typeof import("./getQosProfileList").getQosProfileList;
300
+ export declare const getQosProfileListOutput: typeof import("./getQosProfileList").getQosProfileListOutput;
301
+ export { GetRadiusServerProfileArgs, GetRadiusServerProfileResult, GetRadiusServerProfileOutputArgs } from "./getRadiusServerProfile";
302
+ export declare const getRadiusServerProfile: typeof import("./getRadiusServerProfile").getRadiusServerProfile;
303
+ export declare const getRadiusServerProfileOutput: typeof import("./getRadiusServerProfile").getRadiusServerProfileOutput;
304
+ export { GetRadiusServerProfileListArgs, GetRadiusServerProfileListResult, GetRadiusServerProfileListOutputArgs } from "./getRadiusServerProfileList";
305
+ export declare const getRadiusServerProfileList: typeof import("./getRadiusServerProfileList").getRadiusServerProfileList;
306
+ export declare const getRadiusServerProfileListOutput: typeof import("./getRadiusServerProfileList").getRadiusServerProfileListOutput;
307
+ export { GetRegionArgs, GetRegionResult, GetRegionOutputArgs } from "./getRegion";
308
+ export declare const getRegion: typeof import("./getRegion").getRegion;
309
+ export declare const getRegionOutput: typeof import("./getRegion").getRegionOutput;
310
+ export { GetRegionListArgs, GetRegionListResult, GetRegionListOutputArgs } from "./getRegionList";
311
+ export declare const getRegionList: typeof import("./getRegionList").getRegionList;
312
+ export declare const getRegionListOutput: typeof import("./getRegionList").getRegionListOutput;
313
+ export { GetRemoteNetworkArgs, GetRemoteNetworkResult, GetRemoteNetworkOutputArgs } from "./getRemoteNetwork";
314
+ export declare const getRemoteNetwork: typeof import("./getRemoteNetwork").getRemoteNetwork;
315
+ export declare const getRemoteNetworkOutput: typeof import("./getRemoteNetwork").getRemoteNetworkOutput;
316
+ export { GetRemoteNetworkListArgs, GetRemoteNetworkListResult, GetRemoteNetworkListOutputArgs } from "./getRemoteNetworkList";
317
+ export declare const getRemoteNetworkList: typeof import("./getRemoteNetworkList").getRemoteNetworkList;
318
+ export declare const getRemoteNetworkListOutput: typeof import("./getRemoteNetworkList").getRemoteNetworkListOutput;
319
+ export { GetSamlServerProfileArgs, GetSamlServerProfileResult, GetSamlServerProfileOutputArgs } from "./getSamlServerProfile";
320
+ export declare const getSamlServerProfile: typeof import("./getSamlServerProfile").getSamlServerProfile;
321
+ export declare const getSamlServerProfileOutput: typeof import("./getSamlServerProfile").getSamlServerProfileOutput;
322
+ export { GetSamlServerProfileListArgs, GetSamlServerProfileListResult, GetSamlServerProfileListOutputArgs } from "./getSamlServerProfileList";
323
+ export declare const getSamlServerProfileList: typeof import("./getSamlServerProfileList").getSamlServerProfileList;
324
+ export declare const getSamlServerProfileListOutput: typeof import("./getSamlServerProfileList").getSamlServerProfileListOutput;
325
+ export { GetScepProfileArgs, GetScepProfileResult, GetScepProfileOutputArgs } from "./getScepProfile";
326
+ export declare const getScepProfile: typeof import("./getScepProfile").getScepProfile;
327
+ export declare const getScepProfileOutput: typeof import("./getScepProfile").getScepProfileOutput;
328
+ export { GetScepProfileListArgs, GetScepProfileListResult, GetScepProfileListOutputArgs } from "./getScepProfileList";
329
+ export declare const getScepProfileList: typeof import("./getScepProfileList").getScepProfileList;
330
+ export declare const getScepProfileListOutput: typeof import("./getScepProfileList").getScepProfileListOutput;
331
+ export { GetScheduleArgs, GetScheduleResult, GetScheduleOutputArgs } from "./getSchedule";
332
+ export declare const getSchedule: typeof import("./getSchedule").getSchedule;
333
+ export declare const getScheduleOutput: typeof import("./getSchedule").getScheduleOutput;
334
+ export { GetScheduleListArgs, GetScheduleListResult, GetScheduleListOutputArgs } from "./getScheduleList";
335
+ export declare const getScheduleList: typeof import("./getScheduleList").getScheduleList;
336
+ export declare const getScheduleListOutput: typeof import("./getScheduleList").getScheduleListOutput;
337
+ export { GetSecurityRuleArgs, GetSecurityRuleResult, GetSecurityRuleOutputArgs } from "./getSecurityRule";
338
+ export declare const getSecurityRule: typeof import("./getSecurityRule").getSecurityRule;
339
+ export declare const getSecurityRuleOutput: typeof import("./getSecurityRule").getSecurityRuleOutput;
340
+ export { GetSecurityRuleListArgs, GetSecurityRuleListResult, GetSecurityRuleListOutputArgs } from "./getSecurityRuleList";
341
+ export declare const getSecurityRuleList: typeof import("./getSecurityRuleList").getSecurityRuleList;
342
+ export declare const getSecurityRuleListOutput: typeof import("./getSecurityRuleList").getSecurityRuleListOutput;
343
+ export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService";
344
+ export declare const getService: typeof import("./getService").getService;
345
+ export declare const getServiceOutput: typeof import("./getService").getServiceOutput;
346
+ export { GetServiceConnectionArgs, GetServiceConnectionResult, GetServiceConnectionOutputArgs } from "./getServiceConnection";
347
+ export declare const getServiceConnection: typeof import("./getServiceConnection").getServiceConnection;
348
+ export declare const getServiceConnectionOutput: typeof import("./getServiceConnection").getServiceConnectionOutput;
349
+ export { GetServiceConnectionGroupArgs, GetServiceConnectionGroupResult, GetServiceConnectionGroupOutputArgs } from "./getServiceConnectionGroup";
350
+ export declare const getServiceConnectionGroup: typeof import("./getServiceConnectionGroup").getServiceConnectionGroup;
351
+ export declare const getServiceConnectionGroupOutput: typeof import("./getServiceConnectionGroup").getServiceConnectionGroupOutput;
352
+ export { GetServiceConnectionGroupListArgs, GetServiceConnectionGroupListResult, GetServiceConnectionGroupListOutputArgs } from "./getServiceConnectionGroupList";
353
+ export declare const getServiceConnectionGroupList: typeof import("./getServiceConnectionGroupList").getServiceConnectionGroupList;
354
+ export declare const getServiceConnectionGroupListOutput: typeof import("./getServiceConnectionGroupList").getServiceConnectionGroupListOutput;
355
+ export { GetServiceConnectionListArgs, GetServiceConnectionListResult, GetServiceConnectionListOutputArgs } from "./getServiceConnectionList";
356
+ export declare const getServiceConnectionList: typeof import("./getServiceConnectionList").getServiceConnectionList;
357
+ export declare const getServiceConnectionListOutput: typeof import("./getServiceConnectionList").getServiceConnectionListOutput;
358
+ export { GetServiceGroupArgs, GetServiceGroupResult, GetServiceGroupOutputArgs } from "./getServiceGroup";
359
+ export declare const getServiceGroup: typeof import("./getServiceGroup").getServiceGroup;
360
+ export declare const getServiceGroupOutput: typeof import("./getServiceGroup").getServiceGroupOutput;
361
+ export { GetServiceGroupListArgs, GetServiceGroupListResult, GetServiceGroupListOutputArgs } from "./getServiceGroupList";
362
+ export declare const getServiceGroupList: typeof import("./getServiceGroupList").getServiceGroupList;
363
+ export declare const getServiceGroupListOutput: typeof import("./getServiceGroupList").getServiceGroupListOutput;
364
+ export { GetServiceListArgs, GetServiceListResult, GetServiceListOutputArgs } from "./getServiceList";
365
+ export declare const getServiceList: typeof import("./getServiceList").getServiceList;
366
+ export declare const getServiceListOutput: typeof import("./getServiceList").getServiceListOutput;
367
+ export { GetSharedInfrastructureSettingsListArgs, GetSharedInfrastructureSettingsListResult, GetSharedInfrastructureSettingsListOutputArgs } from "./getSharedInfrastructureSettingsList";
368
+ export declare const getSharedInfrastructureSettingsList: typeof import("./getSharedInfrastructureSettingsList").getSharedInfrastructureSettingsList;
369
+ export declare const getSharedInfrastructureSettingsListOutput: typeof import("./getSharedInfrastructureSettingsList").getSharedInfrastructureSettingsListOutput;
370
+ export { GetSnippetArgs, GetSnippetResult, GetSnippetOutputArgs } from "./getSnippet";
371
+ export declare const getSnippet: typeof import("./getSnippet").getSnippet;
372
+ export declare const getSnippetOutput: typeof import("./getSnippet").getSnippetOutput;
373
+ export { GetSnippetListArgs, GetSnippetListResult, GetSnippetListOutputArgs } from "./getSnippetList";
374
+ export declare const getSnippetList: typeof import("./getSnippetList").getSnippetList;
375
+ export declare const getSnippetListOutput: typeof import("./getSnippetList").getSnippetListOutput;
376
+ export { GetTacacsServerProfileArgs, GetTacacsServerProfileResult, GetTacacsServerProfileOutputArgs } from "./getTacacsServerProfile";
377
+ export declare const getTacacsServerProfile: typeof import("./getTacacsServerProfile").getTacacsServerProfile;
378
+ export declare const getTacacsServerProfileOutput: typeof import("./getTacacsServerProfile").getTacacsServerProfileOutput;
379
+ export { GetTacacsServerProfileListArgs, GetTacacsServerProfileListResult, GetTacacsServerProfileListOutputArgs } from "./getTacacsServerProfileList";
380
+ export declare const getTacacsServerProfileList: typeof import("./getTacacsServerProfileList").getTacacsServerProfileList;
381
+ export declare const getTacacsServerProfileListOutput: typeof import("./getTacacsServerProfileList").getTacacsServerProfileListOutput;
382
+ export { GetTagArgs, GetTagResult, GetTagOutputArgs } from "./getTag";
383
+ export declare const getTag: typeof import("./getTag").getTag;
384
+ export declare const getTagOutput: typeof import("./getTag").getTagOutput;
385
+ export { GetTagListArgs, GetTagListResult, GetTagListOutputArgs } from "./getTagList";
386
+ export declare const getTagList: typeof import("./getTagList").getTagList;
387
+ export declare const getTagListOutput: typeof import("./getTagList").getTagListOutput;
388
+ export { GetTlsServiceProfileArgs, GetTlsServiceProfileResult, GetTlsServiceProfileOutputArgs } from "./getTlsServiceProfile";
389
+ export declare const getTlsServiceProfile: typeof import("./getTlsServiceProfile").getTlsServiceProfile;
390
+ export declare const getTlsServiceProfileOutput: typeof import("./getTlsServiceProfile").getTlsServiceProfileOutput;
391
+ export { GetTlsServiceProfileListArgs, GetTlsServiceProfileListResult, GetTlsServiceProfileListOutputArgs } from "./getTlsServiceProfileList";
392
+ export declare const getTlsServiceProfileList: typeof import("./getTlsServiceProfileList").getTlsServiceProfileList;
393
+ export declare const getTlsServiceProfileListOutput: typeof import("./getTlsServiceProfileList").getTlsServiceProfileListOutput;
394
+ export { GetTrafficSteeringRuleArgs, GetTrafficSteeringRuleResult, GetTrafficSteeringRuleOutputArgs } from "./getTrafficSteeringRule";
395
+ export declare const getTrafficSteeringRule: typeof import("./getTrafficSteeringRule").getTrafficSteeringRule;
396
+ export declare const getTrafficSteeringRuleOutput: typeof import("./getTrafficSteeringRule").getTrafficSteeringRuleOutput;
397
+ export { GetTrafficSteeringRuleListArgs, GetTrafficSteeringRuleListResult, GetTrafficSteeringRuleListOutputArgs } from "./getTrafficSteeringRuleList";
398
+ export declare const getTrafficSteeringRuleList: typeof import("./getTrafficSteeringRuleList").getTrafficSteeringRuleList;
399
+ export declare const getTrafficSteeringRuleListOutput: typeof import("./getTrafficSteeringRuleList").getTrafficSteeringRuleListOutput;
400
+ export { GetTrustedCertificateAuthorityListArgs, GetTrustedCertificateAuthorityListResult, GetTrustedCertificateAuthorityListOutputArgs } from "./getTrustedCertificateAuthorityList";
401
+ export declare const getTrustedCertificateAuthorityList: typeof import("./getTrustedCertificateAuthorityList").getTrustedCertificateAuthorityList;
402
+ export declare const getTrustedCertificateAuthorityListOutput: typeof import("./getTrustedCertificateAuthorityList").getTrustedCertificateAuthorityListOutput;
403
+ export { GetUrlAccessProfileArgs, GetUrlAccessProfileResult, GetUrlAccessProfileOutputArgs } from "./getUrlAccessProfile";
404
+ export declare const getUrlAccessProfile: typeof import("./getUrlAccessProfile").getUrlAccessProfile;
405
+ export declare const getUrlAccessProfileOutput: typeof import("./getUrlAccessProfile").getUrlAccessProfileOutput;
406
+ export { GetUrlAccessProfileListArgs, GetUrlAccessProfileListResult, GetUrlAccessProfileListOutputArgs } from "./getUrlAccessProfileList";
407
+ export declare const getUrlAccessProfileList: typeof import("./getUrlAccessProfileList").getUrlAccessProfileList;
408
+ export declare const getUrlAccessProfileListOutput: typeof import("./getUrlAccessProfileList").getUrlAccessProfileListOutput;
409
+ export { GetUrlCategoryArgs, GetUrlCategoryResult, GetUrlCategoryOutputArgs } from "./getUrlCategory";
410
+ export declare const getUrlCategory: typeof import("./getUrlCategory").getUrlCategory;
411
+ export declare const getUrlCategoryOutput: typeof import("./getUrlCategory").getUrlCategoryOutput;
412
+ export { GetUrlCategoryListArgs, GetUrlCategoryListResult, GetUrlCategoryListOutputArgs } from "./getUrlCategoryList";
413
+ export declare const getUrlCategoryList: typeof import("./getUrlCategoryList").getUrlCategoryList;
414
+ export declare const getUrlCategoryListOutput: typeof import("./getUrlCategoryList").getUrlCategoryListOutput;
415
+ export { GetUrlFilteringCategoryListArgs, GetUrlFilteringCategoryListResult, GetUrlFilteringCategoryListOutputArgs } from "./getUrlFilteringCategoryList";
416
+ export declare const getUrlFilteringCategoryList: typeof import("./getUrlFilteringCategoryList").getUrlFilteringCategoryList;
417
+ export declare const getUrlFilteringCategoryListOutput: typeof import("./getUrlFilteringCategoryList").getUrlFilteringCategoryListOutput;
418
+ export { GetVariableArgs, GetVariableResult, GetVariableOutputArgs } from "./getVariable";
419
+ export declare const getVariable: typeof import("./getVariable").getVariable;
420
+ export declare const getVariableOutput: typeof import("./getVariable").getVariableOutput;
421
+ export { GetVariableListArgs, GetVariableListResult, GetVariableListOutputArgs } from "./getVariableList";
422
+ export declare const getVariableList: typeof import("./getVariableList").getVariableList;
423
+ export declare const getVariableListOutput: typeof import("./getVariableList").getVariableListOutput;
424
+ export { GetVulnerabilityProtectionProfileArgs, GetVulnerabilityProtectionProfileResult, GetVulnerabilityProtectionProfileOutputArgs } from "./getVulnerabilityProtectionProfile";
425
+ export declare const getVulnerabilityProtectionProfile: typeof import("./getVulnerabilityProtectionProfile").getVulnerabilityProtectionProfile;
426
+ export declare const getVulnerabilityProtectionProfileOutput: typeof import("./getVulnerabilityProtectionProfile").getVulnerabilityProtectionProfileOutput;
427
+ export { GetVulnerabilityProtectionProfileListArgs, GetVulnerabilityProtectionProfileListResult, GetVulnerabilityProtectionProfileListOutputArgs } from "./getVulnerabilityProtectionProfileList";
428
+ export declare const getVulnerabilityProtectionProfileList: typeof import("./getVulnerabilityProtectionProfileList").getVulnerabilityProtectionProfileList;
429
+ export declare const getVulnerabilityProtectionProfileListOutput: typeof import("./getVulnerabilityProtectionProfileList").getVulnerabilityProtectionProfileListOutput;
430
+ export { GetVulnerabilityProtectionSignaturesArgs, GetVulnerabilityProtectionSignaturesResult, GetVulnerabilityProtectionSignaturesOutputArgs } from "./getVulnerabilityProtectionSignatures";
431
+ export declare const getVulnerabilityProtectionSignatures: typeof import("./getVulnerabilityProtectionSignatures").getVulnerabilityProtectionSignatures;
432
+ export declare const getVulnerabilityProtectionSignaturesOutput: typeof import("./getVulnerabilityProtectionSignatures").getVulnerabilityProtectionSignaturesOutput;
433
+ export { GetVulnerabilityProtectionSignaturesListArgs, GetVulnerabilityProtectionSignaturesListResult, GetVulnerabilityProtectionSignaturesListOutputArgs } from "./getVulnerabilityProtectionSignaturesList";
434
+ export declare const getVulnerabilityProtectionSignaturesList: typeof import("./getVulnerabilityProtectionSignaturesList").getVulnerabilityProtectionSignaturesList;
435
+ export declare const getVulnerabilityProtectionSignaturesListOutput: typeof import("./getVulnerabilityProtectionSignaturesList").getVulnerabilityProtectionSignaturesListOutput;
436
+ export { GetWildfireAntiVirusProfileArgs, GetWildfireAntiVirusProfileResult, GetWildfireAntiVirusProfileOutputArgs } from "./getWildfireAntiVirusProfile";
437
+ export declare const getWildfireAntiVirusProfile: typeof import("./getWildfireAntiVirusProfile").getWildfireAntiVirusProfile;
438
+ export declare const getWildfireAntiVirusProfileOutput: typeof import("./getWildfireAntiVirusProfile").getWildfireAntiVirusProfileOutput;
439
+ export { GetWildfireAntiVirusProfileListArgs, GetWildfireAntiVirusProfileListResult, GetWildfireAntiVirusProfileListOutputArgs } from "./getWildfireAntiVirusProfileList";
440
+ export declare const getWildfireAntiVirusProfileList: typeof import("./getWildfireAntiVirusProfileList").getWildfireAntiVirusProfileList;
441
+ export declare const getWildfireAntiVirusProfileListOutput: typeof import("./getWildfireAntiVirusProfileList").getWildfireAntiVirusProfileListOutput;
442
+ export { HipObjectArgs, HipObjectState } from "./hipObject";
443
+ export type HipObject = import("./hipObject").HipObject;
444
+ export declare const HipObject: typeof import("./hipObject").HipObject;
445
+ export { HipProfileArgs, HipProfileState } from "./hipProfile";
446
+ export type HipProfile = import("./hipProfile").HipProfile;
447
+ export declare const HipProfile: typeof import("./hipProfile").HipProfile;
448
+ export { HttpHeaderProfileArgs, HttpHeaderProfileState } from "./httpHeaderProfile";
449
+ export type HttpHeaderProfile = import("./httpHeaderProfile").HttpHeaderProfile;
450
+ export declare const HttpHeaderProfile: typeof import("./httpHeaderProfile").HttpHeaderProfile;
451
+ export { IkeCryptoProfileArgs, IkeCryptoProfileState } from "./ikeCryptoProfile";
452
+ export type IkeCryptoProfile = import("./ikeCryptoProfile").IkeCryptoProfile;
453
+ export declare const IkeCryptoProfile: typeof import("./ikeCryptoProfile").IkeCryptoProfile;
454
+ export { IkeGatewayArgs, IkeGatewayState } from "./ikeGateway";
455
+ export type IkeGateway = import("./ikeGateway").IkeGateway;
456
+ export declare const IkeGateway: typeof import("./ikeGateway").IkeGateway;
457
+ export { InternalDnsServerArgs, InternalDnsServerState } from "./internalDnsServer";
458
+ export type InternalDnsServer = import("./internalDnsServer").InternalDnsServer;
459
+ export declare const InternalDnsServer: typeof import("./internalDnsServer").InternalDnsServer;
460
+ export { IpsecCryptoProfileArgs, IpsecCryptoProfileState } from "./ipsecCryptoProfile";
461
+ export type IpsecCryptoProfile = import("./ipsecCryptoProfile").IpsecCryptoProfile;
462
+ export declare const IpsecCryptoProfile: typeof import("./ipsecCryptoProfile").IpsecCryptoProfile;
463
+ export { IpsecTunnelArgs, IpsecTunnelState } from "./ipsecTunnel";
464
+ export type IpsecTunnel = import("./ipsecTunnel").IpsecTunnel;
465
+ export declare const IpsecTunnel: typeof import("./ipsecTunnel").IpsecTunnel;
466
+ export { KerberosServerProfileArgs, KerberosServerProfileState } from "./kerberosServerProfile";
467
+ export type KerberosServerProfile = import("./kerberosServerProfile").KerberosServerProfile;
468
+ export declare const KerberosServerProfile: typeof import("./kerberosServerProfile").KerberosServerProfile;
469
+ export { LdapServerProfileArgs, LdapServerProfileState } from "./ldapServerProfile";
470
+ export type LdapServerProfile = import("./ldapServerProfile").LdapServerProfile;
471
+ export declare const LdapServerProfile: typeof import("./ldapServerProfile").LdapServerProfile;
472
+ export { LocalUserArgs, LocalUserState } from "./localUser";
473
+ export type LocalUser = import("./localUser").LocalUser;
474
+ export declare const LocalUser: typeof import("./localUser").LocalUser;
475
+ export { MfaServerArgs, MfaServerState } from "./mfaServer";
476
+ export type MfaServer = import("./mfaServer").MfaServer;
477
+ export declare const MfaServer: typeof import("./mfaServer").MfaServer;
478
+ export { NatRuleArgs, NatRuleState } from "./natRule";
479
+ export type NatRule = import("./natRule").NatRule;
480
+ export declare const NatRule: typeof import("./natRule").NatRule;
481
+ export { OcspResponderArgs, OcspResponderState } from "./ocspResponder";
482
+ export type OcspResponder = import("./ocspResponder").OcspResponder;
483
+ export declare const OcspResponder: typeof import("./ocspResponder").OcspResponder;
484
+ export { ProfileGroupArgs, ProfileGroupState } from "./profileGroup";
485
+ export type ProfileGroup = import("./profileGroup").ProfileGroup;
486
+ export declare const ProfileGroup: typeof import("./profileGroup").ProfileGroup;
487
+ export { ProviderArgs } from "./provider";
488
+ export type Provider = import("./provider").Provider;
489
+ export declare const Provider: typeof import("./provider").Provider;
490
+ export { QosPolicyRuleArgs, QosPolicyRuleState } from "./qosPolicyRule";
491
+ export type QosPolicyRule = import("./qosPolicyRule").QosPolicyRule;
492
+ export declare const QosPolicyRule: typeof import("./qosPolicyRule").QosPolicyRule;
493
+ export { QosProfileArgs, QosProfileState } from "./qosProfile";
494
+ export type QosProfile = import("./qosProfile").QosProfile;
495
+ export declare const QosProfile: typeof import("./qosProfile").QosProfile;
496
+ export { RadiusServerProfileArgs, RadiusServerProfileState } from "./radiusServerProfile";
497
+ export type RadiusServerProfile = import("./radiusServerProfile").RadiusServerProfile;
498
+ export declare const RadiusServerProfile: typeof import("./radiusServerProfile").RadiusServerProfile;
499
+ export { RegionArgs, RegionState } from "./region";
500
+ export type Region = import("./region").Region;
501
+ export declare const Region: typeof import("./region").Region;
502
+ export { RemoteNetworkArgs, RemoteNetworkState } from "./remoteNetwork";
503
+ export type RemoteNetwork = import("./remoteNetwork").RemoteNetwork;
504
+ export declare const RemoteNetwork: typeof import("./remoteNetwork").RemoteNetwork;
505
+ export { SamlServerProfileArgs, SamlServerProfileState } from "./samlServerProfile";
506
+ export type SamlServerProfile = import("./samlServerProfile").SamlServerProfile;
507
+ export declare const SamlServerProfile: typeof import("./samlServerProfile").SamlServerProfile;
508
+ export { ScepProfileArgs, ScepProfileState } from "./scepProfile";
509
+ export type ScepProfile = import("./scepProfile").ScepProfile;
510
+ export declare const ScepProfile: typeof import("./scepProfile").ScepProfile;
511
+ export { ScheduleArgs, ScheduleState } from "./schedule";
512
+ export type Schedule = import("./schedule").Schedule;
513
+ export declare const Schedule: typeof import("./schedule").Schedule;
514
+ export { SecurityRuleArgs, SecurityRuleState } from "./securityRule";
515
+ export type SecurityRule = import("./securityRule").SecurityRule;
516
+ export declare const SecurityRule: typeof import("./securityRule").SecurityRule;
517
+ export { ServiceArgs, ServiceState } from "./service";
518
+ export type Service = import("./service").Service;
519
+ export declare const Service: typeof import("./service").Service;
520
+ export { ServiceConnectionArgs, ServiceConnectionState } from "./serviceConnection";
521
+ export type ServiceConnection = import("./serviceConnection").ServiceConnection;
522
+ export declare const ServiceConnection: typeof import("./serviceConnection").ServiceConnection;
523
+ export { ServiceConnectionGroupArgs, ServiceConnectionGroupState } from "./serviceConnectionGroup";
524
+ export type ServiceConnectionGroup = import("./serviceConnectionGroup").ServiceConnectionGroup;
525
+ export declare const ServiceConnectionGroup: typeof import("./serviceConnectionGroup").ServiceConnectionGroup;
526
+ export { ServiceGroupArgs, ServiceGroupState } from "./serviceGroup";
527
+ export type ServiceGroup = import("./serviceGroup").ServiceGroup;
528
+ export declare const ServiceGroup: typeof import("./serviceGroup").ServiceGroup;
529
+ export { SnippetArgs, SnippetState } from "./snippet";
530
+ export type Snippet = import("./snippet").Snippet;
531
+ export declare const Snippet: typeof import("./snippet").Snippet;
532
+ export { TacacsServerProfileArgs, TacacsServerProfileState } from "./tacacsServerProfile";
533
+ export type TacacsServerProfile = import("./tacacsServerProfile").TacacsServerProfile;
534
+ export declare const TacacsServerProfile: typeof import("./tacacsServerProfile").TacacsServerProfile;
535
+ export { TagArgs, TagState } from "./tag";
536
+ export type Tag = import("./tag").Tag;
537
+ export declare const Tag: typeof import("./tag").Tag;
538
+ export { TlsServiceProfileArgs, TlsServiceProfileState } from "./tlsServiceProfile";
539
+ export type TlsServiceProfile = import("./tlsServiceProfile").TlsServiceProfile;
540
+ export declare const TlsServiceProfile: typeof import("./tlsServiceProfile").TlsServiceProfile;
541
+ export { TrafficSteeringRuleArgs, TrafficSteeringRuleState } from "./trafficSteeringRule";
542
+ export type TrafficSteeringRule = import("./trafficSteeringRule").TrafficSteeringRule;
543
+ export declare const TrafficSteeringRule: typeof import("./trafficSteeringRule").TrafficSteeringRule;
544
+ export { UrlAccessProfileArgs, UrlAccessProfileState } from "./urlAccessProfile";
545
+ export type UrlAccessProfile = import("./urlAccessProfile").UrlAccessProfile;
546
+ export declare const UrlAccessProfile: typeof import("./urlAccessProfile").UrlAccessProfile;
547
+ export { UrlCategoryArgs, UrlCategoryState } from "./urlCategory";
548
+ export type UrlCategory = import("./urlCategory").UrlCategory;
549
+ export declare const UrlCategory: typeof import("./urlCategory").UrlCategory;
550
+ export { VariableArgs, VariableState } from "./variable";
551
+ export type Variable = import("./variable").Variable;
552
+ export declare const Variable: typeof import("./variable").Variable;
553
+ export { VulnerabilityProtectionProfileArgs, VulnerabilityProtectionProfileState } from "./vulnerabilityProtectionProfile";
554
+ export type VulnerabilityProtectionProfile = import("./vulnerabilityProtectionProfile").VulnerabilityProtectionProfile;
555
+ export declare const VulnerabilityProtectionProfile: typeof import("./vulnerabilityProtectionProfile").VulnerabilityProtectionProfile;
556
+ export { VulnerabilityProtectionSignaturesArgs, VulnerabilityProtectionSignaturesState } from "./vulnerabilityProtectionSignatures";
557
+ export type VulnerabilityProtectionSignatures = import("./vulnerabilityProtectionSignatures").VulnerabilityProtectionSignatures;
558
+ export declare const VulnerabilityProtectionSignatures: typeof import("./vulnerabilityProtectionSignatures").VulnerabilityProtectionSignatures;
559
+ export { WildfireAntiVirusProfileArgs, WildfireAntiVirusProfileState } from "./wildfireAntiVirusProfile";
560
+ export type WildfireAntiVirusProfile = import("./wildfireAntiVirusProfile").WildfireAntiVirusProfile;
561
+ export declare const WildfireAntiVirusProfile: typeof import("./wildfireAntiVirusProfile").WildfireAntiVirusProfile;
562
+ import * as config from "./config";
563
+ import * as types from "./types";
564
+ export { config, types, };