@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.js ADDED
@@ -0,0 +1,715 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getApplicationGroupListOutput = exports.getApplicationGroupList = exports.getApplicationGroupOutput = exports.getApplicationGroup = exports.getApplicationFilterListOutput = exports.getApplicationFilterList = exports.getApplicationFilterOutput = exports.getApplicationFilter = exports.getApplicationOutput = exports.getApplication = exports.getAppOverrideRuleListOutput = exports.getAppOverrideRuleList = exports.getAppOverrideRuleOutput = exports.getAppOverrideRule = exports.getAntiSpywareSignatureListOutput = exports.getAntiSpywareSignatureList = exports.getAntiSpywareSignatureOutput = exports.getAntiSpywareSignature = exports.getAntiSpywareProfileListOutput = exports.getAntiSpywareProfileList = exports.getAntiSpywareProfileOutput = exports.getAntiSpywareProfile = exports.getAddressObjectListOutput = exports.getAddressObjectList = exports.getAddressObjectOutput = exports.getAddressObject = exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.FileBlockingProfile = exports.ExternalDynamicList = exports.DynamicUserGroup = exports.DnsSecurityProfile = exports.DecryptionRule = exports.DecryptionProfile = exports.DecryptionExclusion = exports.CertificateProfile = exports.AuthenticationSequence = exports.AuthenticationRule = exports.AuthenticationProfile = exports.AuthenticationPortal = exports.ApplicationGroup = exports.ApplicationFilter = exports.Application = exports.AppOverrideRule = exports.AntiSpywareSignature = exports.AntiSpywareProfile = exports.AddressObject = exports.AddressGroup = void 0;
6
+ exports.getExternalDynamicListListOutput = exports.getExternalDynamicListList = exports.getExternalDynamicListOutput = exports.getExternalDynamicList = exports.getDynamicUserGroupListOutput = exports.getDynamicUserGroupList = exports.getDynamicUserGroupOutput = exports.getDynamicUserGroup = exports.getDnsSecurityProfileListOutput = exports.getDnsSecurityProfileList = exports.getDnsSecurityProfileOutput = exports.getDnsSecurityProfile = exports.getDeviceListOutput = exports.getDeviceList = exports.getDeviceOutput = exports.getDevice = exports.getDecryptionRuleListOutput = exports.getDecryptionRuleList = exports.getDecryptionRuleOutput = exports.getDecryptionRule = exports.getDecryptionProfileListOutput = exports.getDecryptionProfileList = exports.getDecryptionProfileOutput = exports.getDecryptionProfile = exports.getDecryptionExclusionOutput = exports.getDecryptionExclusion = exports.getCertificateProfileListOutput = exports.getCertificateProfileList = exports.getCertificateProfileOutput = exports.getCertificateProfile = exports.getAutoTagActionsListOutput = exports.getAutoTagActionsList = exports.getAuthenticationSequenceListOutput = exports.getAuthenticationSequenceList = exports.getAuthenticationSequenceOutput = exports.getAuthenticationSequence = exports.getAuthenticationRuleListOutput = exports.getAuthenticationRuleList = exports.getAuthenticationRuleOutput = exports.getAuthenticationRule = exports.getAuthenticationProfileListOutput = exports.getAuthenticationProfileList = exports.getAuthenticationProfileOutput = exports.getAuthenticationProfile = exports.getAuthenticationPortalListOutput = exports.getAuthenticationPortalList = exports.getAuthenticationPortalOutput = exports.getAuthenticationPortal = exports.getApplicationListOutput = exports.getApplicationList = void 0;
7
+ exports.getLdapServerProfileOutput = exports.getLdapServerProfile = exports.getLabelsGetbyidResponseOutput = exports.getLabelsGetbyidResponse = exports.getLabelListOutput = exports.getLabelList = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getJobsListOutput = exports.getJobsList = exports.getJobsOutput = exports.getJobs = exports.getIpsecTunnelListOutput = exports.getIpsecTunnelList = exports.getIpsecTunnelOutput = exports.getIpsecTunnel = exports.getIpsecCryptoProfileListOutput = exports.getIpsecCryptoProfileList = exports.getIpsecCryptoProfileOutput = exports.getIpsecCryptoProfile = exports.getInternalDnsServerListOutput = exports.getInternalDnsServerList = exports.getInternalDnsServerOutput = exports.getInternalDnsServer = exports.getIkeGatewayListOutput = exports.getIkeGatewayList = exports.getIkeGatewayOutput = exports.getIkeGateway = exports.getIkeCryptoProfileListOutput = exports.getIkeCryptoProfileList = exports.getIkeCryptoProfileOutput = exports.getIkeCryptoProfile = exports.getHttpHeaderProfileListOutput = exports.getHttpHeaderProfileList = exports.getHttpHeaderProfileOutput = exports.getHttpHeaderProfile = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = exports.getHipProfile = exports.getHipObjectListOutput = exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getFileBlockingProfileListOutput = exports.getFileBlockingProfileList = exports.getFileBlockingProfileOutput = exports.getFileBlockingProfile = void 0;
8
+ exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = exports.getSamlServerProfileList = exports.getSamlServerProfileOutput = exports.getSamlServerProfile = exports.getRemoteNetworkListOutput = exports.getRemoteNetworkList = exports.getRemoteNetworkOutput = exports.getRemoteNetwork = exports.getRegionListOutput = exports.getRegionList = exports.getRegionOutput = exports.getRegion = exports.getRadiusServerProfileListOutput = exports.getRadiusServerProfileList = exports.getRadiusServerProfileOutput = exports.getRadiusServerProfile = exports.getQosProfileListOutput = exports.getQosProfileList = exports.getQosProfileOutput = exports.getQosProfile = exports.getQosPolicyRuleListOutput = exports.getQosPolicyRuleList = exports.getQosPolicyRuleOutput = exports.getQosPolicyRule = exports.getProfileGroupListOutput = exports.getProfileGroupList = exports.getProfileGroupOutput = exports.getProfileGroup = exports.getOcspResponderListOutput = exports.getOcspResponderList = exports.getOcspResponderOutput = exports.getOcspResponder = exports.getNatRuleListOutput = exports.getNatRuleList = exports.getNatRuleOutput = exports.getNatRule = exports.getMfaServerOutput = exports.getMfaServer = exports.getLocalUserListOutput = exports.getLocalUserList = exports.getLocalUserGroupListOutput = exports.getLocalUserGroupList = exports.getLocalUserOutput = exports.getLocalUser = exports.getLdapServerProfileListOutput = exports.getLdapServerProfileList = void 0;
9
+ exports.getUrlAccessProfileOutput = exports.getUrlAccessProfile = exports.getTrustedCertificateAuthorityListOutput = exports.getTrustedCertificateAuthorityList = exports.getTrafficSteeringRuleListOutput = exports.getTrafficSteeringRuleList = exports.getTrafficSteeringRuleOutput = exports.getTrafficSteeringRule = exports.getTlsServiceProfileListOutput = exports.getTlsServiceProfileList = exports.getTlsServiceProfileOutput = exports.getTlsServiceProfile = exports.getTagListOutput = exports.getTagList = exports.getTagOutput = exports.getTag = exports.getTacacsServerProfileListOutput = exports.getTacacsServerProfileList = exports.getTacacsServerProfileOutput = exports.getTacacsServerProfile = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSharedInfrastructureSettingsListOutput = exports.getSharedInfrastructureSettingsList = exports.getServiceListOutput = exports.getServiceList = exports.getServiceGroupListOutput = exports.getServiceGroupList = exports.getServiceGroupOutput = exports.getServiceGroup = exports.getServiceConnectionListOutput = exports.getServiceConnectionList = exports.getServiceConnectionGroupListOutput = exports.getServiceConnectionGroupList = exports.getServiceConnectionGroupOutput = exports.getServiceConnectionGroup = exports.getServiceConnectionOutput = exports.getServiceConnection = exports.getServiceOutput = exports.getService = exports.getSecurityRuleListOutput = exports.getSecurityRuleList = exports.getSecurityRuleOutput = exports.getSecurityRule = exports.getScheduleListOutput = exports.getScheduleList = exports.getScheduleOutput = exports.getSchedule = void 0;
10
+ exports.Service = exports.SecurityRule = exports.Schedule = exports.ScepProfile = exports.SamlServerProfile = exports.RemoteNetwork = exports.Region = exports.RadiusServerProfile = exports.QosProfile = exports.QosPolicyRule = exports.Provider = exports.ProfileGroup = exports.OcspResponder = exports.NatRule = exports.MfaServer = exports.LocalUser = exports.LdapServerProfile = exports.KerberosServerProfile = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpHeaderProfile = exports.HipProfile = exports.HipObject = exports.getWildfireAntiVirusProfileListOutput = exports.getWildfireAntiVirusProfileList = exports.getWildfireAntiVirusProfileOutput = exports.getWildfireAntiVirusProfile = exports.getVulnerabilityProtectionSignaturesListOutput = exports.getVulnerabilityProtectionSignaturesList = exports.getVulnerabilityProtectionSignaturesOutput = exports.getVulnerabilityProtectionSignatures = exports.getVulnerabilityProtectionProfileListOutput = exports.getVulnerabilityProtectionProfileList = exports.getVulnerabilityProtectionProfileOutput = exports.getVulnerabilityProtectionProfile = exports.getVariableListOutput = exports.getVariableList = exports.getVariableOutput = exports.getVariable = exports.getUrlFilteringCategoryListOutput = exports.getUrlFilteringCategoryList = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = void 0;
11
+ exports.types = exports.config = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignatures = exports.VulnerabilityProtectionProfile = exports.Variable = exports.UrlCategory = exports.UrlAccessProfile = exports.TrafficSteeringRule = exports.TlsServiceProfile = exports.Tag = exports.TacacsServerProfile = exports.Snippet = exports.ServiceGroup = exports.ServiceConnectionGroup = exports.ServiceConnection = void 0;
12
+ const pulumi = require("@pulumi/pulumi");
13
+ const utilities = require("./utilities");
14
+ exports.AddressGroup = null;
15
+ utilities.lazyLoad(exports, ["AddressGroup"], () => require("./addressGroup"));
16
+ exports.AddressObject = null;
17
+ utilities.lazyLoad(exports, ["AddressObject"], () => require("./addressObject"));
18
+ exports.AntiSpywareProfile = null;
19
+ utilities.lazyLoad(exports, ["AntiSpywareProfile"], () => require("./antiSpywareProfile"));
20
+ exports.AntiSpywareSignature = null;
21
+ utilities.lazyLoad(exports, ["AntiSpywareSignature"], () => require("./antiSpywareSignature"));
22
+ exports.AppOverrideRule = null;
23
+ utilities.lazyLoad(exports, ["AppOverrideRule"], () => require("./appOverrideRule"));
24
+ exports.Application = null;
25
+ utilities.lazyLoad(exports, ["Application"], () => require("./application"));
26
+ exports.ApplicationFilter = null;
27
+ utilities.lazyLoad(exports, ["ApplicationFilter"], () => require("./applicationFilter"));
28
+ exports.ApplicationGroup = null;
29
+ utilities.lazyLoad(exports, ["ApplicationGroup"], () => require("./applicationGroup"));
30
+ exports.AuthenticationPortal = null;
31
+ utilities.lazyLoad(exports, ["AuthenticationPortal"], () => require("./authenticationPortal"));
32
+ exports.AuthenticationProfile = null;
33
+ utilities.lazyLoad(exports, ["AuthenticationProfile"], () => require("./authenticationProfile"));
34
+ exports.AuthenticationRule = null;
35
+ utilities.lazyLoad(exports, ["AuthenticationRule"], () => require("./authenticationRule"));
36
+ exports.AuthenticationSequence = null;
37
+ utilities.lazyLoad(exports, ["AuthenticationSequence"], () => require("./authenticationSequence"));
38
+ exports.CertificateProfile = null;
39
+ utilities.lazyLoad(exports, ["CertificateProfile"], () => require("./certificateProfile"));
40
+ exports.DecryptionExclusion = null;
41
+ utilities.lazyLoad(exports, ["DecryptionExclusion"], () => require("./decryptionExclusion"));
42
+ exports.DecryptionProfile = null;
43
+ utilities.lazyLoad(exports, ["DecryptionProfile"], () => require("./decryptionProfile"));
44
+ exports.DecryptionRule = null;
45
+ utilities.lazyLoad(exports, ["DecryptionRule"], () => require("./decryptionRule"));
46
+ exports.DnsSecurityProfile = null;
47
+ utilities.lazyLoad(exports, ["DnsSecurityProfile"], () => require("./dnsSecurityProfile"));
48
+ exports.DynamicUserGroup = null;
49
+ utilities.lazyLoad(exports, ["DynamicUserGroup"], () => require("./dynamicUserGroup"));
50
+ exports.ExternalDynamicList = null;
51
+ utilities.lazyLoad(exports, ["ExternalDynamicList"], () => require("./externalDynamicList"));
52
+ exports.FileBlockingProfile = null;
53
+ utilities.lazyLoad(exports, ["FileBlockingProfile"], () => require("./fileBlockingProfile"));
54
+ exports.getAddressGroup = null;
55
+ exports.getAddressGroupOutput = null;
56
+ utilities.lazyLoad(exports, ["getAddressGroup", "getAddressGroupOutput"], () => require("./getAddressGroup"));
57
+ exports.getAddressGroupList = null;
58
+ exports.getAddressGroupListOutput = null;
59
+ utilities.lazyLoad(exports, ["getAddressGroupList", "getAddressGroupListOutput"], () => require("./getAddressGroupList"));
60
+ exports.getAddressObject = null;
61
+ exports.getAddressObjectOutput = null;
62
+ utilities.lazyLoad(exports, ["getAddressObject", "getAddressObjectOutput"], () => require("./getAddressObject"));
63
+ exports.getAddressObjectList = null;
64
+ exports.getAddressObjectListOutput = null;
65
+ utilities.lazyLoad(exports, ["getAddressObjectList", "getAddressObjectListOutput"], () => require("./getAddressObjectList"));
66
+ exports.getAntiSpywareProfile = null;
67
+ exports.getAntiSpywareProfileOutput = null;
68
+ utilities.lazyLoad(exports, ["getAntiSpywareProfile", "getAntiSpywareProfileOutput"], () => require("./getAntiSpywareProfile"));
69
+ exports.getAntiSpywareProfileList = null;
70
+ exports.getAntiSpywareProfileListOutput = null;
71
+ utilities.lazyLoad(exports, ["getAntiSpywareProfileList", "getAntiSpywareProfileListOutput"], () => require("./getAntiSpywareProfileList"));
72
+ exports.getAntiSpywareSignature = null;
73
+ exports.getAntiSpywareSignatureOutput = null;
74
+ utilities.lazyLoad(exports, ["getAntiSpywareSignature", "getAntiSpywareSignatureOutput"], () => require("./getAntiSpywareSignature"));
75
+ exports.getAntiSpywareSignatureList = null;
76
+ exports.getAntiSpywareSignatureListOutput = null;
77
+ utilities.lazyLoad(exports, ["getAntiSpywareSignatureList", "getAntiSpywareSignatureListOutput"], () => require("./getAntiSpywareSignatureList"));
78
+ exports.getAppOverrideRule = null;
79
+ exports.getAppOverrideRuleOutput = null;
80
+ utilities.lazyLoad(exports, ["getAppOverrideRule", "getAppOverrideRuleOutput"], () => require("./getAppOverrideRule"));
81
+ exports.getAppOverrideRuleList = null;
82
+ exports.getAppOverrideRuleListOutput = null;
83
+ utilities.lazyLoad(exports, ["getAppOverrideRuleList", "getAppOverrideRuleListOutput"], () => require("./getAppOverrideRuleList"));
84
+ exports.getApplication = null;
85
+ exports.getApplicationOutput = null;
86
+ utilities.lazyLoad(exports, ["getApplication", "getApplicationOutput"], () => require("./getApplication"));
87
+ exports.getApplicationFilter = null;
88
+ exports.getApplicationFilterOutput = null;
89
+ utilities.lazyLoad(exports, ["getApplicationFilter", "getApplicationFilterOutput"], () => require("./getApplicationFilter"));
90
+ exports.getApplicationFilterList = null;
91
+ exports.getApplicationFilterListOutput = null;
92
+ utilities.lazyLoad(exports, ["getApplicationFilterList", "getApplicationFilterListOutput"], () => require("./getApplicationFilterList"));
93
+ exports.getApplicationGroup = null;
94
+ exports.getApplicationGroupOutput = null;
95
+ utilities.lazyLoad(exports, ["getApplicationGroup", "getApplicationGroupOutput"], () => require("./getApplicationGroup"));
96
+ exports.getApplicationGroupList = null;
97
+ exports.getApplicationGroupListOutput = null;
98
+ utilities.lazyLoad(exports, ["getApplicationGroupList", "getApplicationGroupListOutput"], () => require("./getApplicationGroupList"));
99
+ exports.getApplicationList = null;
100
+ exports.getApplicationListOutput = null;
101
+ utilities.lazyLoad(exports, ["getApplicationList", "getApplicationListOutput"], () => require("./getApplicationList"));
102
+ exports.getAuthenticationPortal = null;
103
+ exports.getAuthenticationPortalOutput = null;
104
+ utilities.lazyLoad(exports, ["getAuthenticationPortal", "getAuthenticationPortalOutput"], () => require("./getAuthenticationPortal"));
105
+ exports.getAuthenticationPortalList = null;
106
+ exports.getAuthenticationPortalListOutput = null;
107
+ utilities.lazyLoad(exports, ["getAuthenticationPortalList", "getAuthenticationPortalListOutput"], () => require("./getAuthenticationPortalList"));
108
+ exports.getAuthenticationProfile = null;
109
+ exports.getAuthenticationProfileOutput = null;
110
+ utilities.lazyLoad(exports, ["getAuthenticationProfile", "getAuthenticationProfileOutput"], () => require("./getAuthenticationProfile"));
111
+ exports.getAuthenticationProfileList = null;
112
+ exports.getAuthenticationProfileListOutput = null;
113
+ utilities.lazyLoad(exports, ["getAuthenticationProfileList", "getAuthenticationProfileListOutput"], () => require("./getAuthenticationProfileList"));
114
+ exports.getAuthenticationRule = null;
115
+ exports.getAuthenticationRuleOutput = null;
116
+ utilities.lazyLoad(exports, ["getAuthenticationRule", "getAuthenticationRuleOutput"], () => require("./getAuthenticationRule"));
117
+ exports.getAuthenticationRuleList = null;
118
+ exports.getAuthenticationRuleListOutput = null;
119
+ utilities.lazyLoad(exports, ["getAuthenticationRuleList", "getAuthenticationRuleListOutput"], () => require("./getAuthenticationRuleList"));
120
+ exports.getAuthenticationSequence = null;
121
+ exports.getAuthenticationSequenceOutput = null;
122
+ utilities.lazyLoad(exports, ["getAuthenticationSequence", "getAuthenticationSequenceOutput"], () => require("./getAuthenticationSequence"));
123
+ exports.getAuthenticationSequenceList = null;
124
+ exports.getAuthenticationSequenceListOutput = null;
125
+ utilities.lazyLoad(exports, ["getAuthenticationSequenceList", "getAuthenticationSequenceListOutput"], () => require("./getAuthenticationSequenceList"));
126
+ exports.getAutoTagActionsList = null;
127
+ exports.getAutoTagActionsListOutput = null;
128
+ utilities.lazyLoad(exports, ["getAutoTagActionsList", "getAutoTagActionsListOutput"], () => require("./getAutoTagActionsList"));
129
+ exports.getCertificateProfile = null;
130
+ exports.getCertificateProfileOutput = null;
131
+ utilities.lazyLoad(exports, ["getCertificateProfile", "getCertificateProfileOutput"], () => require("./getCertificateProfile"));
132
+ exports.getCertificateProfileList = null;
133
+ exports.getCertificateProfileListOutput = null;
134
+ utilities.lazyLoad(exports, ["getCertificateProfileList", "getCertificateProfileListOutput"], () => require("./getCertificateProfileList"));
135
+ exports.getDecryptionExclusion = null;
136
+ exports.getDecryptionExclusionOutput = null;
137
+ utilities.lazyLoad(exports, ["getDecryptionExclusion", "getDecryptionExclusionOutput"], () => require("./getDecryptionExclusion"));
138
+ exports.getDecryptionProfile = null;
139
+ exports.getDecryptionProfileOutput = null;
140
+ utilities.lazyLoad(exports, ["getDecryptionProfile", "getDecryptionProfileOutput"], () => require("./getDecryptionProfile"));
141
+ exports.getDecryptionProfileList = null;
142
+ exports.getDecryptionProfileListOutput = null;
143
+ utilities.lazyLoad(exports, ["getDecryptionProfileList", "getDecryptionProfileListOutput"], () => require("./getDecryptionProfileList"));
144
+ exports.getDecryptionRule = null;
145
+ exports.getDecryptionRuleOutput = null;
146
+ utilities.lazyLoad(exports, ["getDecryptionRule", "getDecryptionRuleOutput"], () => require("./getDecryptionRule"));
147
+ exports.getDecryptionRuleList = null;
148
+ exports.getDecryptionRuleListOutput = null;
149
+ utilities.lazyLoad(exports, ["getDecryptionRuleList", "getDecryptionRuleListOutput"], () => require("./getDecryptionRuleList"));
150
+ exports.getDevice = null;
151
+ exports.getDeviceOutput = null;
152
+ utilities.lazyLoad(exports, ["getDevice", "getDeviceOutput"], () => require("./getDevice"));
153
+ exports.getDeviceList = null;
154
+ exports.getDeviceListOutput = null;
155
+ utilities.lazyLoad(exports, ["getDeviceList", "getDeviceListOutput"], () => require("./getDeviceList"));
156
+ exports.getDnsSecurityProfile = null;
157
+ exports.getDnsSecurityProfileOutput = null;
158
+ utilities.lazyLoad(exports, ["getDnsSecurityProfile", "getDnsSecurityProfileOutput"], () => require("./getDnsSecurityProfile"));
159
+ exports.getDnsSecurityProfileList = null;
160
+ exports.getDnsSecurityProfileListOutput = null;
161
+ utilities.lazyLoad(exports, ["getDnsSecurityProfileList", "getDnsSecurityProfileListOutput"], () => require("./getDnsSecurityProfileList"));
162
+ exports.getDynamicUserGroup = null;
163
+ exports.getDynamicUserGroupOutput = null;
164
+ utilities.lazyLoad(exports, ["getDynamicUserGroup", "getDynamicUserGroupOutput"], () => require("./getDynamicUserGroup"));
165
+ exports.getDynamicUserGroupList = null;
166
+ exports.getDynamicUserGroupListOutput = null;
167
+ utilities.lazyLoad(exports, ["getDynamicUserGroupList", "getDynamicUserGroupListOutput"], () => require("./getDynamicUserGroupList"));
168
+ exports.getExternalDynamicList = null;
169
+ exports.getExternalDynamicListOutput = null;
170
+ utilities.lazyLoad(exports, ["getExternalDynamicList", "getExternalDynamicListOutput"], () => require("./getExternalDynamicList"));
171
+ exports.getExternalDynamicListList = null;
172
+ exports.getExternalDynamicListListOutput = null;
173
+ utilities.lazyLoad(exports, ["getExternalDynamicListList", "getExternalDynamicListListOutput"], () => require("./getExternalDynamicListList"));
174
+ exports.getFileBlockingProfile = null;
175
+ exports.getFileBlockingProfileOutput = null;
176
+ utilities.lazyLoad(exports, ["getFileBlockingProfile", "getFileBlockingProfileOutput"], () => require("./getFileBlockingProfile"));
177
+ exports.getFileBlockingProfileList = null;
178
+ exports.getFileBlockingProfileListOutput = null;
179
+ utilities.lazyLoad(exports, ["getFileBlockingProfileList", "getFileBlockingProfileListOutput"], () => require("./getFileBlockingProfileList"));
180
+ exports.getHipObject = null;
181
+ exports.getHipObjectOutput = null;
182
+ utilities.lazyLoad(exports, ["getHipObject", "getHipObjectOutput"], () => require("./getHipObject"));
183
+ exports.getHipObjectList = null;
184
+ exports.getHipObjectListOutput = null;
185
+ utilities.lazyLoad(exports, ["getHipObjectList", "getHipObjectListOutput"], () => require("./getHipObjectList"));
186
+ exports.getHipProfile = null;
187
+ exports.getHipProfileOutput = null;
188
+ utilities.lazyLoad(exports, ["getHipProfile", "getHipProfileOutput"], () => require("./getHipProfile"));
189
+ exports.getHipProfileList = null;
190
+ exports.getHipProfileListOutput = null;
191
+ utilities.lazyLoad(exports, ["getHipProfileList", "getHipProfileListOutput"], () => require("./getHipProfileList"));
192
+ exports.getHttpHeaderProfile = null;
193
+ exports.getHttpHeaderProfileOutput = null;
194
+ utilities.lazyLoad(exports, ["getHttpHeaderProfile", "getHttpHeaderProfileOutput"], () => require("./getHttpHeaderProfile"));
195
+ exports.getHttpHeaderProfileList = null;
196
+ exports.getHttpHeaderProfileListOutput = null;
197
+ utilities.lazyLoad(exports, ["getHttpHeaderProfileList", "getHttpHeaderProfileListOutput"], () => require("./getHttpHeaderProfileList"));
198
+ exports.getIkeCryptoProfile = null;
199
+ exports.getIkeCryptoProfileOutput = null;
200
+ utilities.lazyLoad(exports, ["getIkeCryptoProfile", "getIkeCryptoProfileOutput"], () => require("./getIkeCryptoProfile"));
201
+ exports.getIkeCryptoProfileList = null;
202
+ exports.getIkeCryptoProfileListOutput = null;
203
+ utilities.lazyLoad(exports, ["getIkeCryptoProfileList", "getIkeCryptoProfileListOutput"], () => require("./getIkeCryptoProfileList"));
204
+ exports.getIkeGateway = null;
205
+ exports.getIkeGatewayOutput = null;
206
+ utilities.lazyLoad(exports, ["getIkeGateway", "getIkeGatewayOutput"], () => require("./getIkeGateway"));
207
+ exports.getIkeGatewayList = null;
208
+ exports.getIkeGatewayListOutput = null;
209
+ utilities.lazyLoad(exports, ["getIkeGatewayList", "getIkeGatewayListOutput"], () => require("./getIkeGatewayList"));
210
+ exports.getInternalDnsServer = null;
211
+ exports.getInternalDnsServerOutput = null;
212
+ utilities.lazyLoad(exports, ["getInternalDnsServer", "getInternalDnsServerOutput"], () => require("./getInternalDnsServer"));
213
+ exports.getInternalDnsServerList = null;
214
+ exports.getInternalDnsServerListOutput = null;
215
+ utilities.lazyLoad(exports, ["getInternalDnsServerList", "getInternalDnsServerListOutput"], () => require("./getInternalDnsServerList"));
216
+ exports.getIpsecCryptoProfile = null;
217
+ exports.getIpsecCryptoProfileOutput = null;
218
+ utilities.lazyLoad(exports, ["getIpsecCryptoProfile", "getIpsecCryptoProfileOutput"], () => require("./getIpsecCryptoProfile"));
219
+ exports.getIpsecCryptoProfileList = null;
220
+ exports.getIpsecCryptoProfileListOutput = null;
221
+ utilities.lazyLoad(exports, ["getIpsecCryptoProfileList", "getIpsecCryptoProfileListOutput"], () => require("./getIpsecCryptoProfileList"));
222
+ exports.getIpsecTunnel = null;
223
+ exports.getIpsecTunnelOutput = null;
224
+ utilities.lazyLoad(exports, ["getIpsecTunnel", "getIpsecTunnelOutput"], () => require("./getIpsecTunnel"));
225
+ exports.getIpsecTunnelList = null;
226
+ exports.getIpsecTunnelListOutput = null;
227
+ utilities.lazyLoad(exports, ["getIpsecTunnelList", "getIpsecTunnelListOutput"], () => require("./getIpsecTunnelList"));
228
+ exports.getJobs = null;
229
+ exports.getJobsOutput = null;
230
+ utilities.lazyLoad(exports, ["getJobs", "getJobsOutput"], () => require("./getJobs"));
231
+ exports.getJobsList = null;
232
+ exports.getJobsListOutput = null;
233
+ utilities.lazyLoad(exports, ["getJobsList", "getJobsListOutput"], () => require("./getJobsList"));
234
+ exports.getKerberosServerProfile = null;
235
+ exports.getKerberosServerProfileOutput = null;
236
+ utilities.lazyLoad(exports, ["getKerberosServerProfile", "getKerberosServerProfileOutput"], () => require("./getKerberosServerProfile"));
237
+ exports.getKerberosServerProfileList = null;
238
+ exports.getKerberosServerProfileListOutput = null;
239
+ utilities.lazyLoad(exports, ["getKerberosServerProfileList", "getKerberosServerProfileListOutput"], () => require("./getKerberosServerProfileList"));
240
+ exports.getLabelList = null;
241
+ exports.getLabelListOutput = null;
242
+ utilities.lazyLoad(exports, ["getLabelList", "getLabelListOutput"], () => require("./getLabelList"));
243
+ exports.getLabelsGetbyidResponse = null;
244
+ exports.getLabelsGetbyidResponseOutput = null;
245
+ utilities.lazyLoad(exports, ["getLabelsGetbyidResponse", "getLabelsGetbyidResponseOutput"], () => require("./getLabelsGetbyidResponse"));
246
+ exports.getLdapServerProfile = null;
247
+ exports.getLdapServerProfileOutput = null;
248
+ utilities.lazyLoad(exports, ["getLdapServerProfile", "getLdapServerProfileOutput"], () => require("./getLdapServerProfile"));
249
+ exports.getLdapServerProfileList = null;
250
+ exports.getLdapServerProfileListOutput = null;
251
+ utilities.lazyLoad(exports, ["getLdapServerProfileList", "getLdapServerProfileListOutput"], () => require("./getLdapServerProfileList"));
252
+ exports.getLocalUser = null;
253
+ exports.getLocalUserOutput = null;
254
+ utilities.lazyLoad(exports, ["getLocalUser", "getLocalUserOutput"], () => require("./getLocalUser"));
255
+ exports.getLocalUserGroupList = null;
256
+ exports.getLocalUserGroupListOutput = null;
257
+ utilities.lazyLoad(exports, ["getLocalUserGroupList", "getLocalUserGroupListOutput"], () => require("./getLocalUserGroupList"));
258
+ exports.getLocalUserList = null;
259
+ exports.getLocalUserListOutput = null;
260
+ utilities.lazyLoad(exports, ["getLocalUserList", "getLocalUserListOutput"], () => require("./getLocalUserList"));
261
+ exports.getMfaServer = null;
262
+ exports.getMfaServerOutput = null;
263
+ utilities.lazyLoad(exports, ["getMfaServer", "getMfaServerOutput"], () => require("./getMfaServer"));
264
+ exports.getNatRule = null;
265
+ exports.getNatRuleOutput = null;
266
+ utilities.lazyLoad(exports, ["getNatRule", "getNatRuleOutput"], () => require("./getNatRule"));
267
+ exports.getNatRuleList = null;
268
+ exports.getNatRuleListOutput = null;
269
+ utilities.lazyLoad(exports, ["getNatRuleList", "getNatRuleListOutput"], () => require("./getNatRuleList"));
270
+ exports.getOcspResponder = null;
271
+ exports.getOcspResponderOutput = null;
272
+ utilities.lazyLoad(exports, ["getOcspResponder", "getOcspResponderOutput"], () => require("./getOcspResponder"));
273
+ exports.getOcspResponderList = null;
274
+ exports.getOcspResponderListOutput = null;
275
+ utilities.lazyLoad(exports, ["getOcspResponderList", "getOcspResponderListOutput"], () => require("./getOcspResponderList"));
276
+ exports.getProfileGroup = null;
277
+ exports.getProfileGroupOutput = null;
278
+ utilities.lazyLoad(exports, ["getProfileGroup", "getProfileGroupOutput"], () => require("./getProfileGroup"));
279
+ exports.getProfileGroupList = null;
280
+ exports.getProfileGroupListOutput = null;
281
+ utilities.lazyLoad(exports, ["getProfileGroupList", "getProfileGroupListOutput"], () => require("./getProfileGroupList"));
282
+ exports.getQosPolicyRule = null;
283
+ exports.getQosPolicyRuleOutput = null;
284
+ utilities.lazyLoad(exports, ["getQosPolicyRule", "getQosPolicyRuleOutput"], () => require("./getQosPolicyRule"));
285
+ exports.getQosPolicyRuleList = null;
286
+ exports.getQosPolicyRuleListOutput = null;
287
+ utilities.lazyLoad(exports, ["getQosPolicyRuleList", "getQosPolicyRuleListOutput"], () => require("./getQosPolicyRuleList"));
288
+ exports.getQosProfile = null;
289
+ exports.getQosProfileOutput = null;
290
+ utilities.lazyLoad(exports, ["getQosProfile", "getQosProfileOutput"], () => require("./getQosProfile"));
291
+ exports.getQosProfileList = null;
292
+ exports.getQosProfileListOutput = null;
293
+ utilities.lazyLoad(exports, ["getQosProfileList", "getQosProfileListOutput"], () => require("./getQosProfileList"));
294
+ exports.getRadiusServerProfile = null;
295
+ exports.getRadiusServerProfileOutput = null;
296
+ utilities.lazyLoad(exports, ["getRadiusServerProfile", "getRadiusServerProfileOutput"], () => require("./getRadiusServerProfile"));
297
+ exports.getRadiusServerProfileList = null;
298
+ exports.getRadiusServerProfileListOutput = null;
299
+ utilities.lazyLoad(exports, ["getRadiusServerProfileList", "getRadiusServerProfileListOutput"], () => require("./getRadiusServerProfileList"));
300
+ exports.getRegion = null;
301
+ exports.getRegionOutput = null;
302
+ utilities.lazyLoad(exports, ["getRegion", "getRegionOutput"], () => require("./getRegion"));
303
+ exports.getRegionList = null;
304
+ exports.getRegionListOutput = null;
305
+ utilities.lazyLoad(exports, ["getRegionList", "getRegionListOutput"], () => require("./getRegionList"));
306
+ exports.getRemoteNetwork = null;
307
+ exports.getRemoteNetworkOutput = null;
308
+ utilities.lazyLoad(exports, ["getRemoteNetwork", "getRemoteNetworkOutput"], () => require("./getRemoteNetwork"));
309
+ exports.getRemoteNetworkList = null;
310
+ exports.getRemoteNetworkListOutput = null;
311
+ utilities.lazyLoad(exports, ["getRemoteNetworkList", "getRemoteNetworkListOutput"], () => require("./getRemoteNetworkList"));
312
+ exports.getSamlServerProfile = null;
313
+ exports.getSamlServerProfileOutput = null;
314
+ utilities.lazyLoad(exports, ["getSamlServerProfile", "getSamlServerProfileOutput"], () => require("./getSamlServerProfile"));
315
+ exports.getSamlServerProfileList = null;
316
+ exports.getSamlServerProfileListOutput = null;
317
+ utilities.lazyLoad(exports, ["getSamlServerProfileList", "getSamlServerProfileListOutput"], () => require("./getSamlServerProfileList"));
318
+ exports.getScepProfile = null;
319
+ exports.getScepProfileOutput = null;
320
+ utilities.lazyLoad(exports, ["getScepProfile", "getScepProfileOutput"], () => require("./getScepProfile"));
321
+ exports.getScepProfileList = null;
322
+ exports.getScepProfileListOutput = null;
323
+ utilities.lazyLoad(exports, ["getScepProfileList", "getScepProfileListOutput"], () => require("./getScepProfileList"));
324
+ exports.getSchedule = null;
325
+ exports.getScheduleOutput = null;
326
+ utilities.lazyLoad(exports, ["getSchedule", "getScheduleOutput"], () => require("./getSchedule"));
327
+ exports.getScheduleList = null;
328
+ exports.getScheduleListOutput = null;
329
+ utilities.lazyLoad(exports, ["getScheduleList", "getScheduleListOutput"], () => require("./getScheduleList"));
330
+ exports.getSecurityRule = null;
331
+ exports.getSecurityRuleOutput = null;
332
+ utilities.lazyLoad(exports, ["getSecurityRule", "getSecurityRuleOutput"], () => require("./getSecurityRule"));
333
+ exports.getSecurityRuleList = null;
334
+ exports.getSecurityRuleListOutput = null;
335
+ utilities.lazyLoad(exports, ["getSecurityRuleList", "getSecurityRuleListOutput"], () => require("./getSecurityRuleList"));
336
+ exports.getService = null;
337
+ exports.getServiceOutput = null;
338
+ utilities.lazyLoad(exports, ["getService", "getServiceOutput"], () => require("./getService"));
339
+ exports.getServiceConnection = null;
340
+ exports.getServiceConnectionOutput = null;
341
+ utilities.lazyLoad(exports, ["getServiceConnection", "getServiceConnectionOutput"], () => require("./getServiceConnection"));
342
+ exports.getServiceConnectionGroup = null;
343
+ exports.getServiceConnectionGroupOutput = null;
344
+ utilities.lazyLoad(exports, ["getServiceConnectionGroup", "getServiceConnectionGroupOutput"], () => require("./getServiceConnectionGroup"));
345
+ exports.getServiceConnectionGroupList = null;
346
+ exports.getServiceConnectionGroupListOutput = null;
347
+ utilities.lazyLoad(exports, ["getServiceConnectionGroupList", "getServiceConnectionGroupListOutput"], () => require("./getServiceConnectionGroupList"));
348
+ exports.getServiceConnectionList = null;
349
+ exports.getServiceConnectionListOutput = null;
350
+ utilities.lazyLoad(exports, ["getServiceConnectionList", "getServiceConnectionListOutput"], () => require("./getServiceConnectionList"));
351
+ exports.getServiceGroup = null;
352
+ exports.getServiceGroupOutput = null;
353
+ utilities.lazyLoad(exports, ["getServiceGroup", "getServiceGroupOutput"], () => require("./getServiceGroup"));
354
+ exports.getServiceGroupList = null;
355
+ exports.getServiceGroupListOutput = null;
356
+ utilities.lazyLoad(exports, ["getServiceGroupList", "getServiceGroupListOutput"], () => require("./getServiceGroupList"));
357
+ exports.getServiceList = null;
358
+ exports.getServiceListOutput = null;
359
+ utilities.lazyLoad(exports, ["getServiceList", "getServiceListOutput"], () => require("./getServiceList"));
360
+ exports.getSharedInfrastructureSettingsList = null;
361
+ exports.getSharedInfrastructureSettingsListOutput = null;
362
+ utilities.lazyLoad(exports, ["getSharedInfrastructureSettingsList", "getSharedInfrastructureSettingsListOutput"], () => require("./getSharedInfrastructureSettingsList"));
363
+ exports.getSnippet = null;
364
+ exports.getSnippetOutput = null;
365
+ utilities.lazyLoad(exports, ["getSnippet", "getSnippetOutput"], () => require("./getSnippet"));
366
+ exports.getSnippetList = null;
367
+ exports.getSnippetListOutput = null;
368
+ utilities.lazyLoad(exports, ["getSnippetList", "getSnippetListOutput"], () => require("./getSnippetList"));
369
+ exports.getTacacsServerProfile = null;
370
+ exports.getTacacsServerProfileOutput = null;
371
+ utilities.lazyLoad(exports, ["getTacacsServerProfile", "getTacacsServerProfileOutput"], () => require("./getTacacsServerProfile"));
372
+ exports.getTacacsServerProfileList = null;
373
+ exports.getTacacsServerProfileListOutput = null;
374
+ utilities.lazyLoad(exports, ["getTacacsServerProfileList", "getTacacsServerProfileListOutput"], () => require("./getTacacsServerProfileList"));
375
+ exports.getTag = null;
376
+ exports.getTagOutput = null;
377
+ utilities.lazyLoad(exports, ["getTag", "getTagOutput"], () => require("./getTag"));
378
+ exports.getTagList = null;
379
+ exports.getTagListOutput = null;
380
+ utilities.lazyLoad(exports, ["getTagList", "getTagListOutput"], () => require("./getTagList"));
381
+ exports.getTlsServiceProfile = null;
382
+ exports.getTlsServiceProfileOutput = null;
383
+ utilities.lazyLoad(exports, ["getTlsServiceProfile", "getTlsServiceProfileOutput"], () => require("./getTlsServiceProfile"));
384
+ exports.getTlsServiceProfileList = null;
385
+ exports.getTlsServiceProfileListOutput = null;
386
+ utilities.lazyLoad(exports, ["getTlsServiceProfileList", "getTlsServiceProfileListOutput"], () => require("./getTlsServiceProfileList"));
387
+ exports.getTrafficSteeringRule = null;
388
+ exports.getTrafficSteeringRuleOutput = null;
389
+ utilities.lazyLoad(exports, ["getTrafficSteeringRule", "getTrafficSteeringRuleOutput"], () => require("./getTrafficSteeringRule"));
390
+ exports.getTrafficSteeringRuleList = null;
391
+ exports.getTrafficSteeringRuleListOutput = null;
392
+ utilities.lazyLoad(exports, ["getTrafficSteeringRuleList", "getTrafficSteeringRuleListOutput"], () => require("./getTrafficSteeringRuleList"));
393
+ exports.getTrustedCertificateAuthorityList = null;
394
+ exports.getTrustedCertificateAuthorityListOutput = null;
395
+ utilities.lazyLoad(exports, ["getTrustedCertificateAuthorityList", "getTrustedCertificateAuthorityListOutput"], () => require("./getTrustedCertificateAuthorityList"));
396
+ exports.getUrlAccessProfile = null;
397
+ exports.getUrlAccessProfileOutput = null;
398
+ utilities.lazyLoad(exports, ["getUrlAccessProfile", "getUrlAccessProfileOutput"], () => require("./getUrlAccessProfile"));
399
+ exports.getUrlAccessProfileList = null;
400
+ exports.getUrlAccessProfileListOutput = null;
401
+ utilities.lazyLoad(exports, ["getUrlAccessProfileList", "getUrlAccessProfileListOutput"], () => require("./getUrlAccessProfileList"));
402
+ exports.getUrlCategory = null;
403
+ exports.getUrlCategoryOutput = null;
404
+ utilities.lazyLoad(exports, ["getUrlCategory", "getUrlCategoryOutput"], () => require("./getUrlCategory"));
405
+ exports.getUrlCategoryList = null;
406
+ exports.getUrlCategoryListOutput = null;
407
+ utilities.lazyLoad(exports, ["getUrlCategoryList", "getUrlCategoryListOutput"], () => require("./getUrlCategoryList"));
408
+ exports.getUrlFilteringCategoryList = null;
409
+ exports.getUrlFilteringCategoryListOutput = null;
410
+ utilities.lazyLoad(exports, ["getUrlFilteringCategoryList", "getUrlFilteringCategoryListOutput"], () => require("./getUrlFilteringCategoryList"));
411
+ exports.getVariable = null;
412
+ exports.getVariableOutput = null;
413
+ utilities.lazyLoad(exports, ["getVariable", "getVariableOutput"], () => require("./getVariable"));
414
+ exports.getVariableList = null;
415
+ exports.getVariableListOutput = null;
416
+ utilities.lazyLoad(exports, ["getVariableList", "getVariableListOutput"], () => require("./getVariableList"));
417
+ exports.getVulnerabilityProtectionProfile = null;
418
+ exports.getVulnerabilityProtectionProfileOutput = null;
419
+ utilities.lazyLoad(exports, ["getVulnerabilityProtectionProfile", "getVulnerabilityProtectionProfileOutput"], () => require("./getVulnerabilityProtectionProfile"));
420
+ exports.getVulnerabilityProtectionProfileList = null;
421
+ exports.getVulnerabilityProtectionProfileListOutput = null;
422
+ utilities.lazyLoad(exports, ["getVulnerabilityProtectionProfileList", "getVulnerabilityProtectionProfileListOutput"], () => require("./getVulnerabilityProtectionProfileList"));
423
+ exports.getVulnerabilityProtectionSignatures = null;
424
+ exports.getVulnerabilityProtectionSignaturesOutput = null;
425
+ utilities.lazyLoad(exports, ["getVulnerabilityProtectionSignatures", "getVulnerabilityProtectionSignaturesOutput"], () => require("./getVulnerabilityProtectionSignatures"));
426
+ exports.getVulnerabilityProtectionSignaturesList = null;
427
+ exports.getVulnerabilityProtectionSignaturesListOutput = null;
428
+ utilities.lazyLoad(exports, ["getVulnerabilityProtectionSignaturesList", "getVulnerabilityProtectionSignaturesListOutput"], () => require("./getVulnerabilityProtectionSignaturesList"));
429
+ exports.getWildfireAntiVirusProfile = null;
430
+ exports.getWildfireAntiVirusProfileOutput = null;
431
+ utilities.lazyLoad(exports, ["getWildfireAntiVirusProfile", "getWildfireAntiVirusProfileOutput"], () => require("./getWildfireAntiVirusProfile"));
432
+ exports.getWildfireAntiVirusProfileList = null;
433
+ exports.getWildfireAntiVirusProfileListOutput = null;
434
+ utilities.lazyLoad(exports, ["getWildfireAntiVirusProfileList", "getWildfireAntiVirusProfileListOutput"], () => require("./getWildfireAntiVirusProfileList"));
435
+ exports.HipObject = null;
436
+ utilities.lazyLoad(exports, ["HipObject"], () => require("./hipObject"));
437
+ exports.HipProfile = null;
438
+ utilities.lazyLoad(exports, ["HipProfile"], () => require("./hipProfile"));
439
+ exports.HttpHeaderProfile = null;
440
+ utilities.lazyLoad(exports, ["HttpHeaderProfile"], () => require("./httpHeaderProfile"));
441
+ exports.IkeCryptoProfile = null;
442
+ utilities.lazyLoad(exports, ["IkeCryptoProfile"], () => require("./ikeCryptoProfile"));
443
+ exports.IkeGateway = null;
444
+ utilities.lazyLoad(exports, ["IkeGateway"], () => require("./ikeGateway"));
445
+ exports.InternalDnsServer = null;
446
+ utilities.lazyLoad(exports, ["InternalDnsServer"], () => require("./internalDnsServer"));
447
+ exports.IpsecCryptoProfile = null;
448
+ utilities.lazyLoad(exports, ["IpsecCryptoProfile"], () => require("./ipsecCryptoProfile"));
449
+ exports.IpsecTunnel = null;
450
+ utilities.lazyLoad(exports, ["IpsecTunnel"], () => require("./ipsecTunnel"));
451
+ exports.KerberosServerProfile = null;
452
+ utilities.lazyLoad(exports, ["KerberosServerProfile"], () => require("./kerberosServerProfile"));
453
+ exports.LdapServerProfile = null;
454
+ utilities.lazyLoad(exports, ["LdapServerProfile"], () => require("./ldapServerProfile"));
455
+ exports.LocalUser = null;
456
+ utilities.lazyLoad(exports, ["LocalUser"], () => require("./localUser"));
457
+ exports.MfaServer = null;
458
+ utilities.lazyLoad(exports, ["MfaServer"], () => require("./mfaServer"));
459
+ exports.NatRule = null;
460
+ utilities.lazyLoad(exports, ["NatRule"], () => require("./natRule"));
461
+ exports.OcspResponder = null;
462
+ utilities.lazyLoad(exports, ["OcspResponder"], () => require("./ocspResponder"));
463
+ exports.ProfileGroup = null;
464
+ utilities.lazyLoad(exports, ["ProfileGroup"], () => require("./profileGroup"));
465
+ exports.Provider = null;
466
+ utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
467
+ exports.QosPolicyRule = null;
468
+ utilities.lazyLoad(exports, ["QosPolicyRule"], () => require("./qosPolicyRule"));
469
+ exports.QosProfile = null;
470
+ utilities.lazyLoad(exports, ["QosProfile"], () => require("./qosProfile"));
471
+ exports.RadiusServerProfile = null;
472
+ utilities.lazyLoad(exports, ["RadiusServerProfile"], () => require("./radiusServerProfile"));
473
+ exports.Region = null;
474
+ utilities.lazyLoad(exports, ["Region"], () => require("./region"));
475
+ exports.RemoteNetwork = null;
476
+ utilities.lazyLoad(exports, ["RemoteNetwork"], () => require("./remoteNetwork"));
477
+ exports.SamlServerProfile = null;
478
+ utilities.lazyLoad(exports, ["SamlServerProfile"], () => require("./samlServerProfile"));
479
+ exports.ScepProfile = null;
480
+ utilities.lazyLoad(exports, ["ScepProfile"], () => require("./scepProfile"));
481
+ exports.Schedule = null;
482
+ utilities.lazyLoad(exports, ["Schedule"], () => require("./schedule"));
483
+ exports.SecurityRule = null;
484
+ utilities.lazyLoad(exports, ["SecurityRule"], () => require("./securityRule"));
485
+ exports.Service = null;
486
+ utilities.lazyLoad(exports, ["Service"], () => require("./service"));
487
+ exports.ServiceConnection = null;
488
+ utilities.lazyLoad(exports, ["ServiceConnection"], () => require("./serviceConnection"));
489
+ exports.ServiceConnectionGroup = null;
490
+ utilities.lazyLoad(exports, ["ServiceConnectionGroup"], () => require("./serviceConnectionGroup"));
491
+ exports.ServiceGroup = null;
492
+ utilities.lazyLoad(exports, ["ServiceGroup"], () => require("./serviceGroup"));
493
+ exports.Snippet = null;
494
+ utilities.lazyLoad(exports, ["Snippet"], () => require("./snippet"));
495
+ exports.TacacsServerProfile = null;
496
+ utilities.lazyLoad(exports, ["TacacsServerProfile"], () => require("./tacacsServerProfile"));
497
+ exports.Tag = null;
498
+ utilities.lazyLoad(exports, ["Tag"], () => require("./tag"));
499
+ exports.TlsServiceProfile = null;
500
+ utilities.lazyLoad(exports, ["TlsServiceProfile"], () => require("./tlsServiceProfile"));
501
+ exports.TrafficSteeringRule = null;
502
+ utilities.lazyLoad(exports, ["TrafficSteeringRule"], () => require("./trafficSteeringRule"));
503
+ exports.UrlAccessProfile = null;
504
+ utilities.lazyLoad(exports, ["UrlAccessProfile"], () => require("./urlAccessProfile"));
505
+ exports.UrlCategory = null;
506
+ utilities.lazyLoad(exports, ["UrlCategory"], () => require("./urlCategory"));
507
+ exports.Variable = null;
508
+ utilities.lazyLoad(exports, ["Variable"], () => require("./variable"));
509
+ exports.VulnerabilityProtectionProfile = null;
510
+ utilities.lazyLoad(exports, ["VulnerabilityProtectionProfile"], () => require("./vulnerabilityProtectionProfile"));
511
+ exports.VulnerabilityProtectionSignatures = null;
512
+ utilities.lazyLoad(exports, ["VulnerabilityProtectionSignatures"], () => require("./vulnerabilityProtectionSignatures"));
513
+ exports.WildfireAntiVirusProfile = null;
514
+ utilities.lazyLoad(exports, ["WildfireAntiVirusProfile"], () => require("./wildfireAntiVirusProfile"));
515
+ // Export sub-modules:
516
+ const config = require("./config");
517
+ exports.config = config;
518
+ const types = require("./types");
519
+ exports.types = types;
520
+ const _module = {
521
+ version: utilities.getVersion(),
522
+ construct: (name, type, urn) => {
523
+ switch (type) {
524
+ case "scm:index/addressGroup:AddressGroup":
525
+ return new exports.AddressGroup(name, undefined, { urn });
526
+ case "scm:index/addressObject:AddressObject":
527
+ return new exports.AddressObject(name, undefined, { urn });
528
+ case "scm:index/antiSpywareProfile:AntiSpywareProfile":
529
+ return new exports.AntiSpywareProfile(name, undefined, { urn });
530
+ case "scm:index/antiSpywareSignature:AntiSpywareSignature":
531
+ return new exports.AntiSpywareSignature(name, undefined, { urn });
532
+ case "scm:index/appOverrideRule:AppOverrideRule":
533
+ return new exports.AppOverrideRule(name, undefined, { urn });
534
+ case "scm:index/application:Application":
535
+ return new exports.Application(name, undefined, { urn });
536
+ case "scm:index/applicationFilter:ApplicationFilter":
537
+ return new exports.ApplicationFilter(name, undefined, { urn });
538
+ case "scm:index/applicationGroup:ApplicationGroup":
539
+ return new exports.ApplicationGroup(name, undefined, { urn });
540
+ case "scm:index/authenticationPortal:AuthenticationPortal":
541
+ return new exports.AuthenticationPortal(name, undefined, { urn });
542
+ case "scm:index/authenticationProfile:AuthenticationProfile":
543
+ return new exports.AuthenticationProfile(name, undefined, { urn });
544
+ case "scm:index/authenticationRule:AuthenticationRule":
545
+ return new exports.AuthenticationRule(name, undefined, { urn });
546
+ case "scm:index/authenticationSequence:AuthenticationSequence":
547
+ return new exports.AuthenticationSequence(name, undefined, { urn });
548
+ case "scm:index/certificateProfile:CertificateProfile":
549
+ return new exports.CertificateProfile(name, undefined, { urn });
550
+ case "scm:index/decryptionExclusion:DecryptionExclusion":
551
+ return new exports.DecryptionExclusion(name, undefined, { urn });
552
+ case "scm:index/decryptionProfile:DecryptionProfile":
553
+ return new exports.DecryptionProfile(name, undefined, { urn });
554
+ case "scm:index/decryptionRule:DecryptionRule":
555
+ return new exports.DecryptionRule(name, undefined, { urn });
556
+ case "scm:index/dnsSecurityProfile:DnsSecurityProfile":
557
+ return new exports.DnsSecurityProfile(name, undefined, { urn });
558
+ case "scm:index/dynamicUserGroup:DynamicUserGroup":
559
+ return new exports.DynamicUserGroup(name, undefined, { urn });
560
+ case "scm:index/externalDynamicList:ExternalDynamicList":
561
+ return new exports.ExternalDynamicList(name, undefined, { urn });
562
+ case "scm:index/fileBlockingProfile:FileBlockingProfile":
563
+ return new exports.FileBlockingProfile(name, undefined, { urn });
564
+ case "scm:index/hipObject:HipObject":
565
+ return new exports.HipObject(name, undefined, { urn });
566
+ case "scm:index/hipProfile:HipProfile":
567
+ return new exports.HipProfile(name, undefined, { urn });
568
+ case "scm:index/httpHeaderProfile:HttpHeaderProfile":
569
+ return new exports.HttpHeaderProfile(name, undefined, { urn });
570
+ case "scm:index/ikeCryptoProfile:IkeCryptoProfile":
571
+ return new exports.IkeCryptoProfile(name, undefined, { urn });
572
+ case "scm:index/ikeGateway:IkeGateway":
573
+ return new exports.IkeGateway(name, undefined, { urn });
574
+ case "scm:index/internalDnsServer:InternalDnsServer":
575
+ return new exports.InternalDnsServer(name, undefined, { urn });
576
+ case "scm:index/ipsecCryptoProfile:IpsecCryptoProfile":
577
+ return new exports.IpsecCryptoProfile(name, undefined, { urn });
578
+ case "scm:index/ipsecTunnel:IpsecTunnel":
579
+ return new exports.IpsecTunnel(name, undefined, { urn });
580
+ case "scm:index/kerberosServerProfile:KerberosServerProfile":
581
+ return new exports.KerberosServerProfile(name, undefined, { urn });
582
+ case "scm:index/ldapServerProfile:LdapServerProfile":
583
+ return new exports.LdapServerProfile(name, undefined, { urn });
584
+ case "scm:index/localUser:LocalUser":
585
+ return new exports.LocalUser(name, undefined, { urn });
586
+ case "scm:index/mfaServer:MfaServer":
587
+ return new exports.MfaServer(name, undefined, { urn });
588
+ case "scm:index/natRule:NatRule":
589
+ return new exports.NatRule(name, undefined, { urn });
590
+ case "scm:index/ocspResponder:OcspResponder":
591
+ return new exports.OcspResponder(name, undefined, { urn });
592
+ case "scm:index/profileGroup:ProfileGroup":
593
+ return new exports.ProfileGroup(name, undefined, { urn });
594
+ case "scm:index/qosPolicyRule:QosPolicyRule":
595
+ return new exports.QosPolicyRule(name, undefined, { urn });
596
+ case "scm:index/qosProfile:QosProfile":
597
+ return new exports.QosProfile(name, undefined, { urn });
598
+ case "scm:index/radiusServerProfile:RadiusServerProfile":
599
+ return new exports.RadiusServerProfile(name, undefined, { urn });
600
+ case "scm:index/region:Region":
601
+ return new exports.Region(name, undefined, { urn });
602
+ case "scm:index/remoteNetwork:RemoteNetwork":
603
+ return new exports.RemoteNetwork(name, undefined, { urn });
604
+ case "scm:index/samlServerProfile:SamlServerProfile":
605
+ return new exports.SamlServerProfile(name, undefined, { urn });
606
+ case "scm:index/scepProfile:ScepProfile":
607
+ return new exports.ScepProfile(name, undefined, { urn });
608
+ case "scm:index/schedule:Schedule":
609
+ return new exports.Schedule(name, undefined, { urn });
610
+ case "scm:index/securityRule:SecurityRule":
611
+ return new exports.SecurityRule(name, undefined, { urn });
612
+ case "scm:index/service:Service":
613
+ return new exports.Service(name, undefined, { urn });
614
+ case "scm:index/serviceConnection:ServiceConnection":
615
+ return new exports.ServiceConnection(name, undefined, { urn });
616
+ case "scm:index/serviceConnectionGroup:ServiceConnectionGroup":
617
+ return new exports.ServiceConnectionGroup(name, undefined, { urn });
618
+ case "scm:index/serviceGroup:ServiceGroup":
619
+ return new exports.ServiceGroup(name, undefined, { urn });
620
+ case "scm:index/snippet:Snippet":
621
+ return new exports.Snippet(name, undefined, { urn });
622
+ case "scm:index/tacacsServerProfile:TacacsServerProfile":
623
+ return new exports.TacacsServerProfile(name, undefined, { urn });
624
+ case "scm:index/tag:Tag":
625
+ return new exports.Tag(name, undefined, { urn });
626
+ case "scm:index/tlsServiceProfile:TlsServiceProfile":
627
+ return new exports.TlsServiceProfile(name, undefined, { urn });
628
+ case "scm:index/trafficSteeringRule:TrafficSteeringRule":
629
+ return new exports.TrafficSteeringRule(name, undefined, { urn });
630
+ case "scm:index/urlAccessProfile:UrlAccessProfile":
631
+ return new exports.UrlAccessProfile(name, undefined, { urn });
632
+ case "scm:index/urlCategory:UrlCategory":
633
+ return new exports.UrlCategory(name, undefined, { urn });
634
+ case "scm:index/variable:Variable":
635
+ return new exports.Variable(name, undefined, { urn });
636
+ case "scm:index/vulnerabilityProtectionProfile:VulnerabilityProtectionProfile":
637
+ return new exports.VulnerabilityProtectionProfile(name, undefined, { urn });
638
+ case "scm:index/vulnerabilityProtectionSignatures:VulnerabilityProtectionSignatures":
639
+ return new exports.VulnerabilityProtectionSignatures(name, undefined, { urn });
640
+ case "scm:index/wildfireAntiVirusProfile:WildfireAntiVirusProfile":
641
+ return new exports.WildfireAntiVirusProfile(name, undefined, { urn });
642
+ default:
643
+ throw new Error(`unknown resource type ${type}`);
644
+ }
645
+ },
646
+ };
647
+ pulumi.runtime.registerResourceModule("scm", "index/addressGroup", _module);
648
+ pulumi.runtime.registerResourceModule("scm", "index/addressObject", _module);
649
+ pulumi.runtime.registerResourceModule("scm", "index/antiSpywareProfile", _module);
650
+ pulumi.runtime.registerResourceModule("scm", "index/antiSpywareSignature", _module);
651
+ pulumi.runtime.registerResourceModule("scm", "index/appOverrideRule", _module);
652
+ pulumi.runtime.registerResourceModule("scm", "index/application", _module);
653
+ pulumi.runtime.registerResourceModule("scm", "index/applicationFilter", _module);
654
+ pulumi.runtime.registerResourceModule("scm", "index/applicationGroup", _module);
655
+ pulumi.runtime.registerResourceModule("scm", "index/authenticationPortal", _module);
656
+ pulumi.runtime.registerResourceModule("scm", "index/authenticationProfile", _module);
657
+ pulumi.runtime.registerResourceModule("scm", "index/authenticationRule", _module);
658
+ pulumi.runtime.registerResourceModule("scm", "index/authenticationSequence", _module);
659
+ pulumi.runtime.registerResourceModule("scm", "index/certificateProfile", _module);
660
+ pulumi.runtime.registerResourceModule("scm", "index/decryptionExclusion", _module);
661
+ pulumi.runtime.registerResourceModule("scm", "index/decryptionProfile", _module);
662
+ pulumi.runtime.registerResourceModule("scm", "index/decryptionRule", _module);
663
+ pulumi.runtime.registerResourceModule("scm", "index/dnsSecurityProfile", _module);
664
+ pulumi.runtime.registerResourceModule("scm", "index/dynamicUserGroup", _module);
665
+ pulumi.runtime.registerResourceModule("scm", "index/externalDynamicList", _module);
666
+ pulumi.runtime.registerResourceModule("scm", "index/fileBlockingProfile", _module);
667
+ pulumi.runtime.registerResourceModule("scm", "index/hipObject", _module);
668
+ pulumi.runtime.registerResourceModule("scm", "index/hipProfile", _module);
669
+ pulumi.runtime.registerResourceModule("scm", "index/httpHeaderProfile", _module);
670
+ pulumi.runtime.registerResourceModule("scm", "index/ikeCryptoProfile", _module);
671
+ pulumi.runtime.registerResourceModule("scm", "index/ikeGateway", _module);
672
+ pulumi.runtime.registerResourceModule("scm", "index/internalDnsServer", _module);
673
+ pulumi.runtime.registerResourceModule("scm", "index/ipsecCryptoProfile", _module);
674
+ pulumi.runtime.registerResourceModule("scm", "index/ipsecTunnel", _module);
675
+ pulumi.runtime.registerResourceModule("scm", "index/kerberosServerProfile", _module);
676
+ pulumi.runtime.registerResourceModule("scm", "index/ldapServerProfile", _module);
677
+ pulumi.runtime.registerResourceModule("scm", "index/localUser", _module);
678
+ pulumi.runtime.registerResourceModule("scm", "index/mfaServer", _module);
679
+ pulumi.runtime.registerResourceModule("scm", "index/natRule", _module);
680
+ pulumi.runtime.registerResourceModule("scm", "index/ocspResponder", _module);
681
+ pulumi.runtime.registerResourceModule("scm", "index/profileGroup", _module);
682
+ pulumi.runtime.registerResourceModule("scm", "index/qosPolicyRule", _module);
683
+ pulumi.runtime.registerResourceModule("scm", "index/qosProfile", _module);
684
+ pulumi.runtime.registerResourceModule("scm", "index/radiusServerProfile", _module);
685
+ pulumi.runtime.registerResourceModule("scm", "index/region", _module);
686
+ pulumi.runtime.registerResourceModule("scm", "index/remoteNetwork", _module);
687
+ pulumi.runtime.registerResourceModule("scm", "index/samlServerProfile", _module);
688
+ pulumi.runtime.registerResourceModule("scm", "index/scepProfile", _module);
689
+ pulumi.runtime.registerResourceModule("scm", "index/schedule", _module);
690
+ pulumi.runtime.registerResourceModule("scm", "index/securityRule", _module);
691
+ pulumi.runtime.registerResourceModule("scm", "index/service", _module);
692
+ pulumi.runtime.registerResourceModule("scm", "index/serviceConnection", _module);
693
+ pulumi.runtime.registerResourceModule("scm", "index/serviceConnectionGroup", _module);
694
+ pulumi.runtime.registerResourceModule("scm", "index/serviceGroup", _module);
695
+ pulumi.runtime.registerResourceModule("scm", "index/snippet", _module);
696
+ pulumi.runtime.registerResourceModule("scm", "index/tacacsServerProfile", _module);
697
+ pulumi.runtime.registerResourceModule("scm", "index/tag", _module);
698
+ pulumi.runtime.registerResourceModule("scm", "index/tlsServiceProfile", _module);
699
+ pulumi.runtime.registerResourceModule("scm", "index/trafficSteeringRule", _module);
700
+ pulumi.runtime.registerResourceModule("scm", "index/urlAccessProfile", _module);
701
+ pulumi.runtime.registerResourceModule("scm", "index/urlCategory", _module);
702
+ pulumi.runtime.registerResourceModule("scm", "index/variable", _module);
703
+ pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionProfile", _module);
704
+ pulumi.runtime.registerResourceModule("scm", "index/vulnerabilityProtectionSignatures", _module);
705
+ pulumi.runtime.registerResourceModule("scm", "index/wildfireAntiVirusProfile", _module);
706
+ pulumi.runtime.registerResourcePackage("scm", {
707
+ version: utilities.getVersion(),
708
+ constructProvider: (name, type, urn) => {
709
+ if (type !== "pulumi:providers:scm") {
710
+ throw new Error(`unknown provider type ${type}`);
711
+ }
712
+ return new exports.Provider(name, undefined, { urn });
713
+ },
714
+ });
715
+ //# sourceMappingURL=index.js.map