@pulumi/scm 1.0.4 → 1.0.5

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 (436) hide show
  1. package/address.d.ts +23 -11
  2. package/address.js +23 -11
  3. package/address.js.map +1 -1
  4. package/addressGroup.d.ts +14 -2
  5. package/addressGroup.js +14 -2
  6. package/addressGroup.js.map +1 -1
  7. package/aggregateInterface.d.ts +12 -0
  8. package/aggregateInterface.js +12 -0
  9. package/aggregateInterface.js.map +1 -1
  10. package/antiSpywareProfile.d.ts +4 -4
  11. package/antiSpywareProfile.js +4 -4
  12. package/antiSpywareSignature.d.ts +13 -1
  13. package/antiSpywareSignature.js +13 -1
  14. package/antiSpywareSignature.js.map +1 -1
  15. package/appOverrideRule.d.ts +29 -17
  16. package/appOverrideRule.js +18 -27
  17. package/appOverrideRule.js.map +1 -1
  18. package/application.d.ts +16 -4
  19. package/application.js +16 -4
  20. package/application.js.map +1 -1
  21. package/applicationFilter.d.ts +12 -0
  22. package/applicationFilter.js +12 -0
  23. package/applicationFilter.js.map +1 -1
  24. package/applicationGroup.d.ts +12 -0
  25. package/applicationGroup.js +12 -0
  26. package/applicationGroup.js.map +1 -1
  27. package/authenticationPortal.d.ts +13 -2
  28. package/authenticationPortal.js +13 -2
  29. package/authenticationPortal.js.map +1 -1
  30. package/authenticationProfile.d.ts +34 -7
  31. package/authenticationProfile.js +34 -7
  32. package/authenticationProfile.js.map +1 -1
  33. package/authenticationRule.d.ts +18 -6
  34. package/authenticationRule.js +18 -6
  35. package/authenticationRule.js.map +1 -1
  36. package/authenticationSequence.d.ts +32 -3
  37. package/authenticationSequence.js +32 -3
  38. package/authenticationSequence.js.map +1 -1
  39. package/authenticationSetting.d.ts +14 -5
  40. package/authenticationSetting.js +14 -5
  41. package/authenticationSetting.js.map +1 -1
  42. package/autoVpnCluster.d.ts +12 -0
  43. package/autoVpnCluster.js +12 -0
  44. package/autoVpnCluster.js.map +1 -1
  45. package/autoVpnSetting.d.ts +7 -0
  46. package/autoVpnSetting.js +7 -0
  47. package/autoVpnSetting.js.map +1 -1
  48. package/bandwidthAllocation.d.ts +4 -0
  49. package/bandwidthAllocation.js +4 -0
  50. package/bandwidthAllocation.js.map +1 -1
  51. package/bgpAddressFamilyProfile.d.ts +12 -0
  52. package/bgpAddressFamilyProfile.js +12 -0
  53. package/bgpAddressFamilyProfile.js.map +1 -1
  54. package/bgpFilteringProfile.d.ts +103 -6
  55. package/bgpFilteringProfile.js +103 -6
  56. package/bgpFilteringProfile.js.map +1 -1
  57. package/bgpRedistributionProfile.d.ts +12 -0
  58. package/bgpRedistributionProfile.js +12 -0
  59. package/bgpRedistributionProfile.js.map +1 -1
  60. package/bgpRouteMap.d.ts +13 -1
  61. package/bgpRouteMap.js +13 -1
  62. package/bgpRouteMap.js.map +1 -1
  63. package/bgpRouteMapRedistribution.d.ts +12 -0
  64. package/bgpRouteMapRedistribution.js +12 -0
  65. package/bgpRouteMapRedistribution.js.map +1 -1
  66. package/bgpRouting.d.ts +7 -0
  67. package/bgpRouting.js +7 -0
  68. package/bgpRouting.js.map +1 -1
  69. package/certificateProfile.d.ts +12 -0
  70. package/certificateProfile.js +12 -0
  71. package/certificateProfile.js.map +1 -1
  72. package/configMatchList.d.ts +232 -0
  73. package/configMatchList.js +115 -0
  74. package/configMatchList.js.map +1 -0
  75. package/contentIdSetting.d.ts +13 -1
  76. package/contentIdSetting.js +13 -1
  77. package/contentIdSetting.js.map +1 -1
  78. package/dataFilteringProfile.d.ts +215 -0
  79. package/dataFilteringProfile.js +126 -0
  80. package/dataFilteringProfile.js.map +1 -0
  81. package/dataObject.d.ts +201 -0
  82. package/dataObject.js +122 -0
  83. package/dataObject.js.map +1 -0
  84. package/decryptionExclusion.d.ts +12 -0
  85. package/decryptionExclusion.js +12 -0
  86. package/decryptionExclusion.js.map +1 -1
  87. package/decryptionProfile.d.ts +12 -0
  88. package/decryptionProfile.js +12 -0
  89. package/decryptionProfile.js.map +1 -1
  90. package/decryptionRule.d.ts +19 -7
  91. package/decryptionRule.js +19 -7
  92. package/decryptionRule.js.map +1 -1
  93. package/deviceRedistributionCollector.d.ts +12 -0
  94. package/deviceRedistributionCollector.js +12 -0
  95. package/deviceRedistributionCollector.js.map +1 -1
  96. package/dhcpInterface.d.ts +12 -0
  97. package/dhcpInterface.js +12 -0
  98. package/dhcpInterface.js.map +1 -1
  99. package/dnsProxy.d.ts +12 -0
  100. package/dnsProxy.js +12 -0
  101. package/dnsProxy.js.map +1 -1
  102. package/dnsSecurityProfile.d.ts +18 -6
  103. package/dnsSecurityProfile.js +18 -6
  104. package/dnsSecurityProfile.js.map +1 -1
  105. package/dosProtectionProfile.d.ts +12 -0
  106. package/dosProtectionProfile.js +12 -0
  107. package/dosProtectionProfile.js.map +1 -1
  108. package/dosProtectionRule.d.ts +12 -0
  109. package/dosProtectionRule.js +12 -0
  110. package/dosProtectionRule.js.map +1 -1
  111. package/dynamicUserGroup.d.ts +15 -3
  112. package/dynamicUserGroup.js +15 -3
  113. package/dynamicUserGroup.js.map +1 -1
  114. package/ethernetInterface.d.ts +12 -0
  115. package/ethernetInterface.js +12 -0
  116. package/ethernetInterface.js.map +1 -1
  117. package/externalDynamicList.d.ts +17 -5
  118. package/externalDynamicList.js +17 -5
  119. package/externalDynamicList.js.map +1 -1
  120. package/fileBlockingProfile.d.ts +12 -0
  121. package/fileBlockingProfile.js +12 -0
  122. package/fileBlockingProfile.js.map +1 -1
  123. package/folder.d.ts +4 -0
  124. package/folder.js +4 -0
  125. package/folder.js.map +1 -1
  126. package/generalSetting.d.ts +13 -1
  127. package/generalSetting.js +13 -1
  128. package/generalSetting.js.map +1 -1
  129. package/getConfigMatchList.d.ts +91 -0
  130. package/getConfigMatchList.js +62 -0
  131. package/getConfigMatchList.js.map +1 -0
  132. package/getConfigMatchListList.d.ts +145 -0
  133. package/getConfigMatchListList.js +72 -0
  134. package/getConfigMatchListList.js.map +1 -0
  135. package/getDataFilteringProfile.d.ts +89 -0
  136. package/getDataFilteringProfile.js +62 -0
  137. package/getDataFilteringProfile.js.map +1 -0
  138. package/getDataFilteringProfileList.d.ts +145 -0
  139. package/getDataFilteringProfileList.js +72 -0
  140. package/getDataFilteringProfileList.js.map +1 -0
  141. package/getDataObject.d.ts +88 -0
  142. package/getDataObject.js +62 -0
  143. package/getDataObject.js.map +1 -0
  144. package/getDataObjectList.d.ts +145 -0
  145. package/getDataObjectList.js +72 -0
  146. package/getDataObjectList.js.map +1 -0
  147. package/getGlobalprotectMatchList.d.ts +92 -0
  148. package/getGlobalprotectMatchList.js +62 -0
  149. package/getGlobalprotectMatchList.js.map +1 -0
  150. package/getGlobalprotectMatchListList.d.ts +145 -0
  151. package/getGlobalprotectMatchListList.js +72 -0
  152. package/getGlobalprotectMatchListList.js.map +1 -0
  153. package/getHipmatchMatchList.d.ts +92 -0
  154. package/getHipmatchMatchList.js +62 -0
  155. package/getHipmatchMatchList.js.map +1 -0
  156. package/getHipmatchMatchListList.d.ts +145 -0
  157. package/getHipmatchMatchListList.js +72 -0
  158. package/getHipmatchMatchListList.js.map +1 -0
  159. package/getIptagMatchList.d.ts +92 -0
  160. package/getIptagMatchList.js +62 -0
  161. package/getIptagMatchList.js.map +1 -0
  162. package/getIptagMatchListList.d.ts +145 -0
  163. package/getIptagMatchListList.js +72 -0
  164. package/getIptagMatchListList.js.map +1 -0
  165. package/getLayer3Subinterface.d.ts +1 -0
  166. package/getLayer3Subinterface.js.map +1 -1
  167. package/getLdapServerProfile.d.ts +40 -0
  168. package/getLdapServerProfile.js +40 -0
  169. package/getLdapServerProfile.js.map +1 -1
  170. package/getLdapServerProfileList.d.ts +42 -0
  171. package/getLdapServerProfileList.js +42 -0
  172. package/getLdapServerProfileList.js.map +1 -1
  173. package/getLoopbackInterface.d.ts +1 -0
  174. package/getLoopbackInterface.js.map +1 -1
  175. package/getSystemMatchList.d.ts +91 -0
  176. package/getSystemMatchList.js +62 -0
  177. package/getSystemMatchList.js.map +1 -0
  178. package/getSystemMatchListList.d.ts +145 -0
  179. package/getSystemMatchListList.js +72 -0
  180. package/getSystemMatchListList.js.map +1 -0
  181. package/getTunnelInterface.d.ts +1 -0
  182. package/getTunnelInterface.js.map +1 -1
  183. package/getUseridMatchList.d.ts +92 -0
  184. package/getUseridMatchList.js +62 -0
  185. package/getUseridMatchList.js.map +1 -0
  186. package/getUseridMatchListList.d.ts +145 -0
  187. package/getUseridMatchListList.js +72 -0
  188. package/getUseridMatchListList.js.map +1 -0
  189. package/getVlanInterface.d.ts +1 -0
  190. package/getVlanInterface.js.map +1 -1
  191. package/globalprotectMatchList.d.ts +245 -0
  192. package/globalprotectMatchList.js +118 -0
  193. package/globalprotectMatchList.js.map +1 -0
  194. package/hipObject.d.ts +12 -0
  195. package/hipObject.js +12 -0
  196. package/hipObject.js.map +1 -1
  197. package/hipProfile.d.ts +12 -0
  198. package/hipProfile.js +12 -0
  199. package/hipProfile.js.map +1 -1
  200. package/hipmatchMatchList.d.ts +245 -0
  201. package/hipmatchMatchList.js +118 -0
  202. package/hipmatchMatchList.js.map +1 -0
  203. package/httpHeaderProfile.d.ts +15 -3
  204. package/httpHeaderProfile.js +15 -3
  205. package/httpHeaderProfile.js.map +1 -1
  206. package/httpServerProfile.d.ts +12 -0
  207. package/httpServerProfile.js +12 -0
  208. package/httpServerProfile.js.map +1 -1
  209. package/ikeCryptoProfile.d.ts +12 -0
  210. package/ikeCryptoProfile.js +12 -0
  211. package/ikeCryptoProfile.js.map +1 -1
  212. package/ikeGateway.d.ts +13 -1
  213. package/ikeGateway.js +13 -1
  214. package/ikeGateway.js.map +1 -1
  215. package/index.d.ts +72 -0
  216. package/index.js +101 -12
  217. package/index.js.map +1 -1
  218. package/interfaceManagementProfile.d.ts +13 -1
  219. package/interfaceManagementProfile.js +13 -1
  220. package/interfaceManagementProfile.js.map +1 -1
  221. package/internalDnsServer.d.ts +12 -0
  222. package/internalDnsServer.js +12 -0
  223. package/internalDnsServer.js.map +1 -1
  224. package/ipsecCryptoProfile.d.ts +12 -0
  225. package/ipsecCryptoProfile.js +12 -0
  226. package/ipsecCryptoProfile.js.map +1 -1
  227. package/ipsecTunnel.d.ts +16 -4
  228. package/ipsecTunnel.js +16 -4
  229. package/ipsecTunnel.js.map +1 -1
  230. package/iptagMatchList.d.ts +245 -0
  231. package/iptagMatchList.js +118 -0
  232. package/iptagMatchList.js.map +1 -0
  233. package/kerberosServerProfile.d.ts +15 -3
  234. package/kerberosServerProfile.js +15 -3
  235. package/kerberosServerProfile.js.map +1 -1
  236. package/label.d.ts +12 -0
  237. package/label.js +12 -0
  238. package/label.js.map +1 -1
  239. package/layer2Subinterface.d.ts +15 -3
  240. package/layer2Subinterface.js +15 -3
  241. package/layer2Subinterface.js.map +1 -1
  242. package/layer3Subinterface.d.ts +32 -8
  243. package/layer3Subinterface.js +22 -8
  244. package/layer3Subinterface.js.map +1 -1
  245. package/ldapServerProfile.d.ts +125 -0
  246. package/ldapServerProfile.js +125 -0
  247. package/ldapServerProfile.js.map +1 -1
  248. package/linkTag.d.ts +12 -0
  249. package/linkTag.js +12 -0
  250. package/linkTag.js.map +1 -1
  251. package/lldpProfile.d.ts +13 -1
  252. package/lldpProfile.js +13 -1
  253. package/lldpProfile.js.map +1 -1
  254. package/localUser.d.ts +12 -0
  255. package/localUser.js +12 -0
  256. package/localUser.js.map +1 -1
  257. package/localUserGroup.d.ts +12 -0
  258. package/localUserGroup.js +12 -0
  259. package/localUserGroup.js.map +1 -1
  260. package/logForwardingProfile.d.ts +23 -31
  261. package/logForwardingProfile.js +23 -31
  262. package/logForwardingProfile.js.map +1 -1
  263. package/logicalRouter.d.ts +14 -2
  264. package/logicalRouter.js +14 -2
  265. package/logicalRouter.js.map +1 -1
  266. package/loopbackInterface.d.ts +24 -0
  267. package/loopbackInterface.js +14 -0
  268. package/loopbackInterface.js.map +1 -1
  269. package/managementInterface.d.ts +42 -1
  270. package/managementInterface.js +42 -1
  271. package/managementInterface.js.map +1 -1
  272. package/mfaServer.d.ts +12 -0
  273. package/mfaServer.js +12 -0
  274. package/mfaServer.js.map +1 -1
  275. package/motdBannerSetting.d.ts +13 -1
  276. package/motdBannerSetting.js +13 -1
  277. package/motdBannerSetting.js.map +1 -1
  278. package/natRule.d.ts +18 -6
  279. package/natRule.js +18 -6
  280. package/natRule.js.map +1 -1
  281. package/ospfAuthProfile.d.ts +12 -0
  282. package/ospfAuthProfile.js +12 -0
  283. package/ospfAuthProfile.js.map +1 -1
  284. package/package.json +2 -2
  285. package/pbfRule.d.ts +16 -4
  286. package/pbfRule.js +16 -4
  287. package/pbfRule.js.map +1 -1
  288. package/profileGroup.d.ts +12 -0
  289. package/profileGroup.js +12 -0
  290. package/profileGroup.js.map +1 -1
  291. package/qosPolicyRule.d.ts +17 -5
  292. package/qosPolicyRule.js +17 -5
  293. package/qosPolicyRule.js.map +1 -1
  294. package/qosProfile.d.ts +12 -0
  295. package/qosProfile.js +12 -0
  296. package/qosProfile.js.map +1 -1
  297. package/radiusServerProfile.d.ts +14 -2
  298. package/radiusServerProfile.js +14 -2
  299. package/radiusServerProfile.js.map +1 -1
  300. package/region.d.ts +12 -0
  301. package/region.js +12 -0
  302. package/region.js.map +1 -1
  303. package/remoteNetwork.d.ts +12 -0
  304. package/remoteNetwork.js +12 -0
  305. package/remoteNetwork.js.map +1 -1
  306. package/routeAccessList.d.ts +12 -0
  307. package/routeAccessList.js +12 -0
  308. package/routeAccessList.js.map +1 -1
  309. package/routeCommunityList.d.ts +12 -0
  310. package/routeCommunityList.js +12 -0
  311. package/routeCommunityList.js.map +1 -1
  312. package/routePathAccessList.d.ts +12 -0
  313. package/routePathAccessList.js +12 -0
  314. package/routePathAccessList.js.map +1 -1
  315. package/routePrefixList.d.ts +14 -2
  316. package/routePrefixList.js +14 -2
  317. package/routePrefixList.js.map +1 -1
  318. package/samlServerProfile.d.ts +15 -3
  319. package/samlServerProfile.js +15 -3
  320. package/samlServerProfile.js.map +1 -1
  321. package/scepProfile.d.ts +16 -4
  322. package/scepProfile.js +16 -4
  323. package/scepProfile.js.map +1 -1
  324. package/schedule.d.ts +12 -0
  325. package/schedule.js +12 -0
  326. package/schedule.js.map +1 -1
  327. package/sdwanErrorCorrectionProfile.d.ts +12 -0
  328. package/sdwanErrorCorrectionProfile.js +12 -0
  329. package/sdwanErrorCorrectionProfile.js.map +1 -1
  330. package/sdwanPathQualityProfile.d.ts +12 -0
  331. package/sdwanPathQualityProfile.js +12 -0
  332. package/sdwanPathQualityProfile.js.map +1 -1
  333. package/sdwanRule.d.ts +12 -0
  334. package/sdwanRule.js +12 -0
  335. package/sdwanRule.js.map +1 -1
  336. package/sdwanSaasQualityProfile.d.ts +12 -0
  337. package/sdwanSaasQualityProfile.js +12 -0
  338. package/sdwanSaasQualityProfile.js.map +1 -1
  339. package/sdwanTrafficDistributionProfile.d.ts +12 -0
  340. package/sdwanTrafficDistributionProfile.js +12 -0
  341. package/sdwanTrafficDistributionProfile.js.map +1 -1
  342. package/securityRule.d.ts +20 -8
  343. package/securityRule.js +20 -8
  344. package/securityRule.js.map +1 -1
  345. package/service.d.ts +12 -0
  346. package/service.js +12 -0
  347. package/service.js.map +1 -1
  348. package/serviceConnection.d.ts +16 -4
  349. package/serviceConnection.js +16 -4
  350. package/serviceConnection.js.map +1 -1
  351. package/serviceConnectionGroup.d.ts +26 -10
  352. package/serviceConnectionGroup.js +26 -10
  353. package/serviceConnectionGroup.js.map +1 -1
  354. package/serviceGroup.d.ts +14 -2
  355. package/serviceGroup.js +14 -2
  356. package/serviceGroup.js.map +1 -1
  357. package/serviceRoute.d.ts +12 -0
  358. package/serviceRoute.js +12 -0
  359. package/serviceRoute.js.map +1 -1
  360. package/serviceSetting.d.ts +13 -1
  361. package/serviceSetting.js +13 -1
  362. package/serviceSetting.js.map +1 -1
  363. package/sessionSetting.d.ts +13 -1
  364. package/sessionSetting.js +13 -1
  365. package/sessionSetting.js.map +1 -1
  366. package/sessionTimeout.d.ts +13 -1
  367. package/sessionTimeout.js +13 -1
  368. package/sessionTimeout.js.map +1 -1
  369. package/site.d.ts +10 -6
  370. package/site.js +10 -6
  371. package/site.js.map +1 -1
  372. package/snippet.d.ts +4 -0
  373. package/snippet.js +4 -0
  374. package/snippet.js.map +1 -1
  375. package/syslogServerProfile.d.ts +16 -4
  376. package/syslogServerProfile.js +16 -4
  377. package/syslogServerProfile.js.map +1 -1
  378. package/systemMatchList.d.ts +232 -0
  379. package/systemMatchList.js +115 -0
  380. package/systemMatchList.js.map +1 -0
  381. package/tacacsServerProfile.d.ts +13 -1
  382. package/tacacsServerProfile.js +13 -1
  383. package/tacacsServerProfile.js.map +1 -1
  384. package/tag.d.ts +15 -3
  385. package/tag.js +15 -3
  386. package/tag.js.map +1 -1
  387. package/tcpSetting.d.ts +13 -1
  388. package/tcpSetting.js +13 -1
  389. package/tcpSetting.js.map +1 -1
  390. package/tlsServiceProfile.d.ts +15 -3
  391. package/tlsServiceProfile.js +15 -3
  392. package/tlsServiceProfile.js.map +1 -1
  393. package/trafficSteeringRule.d.ts +13 -1
  394. package/trafficSteeringRule.js +12 -3
  395. package/trafficSteeringRule.js.map +1 -1
  396. package/tunnelInterface.d.ts +24 -0
  397. package/tunnelInterface.js +14 -0
  398. package/tunnelInterface.js.map +1 -1
  399. package/types/input.d.ts +144 -12
  400. package/types/output.d.ts +868 -36
  401. package/updateSchedule.d.ts +13 -38
  402. package/updateSchedule.js +13 -38
  403. package/updateSchedule.js.map +1 -1
  404. package/urlAccessProfile.d.ts +12 -0
  405. package/urlAccessProfile.js +12 -0
  406. package/urlAccessProfile.js.map +1 -1
  407. package/urlCategory.d.ts +12 -0
  408. package/urlCategory.js +12 -0
  409. package/urlCategory.js.map +1 -1
  410. package/useridMatchList.d.ts +245 -0
  411. package/useridMatchList.js +118 -0
  412. package/useridMatchList.js.map +1 -0
  413. package/variable.d.ts +34 -22
  414. package/variable.js +34 -22
  415. package/variable.js.map +1 -1
  416. package/vlanInterface.d.ts +24 -0
  417. package/vlanInterface.js +14 -0
  418. package/vlanInterface.js.map +1 -1
  419. package/vpnSetting.d.ts +13 -1
  420. package/vpnSetting.js +13 -1
  421. package/vpnSetting.js.map +1 -1
  422. package/vulnerabilityProtectionProfile.d.ts +12 -0
  423. package/vulnerabilityProtectionProfile.js +12 -0
  424. package/vulnerabilityProtectionProfile.js.map +1 -1
  425. package/vulnerabilityProtectionSignature.d.ts +12 -90
  426. package/vulnerabilityProtectionSignature.js +12 -90
  427. package/vulnerabilityProtectionSignature.js.map +1 -1
  428. package/wildfireAntiVirusProfile.d.ts +12 -0
  429. package/wildfireAntiVirusProfile.js +12 -0
  430. package/wildfireAntiVirusProfile.js.map +1 -1
  431. package/zone.d.ts +12 -0
  432. package/zone.js +12 -0
  433. package/zone.js.map +1 -1
  434. package/zoneProtectionProfile.d.ts +12 -0
  435. package/zoneProtectionProfile.js +12 -0
  436. package/zoneProtectionProfile.js.map +1 -1
package/index.d.ts CHANGED
@@ -73,9 +73,18 @@ export declare const BgpRouting: typeof import("./bgpRouting").BgpRouting;
73
73
  export { CertificateProfileArgs, CertificateProfileState } from "./certificateProfile";
74
74
  export type CertificateProfile = import("./certificateProfile").CertificateProfile;
75
75
  export declare const CertificateProfile: typeof import("./certificateProfile").CertificateProfile;
76
+ export { ConfigMatchListArgs, ConfigMatchListState } from "./configMatchList";
77
+ export type ConfigMatchList = import("./configMatchList").ConfigMatchList;
78
+ export declare const ConfigMatchList: typeof import("./configMatchList").ConfigMatchList;
76
79
  export { ContentIdSettingArgs, ContentIdSettingState } from "./contentIdSetting";
77
80
  export type ContentIdSetting = import("./contentIdSetting").ContentIdSetting;
78
81
  export declare const ContentIdSetting: typeof import("./contentIdSetting").ContentIdSetting;
82
+ export { DataFilteringProfileArgs, DataFilteringProfileState } from "./dataFilteringProfile";
83
+ export type DataFilteringProfile = import("./dataFilteringProfile").DataFilteringProfile;
84
+ export declare const DataFilteringProfile: typeof import("./dataFilteringProfile").DataFilteringProfile;
85
+ export { DataObjectArgs, DataObjectState } from "./dataObject";
86
+ export type DataObject = import("./dataObject").DataObject;
87
+ export declare const DataObject: typeof import("./dataObject").DataObject;
79
88
  export { DecryptionExclusionArgs, DecryptionExclusionState } from "./decryptionExclusion";
80
89
  export type DecryptionExclusion = import("./decryptionExclusion").DecryptionExclusion;
81
90
  export declare const DecryptionExclusion: typeof import("./decryptionExclusion").DecryptionExclusion;
@@ -259,12 +268,30 @@ export declare const getCertificateProfileOutput: typeof import("./getCertificat
259
268
  export { GetCertificateProfileListArgs, GetCertificateProfileListResult, GetCertificateProfileListOutputArgs } from "./getCertificateProfileList";
260
269
  export declare const getCertificateProfileList: typeof import("./getCertificateProfileList").getCertificateProfileList;
261
270
  export declare const getCertificateProfileListOutput: typeof import("./getCertificateProfileList").getCertificateProfileListOutput;
271
+ export { GetConfigMatchListArgs, GetConfigMatchListResult, GetConfigMatchListOutputArgs } from "./getConfigMatchList";
272
+ export declare const getConfigMatchList: typeof import("./getConfigMatchList").getConfigMatchList;
273
+ export declare const getConfigMatchListOutput: typeof import("./getConfigMatchList").getConfigMatchListOutput;
274
+ export { GetConfigMatchListListArgs, GetConfigMatchListListResult, GetConfigMatchListListOutputArgs } from "./getConfigMatchListList";
275
+ export declare const getConfigMatchListList: typeof import("./getConfigMatchListList").getConfigMatchListList;
276
+ export declare const getConfigMatchListListOutput: typeof import("./getConfigMatchListList").getConfigMatchListListOutput;
262
277
  export { GetContentIdSettingArgs, GetContentIdSettingResult, GetContentIdSettingOutputArgs } from "./getContentIdSetting";
263
278
  export declare const getContentIdSetting: typeof import("./getContentIdSetting").getContentIdSetting;
264
279
  export declare const getContentIdSettingOutput: typeof import("./getContentIdSetting").getContentIdSettingOutput;
265
280
  export { GetContentIdSettingListArgs, GetContentIdSettingListResult, GetContentIdSettingListOutputArgs } from "./getContentIdSettingList";
266
281
  export declare const getContentIdSettingList: typeof import("./getContentIdSettingList").getContentIdSettingList;
267
282
  export declare const getContentIdSettingListOutput: typeof import("./getContentIdSettingList").getContentIdSettingListOutput;
283
+ export { GetDataFilteringProfileArgs, GetDataFilteringProfileResult, GetDataFilteringProfileOutputArgs } from "./getDataFilteringProfile";
284
+ export declare const getDataFilteringProfile: typeof import("./getDataFilteringProfile").getDataFilteringProfile;
285
+ export declare const getDataFilteringProfileOutput: typeof import("./getDataFilteringProfile").getDataFilteringProfileOutput;
286
+ export { GetDataFilteringProfileListArgs, GetDataFilteringProfileListResult, GetDataFilteringProfileListOutputArgs } from "./getDataFilteringProfileList";
287
+ export declare const getDataFilteringProfileList: typeof import("./getDataFilteringProfileList").getDataFilteringProfileList;
288
+ export declare const getDataFilteringProfileListOutput: typeof import("./getDataFilteringProfileList").getDataFilteringProfileListOutput;
289
+ export { GetDataObjectArgs, GetDataObjectResult, GetDataObjectOutputArgs } from "./getDataObject";
290
+ export declare const getDataObject: typeof import("./getDataObject").getDataObject;
291
+ export declare const getDataObjectOutput: typeof import("./getDataObject").getDataObjectOutput;
292
+ export { GetDataObjectListArgs, GetDataObjectListResult, GetDataObjectListOutputArgs } from "./getDataObjectList";
293
+ export declare const getDataObjectList: typeof import("./getDataObjectList").getDataObjectList;
294
+ export declare const getDataObjectListOutput: typeof import("./getDataObjectList").getDataObjectListOutput;
268
295
  export { GetDecryptionExclusionArgs, GetDecryptionExclusionResult, GetDecryptionExclusionOutputArgs } from "./getDecryptionExclusion";
269
296
  export declare const getDecryptionExclusion: typeof import("./getDecryptionExclusion").getDecryptionExclusion;
270
297
  export declare const getDecryptionExclusionOutput: typeof import("./getDecryptionExclusion").getDecryptionExclusionOutput;
@@ -355,6 +382,12 @@ export declare const getGeneralSettingOutput: typeof import("./getGeneralSetting
355
382
  export { GetGeneralSettingListArgs, GetGeneralSettingListResult, GetGeneralSettingListOutputArgs } from "./getGeneralSettingList";
356
383
  export declare const getGeneralSettingList: typeof import("./getGeneralSettingList").getGeneralSettingList;
357
384
  export declare const getGeneralSettingListOutput: typeof import("./getGeneralSettingList").getGeneralSettingListOutput;
385
+ export { GetGlobalprotectMatchListArgs, GetGlobalprotectMatchListResult, GetGlobalprotectMatchListOutputArgs } from "./getGlobalprotectMatchList";
386
+ export declare const getGlobalprotectMatchList: typeof import("./getGlobalprotectMatchList").getGlobalprotectMatchList;
387
+ export declare const getGlobalprotectMatchListOutput: typeof import("./getGlobalprotectMatchList").getGlobalprotectMatchListOutput;
388
+ export { GetGlobalprotectMatchListListArgs, GetGlobalprotectMatchListListResult, GetGlobalprotectMatchListListOutputArgs } from "./getGlobalprotectMatchListList";
389
+ export declare const getGlobalprotectMatchListList: typeof import("./getGlobalprotectMatchListList").getGlobalprotectMatchListList;
390
+ export declare const getGlobalprotectMatchListListOutput: typeof import("./getGlobalprotectMatchListList").getGlobalprotectMatchListListOutput;
358
391
  export { GetHipObjectArgs, GetHipObjectResult, GetHipObjectOutputArgs } from "./getHipObject";
359
392
  export declare const getHipObject: typeof import("./getHipObject").getHipObject;
360
393
  export declare const getHipObjectOutput: typeof import("./getHipObject").getHipObjectOutput;
@@ -367,6 +400,12 @@ export declare const getHipProfileOutput: typeof import("./getHipProfile").getHi
367
400
  export { GetHipProfileListArgs, GetHipProfileListResult, GetHipProfileListOutputArgs } from "./getHipProfileList";
368
401
  export declare const getHipProfileList: typeof import("./getHipProfileList").getHipProfileList;
369
402
  export declare const getHipProfileListOutput: typeof import("./getHipProfileList").getHipProfileListOutput;
403
+ export { GetHipmatchMatchListArgs, GetHipmatchMatchListResult, GetHipmatchMatchListOutputArgs } from "./getHipmatchMatchList";
404
+ export declare const getHipmatchMatchList: typeof import("./getHipmatchMatchList").getHipmatchMatchList;
405
+ export declare const getHipmatchMatchListOutput: typeof import("./getHipmatchMatchList").getHipmatchMatchListOutput;
406
+ export { GetHipmatchMatchListListArgs, GetHipmatchMatchListListResult, GetHipmatchMatchListListOutputArgs } from "./getHipmatchMatchListList";
407
+ export declare const getHipmatchMatchListList: typeof import("./getHipmatchMatchListList").getHipmatchMatchListList;
408
+ export declare const getHipmatchMatchListListOutput: typeof import("./getHipmatchMatchListList").getHipmatchMatchListListOutput;
370
409
  export { GetHttpHeaderProfileArgs, GetHttpHeaderProfileResult, GetHttpHeaderProfileOutputArgs } from "./getHttpHeaderProfile";
371
410
  export declare const getHttpHeaderProfile: typeof import("./getHttpHeaderProfile").getHttpHeaderProfile;
372
411
  export declare const getHttpHeaderProfileOutput: typeof import("./getHttpHeaderProfile").getHttpHeaderProfileOutput;
@@ -409,6 +448,12 @@ export declare const getIpsecTunnelOutput: typeof import("./getIpsecTunnel").get
409
448
  export { GetIpsecTunnelListArgs, GetIpsecTunnelListResult, GetIpsecTunnelListOutputArgs } from "./getIpsecTunnelList";
410
449
  export declare const getIpsecTunnelList: typeof import("./getIpsecTunnelList").getIpsecTunnelList;
411
450
  export declare const getIpsecTunnelListOutput: typeof import("./getIpsecTunnelList").getIpsecTunnelListOutput;
451
+ export { GetIptagMatchListArgs, GetIptagMatchListResult, GetIptagMatchListOutputArgs } from "./getIptagMatchList";
452
+ export declare const getIptagMatchList: typeof import("./getIptagMatchList").getIptagMatchList;
453
+ export declare const getIptagMatchListOutput: typeof import("./getIptagMatchList").getIptagMatchListOutput;
454
+ export { GetIptagMatchListListArgs, GetIptagMatchListListResult, GetIptagMatchListListOutputArgs } from "./getIptagMatchListList";
455
+ export declare const getIptagMatchListList: typeof import("./getIptagMatchListList").getIptagMatchListList;
456
+ export declare const getIptagMatchListListOutput: typeof import("./getIptagMatchListList").getIptagMatchListListOutput;
412
457
  export { GetKerberosServerProfileArgs, GetKerberosServerProfileResult, GetKerberosServerProfileOutputArgs } from "./getKerberosServerProfile";
413
458
  export declare const getKerberosServerProfile: typeof import("./getKerberosServerProfile").getKerberosServerProfile;
414
459
  export declare const getKerberosServerProfileOutput: typeof import("./getKerberosServerProfile").getKerberosServerProfileOutput;
@@ -691,6 +736,12 @@ export declare const getSyslogServerProfileOutput: typeof import("./getSyslogSer
691
736
  export { GetSyslogServerProfileListArgs, GetSyslogServerProfileListResult, GetSyslogServerProfileListOutputArgs } from "./getSyslogServerProfileList";
692
737
  export declare const getSyslogServerProfileList: typeof import("./getSyslogServerProfileList").getSyslogServerProfileList;
693
738
  export declare const getSyslogServerProfileListOutput: typeof import("./getSyslogServerProfileList").getSyslogServerProfileListOutput;
739
+ export { GetSystemMatchListArgs, GetSystemMatchListResult, GetSystemMatchListOutputArgs } from "./getSystemMatchList";
740
+ export declare const getSystemMatchList: typeof import("./getSystemMatchList").getSystemMatchList;
741
+ export declare const getSystemMatchListOutput: typeof import("./getSystemMatchList").getSystemMatchListOutput;
742
+ export { GetSystemMatchListListArgs, GetSystemMatchListListResult, GetSystemMatchListListOutputArgs } from "./getSystemMatchListList";
743
+ export declare const getSystemMatchListList: typeof import("./getSystemMatchListList").getSystemMatchListList;
744
+ export declare const getSystemMatchListListOutput: typeof import("./getSystemMatchListList").getSystemMatchListListOutput;
694
745
  export { GetTacacsServerProfileArgs, GetTacacsServerProfileResult, GetTacacsServerProfileOutputArgs } from "./getTacacsServerProfile";
695
746
  export declare const getTacacsServerProfile: typeof import("./getTacacsServerProfile").getTacacsServerProfile;
696
747
  export declare const getTacacsServerProfileOutput: typeof import("./getTacacsServerProfile").getTacacsServerProfileOutput;
@@ -745,6 +796,12 @@ export declare const getUrlCategoryOutput: typeof import("./getUrlCategory").get
745
796
  export { GetUrlCategoryListArgs, GetUrlCategoryListResult, GetUrlCategoryListOutputArgs } from "./getUrlCategoryList";
746
797
  export declare const getUrlCategoryList: typeof import("./getUrlCategoryList").getUrlCategoryList;
747
798
  export declare const getUrlCategoryListOutput: typeof import("./getUrlCategoryList").getUrlCategoryListOutput;
799
+ export { GetUseridMatchListArgs, GetUseridMatchListResult, GetUseridMatchListOutputArgs } from "./getUseridMatchList";
800
+ export declare const getUseridMatchList: typeof import("./getUseridMatchList").getUseridMatchList;
801
+ export declare const getUseridMatchListOutput: typeof import("./getUseridMatchList").getUseridMatchListOutput;
802
+ export { GetUseridMatchListListArgs, GetUseridMatchListListResult, GetUseridMatchListListOutputArgs } from "./getUseridMatchListList";
803
+ export declare const getUseridMatchListList: typeof import("./getUseridMatchListList").getUseridMatchListList;
804
+ export declare const getUseridMatchListListOutput: typeof import("./getUseridMatchListList").getUseridMatchListListOutput;
748
805
  export { GetVariableArgs, GetVariableResult, GetVariableOutputArgs } from "./getVariable";
749
806
  export declare const getVariable: typeof import("./getVariable").getVariable;
750
807
  export declare const getVariableOutput: typeof import("./getVariable").getVariableOutput;
@@ -793,12 +850,18 @@ export declare const getZoneProtectionProfileOutput: typeof import("./getZonePro
793
850
  export { GetZoneProtectionProfileListArgs, GetZoneProtectionProfileListResult, GetZoneProtectionProfileListOutputArgs } from "./getZoneProtectionProfileList";
794
851
  export declare const getZoneProtectionProfileList: typeof import("./getZoneProtectionProfileList").getZoneProtectionProfileList;
795
852
  export declare const getZoneProtectionProfileListOutput: typeof import("./getZoneProtectionProfileList").getZoneProtectionProfileListOutput;
853
+ export { GlobalprotectMatchListArgs, GlobalprotectMatchListState } from "./globalprotectMatchList";
854
+ export type GlobalprotectMatchList = import("./globalprotectMatchList").GlobalprotectMatchList;
855
+ export declare const GlobalprotectMatchList: typeof import("./globalprotectMatchList").GlobalprotectMatchList;
796
856
  export { HipObjectArgs, HipObjectState } from "./hipObject";
797
857
  export type HipObject = import("./hipObject").HipObject;
798
858
  export declare const HipObject: typeof import("./hipObject").HipObject;
799
859
  export { HipProfileArgs, HipProfileState } from "./hipProfile";
800
860
  export type HipProfile = import("./hipProfile").HipProfile;
801
861
  export declare const HipProfile: typeof import("./hipProfile").HipProfile;
862
+ export { HipmatchMatchListArgs, HipmatchMatchListState } from "./hipmatchMatchList";
863
+ export type HipmatchMatchList = import("./hipmatchMatchList").HipmatchMatchList;
864
+ export declare const HipmatchMatchList: typeof import("./hipmatchMatchList").HipmatchMatchList;
802
865
  export { HttpHeaderProfileArgs, HttpHeaderProfileState } from "./httpHeaderProfile";
803
866
  export type HttpHeaderProfile = import("./httpHeaderProfile").HttpHeaderProfile;
804
867
  export declare const HttpHeaderProfile: typeof import("./httpHeaderProfile").HttpHeaderProfile;
@@ -823,6 +886,9 @@ export declare const IpsecCryptoProfile: typeof import("./ipsecCryptoProfile").I
823
886
  export { IpsecTunnelArgs, IpsecTunnelState } from "./ipsecTunnel";
824
887
  export type IpsecTunnel = import("./ipsecTunnel").IpsecTunnel;
825
888
  export declare const IpsecTunnel: typeof import("./ipsecTunnel").IpsecTunnel;
889
+ export { IptagMatchListArgs, IptagMatchListState } from "./iptagMatchList";
890
+ export type IptagMatchList = import("./iptagMatchList").IptagMatchList;
891
+ export declare const IptagMatchList: typeof import("./iptagMatchList").IptagMatchList;
826
892
  export { KerberosServerProfileArgs, KerberosServerProfileState } from "./kerberosServerProfile";
827
893
  export type KerberosServerProfile = import("./kerberosServerProfile").KerberosServerProfile;
828
894
  export declare const KerberosServerProfile: typeof import("./kerberosServerProfile").KerberosServerProfile;
@@ -968,6 +1034,9 @@ export declare const Snippet: typeof import("./snippet").Snippet;
968
1034
  export { SyslogServerProfileArgs, SyslogServerProfileState } from "./syslogServerProfile";
969
1035
  export type SyslogServerProfile = import("./syslogServerProfile").SyslogServerProfile;
970
1036
  export declare const SyslogServerProfile: typeof import("./syslogServerProfile").SyslogServerProfile;
1037
+ export { SystemMatchListArgs, SystemMatchListState } from "./systemMatchList";
1038
+ export type SystemMatchList = import("./systemMatchList").SystemMatchList;
1039
+ export declare const SystemMatchList: typeof import("./systemMatchList").SystemMatchList;
971
1040
  export { TacacsServerProfileArgs, TacacsServerProfileState } from "./tacacsServerProfile";
972
1041
  export type TacacsServerProfile = import("./tacacsServerProfile").TacacsServerProfile;
973
1042
  export declare const TacacsServerProfile: typeof import("./tacacsServerProfile").TacacsServerProfile;
@@ -995,6 +1064,9 @@ export declare const UrlAccessProfile: typeof import("./urlAccessProfile").UrlAc
995
1064
  export { UrlCategoryArgs, UrlCategoryState } from "./urlCategory";
996
1065
  export type UrlCategory = import("./urlCategory").UrlCategory;
997
1066
  export declare const UrlCategory: typeof import("./urlCategory").UrlCategory;
1067
+ export { UseridMatchListArgs, UseridMatchListState } from "./useridMatchList";
1068
+ export type UseridMatchList = import("./useridMatchList").UseridMatchList;
1069
+ export declare const UseridMatchList: typeof import("./useridMatchList").UseridMatchList;
998
1070
  export { VariableArgs, VariableState } from "./variable";
999
1071
  export type Variable = import("./variable").Variable;
1000
1072
  export declare const Variable: typeof import("./variable").Variable;
package/index.js CHANGED
@@ -16,18 +16,19 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.getAggregateInterface = exports.getAddressListOutput = exports.getAddressList = exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.getAddressOutput = exports.getAddress = exports.GeneralSetting = exports.Folder = exports.FileBlockingProfile = exports.ExternalDynamicList = exports.EthernetInterface = exports.DynamicUserGroup = exports.DosProtectionRule = exports.DosProtectionProfile = exports.DnsSecurityProfile = exports.DnsProxy = exports.DhcpInterface = exports.DeviceRedistributionCollector = exports.DecryptionRule = exports.DecryptionProfile = exports.DecryptionExclusion = exports.ContentIdSetting = exports.CertificateProfile = exports.BgpRouting = exports.BgpRouteMapRedistribution = exports.BgpRouteMap = exports.BgpRedistributionProfile = exports.BgpFilteringProfile = exports.BgpAuthProfile = exports.BgpAddressFamilyProfile = exports.BandwidthAllocation = exports.AutoVpnSetting = exports.AutoVpnCluster = exports.AuthenticationSetting = exports.AuthenticationSequence = exports.AuthenticationRule = exports.AuthenticationProfile = exports.AuthenticationPortal = exports.ApplicationGroup = exports.ApplicationFilter = exports.Application = exports.AppOverrideRule = exports.AntiSpywareSignature = exports.AntiSpywareProfile = exports.AggregateInterface = exports.AddressGroup = exports.Address = void 0;
20
- exports.getBandwidthAllocation = exports.getAutoVpnSettingOutput = exports.getAutoVpnSetting = exports.getAutoVpnClusterListOutput = exports.getAutoVpnClusterList = exports.getAutoVpnClusterOutput = exports.getAutoVpnCluster = exports.getAuthenticationSettingListOutput = exports.getAuthenticationSettingList = exports.getAuthenticationSettingOutput = exports.getAuthenticationSetting = 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.getApplicationListOutput = exports.getApplicationList = 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.getAggregateInterfaceListOutput = exports.getAggregateInterfaceList = exports.getAggregateInterfaceOutput = void 0;
21
- exports.getDeviceRedistributionCollector = exports.getDecryptionRuleListOutput = exports.getDecryptionRuleList = exports.getDecryptionRuleOutput = exports.getDecryptionRule = exports.getDecryptionProfileListOutput = exports.getDecryptionProfileList = exports.getDecryptionProfileOutput = exports.getDecryptionProfile = exports.getDecryptionExclusionListOutput = exports.getDecryptionExclusionList = exports.getDecryptionExclusionOutput = exports.getDecryptionExclusion = exports.getContentIdSettingListOutput = exports.getContentIdSettingList = exports.getContentIdSettingOutput = exports.getContentIdSetting = exports.getCertificateProfileListOutput = exports.getCertificateProfileList = exports.getCertificateProfileOutput = exports.getCertificateProfile = exports.getBgpRoutingOutput = exports.getBgpRouting = exports.getBgpRouteMapRedistributionListOutput = exports.getBgpRouteMapRedistributionList = exports.getBgpRouteMapRedistributionOutput = exports.getBgpRouteMapRedistribution = exports.getBgpRouteMapListOutput = exports.getBgpRouteMapList = exports.getBgpRouteMapOutput = exports.getBgpRouteMap = exports.getBgpRedistributionProfileListOutput = exports.getBgpRedistributionProfileList = exports.getBgpRedistributionProfileOutput = exports.getBgpRedistributionProfile = exports.getBgpFilteringProfileListOutput = exports.getBgpFilteringProfileList = exports.getBgpFilteringProfileOutput = exports.getBgpFilteringProfile = exports.getBgpAuthProfileListOutput = exports.getBgpAuthProfileList = exports.getBgpAuthProfileOutput = exports.getBgpAuthProfile = exports.getBgpAddressFamilyProfileListOutput = exports.getBgpAddressFamilyProfileList = exports.getBgpAddressFamilyProfileOutput = exports.getBgpAddressFamilyProfile = exports.getBandwidthAllocationListOutput = exports.getBandwidthAllocationList = exports.getBandwidthAllocationOutput = void 0;
22
- exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getGeneralSettingListOutput = exports.getGeneralSettingList = exports.getGeneralSettingOutput = exports.getGeneralSetting = exports.getFolderListOutput = exports.getFolderList = exports.getFolderOutput = exports.getFolder = exports.getFileBlockingProfileListOutput = exports.getFileBlockingProfileList = exports.getFileBlockingProfileOutput = exports.getFileBlockingProfile = exports.getExternalDynamicListListOutput = exports.getExternalDynamicListList = exports.getExternalDynamicListOutput = exports.getExternalDynamicList = exports.getEthernetInterfaceListOutput = exports.getEthernetInterfaceList = exports.getEthernetInterfaceOutput = exports.getEthernetInterface = exports.getDynamicUserGroupListOutput = exports.getDynamicUserGroupList = exports.getDynamicUserGroupOutput = exports.getDynamicUserGroup = exports.getDosProtectionRuleListOutput = exports.getDosProtectionRuleList = exports.getDosProtectionRuleOutput = exports.getDosProtectionRule = exports.getDosProtectionProfileListOutput = exports.getDosProtectionProfileList = exports.getDosProtectionProfileOutput = exports.getDosProtectionProfile = exports.getDnsSecurityProfileListOutput = exports.getDnsSecurityProfileList = exports.getDnsSecurityProfileOutput = exports.getDnsSecurityProfile = exports.getDnsProxyListOutput = exports.getDnsProxyList = exports.getDnsProxyOutput = exports.getDnsProxy = exports.getDhcpInterfaceListOutput = exports.getDhcpInterfaceList = exports.getDhcpInterfaceOutput = exports.getDhcpInterface = exports.getDeviceRedistributionCollectorListOutput = exports.getDeviceRedistributionCollectorList = exports.getDeviceRedistributionCollectorOutput = void 0;
23
- exports.getLdapServerProfile = exports.getLayer3SubinterfaceListOutput = exports.getLayer3SubinterfaceList = exports.getLayer3SubinterfaceOutput = exports.getLayer3Subinterface = exports.getLayer2SubinterfaceListOutput = exports.getLayer2SubinterfaceList = exports.getLayer2SubinterfaceOutput = exports.getLayer2Subinterface = exports.getLabelListOutput = exports.getLabelList = exports.getLabelOutput = exports.getLabel = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getIpsecTunnelListOutput = exports.getIpsecTunnelList = exports.getIpsecTunnelOutput = exports.getIpsecTunnel = exports.getIpsecCryptoProfileListOutput = exports.getIpsecCryptoProfileList = exports.getIpsecCryptoProfileOutput = exports.getIpsecCryptoProfile = exports.getInterfaceManagementProfileListOutput = exports.getInterfaceManagementProfileList = exports.getInterfaceManagementProfileOutput = exports.getInterfaceManagementProfile = exports.getIkeGatewayListOutput = exports.getIkeGatewayList = exports.getIkeGatewayOutput = exports.getIkeGateway = exports.getIkeCryptoProfileListOutput = exports.getIkeCryptoProfileList = exports.getIkeCryptoProfileOutput = exports.getIkeCryptoProfile = exports.getHttpServerProfileListOutput = exports.getHttpServerProfileList = exports.getHttpServerProfileOutput = exports.getHttpServerProfile = exports.getHttpHeaderProfileListOutput = exports.getHttpHeaderProfileList = exports.getHttpHeaderProfileOutput = exports.getHttpHeaderProfile = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = exports.getHipProfile = exports.getHipObjectListOutput = void 0;
24
- exports.getPbfRuleList = exports.getPbfRuleOutput = exports.getPbfRule = exports.getOspfAuthProfileListOutput = exports.getOspfAuthProfileList = exports.getOspfAuthProfileOutput = exports.getOspfAuthProfile = exports.getNatRuleListOutput = exports.getNatRuleList = exports.getNatRuleOutput = exports.getNatRule = exports.getMotdBannerSettingListOutput = exports.getMotdBannerSettingList = exports.getMotdBannerSettingOutput = exports.getMotdBannerSetting = exports.getManagementInterfaceListOutput = exports.getManagementInterfaceList = exports.getManagementInterfaceOutput = exports.getManagementInterface = exports.getLoopbackInterfaceListOutput = exports.getLoopbackInterfaceList = exports.getLoopbackInterfaceOutput = exports.getLoopbackInterface = exports.getLogicalRouterListOutput = exports.getLogicalRouterList = exports.getLogicalRouterOutput = exports.getLogicalRouter = exports.getLogForwardingProfileListOutput = exports.getLogForwardingProfileList = exports.getLogForwardingProfileOutput = exports.getLogForwardingProfile = exports.getLocalUserListOutput = exports.getLocalUserList = exports.getLocalUserGroupListOutput = exports.getLocalUserGroupList = exports.getLocalUserGroupOutput = exports.getLocalUserGroup = exports.getLocalUserOutput = exports.getLocalUser = exports.getLldpProfileListOutput = exports.getLldpProfileList = exports.getLldpProfileOutput = exports.getLldpProfile = exports.getLinkTagListOutput = exports.getLinkTagList = exports.getLinkTagOutput = exports.getLinkTag = exports.getLdapServerProfileListOutput = exports.getLdapServerProfileList = exports.getLdapServerProfileOutput = void 0;
25
- exports.getSchedule = exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = exports.getSamlServerProfileList = exports.getSamlServerProfileOutput = exports.getSamlServerProfile = exports.getRoutePrefixListListOutput = exports.getRoutePrefixListList = exports.getRoutePrefixListOutput = exports.getRoutePrefixList = exports.getRoutePathAccessListListOutput = exports.getRoutePathAccessListList = exports.getRoutePathAccessListOutput = exports.getRoutePathAccessList = exports.getRouteCommunityListListOutput = exports.getRouteCommunityListList = exports.getRouteCommunityListOutput = exports.getRouteCommunityList = exports.getRouteAccessListListOutput = exports.getRouteAccessListList = exports.getRouteAccessListOutput = exports.getRouteAccessList = 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.getPbfRuleListOutput = void 0;
26
- exports.getServiceSettingList = exports.getServiceSettingOutput = exports.getServiceSetting = exports.getServiceRouteListOutput = exports.getServiceRouteList = exports.getServiceRouteOutput = exports.getServiceRoute = 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.getSdwanTrafficDistributionProfileListOutput = exports.getSdwanTrafficDistributionProfileList = exports.getSdwanTrafficDistributionProfileOutput = exports.getSdwanTrafficDistributionProfile = exports.getSdwanSaasQualityProfileListOutput = exports.getSdwanSaasQualityProfileList = exports.getSdwanSaasQualityProfileOutput = exports.getSdwanSaasQualityProfile = exports.getSdwanRuleListOutput = exports.getSdwanRuleList = exports.getSdwanRuleOutput = exports.getSdwanRule = exports.getSdwanPathQualityProfileListOutput = exports.getSdwanPathQualityProfileList = exports.getSdwanPathQualityProfileOutput = exports.getSdwanPathQualityProfile = exports.getSdwanErrorCorrectionProfileListOutput = exports.getSdwanErrorCorrectionProfileList = exports.getSdwanErrorCorrectionProfileOutput = exports.getSdwanErrorCorrectionProfile = exports.getScheduleListOutput = exports.getScheduleList = exports.getScheduleOutput = void 0;
27
- exports.getUrlAccessProfile = exports.getUpdateScheduleListOutput = exports.getUpdateScheduleList = exports.getUpdateScheduleOutput = exports.getUpdateSchedule = exports.getTunnelInterfaceListOutput = exports.getTunnelInterfaceList = exports.getTunnelInterfaceOutput = exports.getTunnelInterface = exports.getTrafficSteeringRuleListOutput = exports.getTrafficSteeringRuleList = exports.getTrafficSteeringRuleOutput = exports.getTrafficSteeringRule = exports.getTlsServiceProfileListOutput = exports.getTlsServiceProfileList = exports.getTlsServiceProfileOutput = exports.getTlsServiceProfile = exports.getTcpSettingListOutput = exports.getTcpSettingList = exports.getTcpSettingOutput = exports.getTcpSetting = exports.getTagListOutput = exports.getTagList = exports.getTagOutput = exports.getTag = exports.getTacacsServerProfileListOutput = exports.getTacacsServerProfileList = exports.getTacacsServerProfileOutput = exports.getTacacsServerProfile = exports.getSyslogServerProfileListOutput = exports.getSyslogServerProfileList = exports.getSyslogServerProfileOutput = exports.getSyslogServerProfile = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSiteListOutput = exports.getSiteList = exports.getSiteOutput = exports.getSite = exports.getSessionTimeoutListOutput = exports.getSessionTimeoutList = exports.getSessionTimeoutOutput = exports.getSessionTimeout = exports.getSessionSettingListOutput = exports.getSessionSettingList = exports.getSessionSettingOutput = exports.getSessionSetting = exports.getServiceSettingListOutput = void 0;
28
- exports.KerberosServerProfile = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.InterfaceManagementProfile = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpServerProfile = exports.HttpHeaderProfile = exports.HipProfile = exports.HipObject = exports.getZoneProtectionProfileListOutput = exports.getZoneProtectionProfileList = exports.getZoneProtectionProfileOutput = exports.getZoneProtectionProfile = exports.getZoneListOutput = exports.getZoneList = exports.getZoneOutput = exports.getZone = exports.getWildfireAntiVirusProfileListOutput = exports.getWildfireAntiVirusProfileList = exports.getWildfireAntiVirusProfileOutput = exports.getWildfireAntiVirusProfile = exports.getVulnerabilityProtectionSignatureListOutput = exports.getVulnerabilityProtectionSignatureList = exports.getVulnerabilityProtectionSignatureOutput = exports.getVulnerabilityProtectionSignature = exports.getVulnerabilityProtectionProfileListOutput = exports.getVulnerabilityProtectionProfileList = exports.getVulnerabilityProtectionProfileOutput = exports.getVulnerabilityProtectionProfile = exports.getVpnSettingListOutput = exports.getVpnSettingList = exports.getVpnSettingOutput = exports.getVpnSetting = exports.getVlanInterfaceListOutput = exports.getVlanInterfaceList = exports.getVlanInterfaceOutput = exports.getVlanInterface = exports.getVariableListOutput = exports.getVariableList = exports.getVariableOutput = exports.getVariable = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = exports.getUrlAccessProfileOutput = void 0;
29
- exports.TcpSetting = exports.Tag = exports.TacacsServerProfile = exports.SyslogServerProfile = exports.Snippet = exports.Site = exports.SessionTimeout = exports.SessionSetting = exports.ServiceSetting = exports.ServiceRoute = exports.ServiceGroup = exports.ServiceConnectionGroup = exports.ServiceConnection = exports.Service = exports.SecurityRule = exports.SdwanTrafficDistributionProfile = exports.SdwanSaasQualityProfile = exports.SdwanRule = exports.SdwanPathQualityProfile = exports.SdwanErrorCorrectionProfile = exports.Schedule = exports.ScepProfile = exports.SamlServerProfile = exports.RoutePrefixList = exports.RoutePathAccessList = exports.RouteCommunityList = exports.RouteAccessList = exports.RemoteNetwork = exports.Region = exports.RadiusServerProfile = exports.QosProfile = exports.QosPolicyRule = exports.ProfileGroup = exports.PbfRule = exports.OspfAuthProfile = exports.NatRule = exports.MotdBannerSetting = exports.MfaServer = exports.ManagementInterface = exports.LoopbackInterface = exports.LogicalRouter = exports.LogForwardingProfile = exports.LocalUserGroup = exports.LocalUser = exports.LldpProfile = exports.LinkTag = exports.LdapServerProfile = exports.Layer3Subinterface = exports.Layer2Subinterface = exports.Label = void 0;
30
- exports.types = exports.config = exports.ZoneProtectionProfile = exports.Zone = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignature = exports.VulnerabilityProtectionProfile = exports.VpnSetting = exports.VlanInterface = exports.Variable = exports.UrlCategory = exports.UrlAccessProfile = exports.UpdateSchedule = exports.TunnelInterface = exports.TrafficSteeringRule = exports.TlsServiceProfile = void 0;
19
+ exports.getAddressGroupListOutput = exports.getAddressGroupList = exports.getAddressGroupOutput = exports.getAddressGroup = exports.getAddressOutput = exports.getAddress = exports.GeneralSetting = exports.Folder = exports.FileBlockingProfile = exports.ExternalDynamicList = exports.EthernetInterface = exports.DynamicUserGroup = exports.DosProtectionRule = exports.DosProtectionProfile = exports.DnsSecurityProfile = exports.DnsProxy = exports.DhcpInterface = exports.DeviceRedistributionCollector = exports.DecryptionRule = exports.DecryptionProfile = exports.DecryptionExclusion = exports.DataObject = exports.DataFilteringProfile = exports.ContentIdSetting = exports.ConfigMatchList = exports.CertificateProfile = exports.BgpRouting = exports.BgpRouteMapRedistribution = exports.BgpRouteMap = exports.BgpRedistributionProfile = exports.BgpFilteringProfile = exports.BgpAuthProfile = exports.BgpAddressFamilyProfile = exports.BandwidthAllocation = exports.AutoVpnSetting = exports.AutoVpnCluster = exports.AuthenticationSetting = exports.AuthenticationSequence = exports.AuthenticationRule = exports.AuthenticationProfile = exports.AuthenticationPortal = exports.ApplicationGroup = exports.ApplicationFilter = exports.Application = exports.AppOverrideRule = exports.AntiSpywareSignature = exports.AntiSpywareProfile = exports.AggregateInterface = exports.AddressGroup = exports.Address = void 0;
20
+ exports.getAutoVpnClusterListOutput = exports.getAutoVpnClusterList = exports.getAutoVpnClusterOutput = exports.getAutoVpnCluster = exports.getAuthenticationSettingListOutput = exports.getAuthenticationSettingList = exports.getAuthenticationSettingOutput = exports.getAuthenticationSetting = 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.getApplicationListOutput = exports.getApplicationList = 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.getAggregateInterfaceListOutput = exports.getAggregateInterfaceList = exports.getAggregateInterfaceOutput = exports.getAggregateInterface = exports.getAddressListOutput = exports.getAddressList = void 0;
21
+ exports.getDataObjectOutput = exports.getDataObject = exports.getDataFilteringProfileListOutput = exports.getDataFilteringProfileList = exports.getDataFilteringProfileOutput = exports.getDataFilteringProfile = exports.getContentIdSettingListOutput = exports.getContentIdSettingList = exports.getContentIdSettingOutput = exports.getContentIdSetting = exports.getConfigMatchListListOutput = exports.getConfigMatchListList = exports.getConfigMatchListOutput = exports.getConfigMatchList = exports.getCertificateProfileListOutput = exports.getCertificateProfileList = exports.getCertificateProfileOutput = exports.getCertificateProfile = exports.getBgpRoutingOutput = exports.getBgpRouting = exports.getBgpRouteMapRedistributionListOutput = exports.getBgpRouteMapRedistributionList = exports.getBgpRouteMapRedistributionOutput = exports.getBgpRouteMapRedistribution = exports.getBgpRouteMapListOutput = exports.getBgpRouteMapList = exports.getBgpRouteMapOutput = exports.getBgpRouteMap = exports.getBgpRedistributionProfileListOutput = exports.getBgpRedistributionProfileList = exports.getBgpRedistributionProfileOutput = exports.getBgpRedistributionProfile = exports.getBgpFilteringProfileListOutput = exports.getBgpFilteringProfileList = exports.getBgpFilteringProfileOutput = exports.getBgpFilteringProfile = exports.getBgpAuthProfileListOutput = exports.getBgpAuthProfileList = exports.getBgpAuthProfileOutput = exports.getBgpAuthProfile = exports.getBgpAddressFamilyProfileListOutput = exports.getBgpAddressFamilyProfileList = exports.getBgpAddressFamilyProfileOutput = exports.getBgpAddressFamilyProfile = exports.getBandwidthAllocationListOutput = exports.getBandwidthAllocationList = exports.getBandwidthAllocationOutput = exports.getBandwidthAllocation = exports.getAutoVpnSettingOutput = exports.getAutoVpnSetting = void 0;
22
+ exports.getExternalDynamicListListOutput = exports.getExternalDynamicListList = exports.getExternalDynamicListOutput = exports.getExternalDynamicList = exports.getEthernetInterfaceListOutput = exports.getEthernetInterfaceList = exports.getEthernetInterfaceOutput = exports.getEthernetInterface = exports.getDynamicUserGroupListOutput = exports.getDynamicUserGroupList = exports.getDynamicUserGroupOutput = exports.getDynamicUserGroup = exports.getDosProtectionRuleListOutput = exports.getDosProtectionRuleList = exports.getDosProtectionRuleOutput = exports.getDosProtectionRule = exports.getDosProtectionProfileListOutput = exports.getDosProtectionProfileList = exports.getDosProtectionProfileOutput = exports.getDosProtectionProfile = exports.getDnsSecurityProfileListOutput = exports.getDnsSecurityProfileList = exports.getDnsSecurityProfileOutput = exports.getDnsSecurityProfile = exports.getDnsProxyListOutput = exports.getDnsProxyList = exports.getDnsProxyOutput = exports.getDnsProxy = exports.getDhcpInterfaceListOutput = exports.getDhcpInterfaceList = exports.getDhcpInterfaceOutput = exports.getDhcpInterface = exports.getDeviceRedistributionCollectorListOutput = exports.getDeviceRedistributionCollectorList = exports.getDeviceRedistributionCollectorOutput = exports.getDeviceRedistributionCollector = exports.getDecryptionRuleListOutput = exports.getDecryptionRuleList = exports.getDecryptionRuleOutput = exports.getDecryptionRule = exports.getDecryptionProfileListOutput = exports.getDecryptionProfileList = exports.getDecryptionProfileOutput = exports.getDecryptionProfile = exports.getDecryptionExclusionListOutput = exports.getDecryptionExclusionList = exports.getDecryptionExclusionOutput = exports.getDecryptionExclusion = exports.getDataObjectListOutput = exports.getDataObjectList = void 0;
23
+ exports.getIpsecCryptoProfileOutput = exports.getIpsecCryptoProfile = exports.getInterfaceManagementProfileListOutput = exports.getInterfaceManagementProfileList = exports.getInterfaceManagementProfileOutput = exports.getInterfaceManagementProfile = exports.getIkeGatewayListOutput = exports.getIkeGatewayList = exports.getIkeGatewayOutput = exports.getIkeGateway = exports.getIkeCryptoProfileListOutput = exports.getIkeCryptoProfileList = exports.getIkeCryptoProfileOutput = exports.getIkeCryptoProfile = exports.getHttpServerProfileListOutput = exports.getHttpServerProfileList = exports.getHttpServerProfileOutput = exports.getHttpServerProfile = exports.getHttpHeaderProfileListOutput = exports.getHttpHeaderProfileList = exports.getHttpHeaderProfileOutput = exports.getHttpHeaderProfile = exports.getHipmatchMatchListListOutput = exports.getHipmatchMatchListList = exports.getHipmatchMatchListOutput = exports.getHipmatchMatchList = exports.getHipProfileListOutput = exports.getHipProfileList = exports.getHipProfileOutput = exports.getHipProfile = exports.getHipObjectListOutput = exports.getHipObjectList = exports.getHipObjectOutput = exports.getHipObject = exports.getGlobalprotectMatchListListOutput = exports.getGlobalprotectMatchListList = exports.getGlobalprotectMatchListOutput = exports.getGlobalprotectMatchList = exports.getGeneralSettingListOutput = exports.getGeneralSettingList = exports.getGeneralSettingOutput = exports.getGeneralSetting = exports.getFolderListOutput = exports.getFolderList = exports.getFolderOutput = exports.getFolder = exports.getFileBlockingProfileListOutput = exports.getFileBlockingProfileList = exports.getFileBlockingProfileOutput = exports.getFileBlockingProfile = void 0;
24
+ exports.getLogForwardingProfileListOutput = exports.getLogForwardingProfileList = exports.getLogForwardingProfileOutput = exports.getLogForwardingProfile = exports.getLocalUserListOutput = exports.getLocalUserList = exports.getLocalUserGroupListOutput = exports.getLocalUserGroupList = exports.getLocalUserGroupOutput = exports.getLocalUserGroup = exports.getLocalUserOutput = exports.getLocalUser = exports.getLldpProfileListOutput = exports.getLldpProfileList = exports.getLldpProfileOutput = exports.getLldpProfile = exports.getLinkTagListOutput = exports.getLinkTagList = exports.getLinkTagOutput = exports.getLinkTag = exports.getLdapServerProfileListOutput = exports.getLdapServerProfileList = exports.getLdapServerProfileOutput = exports.getLdapServerProfile = exports.getLayer3SubinterfaceListOutput = exports.getLayer3SubinterfaceList = exports.getLayer3SubinterfaceOutput = exports.getLayer3Subinterface = exports.getLayer2SubinterfaceListOutput = exports.getLayer2SubinterfaceList = exports.getLayer2SubinterfaceOutput = exports.getLayer2Subinterface = exports.getLabelListOutput = exports.getLabelList = exports.getLabelOutput = exports.getLabel = exports.getKerberosServerProfileListOutput = exports.getKerberosServerProfileList = exports.getKerberosServerProfileOutput = exports.getKerberosServerProfile = exports.getIptagMatchListListOutput = exports.getIptagMatchListList = exports.getIptagMatchListOutput = exports.getIptagMatchList = exports.getIpsecTunnelListOutput = exports.getIpsecTunnelList = exports.getIpsecTunnelOutput = exports.getIpsecTunnel = exports.getIpsecCryptoProfileListOutput = exports.getIpsecCryptoProfileList = void 0;
25
+ 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.getPbfRuleListOutput = exports.getPbfRuleList = exports.getPbfRuleOutput = exports.getPbfRule = exports.getOspfAuthProfileListOutput = exports.getOspfAuthProfileList = exports.getOspfAuthProfileOutput = exports.getOspfAuthProfile = exports.getNatRuleListOutput = exports.getNatRuleList = exports.getNatRuleOutput = exports.getNatRule = exports.getMotdBannerSettingListOutput = exports.getMotdBannerSettingList = exports.getMotdBannerSettingOutput = exports.getMotdBannerSetting = exports.getManagementInterfaceListOutput = exports.getManagementInterfaceList = exports.getManagementInterfaceOutput = exports.getManagementInterface = exports.getLoopbackInterfaceListOutput = exports.getLoopbackInterfaceList = exports.getLoopbackInterfaceOutput = exports.getLoopbackInterface = exports.getLogicalRouterListOutput = exports.getLogicalRouterList = exports.getLogicalRouterOutput = exports.getLogicalRouter = void 0;
26
+ exports.getSdwanTrafficDistributionProfileListOutput = exports.getSdwanTrafficDistributionProfileList = exports.getSdwanTrafficDistributionProfileOutput = exports.getSdwanTrafficDistributionProfile = exports.getSdwanSaasQualityProfileListOutput = exports.getSdwanSaasQualityProfileList = exports.getSdwanSaasQualityProfileOutput = exports.getSdwanSaasQualityProfile = exports.getSdwanRuleListOutput = exports.getSdwanRuleList = exports.getSdwanRuleOutput = exports.getSdwanRule = exports.getSdwanPathQualityProfileListOutput = exports.getSdwanPathQualityProfileList = exports.getSdwanPathQualityProfileOutput = exports.getSdwanPathQualityProfile = exports.getSdwanErrorCorrectionProfileListOutput = exports.getSdwanErrorCorrectionProfileList = exports.getSdwanErrorCorrectionProfileOutput = exports.getSdwanErrorCorrectionProfile = exports.getScheduleListOutput = exports.getScheduleList = exports.getScheduleOutput = exports.getSchedule = exports.getScepProfileListOutput = exports.getScepProfileList = exports.getScepProfileOutput = exports.getScepProfile = exports.getSamlServerProfileListOutput = exports.getSamlServerProfileList = exports.getSamlServerProfileOutput = exports.getSamlServerProfile = exports.getRoutePrefixListListOutput = exports.getRoutePrefixListList = exports.getRoutePrefixListOutput = exports.getRoutePrefixList = exports.getRoutePathAccessListListOutput = exports.getRoutePathAccessListList = exports.getRoutePathAccessListOutput = exports.getRoutePathAccessList = exports.getRouteCommunityListListOutput = exports.getRouteCommunityListList = exports.getRouteCommunityListOutput = exports.getRouteCommunityList = exports.getRouteAccessListListOutput = exports.getRouteAccessListList = exports.getRouteAccessListOutput = exports.getRouteAccessList = exports.getRemoteNetworkListOutput = exports.getRemoteNetworkList = void 0;
27
+ exports.getSystemMatchListOutput = exports.getSystemMatchList = exports.getSyslogServerProfileListOutput = exports.getSyslogServerProfileList = exports.getSyslogServerProfileOutput = exports.getSyslogServerProfile = exports.getSnippetListOutput = exports.getSnippetList = exports.getSnippetOutput = exports.getSnippet = exports.getSiteListOutput = exports.getSiteList = exports.getSiteOutput = exports.getSite = exports.getSessionTimeoutListOutput = exports.getSessionTimeoutList = exports.getSessionTimeoutOutput = exports.getSessionTimeout = exports.getSessionSettingListOutput = exports.getSessionSettingList = exports.getSessionSettingOutput = exports.getSessionSetting = exports.getServiceSettingListOutput = exports.getServiceSettingList = exports.getServiceSettingOutput = exports.getServiceSetting = exports.getServiceRouteListOutput = exports.getServiceRouteList = exports.getServiceRouteOutput = exports.getServiceRoute = 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 = void 0;
28
+ exports.getVlanInterfaceListOutput = exports.getVlanInterfaceList = exports.getVlanInterfaceOutput = exports.getVlanInterface = exports.getVariableListOutput = exports.getVariableList = exports.getVariableOutput = exports.getVariable = exports.getUseridMatchListListOutput = exports.getUseridMatchListList = exports.getUseridMatchListOutput = exports.getUseridMatchList = exports.getUrlCategoryListOutput = exports.getUrlCategoryList = exports.getUrlCategoryOutput = exports.getUrlCategory = exports.getUrlAccessProfileListOutput = exports.getUrlAccessProfileList = exports.getUrlAccessProfileOutput = exports.getUrlAccessProfile = exports.getUpdateScheduleListOutput = exports.getUpdateScheduleList = exports.getUpdateScheduleOutput = exports.getUpdateSchedule = exports.getTunnelInterfaceListOutput = exports.getTunnelInterfaceList = exports.getTunnelInterfaceOutput = exports.getTunnelInterface = exports.getTrafficSteeringRuleListOutput = exports.getTrafficSteeringRuleList = exports.getTrafficSteeringRuleOutput = exports.getTrafficSteeringRule = exports.getTlsServiceProfileListOutput = exports.getTlsServiceProfileList = exports.getTlsServiceProfileOutput = exports.getTlsServiceProfile = exports.getTcpSettingListOutput = exports.getTcpSettingList = exports.getTcpSettingOutput = exports.getTcpSetting = exports.getTagListOutput = exports.getTagList = exports.getTagOutput = exports.getTag = exports.getTacacsServerProfileListOutput = exports.getTacacsServerProfileList = exports.getTacacsServerProfileOutput = exports.getTacacsServerProfile = exports.getSystemMatchListListOutput = exports.getSystemMatchListList = void 0;
29
+ exports.ManagementInterface = exports.LoopbackInterface = exports.LogicalRouter = exports.LogForwardingProfile = exports.LocalUserGroup = exports.LocalUser = exports.LldpProfile = exports.LinkTag = exports.LdapServerProfile = exports.Layer3Subinterface = exports.Layer2Subinterface = exports.Label = exports.KerberosServerProfile = exports.IptagMatchList = exports.IpsecTunnel = exports.IpsecCryptoProfile = exports.InternalDnsServer = exports.InterfaceManagementProfile = exports.IkeGateway = exports.IkeCryptoProfile = exports.HttpServerProfile = exports.HttpHeaderProfile = exports.HipmatchMatchList = exports.HipProfile = exports.HipObject = exports.GlobalprotectMatchList = exports.getZoneProtectionProfileListOutput = exports.getZoneProtectionProfileList = exports.getZoneProtectionProfileOutput = exports.getZoneProtectionProfile = exports.getZoneListOutput = exports.getZoneList = exports.getZoneOutput = exports.getZone = exports.getWildfireAntiVirusProfileListOutput = exports.getWildfireAntiVirusProfileList = exports.getWildfireAntiVirusProfileOutput = exports.getWildfireAntiVirusProfile = exports.getVulnerabilityProtectionSignatureListOutput = exports.getVulnerabilityProtectionSignatureList = exports.getVulnerabilityProtectionSignatureOutput = exports.getVulnerabilityProtectionSignature = exports.getVulnerabilityProtectionProfileListOutput = exports.getVulnerabilityProtectionProfileList = exports.getVulnerabilityProtectionProfileOutput = exports.getVulnerabilityProtectionProfile = exports.getVpnSettingListOutput = exports.getVpnSettingList = exports.getVpnSettingOutput = exports.getVpnSetting = void 0;
30
+ exports.VulnerabilityProtectionProfile = exports.VpnSetting = exports.VlanInterface = exports.Variable = exports.UseridMatchList = exports.UrlCategory = exports.UrlAccessProfile = exports.UpdateSchedule = exports.TunnelInterface = exports.TrafficSteeringRule = exports.TlsServiceProfile = exports.TcpSetting = exports.Tag = exports.TacacsServerProfile = exports.SystemMatchList = exports.SyslogServerProfile = exports.Snippet = exports.Site = exports.SessionTimeout = exports.SessionSetting = exports.ServiceSetting = exports.ServiceRoute = exports.ServiceGroup = exports.ServiceConnectionGroup = exports.ServiceConnection = exports.Service = exports.SecurityRule = exports.SdwanTrafficDistributionProfile = exports.SdwanSaasQualityProfile = exports.SdwanRule = exports.SdwanPathQualityProfile = exports.SdwanErrorCorrectionProfile = exports.Schedule = exports.ScepProfile = exports.SamlServerProfile = exports.RoutePrefixList = exports.RoutePathAccessList = exports.RouteCommunityList = exports.RouteAccessList = exports.RemoteNetwork = exports.Region = exports.RadiusServerProfile = exports.QosProfile = exports.QosPolicyRule = exports.ProfileGroup = exports.PbfRule = exports.OspfAuthProfile = exports.NatRule = exports.MotdBannerSetting = exports.MfaServer = void 0;
31
+ exports.types = exports.config = exports.ZoneProtectionProfile = exports.Zone = exports.WildfireAntiVirusProfile = exports.VulnerabilityProtectionSignature = void 0;
31
32
  const pulumi = require("@pulumi/pulumi");
32
33
  const utilities = require("./utilities");
33
34
  exports.Address = null;
@@ -80,8 +81,14 @@ exports.BgpRouting = null;
80
81
  utilities.lazyLoad(exports, ["BgpRouting"], () => require("./bgpRouting"));
81
82
  exports.CertificateProfile = null;
82
83
  utilities.lazyLoad(exports, ["CertificateProfile"], () => require("./certificateProfile"));
84
+ exports.ConfigMatchList = null;
85
+ utilities.lazyLoad(exports, ["ConfigMatchList"], () => require("./configMatchList"));
83
86
  exports.ContentIdSetting = null;
84
87
  utilities.lazyLoad(exports, ["ContentIdSetting"], () => require("./contentIdSetting"));
88
+ exports.DataFilteringProfile = null;
89
+ utilities.lazyLoad(exports, ["DataFilteringProfile"], () => require("./dataFilteringProfile"));
90
+ exports.DataObject = null;
91
+ utilities.lazyLoad(exports, ["DataObject"], () => require("./dataObject"));
85
92
  exports.DecryptionExclusion = null;
86
93
  utilities.lazyLoad(exports, ["DecryptionExclusion"], () => require("./decryptionExclusion"));
87
94
  exports.DecryptionProfile = null;
@@ -250,12 +257,30 @@ utilities.lazyLoad(exports, ["getCertificateProfile", "getCertificateProfileOutp
250
257
  exports.getCertificateProfileList = null;
251
258
  exports.getCertificateProfileListOutput = null;
252
259
  utilities.lazyLoad(exports, ["getCertificateProfileList", "getCertificateProfileListOutput"], () => require("./getCertificateProfileList"));
260
+ exports.getConfigMatchList = null;
261
+ exports.getConfigMatchListOutput = null;
262
+ utilities.lazyLoad(exports, ["getConfigMatchList", "getConfigMatchListOutput"], () => require("./getConfigMatchList"));
263
+ exports.getConfigMatchListList = null;
264
+ exports.getConfigMatchListListOutput = null;
265
+ utilities.lazyLoad(exports, ["getConfigMatchListList", "getConfigMatchListListOutput"], () => require("./getConfigMatchListList"));
253
266
  exports.getContentIdSetting = null;
254
267
  exports.getContentIdSettingOutput = null;
255
268
  utilities.lazyLoad(exports, ["getContentIdSetting", "getContentIdSettingOutput"], () => require("./getContentIdSetting"));
256
269
  exports.getContentIdSettingList = null;
257
270
  exports.getContentIdSettingListOutput = null;
258
271
  utilities.lazyLoad(exports, ["getContentIdSettingList", "getContentIdSettingListOutput"], () => require("./getContentIdSettingList"));
272
+ exports.getDataFilteringProfile = null;
273
+ exports.getDataFilteringProfileOutput = null;
274
+ utilities.lazyLoad(exports, ["getDataFilteringProfile", "getDataFilteringProfileOutput"], () => require("./getDataFilteringProfile"));
275
+ exports.getDataFilteringProfileList = null;
276
+ exports.getDataFilteringProfileListOutput = null;
277
+ utilities.lazyLoad(exports, ["getDataFilteringProfileList", "getDataFilteringProfileListOutput"], () => require("./getDataFilteringProfileList"));
278
+ exports.getDataObject = null;
279
+ exports.getDataObjectOutput = null;
280
+ utilities.lazyLoad(exports, ["getDataObject", "getDataObjectOutput"], () => require("./getDataObject"));
281
+ exports.getDataObjectList = null;
282
+ exports.getDataObjectListOutput = null;
283
+ utilities.lazyLoad(exports, ["getDataObjectList", "getDataObjectListOutput"], () => require("./getDataObjectList"));
259
284
  exports.getDecryptionExclusion = null;
260
285
  exports.getDecryptionExclusionOutput = null;
261
286
  utilities.lazyLoad(exports, ["getDecryptionExclusion", "getDecryptionExclusionOutput"], () => require("./getDecryptionExclusion"));
@@ -346,6 +371,12 @@ utilities.lazyLoad(exports, ["getGeneralSetting", "getGeneralSettingOutput"], ()
346
371
  exports.getGeneralSettingList = null;
347
372
  exports.getGeneralSettingListOutput = null;
348
373
  utilities.lazyLoad(exports, ["getGeneralSettingList", "getGeneralSettingListOutput"], () => require("./getGeneralSettingList"));
374
+ exports.getGlobalprotectMatchList = null;
375
+ exports.getGlobalprotectMatchListOutput = null;
376
+ utilities.lazyLoad(exports, ["getGlobalprotectMatchList", "getGlobalprotectMatchListOutput"], () => require("./getGlobalprotectMatchList"));
377
+ exports.getGlobalprotectMatchListList = null;
378
+ exports.getGlobalprotectMatchListListOutput = null;
379
+ utilities.lazyLoad(exports, ["getGlobalprotectMatchListList", "getGlobalprotectMatchListListOutput"], () => require("./getGlobalprotectMatchListList"));
349
380
  exports.getHipObject = null;
350
381
  exports.getHipObjectOutput = null;
351
382
  utilities.lazyLoad(exports, ["getHipObject", "getHipObjectOutput"], () => require("./getHipObject"));
@@ -358,6 +389,12 @@ utilities.lazyLoad(exports, ["getHipProfile", "getHipProfileOutput"], () => requ
358
389
  exports.getHipProfileList = null;
359
390
  exports.getHipProfileListOutput = null;
360
391
  utilities.lazyLoad(exports, ["getHipProfileList", "getHipProfileListOutput"], () => require("./getHipProfileList"));
392
+ exports.getHipmatchMatchList = null;
393
+ exports.getHipmatchMatchListOutput = null;
394
+ utilities.lazyLoad(exports, ["getHipmatchMatchList", "getHipmatchMatchListOutput"], () => require("./getHipmatchMatchList"));
395
+ exports.getHipmatchMatchListList = null;
396
+ exports.getHipmatchMatchListListOutput = null;
397
+ utilities.lazyLoad(exports, ["getHipmatchMatchListList", "getHipmatchMatchListListOutput"], () => require("./getHipmatchMatchListList"));
361
398
  exports.getHttpHeaderProfile = null;
362
399
  exports.getHttpHeaderProfileOutput = null;
363
400
  utilities.lazyLoad(exports, ["getHttpHeaderProfile", "getHttpHeaderProfileOutput"], () => require("./getHttpHeaderProfile"));
@@ -400,6 +437,12 @@ utilities.lazyLoad(exports, ["getIpsecTunnel", "getIpsecTunnelOutput"], () => re
400
437
  exports.getIpsecTunnelList = null;
401
438
  exports.getIpsecTunnelListOutput = null;
402
439
  utilities.lazyLoad(exports, ["getIpsecTunnelList", "getIpsecTunnelListOutput"], () => require("./getIpsecTunnelList"));
440
+ exports.getIptagMatchList = null;
441
+ exports.getIptagMatchListOutput = null;
442
+ utilities.lazyLoad(exports, ["getIptagMatchList", "getIptagMatchListOutput"], () => require("./getIptagMatchList"));
443
+ exports.getIptagMatchListList = null;
444
+ exports.getIptagMatchListListOutput = null;
445
+ utilities.lazyLoad(exports, ["getIptagMatchListList", "getIptagMatchListListOutput"], () => require("./getIptagMatchListList"));
403
446
  exports.getKerberosServerProfile = null;
404
447
  exports.getKerberosServerProfileOutput = null;
405
448
  utilities.lazyLoad(exports, ["getKerberosServerProfile", "getKerberosServerProfileOutput"], () => require("./getKerberosServerProfile"));
@@ -682,6 +725,12 @@ utilities.lazyLoad(exports, ["getSyslogServerProfile", "getSyslogServerProfileOu
682
725
  exports.getSyslogServerProfileList = null;
683
726
  exports.getSyslogServerProfileListOutput = null;
684
727
  utilities.lazyLoad(exports, ["getSyslogServerProfileList", "getSyslogServerProfileListOutput"], () => require("./getSyslogServerProfileList"));
728
+ exports.getSystemMatchList = null;
729
+ exports.getSystemMatchListOutput = null;
730
+ utilities.lazyLoad(exports, ["getSystemMatchList", "getSystemMatchListOutput"], () => require("./getSystemMatchList"));
731
+ exports.getSystemMatchListList = null;
732
+ exports.getSystemMatchListListOutput = null;
733
+ utilities.lazyLoad(exports, ["getSystemMatchListList", "getSystemMatchListListOutput"], () => require("./getSystemMatchListList"));
685
734
  exports.getTacacsServerProfile = null;
686
735
  exports.getTacacsServerProfileOutput = null;
687
736
  utilities.lazyLoad(exports, ["getTacacsServerProfile", "getTacacsServerProfileOutput"], () => require("./getTacacsServerProfile"));
@@ -736,6 +785,12 @@ utilities.lazyLoad(exports, ["getUrlCategory", "getUrlCategoryOutput"], () => re
736
785
  exports.getUrlCategoryList = null;
737
786
  exports.getUrlCategoryListOutput = null;
738
787
  utilities.lazyLoad(exports, ["getUrlCategoryList", "getUrlCategoryListOutput"], () => require("./getUrlCategoryList"));
788
+ exports.getUseridMatchList = null;
789
+ exports.getUseridMatchListOutput = null;
790
+ utilities.lazyLoad(exports, ["getUseridMatchList", "getUseridMatchListOutput"], () => require("./getUseridMatchList"));
791
+ exports.getUseridMatchListList = null;
792
+ exports.getUseridMatchListListOutput = null;
793
+ utilities.lazyLoad(exports, ["getUseridMatchListList", "getUseridMatchListListOutput"], () => require("./getUseridMatchListList"));
739
794
  exports.getVariable = null;
740
795
  exports.getVariableOutput = null;
741
796
  utilities.lazyLoad(exports, ["getVariable", "getVariableOutput"], () => require("./getVariable"));
@@ -784,10 +839,14 @@ utilities.lazyLoad(exports, ["getZoneProtectionProfile", "getZoneProtectionProfi
784
839
  exports.getZoneProtectionProfileList = null;
785
840
  exports.getZoneProtectionProfileListOutput = null;
786
841
  utilities.lazyLoad(exports, ["getZoneProtectionProfileList", "getZoneProtectionProfileListOutput"], () => require("./getZoneProtectionProfileList"));
842
+ exports.GlobalprotectMatchList = null;
843
+ utilities.lazyLoad(exports, ["GlobalprotectMatchList"], () => require("./globalprotectMatchList"));
787
844
  exports.HipObject = null;
788
845
  utilities.lazyLoad(exports, ["HipObject"], () => require("./hipObject"));
789
846
  exports.HipProfile = null;
790
847
  utilities.lazyLoad(exports, ["HipProfile"], () => require("./hipProfile"));
848
+ exports.HipmatchMatchList = null;
849
+ utilities.lazyLoad(exports, ["HipmatchMatchList"], () => require("./hipmatchMatchList"));
791
850
  exports.HttpHeaderProfile = null;
792
851
  utilities.lazyLoad(exports, ["HttpHeaderProfile"], () => require("./httpHeaderProfile"));
793
852
  exports.HttpServerProfile = null;
@@ -804,6 +863,8 @@ exports.IpsecCryptoProfile = null;
804
863
  utilities.lazyLoad(exports, ["IpsecCryptoProfile"], () => require("./ipsecCryptoProfile"));
805
864
  exports.IpsecTunnel = null;
806
865
  utilities.lazyLoad(exports, ["IpsecTunnel"], () => require("./ipsecTunnel"));
866
+ exports.IptagMatchList = null;
867
+ utilities.lazyLoad(exports, ["IptagMatchList"], () => require("./iptagMatchList"));
807
868
  exports.KerberosServerProfile = null;
808
869
  utilities.lazyLoad(exports, ["KerberosServerProfile"], () => require("./kerberosServerProfile"));
809
870
  exports.Label = null;
@@ -902,6 +963,8 @@ exports.Snippet = null;
902
963
  utilities.lazyLoad(exports, ["Snippet"], () => require("./snippet"));
903
964
  exports.SyslogServerProfile = null;
904
965
  utilities.lazyLoad(exports, ["SyslogServerProfile"], () => require("./syslogServerProfile"));
966
+ exports.SystemMatchList = null;
967
+ utilities.lazyLoad(exports, ["SystemMatchList"], () => require("./systemMatchList"));
905
968
  exports.TacacsServerProfile = null;
906
969
  utilities.lazyLoad(exports, ["TacacsServerProfile"], () => require("./tacacsServerProfile"));
907
970
  exports.Tag = null;
@@ -920,6 +983,8 @@ exports.UrlAccessProfile = null;
920
983
  utilities.lazyLoad(exports, ["UrlAccessProfile"], () => require("./urlAccessProfile"));
921
984
  exports.UrlCategory = null;
922
985
  utilities.lazyLoad(exports, ["UrlCategory"], () => require("./urlCategory"));
986
+ exports.UseridMatchList = null;
987
+ utilities.lazyLoad(exports, ["UseridMatchList"], () => require("./useridMatchList"));
923
988
  exports.Variable = null;
924
989
  utilities.lazyLoad(exports, ["Variable"], () => require("./variable"));
925
990
  exports.VlanInterface = null;
@@ -995,8 +1060,14 @@ const _module = {
995
1060
  return new exports.BgpRouting(name, undefined, { urn });
996
1061
  case "scm:index/certificateProfile:CertificateProfile":
997
1062
  return new exports.CertificateProfile(name, undefined, { urn });
1063
+ case "scm:index/configMatchList:ConfigMatchList":
1064
+ return new exports.ConfigMatchList(name, undefined, { urn });
998
1065
  case "scm:index/contentIdSetting:ContentIdSetting":
999
1066
  return new exports.ContentIdSetting(name, undefined, { urn });
1067
+ case "scm:index/dataFilteringProfile:DataFilteringProfile":
1068
+ return new exports.DataFilteringProfile(name, undefined, { urn });
1069
+ case "scm:index/dataObject:DataObject":
1070
+ return new exports.DataObject(name, undefined, { urn });
1000
1071
  case "scm:index/decryptionExclusion:DecryptionExclusion":
1001
1072
  return new exports.DecryptionExclusion(name, undefined, { urn });
1002
1073
  case "scm:index/decryptionProfile:DecryptionProfile":
@@ -1027,10 +1098,14 @@ const _module = {
1027
1098
  return new exports.Folder(name, undefined, { urn });
1028
1099
  case "scm:index/generalSetting:GeneralSetting":
1029
1100
  return new exports.GeneralSetting(name, undefined, { urn });
1101
+ case "scm:index/globalprotectMatchList:GlobalprotectMatchList":
1102
+ return new exports.GlobalprotectMatchList(name, undefined, { urn });
1030
1103
  case "scm:index/hipObject:HipObject":
1031
1104
  return new exports.HipObject(name, undefined, { urn });
1032
1105
  case "scm:index/hipProfile:HipProfile":
1033
1106
  return new exports.HipProfile(name, undefined, { urn });
1107
+ case "scm:index/hipmatchMatchList:HipmatchMatchList":
1108
+ return new exports.HipmatchMatchList(name, undefined, { urn });
1034
1109
  case "scm:index/httpHeaderProfile:HttpHeaderProfile":
1035
1110
  return new exports.HttpHeaderProfile(name, undefined, { urn });
1036
1111
  case "scm:index/httpServerProfile:HttpServerProfile":
@@ -1047,6 +1122,8 @@ const _module = {
1047
1122
  return new exports.IpsecCryptoProfile(name, undefined, { urn });
1048
1123
  case "scm:index/ipsecTunnel:IpsecTunnel":
1049
1124
  return new exports.IpsecTunnel(name, undefined, { urn });
1125
+ case "scm:index/iptagMatchList:IptagMatchList":
1126
+ return new exports.IptagMatchList(name, undefined, { urn });
1050
1127
  case "scm:index/kerberosServerProfile:KerberosServerProfile":
1051
1128
  return new exports.KerberosServerProfile(name, undefined, { urn });
1052
1129
  case "scm:index/label:Label":
@@ -1143,6 +1220,8 @@ const _module = {
1143
1220
  return new exports.Snippet(name, undefined, { urn });
1144
1221
  case "scm:index/syslogServerProfile:SyslogServerProfile":
1145
1222
  return new exports.SyslogServerProfile(name, undefined, { urn });
1223
+ case "scm:index/systemMatchList:SystemMatchList":
1224
+ return new exports.SystemMatchList(name, undefined, { urn });
1146
1225
  case "scm:index/tacacsServerProfile:TacacsServerProfile":
1147
1226
  return new exports.TacacsServerProfile(name, undefined, { urn });
1148
1227
  case "scm:index/tag:Tag":
@@ -1161,6 +1240,8 @@ const _module = {
1161
1240
  return new exports.UrlAccessProfile(name, undefined, { urn });
1162
1241
  case "scm:index/urlCategory:UrlCategory":
1163
1242
  return new exports.UrlCategory(name, undefined, { urn });
1243
+ case "scm:index/useridMatchList:UseridMatchList":
1244
+ return new exports.UseridMatchList(name, undefined, { urn });
1164
1245
  case "scm:index/variable:Variable":
1165
1246
  return new exports.Variable(name, undefined, { urn });
1166
1247
  case "scm:index/vlanInterface:VlanInterface":
@@ -1207,7 +1288,10 @@ pulumi.runtime.registerResourceModule("scm", "index/bgpRouteMap", _module);
1207
1288
  pulumi.runtime.registerResourceModule("scm", "index/bgpRouteMapRedistribution", _module);
1208
1289
  pulumi.runtime.registerResourceModule("scm", "index/bgpRouting", _module);
1209
1290
  pulumi.runtime.registerResourceModule("scm", "index/certificateProfile", _module);
1291
+ pulumi.runtime.registerResourceModule("scm", "index/configMatchList", _module);
1210
1292
  pulumi.runtime.registerResourceModule("scm", "index/contentIdSetting", _module);
1293
+ pulumi.runtime.registerResourceModule("scm", "index/dataFilteringProfile", _module);
1294
+ pulumi.runtime.registerResourceModule("scm", "index/dataObject", _module);
1211
1295
  pulumi.runtime.registerResourceModule("scm", "index/decryptionExclusion", _module);
1212
1296
  pulumi.runtime.registerResourceModule("scm", "index/decryptionProfile", _module);
1213
1297
  pulumi.runtime.registerResourceModule("scm", "index/decryptionRule", _module);
@@ -1223,8 +1307,10 @@ pulumi.runtime.registerResourceModule("scm", "index/externalDynamicList", _modul
1223
1307
  pulumi.runtime.registerResourceModule("scm", "index/fileBlockingProfile", _module);
1224
1308
  pulumi.runtime.registerResourceModule("scm", "index/folder", _module);
1225
1309
  pulumi.runtime.registerResourceModule("scm", "index/generalSetting", _module);
1310
+ pulumi.runtime.registerResourceModule("scm", "index/globalprotectMatchList", _module);
1226
1311
  pulumi.runtime.registerResourceModule("scm", "index/hipObject", _module);
1227
1312
  pulumi.runtime.registerResourceModule("scm", "index/hipProfile", _module);
1313
+ pulumi.runtime.registerResourceModule("scm", "index/hipmatchMatchList", _module);
1228
1314
  pulumi.runtime.registerResourceModule("scm", "index/httpHeaderProfile", _module);
1229
1315
  pulumi.runtime.registerResourceModule("scm", "index/httpServerProfile", _module);
1230
1316
  pulumi.runtime.registerResourceModule("scm", "index/ikeCryptoProfile", _module);
@@ -1233,6 +1319,7 @@ pulumi.runtime.registerResourceModule("scm", "index/interfaceManagementProfile",
1233
1319
  pulumi.runtime.registerResourceModule("scm", "index/internalDnsServer", _module);
1234
1320
  pulumi.runtime.registerResourceModule("scm", "index/ipsecCryptoProfile", _module);
1235
1321
  pulumi.runtime.registerResourceModule("scm", "index/ipsecTunnel", _module);
1322
+ pulumi.runtime.registerResourceModule("scm", "index/iptagMatchList", _module);
1236
1323
  pulumi.runtime.registerResourceModule("scm", "index/kerberosServerProfile", _module);
1237
1324
  pulumi.runtime.registerResourceModule("scm", "index/label", _module);
1238
1325
  pulumi.runtime.registerResourceModule("scm", "index/layer2Subinterface", _module);
@@ -1281,6 +1368,7 @@ pulumi.runtime.registerResourceModule("scm", "index/sessionTimeout", _module);
1281
1368
  pulumi.runtime.registerResourceModule("scm", "index/site", _module);
1282
1369
  pulumi.runtime.registerResourceModule("scm", "index/snippet", _module);
1283
1370
  pulumi.runtime.registerResourceModule("scm", "index/syslogServerProfile", _module);
1371
+ pulumi.runtime.registerResourceModule("scm", "index/systemMatchList", _module);
1284
1372
  pulumi.runtime.registerResourceModule("scm", "index/tacacsServerProfile", _module);
1285
1373
  pulumi.runtime.registerResourceModule("scm", "index/tag", _module);
1286
1374
  pulumi.runtime.registerResourceModule("scm", "index/tcpSetting", _module);
@@ -1290,6 +1378,7 @@ pulumi.runtime.registerResourceModule("scm", "index/tunnelInterface", _module);
1290
1378
  pulumi.runtime.registerResourceModule("scm", "index/updateSchedule", _module);
1291
1379
  pulumi.runtime.registerResourceModule("scm", "index/urlAccessProfile", _module);
1292
1380
  pulumi.runtime.registerResourceModule("scm", "index/urlCategory", _module);
1381
+ pulumi.runtime.registerResourceModule("scm", "index/useridMatchList", _module);
1293
1382
  pulumi.runtime.registerResourceModule("scm", "index/variable", _module);
1294
1383
  pulumi.runtime.registerResourceModule("scm", "index/vlanInterface", _module);
1295
1384
  pulumi.runtime.registerResourceModule("scm", "index/vpnSetting", _module);