@pulumi/scm 0.1.0-alpha.1716293739

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (585) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +49 -0
  3. package/addressGroup.d.ts +158 -0
  4. package/addressGroup.js +87 -0
  5. package/addressGroup.js.map +1 -0
  6. package/addressObject.d.ts +183 -0
  7. package/addressObject.js +88 -0
  8. package/addressObject.js.map +1 -0
  9. package/antiSpywareProfile.d.ts +184 -0
  10. package/antiSpywareProfile.js +83 -0
  11. package/antiSpywareProfile.js.map +1 -0
  12. package/antiSpywareSignature.d.ts +220 -0
  13. package/antiSpywareSignature.js +95 -0
  14. package/antiSpywareSignature.js.map +1 -0
  15. package/appOverrideRule.d.ts +266 -0
  16. package/appOverrideRule.js +118 -0
  17. package/appOverrideRule.js.map +1 -0
  18. package/application.d.ts +424 -0
  19. package/application.js +135 -0
  20. package/application.js.map +1 -0
  21. package/applicationFilter.d.ts +316 -0
  22. package/applicationFilter.js +105 -0
  23. package/applicationFilter.js.map +1 -0
  24. package/applicationGroup.d.ts +110 -0
  25. package/applicationGroup.js +74 -0
  26. package/applicationGroup.js.map +1 -0
  27. package/authenticationPortal.d.ts +170 -0
  28. package/authenticationPortal.js +81 -0
  29. package/authenticationPortal.js.map +1 -0
  30. package/authenticationProfile.d.ts +184 -0
  31. package/authenticationProfile.js +83 -0
  32. package/authenticationProfile.js.map +1 -0
  33. package/authenticationRule.d.ts +350 -0
  34. package/authenticationRule.js +111 -0
  35. package/authenticationRule.js.map +1 -0
  36. package/authenticationSequence.d.ts +122 -0
  37. package/authenticationSequence.js +73 -0
  38. package/authenticationSequence.js.map +1 -0
  39. package/certificateProfile.d.ts +244 -0
  40. package/certificateProfile.js +96 -0
  41. package/certificateProfile.js.map +1 -0
  42. package/config/index.d.ts +1 -0
  43. package/config/index.js +21 -0
  44. package/config/index.js.map +1 -0
  45. package/config/vars.d.ts +27 -0
  46. package/config/vars.js +43 -0
  47. package/config/vars.js.map +1 -0
  48. package/decryptionExclusion.d.ts +110 -0
  49. package/decryptionExclusion.js +71 -0
  50. package/decryptionExclusion.js.map +1 -0
  51. package/decryptionProfile.d.ts +148 -0
  52. package/decryptionProfile.js +77 -0
  53. package/decryptionProfile.js.map +1 -0
  54. package/decryptionRule.d.ts +352 -0
  55. package/decryptionRule.js +135 -0
  56. package/decryptionRule.js.map +1 -0
  57. package/dnsSecurityProfile.d.ts +124 -0
  58. package/dnsSecurityProfile.js +73 -0
  59. package/dnsSecurityProfile.js.map +1 -0
  60. package/dynamicUserGroup.d.ts +134 -0
  61. package/dynamicUserGroup.js +78 -0
  62. package/dynamicUserGroup.js.map +1 -0
  63. package/externalDynamicList.d.ts +124 -0
  64. package/externalDynamicList.js +78 -0
  65. package/externalDynamicList.js.map +1 -0
  66. package/fileBlockingProfile.d.ts +124 -0
  67. package/fileBlockingProfile.js +73 -0
  68. package/fileBlockingProfile.js.map +1 -0
  69. package/getAddressGroup.d.ts +80 -0
  70. package/getAddressGroup.js +47 -0
  71. package/getAddressGroup.js.map +1 -0
  72. package/getAddressGroupList.d.ts +132 -0
  73. package/getAddressGroupList.js +53 -0
  74. package/getAddressGroupList.js.map +1 -0
  75. package/getAddressObject.d.ts +91 -0
  76. package/getAddressObject.js +47 -0
  77. package/getAddressObject.js.map +1 -0
  78. package/getAddressObjectList.d.ts +132 -0
  79. package/getAddressObjectList.js +53 -0
  80. package/getAddressObjectList.js.map +1 -0
  81. package/getAntiSpywareProfile.d.ts +92 -0
  82. package/getAntiSpywareProfile.js +47 -0
  83. package/getAntiSpywareProfile.js.map +1 -0
  84. package/getAntiSpywareProfileList.d.ts +132 -0
  85. package/getAntiSpywareProfileList.js +53 -0
  86. package/getAntiSpywareProfileList.js.map +1 -0
  87. package/getAntiSpywareSignature.d.ts +104 -0
  88. package/getAntiSpywareSignature.js +47 -0
  89. package/getAntiSpywareSignature.js.map +1 -0
  90. package/getAntiSpywareSignatureList.d.ts +132 -0
  91. package/getAntiSpywareSignatureList.js +53 -0
  92. package/getAntiSpywareSignatureList.js.map +1 -0
  93. package/getAppOverrideRule.d.ts +115 -0
  94. package/getAppOverrideRule.js +47 -0
  95. package/getAppOverrideRule.js.map +1 -0
  96. package/getAppOverrideRuleList.d.ts +146 -0
  97. package/getAppOverrideRuleList.js +56 -0
  98. package/getAppOverrideRuleList.js.map +1 -0
  99. package/getApplication.d.ts +172 -0
  100. package/getApplication.js +47 -0
  101. package/getApplication.js.map +1 -0
  102. package/getApplicationFilter.d.ts +136 -0
  103. package/getApplicationFilter.js +47 -0
  104. package/getApplicationFilter.js.map +1 -0
  105. package/getApplicationFilterList.d.ts +132 -0
  106. package/getApplicationFilterList.js +53 -0
  107. package/getApplicationFilterList.js.map +1 -0
  108. package/getApplicationGroup.d.ts +67 -0
  109. package/getApplicationGroup.js +47 -0
  110. package/getApplicationGroup.js.map +1 -0
  111. package/getApplicationGroupList.d.ts +132 -0
  112. package/getApplicationGroupList.js +53 -0
  113. package/getApplicationGroupList.js.map +1 -0
  114. package/getApplicationList.d.ts +132 -0
  115. package/getApplicationList.js +53 -0
  116. package/getApplicationList.js.map +1 -0
  117. package/getAuthenticationPortal.d.ts +87 -0
  118. package/getAuthenticationPortal.js +47 -0
  119. package/getAuthenticationPortal.js.map +1 -0
  120. package/getAuthenticationPortalList.d.ts +132 -0
  121. package/getAuthenticationPortalList.js +53 -0
  122. package/getAuthenticationPortalList.js.map +1 -0
  123. package/getAuthenticationProfile.d.ts +92 -0
  124. package/getAuthenticationProfile.js +47 -0
  125. package/getAuthenticationProfile.js.map +1 -0
  126. package/getAuthenticationProfileList.d.ts +132 -0
  127. package/getAuthenticationProfileList.js +53 -0
  128. package/getAuthenticationProfileList.js.map +1 -0
  129. package/getAuthenticationRule.d.ts +143 -0
  130. package/getAuthenticationRule.js +47 -0
  131. package/getAuthenticationRule.js.map +1 -0
  132. package/getAuthenticationRuleList.d.ts +146 -0
  133. package/getAuthenticationRuleList.js +56 -0
  134. package/getAuthenticationRuleList.js.map +1 -0
  135. package/getAuthenticationSequence.d.ts +71 -0
  136. package/getAuthenticationSequence.js +47 -0
  137. package/getAuthenticationSequence.js.map +1 -0
  138. package/getAuthenticationSequenceList.d.ts +132 -0
  139. package/getAuthenticationSequenceList.js +53 -0
  140. package/getAuthenticationSequenceList.js.map +1 -0
  141. package/getAutoTagActionsList.d.ts +92 -0
  142. package/getAutoTagActionsList.js +46 -0
  143. package/getAutoTagActionsList.js.map +1 -0
  144. package/getCertificateProfile.d.ts +112 -0
  145. package/getCertificateProfile.js +47 -0
  146. package/getCertificateProfile.js.map +1 -0
  147. package/getCertificateProfileList.d.ts +132 -0
  148. package/getCertificateProfileList.js +53 -0
  149. package/getCertificateProfileList.js.map +1 -0
  150. package/getDecryptionExclusion.d.ts +67 -0
  151. package/getDecryptionExclusion.js +47 -0
  152. package/getDecryptionExclusion.js.map +1 -0
  153. package/getDecryptionProfile.d.ts +80 -0
  154. package/getDecryptionProfile.js +47 -0
  155. package/getDecryptionProfile.js.map +1 -0
  156. package/getDecryptionProfileList.d.ts +132 -0
  157. package/getDecryptionProfileList.js +53 -0
  158. package/getDecryptionProfileList.js.map +1 -0
  159. package/getDecryptionRule.d.ts +144 -0
  160. package/getDecryptionRule.js +47 -0
  161. package/getDecryptionRule.js.map +1 -0
  162. package/getDecryptionRuleList.d.ts +146 -0
  163. package/getDecryptionRuleList.js +56 -0
  164. package/getDecryptionRuleList.js.map +1 -0
  165. package/getDevice.d.ts +200 -0
  166. package/getDevice.js +47 -0
  167. package/getDevice.js.map +1 -0
  168. package/getDeviceList.d.ts +92 -0
  169. package/getDeviceList.js +46 -0
  170. package/getDeviceList.js.map +1 -0
  171. package/getDnsSecurityProfile.d.ts +72 -0
  172. package/getDnsSecurityProfile.js +47 -0
  173. package/getDnsSecurityProfile.js.map +1 -0
  174. package/getDnsSecurityProfileList.d.ts +132 -0
  175. package/getDnsSecurityProfileList.js +53 -0
  176. package/getDnsSecurityProfileList.js.map +1 -0
  177. package/getDynamicUserGroup.d.ts +75 -0
  178. package/getDynamicUserGroup.js +47 -0
  179. package/getDynamicUserGroup.js.map +1 -0
  180. package/getDynamicUserGroupList.d.ts +132 -0
  181. package/getDynamicUserGroupList.js +53 -0
  182. package/getDynamicUserGroupList.js.map +1 -0
  183. package/getExternalDynamicList.d.ts +68 -0
  184. package/getExternalDynamicList.js +47 -0
  185. package/getExternalDynamicList.js.map +1 -0
  186. package/getExternalDynamicListList.d.ts +132 -0
  187. package/getExternalDynamicListList.js +53 -0
  188. package/getExternalDynamicListList.js.map +1 -0
  189. package/getFileBlockingProfile.d.ts +72 -0
  190. package/getFileBlockingProfile.js +47 -0
  191. package/getFileBlockingProfile.js.map +1 -0
  192. package/getFileBlockingProfileList.d.ts +132 -0
  193. package/getFileBlockingProfileList.js +53 -0
  194. package/getFileBlockingProfileList.js.map +1 -0
  195. package/getHipObject.d.ts +112 -0
  196. package/getHipObject.js +47 -0
  197. package/getHipObject.js.map +1 -0
  198. package/getHipObjectList.d.ts +132 -0
  199. package/getHipObjectList.js +53 -0
  200. package/getHipObjectList.js.map +1 -0
  201. package/getHipProfile.d.ts +71 -0
  202. package/getHipProfile.js +47 -0
  203. package/getHipProfile.js.map +1 -0
  204. package/getHipProfileList.d.ts +132 -0
  205. package/getHipProfileList.js +53 -0
  206. package/getHipProfileList.js.map +1 -0
  207. package/getHttpHeaderProfile.d.ts +72 -0
  208. package/getHttpHeaderProfile.js +47 -0
  209. package/getHttpHeaderProfile.js.map +1 -0
  210. package/getHttpHeaderProfileList.d.ts +132 -0
  211. package/getHttpHeaderProfileList.js +53 -0
  212. package/getHttpHeaderProfileList.js.map +1 -0
  213. package/getIkeCryptoProfile.d.ts +120 -0
  214. package/getIkeCryptoProfile.js +50 -0
  215. package/getIkeCryptoProfile.js.map +1 -0
  216. package/getIkeCryptoProfileList.d.ts +132 -0
  217. package/getIkeCryptoProfileList.js +53 -0
  218. package/getIkeCryptoProfileList.js.map +1 -0
  219. package/getIkeGateway.d.ts +124 -0
  220. package/getIkeGateway.js +50 -0
  221. package/getIkeGateway.js.map +1 -0
  222. package/getIkeGatewayList.d.ts +132 -0
  223. package/getIkeGatewayList.js +53 -0
  224. package/getIkeGatewayList.js.map +1 -0
  225. package/getInternalDnsServer.d.ts +75 -0
  226. package/getInternalDnsServer.js +47 -0
  227. package/getInternalDnsServer.js.map +1 -0
  228. package/getInternalDnsServerList.d.ts +92 -0
  229. package/getInternalDnsServerList.js +46 -0
  230. package/getInternalDnsServerList.js.map +1 -0
  231. package/getIpsecCryptoProfile.d.ts +120 -0
  232. package/getIpsecCryptoProfile.js +50 -0
  233. package/getIpsecCryptoProfile.js.map +1 -0
  234. package/getIpsecCryptoProfileList.d.ts +132 -0
  235. package/getIpsecCryptoProfileList.js +53 -0
  236. package/getIpsecCryptoProfileList.js.map +1 -0
  237. package/getIpsecTunnel.d.ts +96 -0
  238. package/getIpsecTunnel.js +48 -0
  239. package/getIpsecTunnel.js.map +1 -0
  240. package/getIpsecTunnelList.d.ts +132 -0
  241. package/getIpsecTunnelList.js +53 -0
  242. package/getIpsecTunnelList.js.map +1 -0
  243. package/getJobs.d.ts +111 -0
  244. package/getJobs.js +43 -0
  245. package/getJobs.js.map +1 -0
  246. package/getJobsList.d.ts +36 -0
  247. package/getJobsList.js +23 -0
  248. package/getJobsList.js.map +1 -0
  249. package/getKerberosServerProfile.d.ts +64 -0
  250. package/getKerberosServerProfile.js +47 -0
  251. package/getKerberosServerProfile.js.map +1 -0
  252. package/getKerberosServerProfileList.d.ts +132 -0
  253. package/getKerberosServerProfileList.js +53 -0
  254. package/getKerberosServerProfileList.js.map +1 -0
  255. package/getLabelList.d.ts +92 -0
  256. package/getLabelList.js +46 -0
  257. package/getLabelList.js.map +1 -0
  258. package/getLabelsGetbyidResponse.d.ts +75 -0
  259. package/getLabelsGetbyidResponse.js +47 -0
  260. package/getLabelsGetbyidResponse.js.map +1 -0
  261. package/getLdapServerProfile.d.ts +100 -0
  262. package/getLdapServerProfile.js +47 -0
  263. package/getLdapServerProfile.js.map +1 -0
  264. package/getLdapServerProfileList.d.ts +132 -0
  265. package/getLdapServerProfileList.js +53 -0
  266. package/getLdapServerProfileList.js.map +1 -0
  267. package/getLocalUser.d.ts +71 -0
  268. package/getLocalUser.js +47 -0
  269. package/getLocalUser.js.map +1 -0
  270. package/getLocalUserGroupList.d.ts +132 -0
  271. package/getLocalUserGroupList.js +53 -0
  272. package/getLocalUserGroupList.js.map +1 -0
  273. package/getLocalUserList.d.ts +132 -0
  274. package/getLocalUserList.js +53 -0
  275. package/getLocalUserList.js.map +1 -0
  276. package/getMfaServer.d.ts +72 -0
  277. package/getMfaServer.js +47 -0
  278. package/getMfaServer.js.map +1 -0
  279. package/getNatRule.d.ts +140 -0
  280. package/getNatRule.js +47 -0
  281. package/getNatRule.js.map +1 -0
  282. package/getNatRuleList.d.ts +140 -0
  283. package/getNatRuleList.js +50 -0
  284. package/getNatRuleList.js.map +1 -0
  285. package/getOcspResponder.d.ts +67 -0
  286. package/getOcspResponder.js +47 -0
  287. package/getOcspResponder.js.map +1 -0
  288. package/getOcspResponderList.d.ts +132 -0
  289. package/getOcspResponderList.js +53 -0
  290. package/getOcspResponderList.js.map +1 -0
  291. package/getProfileGroup.d.ts +91 -0
  292. package/getProfileGroup.js +47 -0
  293. package/getProfileGroup.js.map +1 -0
  294. package/getProfileGroupList.d.ts +132 -0
  295. package/getProfileGroupList.js +53 -0
  296. package/getProfileGroupList.js.map +1 -0
  297. package/getQosPolicyRule.d.ts +92 -0
  298. package/getQosPolicyRule.js +48 -0
  299. package/getQosPolicyRule.js.map +1 -0
  300. package/getQosPolicyRuleList.d.ts +146 -0
  301. package/getQosPolicyRuleList.js +56 -0
  302. package/getQosPolicyRuleList.js.map +1 -0
  303. package/getQosProfile.d.ts +84 -0
  304. package/getQosProfile.js +48 -0
  305. package/getQosProfile.js.map +1 -0
  306. package/getQosProfileList.d.ts +132 -0
  307. package/getQosProfileList.js +53 -0
  308. package/getQosProfileList.js.map +1 -0
  309. package/getRadiusServerProfile.d.ts +76 -0
  310. package/getRadiusServerProfile.js +47 -0
  311. package/getRadiusServerProfile.js.map +1 -0
  312. package/getRadiusServerProfileList.d.ts +132 -0
  313. package/getRadiusServerProfileList.js +53 -0
  314. package/getRadiusServerProfileList.js.map +1 -0
  315. package/getRegion.d.ts +72 -0
  316. package/getRegion.js +47 -0
  317. package/getRegion.js.map +1 -0
  318. package/getRegionList.d.ts +132 -0
  319. package/getRegionList.js +53 -0
  320. package/getRegionList.js.map +1 -0
  321. package/getRemoteNetwork.d.ts +112 -0
  322. package/getRemoteNetwork.js +48 -0
  323. package/getRemoteNetwork.js.map +1 -0
  324. package/getRemoteNetworkList.d.ts +108 -0
  325. package/getRemoteNetworkList.js +51 -0
  326. package/getRemoteNetworkList.js.map +1 -0
  327. package/getSamlServerProfile.d.ts +91 -0
  328. package/getSamlServerProfile.js +47 -0
  329. package/getSamlServerProfile.js.map +1 -0
  330. package/getSamlServerProfileList.d.ts +132 -0
  331. package/getSamlServerProfileList.js +53 -0
  332. package/getSamlServerProfileList.js.map +1 -0
  333. package/getScepProfile.d.ts +112 -0
  334. package/getScepProfile.js +47 -0
  335. package/getScepProfile.js.map +1 -0
  336. package/getScepProfileList.d.ts +132 -0
  337. package/getScepProfileList.js +53 -0
  338. package/getScepProfileList.js.map +1 -0
  339. package/getSchedule.d.ts +68 -0
  340. package/getSchedule.js +47 -0
  341. package/getSchedule.js.map +1 -0
  342. package/getScheduleList.d.ts +132 -0
  343. package/getScheduleList.js +53 -0
  344. package/getScheduleList.js.map +1 -0
  345. package/getSecurityRule.d.ts +136 -0
  346. package/getSecurityRule.js +47 -0
  347. package/getSecurityRule.js.map +1 -0
  348. package/getSecurityRuleList.d.ts +146 -0
  349. package/getSecurityRuleList.js +56 -0
  350. package/getSecurityRuleList.js.map +1 -0
  351. package/getService.d.ts +76 -0
  352. package/getService.js +47 -0
  353. package/getService.js.map +1 -0
  354. package/getServiceConnection.d.ts +126 -0
  355. package/getServiceConnection.js +50 -0
  356. package/getServiceConnection.js.map +1 -0
  357. package/getServiceConnectionGroup.d.ts +89 -0
  358. package/getServiceConnectionGroup.js +50 -0
  359. package/getServiceConnectionGroup.js.map +1 -0
  360. package/getServiceConnectionGroupList.d.ts +108 -0
  361. package/getServiceConnectionGroupList.js +51 -0
  362. package/getServiceConnectionGroupList.js.map +1 -0
  363. package/getServiceConnectionList.d.ts +108 -0
  364. package/getServiceConnectionList.js +51 -0
  365. package/getServiceConnectionList.js.map +1 -0
  366. package/getServiceGroup.d.ts +71 -0
  367. package/getServiceGroup.js +47 -0
  368. package/getServiceGroup.js.map +1 -0
  369. package/getServiceGroupList.d.ts +132 -0
  370. package/getServiceGroupList.js +53 -0
  371. package/getServiceGroupList.js.map +1 -0
  372. package/getServiceList.d.ts +132 -0
  373. package/getServiceList.js +53 -0
  374. package/getServiceList.js.map +1 -0
  375. package/getSharedInfrastructureSettingsList.d.ts +80 -0
  376. package/getSharedInfrastructureSettingsList.js +45 -0
  377. package/getSharedInfrastructureSettingsList.js.map +1 -0
  378. package/getSnippet.d.ts +96 -0
  379. package/getSnippet.js +47 -0
  380. package/getSnippet.js.map +1 -0
  381. package/getSnippetList.d.ts +92 -0
  382. package/getSnippetList.js +46 -0
  383. package/getSnippetList.js.map +1 -0
  384. package/getTacacsServerProfile.d.ts +76 -0
  385. package/getTacacsServerProfile.js +47 -0
  386. package/getTacacsServerProfile.js.map +1 -0
  387. package/getTacacsServerProfileList.d.ts +132 -0
  388. package/getTacacsServerProfileList.js +53 -0
  389. package/getTacacsServerProfileList.js.map +1 -0
  390. package/getTag.d.ts +71 -0
  391. package/getTag.js +47 -0
  392. package/getTag.js.map +1 -0
  393. package/getTagList.d.ts +132 -0
  394. package/getTagList.js +53 -0
  395. package/getTagList.js.map +1 -0
  396. package/getTlsServiceProfile.d.ts +72 -0
  397. package/getTlsServiceProfile.js +47 -0
  398. package/getTlsServiceProfile.js.map +1 -0
  399. package/getTlsServiceProfileList.d.ts +132 -0
  400. package/getTlsServiceProfileList.js +53 -0
  401. package/getTlsServiceProfileList.js.map +1 -0
  402. package/getTrafficSteeringRule.d.ts +66 -0
  403. package/getTrafficSteeringRule.js +25 -0
  404. package/getTrafficSteeringRule.js.map +1 -0
  405. package/getTrafficSteeringRuleList.d.ts +108 -0
  406. package/getTrafficSteeringRuleList.js +51 -0
  407. package/getTrafficSteeringRuleList.js.map +1 -0
  408. package/getTrustedCertificateAuthorityList.d.ts +132 -0
  409. package/getTrustedCertificateAuthorityList.js +53 -0
  410. package/getTrustedCertificateAuthorityList.js.map +1 -0
  411. package/getUrlAccessProfile.d.ts +120 -0
  412. package/getUrlAccessProfile.js +47 -0
  413. package/getUrlAccessProfile.js.map +1 -0
  414. package/getUrlAccessProfileList.d.ts +132 -0
  415. package/getUrlAccessProfileList.js +53 -0
  416. package/getUrlAccessProfileList.js.map +1 -0
  417. package/getUrlCategory.d.ts +53 -0
  418. package/getUrlCategory.js +25 -0
  419. package/getUrlCategory.js.map +1 -0
  420. package/getUrlCategoryList.d.ts +132 -0
  421. package/getUrlCategoryList.js +53 -0
  422. package/getUrlCategoryList.js.map +1 -0
  423. package/getUrlFilteringCategoryList.d.ts +132 -0
  424. package/getUrlFilteringCategoryList.js +53 -0
  425. package/getUrlFilteringCategoryList.js.map +1 -0
  426. package/getVariable.d.ts +115 -0
  427. package/getVariable.js +50 -0
  428. package/getVariable.js.map +1 -0
  429. package/getVariableList.d.ts +132 -0
  430. package/getVariableList.js +53 -0
  431. package/getVariableList.js.map +1 -0
  432. package/getVulnerabilityProtectionProfile.d.ts +76 -0
  433. package/getVulnerabilityProtectionProfile.js +47 -0
  434. package/getVulnerabilityProtectionProfile.js.map +1 -0
  435. package/getVulnerabilityProtectionProfileList.d.ts +132 -0
  436. package/getVulnerabilityProtectionProfileList.js +53 -0
  437. package/getVulnerabilityProtectionProfileList.js.map +1 -0
  438. package/getVulnerabilityProtectionSignatures.d.ts +108 -0
  439. package/getVulnerabilityProtectionSignatures.js +47 -0
  440. package/getVulnerabilityProtectionSignatures.js.map +1 -0
  441. package/getVulnerabilityProtectionSignaturesList.d.ts +132 -0
  442. package/getVulnerabilityProtectionSignaturesList.js +53 -0
  443. package/getVulnerabilityProtectionSignaturesList.js.map +1 -0
  444. package/getWildfireAntiVirusProfile.d.ts +84 -0
  445. package/getWildfireAntiVirusProfile.js +47 -0
  446. package/getWildfireAntiVirusProfile.js.map +1 -0
  447. package/getWildfireAntiVirusProfileList.d.ts +132 -0
  448. package/getWildfireAntiVirusProfileList.js +53 -0
  449. package/getWildfireAntiVirusProfileList.js.map +1 -0
  450. package/hipObject.d.ts +235 -0
  451. package/hipObject.js +84 -0
  452. package/hipObject.js.map +1 -0
  453. package/hipProfile.d.ts +122 -0
  454. package/hipProfile.js +76 -0
  455. package/hipProfile.js.map +1 -0
  456. package/httpHeaderProfile.d.ts +124 -0
  457. package/httpHeaderProfile.js +73 -0
  458. package/httpHeaderProfile.js.map +1 -0
  459. package/ikeCryptoProfile.d.ts +160 -0
  460. package/ikeCryptoProfile.js +88 -0
  461. package/ikeCryptoProfile.js.map +1 -0
  462. package/ikeGateway.d.ts +175 -0
  463. package/ikeGateway.js +85 -0
  464. package/ikeGateway.js.map +1 -0
  465. package/index.d.ts +564 -0
  466. package/index.js +715 -0
  467. package/index.js.map +1 -0
  468. package/internalDnsServer.d.ts +98 -0
  469. package/internalDnsServer.js +75 -0
  470. package/internalDnsServer.js.map +1 -0
  471. package/ipsecCryptoProfile.d.ts +160 -0
  472. package/ipsecCryptoProfile.js +82 -0
  473. package/ipsecCryptoProfile.js.map +1 -0
  474. package/ipsecTunnel.d.ts +160 -0
  475. package/ipsecTunnel.js +82 -0
  476. package/ipsecTunnel.js.map +1 -0
  477. package/kerberosServerProfile.d.ts +100 -0
  478. package/kerberosServerProfile.js +72 -0
  479. package/kerberosServerProfile.js.map +1 -0
  480. package/ldapServerProfile.d.ts +208 -0
  481. package/ldapServerProfile.js +92 -0
  482. package/ldapServerProfile.js.map +1 -0
  483. package/localUser.d.ts +138 -0
  484. package/localUser.js +81 -0
  485. package/localUser.js.map +1 -0
  486. package/mfaServer.d.ts +124 -0
  487. package/mfaServer.js +76 -0
  488. package/mfaServer.js.map +1 -0
  489. package/natRule.d.ts +295 -0
  490. package/natRule.js +109 -0
  491. package/natRule.js.map +1 -0
  492. package/ocspResponder.d.ts +110 -0
  493. package/ocspResponder.js +74 -0
  494. package/ocspResponder.js.map +1 -0
  495. package/package.json +30 -0
  496. package/profileGroup.d.ts +182 -0
  497. package/profileGroup.js +83 -0
  498. package/profileGroup.js.map +1 -0
  499. package/provider.d.ts +81 -0
  500. package/provider.js +52 -0
  501. package/provider.js.map +1 -0
  502. package/qosPolicyRule.d.ts +160 -0
  503. package/qosPolicyRule.js +82 -0
  504. package/qosPolicyRule.js.map +1 -0
  505. package/qosProfile.d.ts +124 -0
  506. package/qosProfile.js +73 -0
  507. package/qosProfile.js.map +1 -0
  508. package/radiusServerProfile.d.ts +139 -0
  509. package/radiusServerProfile.js +73 -0
  510. package/radiusServerProfile.js.map +1 -0
  511. package/region.d.ts +124 -0
  512. package/region.js +73 -0
  513. package/region.js.map +1 -0
  514. package/remoteNetwork.d.ts +196 -0
  515. package/remoteNetwork.js +90 -0
  516. package/remoteNetwork.js.map +1 -0
  517. package/samlServerProfile.d.ts +182 -0
  518. package/samlServerProfile.js +86 -0
  519. package/samlServerProfile.js.map +1 -0
  520. package/scepProfile.d.ts +256 -0
  521. package/scepProfile.js +106 -0
  522. package/scepProfile.js.map +1 -0
  523. package/schedule.d.ts +112 -0
  524. package/schedule.js +74 -0
  525. package/schedule.js.map +1 -0
  526. package/securityRule.d.ts +328 -0
  527. package/securityRule.js +134 -0
  528. package/securityRule.js.map +1 -0
  529. package/service.d.ts +136 -0
  530. package/service.js +78 -0
  531. package/service.js.map +1 -0
  532. package/serviceConnection.d.ts +232 -0
  533. package/serviceConnection.js +99 -0
  534. package/serviceConnection.js.map +1 -0
  535. package/serviceConnectionGroup.d.ts +110 -0
  536. package/serviceConnectionGroup.js +74 -0
  537. package/serviceConnectionGroup.js.map +1 -0
  538. package/serviceGroup.d.ts +122 -0
  539. package/serviceGroup.js +76 -0
  540. package/serviceGroup.js.map +1 -0
  541. package/snippet.d.ts +136 -0
  542. package/snippet.js +79 -0
  543. package/snippet.js.map +1 -0
  544. package/tacacsServerProfile.d.ts +148 -0
  545. package/tacacsServerProfile.js +85 -0
  546. package/tacacsServerProfile.js.map +1 -0
  547. package/tag.d.ts +127 -0
  548. package/tag.js +78 -0
  549. package/tag.js.map +1 -0
  550. package/tlsServiceProfile.d.ts +124 -0
  551. package/tlsServiceProfile.js +79 -0
  552. package/tlsServiceProfile.js.map +1 -0
  553. package/trafficSteeringRule.d.ts +148 -0
  554. package/trafficSteeringRule.js +83 -0
  555. package/trafficSteeringRule.js.map +1 -0
  556. package/types/index.d.ts +3 -0
  557. package/types/index.js +11 -0
  558. package/types/index.js.map +1 -0
  559. package/types/input.d.ts +4328 -0
  560. package/types/input.js +5 -0
  561. package/types/input.js.map +1 -0
  562. package/types/output.d.ts +15429 -0
  563. package/types/output.js +5 -0
  564. package/types/output.js.map +1 -0
  565. package/urlAccessProfile.d.ts +268 -0
  566. package/urlAccessProfile.js +97 -0
  567. package/urlAccessProfile.js.map +1 -0
  568. package/urlCategory.d.ts +134 -0
  569. package/urlCategory.js +75 -0
  570. package/urlCategory.js.map +1 -0
  571. package/utilities.d.ts +8 -0
  572. package/utilities.js +101 -0
  573. package/utilities.js.map +1 -0
  574. package/variable.d.ts +142 -0
  575. package/variable.js +77 -0
  576. package/variable.js.map +1 -0
  577. package/vulnerabilityProtectionProfile.d.ts +136 -0
  578. package/vulnerabilityProtectionProfile.js +75 -0
  579. package/vulnerabilityProtectionProfile.js.map +1 -0
  580. package/vulnerabilityProtectionSignatures.d.ts +232 -0
  581. package/vulnerabilityProtectionSignatures.js +97 -0
  582. package/vulnerabilityProtectionSignatures.js.map +1 -0
  583. package/wildfireAntiVirusProfile.d.ts +160 -0
  584. package/wildfireAntiVirusProfile.js +79 -0
  585. package/wildfireAntiVirusProfile.js.map +1 -0
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.HttpHeaderProfile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves a config item.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const example = new scm.HttpHeaderProfile("example", {});
18
+ * ```
19
+ */
20
+ class HttpHeaderProfile extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing HttpHeaderProfile resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new HttpHeaderProfile(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of HttpHeaderProfile. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === HttpHeaderProfile.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["description"] = state ? state.description : undefined;
49
+ resourceInputs["device"] = state ? state.device : undefined;
50
+ resourceInputs["folder"] = state ? state.folder : undefined;
51
+ resourceInputs["httpHeaderInsertions"] = state ? state.httpHeaderInsertions : undefined;
52
+ resourceInputs["name"] = state ? state.name : undefined;
53
+ resourceInputs["snippet"] = state ? state.snippet : undefined;
54
+ resourceInputs["tfid"] = state ? state.tfid : undefined;
55
+ }
56
+ else {
57
+ const args = argsOrState;
58
+ resourceInputs["description"] = args ? args.description : undefined;
59
+ resourceInputs["device"] = args ? args.device : undefined;
60
+ resourceInputs["folder"] = args ? args.folder : undefined;
61
+ resourceInputs["httpHeaderInsertions"] = args ? args.httpHeaderInsertions : undefined;
62
+ resourceInputs["name"] = args ? args.name : undefined;
63
+ resourceInputs["snippet"] = args ? args.snippet : undefined;
64
+ resourceInputs["tfid"] = undefined /*out*/;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(HttpHeaderProfile.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.HttpHeaderProfile = HttpHeaderProfile;
71
+ /** @internal */
72
+ HttpHeaderProfile.__pulumiType = 'scm:index/httpHeaderProfile:HttpHeaderProfile';
73
+ //# sourceMappingURL=httpHeaderProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"httpHeaderProfile.js","sourceRoot":"","sources":["../httpHeaderProfile.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,160 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * Retrieves a config item.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as scm from "@pulumi/scm";
12
+ *
13
+ * const example = new scm.IkeCryptoProfile("example", {});
14
+ * ```
15
+ */
16
+ export declare class IkeCryptoProfile extends pulumi.CustomResource {
17
+ /**
18
+ * Get an existing IkeCryptoProfile resource's state with the given name, ID, and optional extra
19
+ * properties used to qualify the lookup.
20
+ *
21
+ * @param name The _unique_ name of the resulting resource.
22
+ * @param id The _unique_ provider ID of the resource to lookup.
23
+ * @param state Any extra arguments used during the lookup.
24
+ * @param opts Optional settings to control the behavior of the CustomResource.
25
+ */
26
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IkeCryptoProfileState, opts?: pulumi.CustomResourceOptions): IkeCryptoProfile;
27
+ /**
28
+ * Returns true if the given object is an instance of IkeCryptoProfile. This is designed to work even
29
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
30
+ */
31
+ static isInstance(obj: any): obj is IkeCryptoProfile;
32
+ /**
33
+ * IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled. Value must be less than or equal to 50. Default: `0`.
34
+ */
35
+ readonly authenticationMultiple: pulumi.Output<number>;
36
+ /**
37
+ * The Device param.
38
+ */
39
+ readonly device: pulumi.Output<string | undefined>;
40
+ /**
41
+ * The DhGroups param. Individual elements in this list are subject to additional validation. String must be one of these: `"group1"`, `"group2"`, `"group5"`, `"group14"`, `"group19"`, `"group20"`.
42
+ */
43
+ readonly dhGroups: pulumi.Output<string[]>;
44
+ /**
45
+ * Encryption algorithm. Individual elements in this list are subject to additional validation. String must be one of these: `"des"`, `"3des"`, `"aes-128-cbc"`, `"aes-192-cbc"`, `"aes-256-cbc"`, `"aes-128-gcm"`, `"aes-256-gcm"`.
46
+ */
47
+ readonly encryptions: pulumi.Output<string[]>;
48
+ /**
49
+ * The Folder param.
50
+ */
51
+ readonly folder: pulumi.Output<string | undefined>;
52
+ /**
53
+ * The Hashes param. Individual elements in this list are subject to additional validation. String must be one of these: `"md5"`, `"sha1"`, `"sha256"`, `"sha384"`, `"sha512"`.
54
+ */
55
+ readonly hashes: pulumi.Output<string[]>;
56
+ /**
57
+ * The Lifetime param.
58
+ */
59
+ readonly lifetime: pulumi.Output<outputs.IkeCryptoProfileLifetime | undefined>;
60
+ /**
61
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 31 characters.
62
+ */
63
+ readonly name: pulumi.Output<string>;
64
+ /**
65
+ * The Snippet param.
66
+ */
67
+ readonly snippet: pulumi.Output<string | undefined>;
68
+ readonly tfid: pulumi.Output<string>;
69
+ /**
70
+ * Create a IkeCryptoProfile resource with the given unique name, arguments, and options.
71
+ *
72
+ * @param name The _unique_ name of the resource.
73
+ * @param args The arguments to use to populate this resource's properties.
74
+ * @param opts A bag of options that control this resource's behavior.
75
+ */
76
+ constructor(name: string, args: IkeCryptoProfileArgs, opts?: pulumi.CustomResourceOptions);
77
+ }
78
+ /**
79
+ * Input properties used for looking up and filtering IkeCryptoProfile resources.
80
+ */
81
+ export interface IkeCryptoProfileState {
82
+ /**
83
+ * IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled. Value must be less than or equal to 50. Default: `0`.
84
+ */
85
+ authenticationMultiple?: pulumi.Input<number>;
86
+ /**
87
+ * The Device param.
88
+ */
89
+ device?: pulumi.Input<string>;
90
+ /**
91
+ * The DhGroups param. Individual elements in this list are subject to additional validation. String must be one of these: `"group1"`, `"group2"`, `"group5"`, `"group14"`, `"group19"`, `"group20"`.
92
+ */
93
+ dhGroups?: pulumi.Input<pulumi.Input<string>[]>;
94
+ /**
95
+ * Encryption algorithm. Individual elements in this list are subject to additional validation. String must be one of these: `"des"`, `"3des"`, `"aes-128-cbc"`, `"aes-192-cbc"`, `"aes-256-cbc"`, `"aes-128-gcm"`, `"aes-256-gcm"`.
96
+ */
97
+ encryptions?: pulumi.Input<pulumi.Input<string>[]>;
98
+ /**
99
+ * The Folder param.
100
+ */
101
+ folder?: pulumi.Input<string>;
102
+ /**
103
+ * The Hashes param. Individual elements in this list are subject to additional validation. String must be one of these: `"md5"`, `"sha1"`, `"sha256"`, `"sha384"`, `"sha512"`.
104
+ */
105
+ hashes?: pulumi.Input<pulumi.Input<string>[]>;
106
+ /**
107
+ * The Lifetime param.
108
+ */
109
+ lifetime?: pulumi.Input<inputs.IkeCryptoProfileLifetime>;
110
+ /**
111
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 31 characters.
112
+ */
113
+ name?: pulumi.Input<string>;
114
+ /**
115
+ * The Snippet param.
116
+ */
117
+ snippet?: pulumi.Input<string>;
118
+ tfid?: pulumi.Input<string>;
119
+ }
120
+ /**
121
+ * The set of arguments for constructing a IkeCryptoProfile resource.
122
+ */
123
+ export interface IkeCryptoProfileArgs {
124
+ /**
125
+ * IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled. Value must be less than or equal to 50. Default: `0`.
126
+ */
127
+ authenticationMultiple?: pulumi.Input<number>;
128
+ /**
129
+ * The Device param.
130
+ */
131
+ device?: pulumi.Input<string>;
132
+ /**
133
+ * The DhGroups param. Individual elements in this list are subject to additional validation. String must be one of these: `"group1"`, `"group2"`, `"group5"`, `"group14"`, `"group19"`, `"group20"`.
134
+ */
135
+ dhGroups: pulumi.Input<pulumi.Input<string>[]>;
136
+ /**
137
+ * Encryption algorithm. Individual elements in this list are subject to additional validation. String must be one of these: `"des"`, `"3des"`, `"aes-128-cbc"`, `"aes-192-cbc"`, `"aes-256-cbc"`, `"aes-128-gcm"`, `"aes-256-gcm"`.
138
+ */
139
+ encryptions: pulumi.Input<pulumi.Input<string>[]>;
140
+ /**
141
+ * The Folder param.
142
+ */
143
+ folder?: pulumi.Input<string>;
144
+ /**
145
+ * The Hashes param. Individual elements in this list are subject to additional validation. String must be one of these: `"md5"`, `"sha1"`, `"sha256"`, `"sha384"`, `"sha512"`.
146
+ */
147
+ hashes: pulumi.Input<pulumi.Input<string>[]>;
148
+ /**
149
+ * The Lifetime param.
150
+ */
151
+ lifetime?: pulumi.Input<inputs.IkeCryptoProfileLifetime>;
152
+ /**
153
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 31 characters.
154
+ */
155
+ name?: pulumi.Input<string>;
156
+ /**
157
+ * The Snippet param.
158
+ */
159
+ snippet?: pulumi.Input<string>;
160
+ }
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.IkeCryptoProfile = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves a config item.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as scm from "@pulumi/scm";
16
+ *
17
+ * const example = new scm.IkeCryptoProfile("example", {});
18
+ * ```
19
+ */
20
+ class IkeCryptoProfile extends pulumi.CustomResource {
21
+ /**
22
+ * Get an existing IkeCryptoProfile resource's state with the given name, ID, and optional extra
23
+ * properties used to qualify the lookup.
24
+ *
25
+ * @param name The _unique_ name of the resulting resource.
26
+ * @param id The _unique_ provider ID of the resource to lookup.
27
+ * @param state Any extra arguments used during the lookup.
28
+ * @param opts Optional settings to control the behavior of the CustomResource.
29
+ */
30
+ static get(name, id, state, opts) {
31
+ return new IkeCryptoProfile(name, state, Object.assign(Object.assign({}, opts), { id: id }));
32
+ }
33
+ /**
34
+ * Returns true if the given object is an instance of IkeCryptoProfile. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj) {
38
+ if (obj === undefined || obj === null) {
39
+ return false;
40
+ }
41
+ return obj['__pulumiType'] === IkeCryptoProfile.__pulumiType;
42
+ }
43
+ constructor(name, argsOrState, opts) {
44
+ let resourceInputs = {};
45
+ opts = opts || {};
46
+ if (opts.id) {
47
+ const state = argsOrState;
48
+ resourceInputs["authenticationMultiple"] = state ? state.authenticationMultiple : undefined;
49
+ resourceInputs["device"] = state ? state.device : undefined;
50
+ resourceInputs["dhGroups"] = state ? state.dhGroups : undefined;
51
+ resourceInputs["encryptions"] = state ? state.encryptions : undefined;
52
+ resourceInputs["folder"] = state ? state.folder : undefined;
53
+ resourceInputs["hashes"] = state ? state.hashes : undefined;
54
+ resourceInputs["lifetime"] = state ? state.lifetime : undefined;
55
+ resourceInputs["name"] = state ? state.name : undefined;
56
+ resourceInputs["snippet"] = state ? state.snippet : undefined;
57
+ resourceInputs["tfid"] = state ? state.tfid : undefined;
58
+ }
59
+ else {
60
+ const args = argsOrState;
61
+ if ((!args || args.dhGroups === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'dhGroups'");
63
+ }
64
+ if ((!args || args.encryptions === undefined) && !opts.urn) {
65
+ throw new Error("Missing required property 'encryptions'");
66
+ }
67
+ if ((!args || args.hashes === undefined) && !opts.urn) {
68
+ throw new Error("Missing required property 'hashes'");
69
+ }
70
+ resourceInputs["authenticationMultiple"] = args ? args.authenticationMultiple : undefined;
71
+ resourceInputs["device"] = args ? args.device : undefined;
72
+ resourceInputs["dhGroups"] = args ? args.dhGroups : undefined;
73
+ resourceInputs["encryptions"] = args ? args.encryptions : undefined;
74
+ resourceInputs["folder"] = args ? args.folder : undefined;
75
+ resourceInputs["hashes"] = args ? args.hashes : undefined;
76
+ resourceInputs["lifetime"] = args ? args.lifetime : undefined;
77
+ resourceInputs["name"] = args ? args.name : undefined;
78
+ resourceInputs["snippet"] = args ? args.snippet : undefined;
79
+ resourceInputs["tfid"] = undefined /*out*/;
80
+ }
81
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
82
+ super(IkeCryptoProfile.__pulumiType, name, resourceInputs, opts);
83
+ }
84
+ }
85
+ exports.IkeCryptoProfile = IkeCryptoProfile;
86
+ /** @internal */
87
+ IkeCryptoProfile.__pulumiType = 'scm:index/ikeCryptoProfile:IkeCryptoProfile';
88
+ //# sourceMappingURL=ikeCryptoProfile.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ikeCryptoProfile.js","sourceRoot":"","sources":["../ikeCryptoProfile.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,175 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * Retrieves a config item.
6
+ */
7
+ export declare class IkeGateway extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing IkeGateway resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param state Any extra arguments used during the lookup.
15
+ * @param opts Optional settings to control the behavior of the CustomResource.
16
+ */
17
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: IkeGatewayState, opts?: pulumi.CustomResourceOptions): IkeGateway;
18
+ /**
19
+ * Returns true if the given object is an instance of IkeGateway. This is designed to work even
20
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
21
+ */
22
+ static isInstance(obj: any): obj is IkeGateway;
23
+ /**
24
+ * The Authentication param.
25
+ */
26
+ readonly authentication: pulumi.Output<outputs.IkeGatewayAuthentication>;
27
+ /**
28
+ * The Device param.
29
+ */
30
+ readonly device: pulumi.Output<string | undefined>;
31
+ /**
32
+ * (Internal use) Encrypted values returned from the API.
33
+ */
34
+ readonly encryptedValues: pulumi.Output<{
35
+ [key: string]: string;
36
+ }>;
37
+ /**
38
+ * The Folder param.
39
+ */
40
+ readonly folder: pulumi.Output<string | undefined>;
41
+ /**
42
+ * The LocalId param.
43
+ */
44
+ readonly localId: pulumi.Output<outputs.IkeGatewayLocalId | undefined>;
45
+ /**
46
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
47
+ */
48
+ readonly name: pulumi.Output<string>;
49
+ /**
50
+ * The PeerAddress param.
51
+ */
52
+ readonly peerAddress: pulumi.Output<outputs.IkeGatewayPeerAddress>;
53
+ /**
54
+ * The PeerId param.
55
+ */
56
+ readonly peerId: pulumi.Output<outputs.IkeGatewayPeerId | undefined>;
57
+ /**
58
+ * The Protocol param.
59
+ */
60
+ readonly protocol: pulumi.Output<outputs.IkeGatewayProtocol>;
61
+ /**
62
+ * The ProtocolCommon param.
63
+ */
64
+ readonly protocolCommon: pulumi.Output<outputs.IkeGatewayProtocolCommon | undefined>;
65
+ /**
66
+ * The Snippet param.
67
+ */
68
+ readonly snippet: pulumi.Output<string | undefined>;
69
+ readonly tfid: pulumi.Output<string>;
70
+ /**
71
+ * Create a IkeGateway resource with the given unique name, arguments, and options.
72
+ *
73
+ * @param name The _unique_ name of the resource.
74
+ * @param args The arguments to use to populate this resource's properties.
75
+ * @param opts A bag of options that control this resource's behavior.
76
+ */
77
+ constructor(name: string, args: IkeGatewayArgs, opts?: pulumi.CustomResourceOptions);
78
+ }
79
+ /**
80
+ * Input properties used for looking up and filtering IkeGateway resources.
81
+ */
82
+ export interface IkeGatewayState {
83
+ /**
84
+ * The Authentication param.
85
+ */
86
+ authentication?: pulumi.Input<inputs.IkeGatewayAuthentication>;
87
+ /**
88
+ * The Device param.
89
+ */
90
+ device?: pulumi.Input<string>;
91
+ /**
92
+ * (Internal use) Encrypted values returned from the API.
93
+ */
94
+ encryptedValues?: pulumi.Input<{
95
+ [key: string]: pulumi.Input<string>;
96
+ }>;
97
+ /**
98
+ * The Folder param.
99
+ */
100
+ folder?: pulumi.Input<string>;
101
+ /**
102
+ * The LocalId param.
103
+ */
104
+ localId?: pulumi.Input<inputs.IkeGatewayLocalId>;
105
+ /**
106
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
107
+ */
108
+ name?: pulumi.Input<string>;
109
+ /**
110
+ * The PeerAddress param.
111
+ */
112
+ peerAddress?: pulumi.Input<inputs.IkeGatewayPeerAddress>;
113
+ /**
114
+ * The PeerId param.
115
+ */
116
+ peerId?: pulumi.Input<inputs.IkeGatewayPeerId>;
117
+ /**
118
+ * The Protocol param.
119
+ */
120
+ protocol?: pulumi.Input<inputs.IkeGatewayProtocol>;
121
+ /**
122
+ * The ProtocolCommon param.
123
+ */
124
+ protocolCommon?: pulumi.Input<inputs.IkeGatewayProtocolCommon>;
125
+ /**
126
+ * The Snippet param.
127
+ */
128
+ snippet?: pulumi.Input<string>;
129
+ tfid?: pulumi.Input<string>;
130
+ }
131
+ /**
132
+ * The set of arguments for constructing a IkeGateway resource.
133
+ */
134
+ export interface IkeGatewayArgs {
135
+ /**
136
+ * The Authentication param.
137
+ */
138
+ authentication: pulumi.Input<inputs.IkeGatewayAuthentication>;
139
+ /**
140
+ * The Device param.
141
+ */
142
+ device?: pulumi.Input<string>;
143
+ /**
144
+ * The Folder param.
145
+ */
146
+ folder?: pulumi.Input<string>;
147
+ /**
148
+ * The LocalId param.
149
+ */
150
+ localId?: pulumi.Input<inputs.IkeGatewayLocalId>;
151
+ /**
152
+ * Alphanumeric string begin with letter: [0-9a-zA-Z._-]. String length must not exceed 63 characters.
153
+ */
154
+ name?: pulumi.Input<string>;
155
+ /**
156
+ * The PeerAddress param.
157
+ */
158
+ peerAddress: pulumi.Input<inputs.IkeGatewayPeerAddress>;
159
+ /**
160
+ * The PeerId param.
161
+ */
162
+ peerId?: pulumi.Input<inputs.IkeGatewayPeerId>;
163
+ /**
164
+ * The Protocol param.
165
+ */
166
+ protocol: pulumi.Input<inputs.IkeGatewayProtocol>;
167
+ /**
168
+ * The ProtocolCommon param.
169
+ */
170
+ protocolCommon?: pulumi.Input<inputs.IkeGatewayProtocolCommon>;
171
+ /**
172
+ * The Snippet param.
173
+ */
174
+ snippet?: pulumi.Input<string>;
175
+ }
package/ikeGateway.js ADDED
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.IkeGateway = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * Retrieves a config item.
10
+ */
11
+ class IkeGateway extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing IkeGateway resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param state Any extra arguments used during the lookup.
19
+ * @param opts Optional settings to control the behavior of the CustomResource.
20
+ */
21
+ static get(name, id, state, opts) {
22
+ return new IkeGateway(name, state, Object.assign(Object.assign({}, opts), { id: id }));
23
+ }
24
+ /**
25
+ * Returns true if the given object is an instance of IkeGateway. This is designed to work even
26
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
27
+ */
28
+ static isInstance(obj) {
29
+ if (obj === undefined || obj === null) {
30
+ return false;
31
+ }
32
+ return obj['__pulumiType'] === IkeGateway.__pulumiType;
33
+ }
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["authentication"] = state ? state.authentication : undefined;
40
+ resourceInputs["device"] = state ? state.device : undefined;
41
+ resourceInputs["encryptedValues"] = state ? state.encryptedValues : undefined;
42
+ resourceInputs["folder"] = state ? state.folder : undefined;
43
+ resourceInputs["localId"] = state ? state.localId : undefined;
44
+ resourceInputs["name"] = state ? state.name : undefined;
45
+ resourceInputs["peerAddress"] = state ? state.peerAddress : undefined;
46
+ resourceInputs["peerId"] = state ? state.peerId : undefined;
47
+ resourceInputs["protocol"] = state ? state.protocol : undefined;
48
+ resourceInputs["protocolCommon"] = state ? state.protocolCommon : undefined;
49
+ resourceInputs["snippet"] = state ? state.snippet : undefined;
50
+ resourceInputs["tfid"] = state ? state.tfid : undefined;
51
+ }
52
+ else {
53
+ const args = argsOrState;
54
+ if ((!args || args.authentication === undefined) && !opts.urn) {
55
+ throw new Error("Missing required property 'authentication'");
56
+ }
57
+ if ((!args || args.peerAddress === undefined) && !opts.urn) {
58
+ throw new Error("Missing required property 'peerAddress'");
59
+ }
60
+ if ((!args || args.protocol === undefined) && !opts.urn) {
61
+ throw new Error("Missing required property 'protocol'");
62
+ }
63
+ resourceInputs["authentication"] = args ? args.authentication : undefined;
64
+ resourceInputs["device"] = args ? args.device : undefined;
65
+ resourceInputs["folder"] = args ? args.folder : undefined;
66
+ resourceInputs["localId"] = args ? args.localId : undefined;
67
+ resourceInputs["name"] = args ? args.name : undefined;
68
+ resourceInputs["peerAddress"] = args ? args.peerAddress : undefined;
69
+ resourceInputs["peerId"] = args ? args.peerId : undefined;
70
+ resourceInputs["protocol"] = args ? args.protocol : undefined;
71
+ resourceInputs["protocolCommon"] = args ? args.protocolCommon : undefined;
72
+ resourceInputs["snippet"] = args ? args.snippet : undefined;
73
+ resourceInputs["encryptedValues"] = undefined /*out*/;
74
+ resourceInputs["tfid"] = undefined /*out*/;
75
+ }
76
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
77
+ const secretOpts = { additionalSecretOutputs: ["encryptedValues"] };
78
+ opts = pulumi.mergeOptions(opts, secretOpts);
79
+ super(IkeGateway.__pulumiType, name, resourceInputs, opts);
80
+ }
81
+ }
82
+ exports.IkeGateway = IkeGateway;
83
+ /** @internal */
84
+ IkeGateway.__pulumiType = 'scm:index/ikeGateway:IkeGateway';
85
+ //# sourceMappingURL=ikeGateway.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ikeGateway.js","sourceRoot":"","sources":["../ikeGateway.ts"],"names":[],"mappings":"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"}