@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,4328 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ export interface AddressGroupDynamicValue {
4
+ /**
5
+ * Tag based filter defining group membership e.g. `tag1 AND tag2 OR tag3`. String length must not exceed 2047 characters.
6
+ */
7
+ filter: pulumi.Input<string>;
8
+ }
9
+ export interface AntiSpywareProfileMicaEngineSpywareEnabledList {
10
+ /**
11
+ * The InlinePolicyAction param. String must be one of these: `"alert"`, `"allow"`, `"drop"`, `"reset-both"`, `"reset-client"`, `"reset-server"`. Default: `"alert"`.
12
+ */
13
+ inlinePolicyAction?: pulumi.Input<string>;
14
+ /**
15
+ * The Name param.
16
+ */
17
+ name?: pulumi.Input<string>;
18
+ }
19
+ export interface AntiSpywareProfileRule {
20
+ /**
21
+ * The Action param.
22
+ */
23
+ action?: pulumi.Input<inputs.AntiSpywareProfileRuleAction>;
24
+ /**
25
+ * The Category param. String must be one of these: `"dns-proxy"`, `"backdoor"`, `"data-theft"`, `"autogen"`, `"spyware"`, `"dns-security"`, `"downloader"`, `"dns-phishing"`, `"phishing-kit"`, `"cryptominer"`, `"hacktool"`, `"dns-benign"`, `"dns-wildfire"`, `"botnet"`, `"dns-grayware"`, `"inline-cloud-c2"`, `"keylogger"`, `"p2p-communication"`, `"domain-edl"`, `"webshell"`, `"command-and-control"`, `"dns-ddns"`, `"net-worm"`, `"any"`, `"tls-fingerprint"`, `"dns-new-domain"`, `"dns"`, `"fraud"`, `"dns-c2"`, `"adware"`, `"post-exploitation"`, `"dns-malware"`, `"browser-hijack"`, `"dns-parked"`.
26
+ */
27
+ category?: pulumi.Input<string>;
28
+ /**
29
+ * The Name param.
30
+ */
31
+ name?: pulumi.Input<string>;
32
+ /**
33
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
34
+ */
35
+ packetCapture?: pulumi.Input<string>;
36
+ /**
37
+ * The Severities param.
38
+ */
39
+ severities?: pulumi.Input<pulumi.Input<string>[]>;
40
+ /**
41
+ * The ThreatName param. String length must exceed 4 characters.
42
+ */
43
+ threatName?: pulumi.Input<string>;
44
+ }
45
+ export interface AntiSpywareProfileRuleAction {
46
+ /**
47
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
48
+ */
49
+ alert?: pulumi.Input<boolean>;
50
+ /**
51
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
52
+ */
53
+ allow?: pulumi.Input<boolean>;
54
+ /**
55
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
56
+ */
57
+ blockIp?: pulumi.Input<inputs.AntiSpywareProfileRuleActionBlockIp>;
58
+ /**
59
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
60
+ */
61
+ drop?: pulumi.Input<boolean>;
62
+ /**
63
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
64
+ */
65
+ resetBoth?: pulumi.Input<boolean>;
66
+ /**
67
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
68
+ */
69
+ resetClient?: pulumi.Input<boolean>;
70
+ /**
71
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
72
+ */
73
+ resetServer?: pulumi.Input<boolean>;
74
+ }
75
+ export interface AntiSpywareProfileRuleActionBlockIp {
76
+ /**
77
+ * The Duration param. Value must be between 1 and 3600.
78
+ */
79
+ duration?: pulumi.Input<number>;
80
+ /**
81
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
82
+ */
83
+ trackBy?: pulumi.Input<string>;
84
+ }
85
+ export interface AntiSpywareProfileThreatException {
86
+ /**
87
+ * The Action param.
88
+ */
89
+ action?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionAction>;
90
+ /**
91
+ * The ExemptIps param.
92
+ */
93
+ exemptIps?: pulumi.Input<pulumi.Input<inputs.AntiSpywareProfileThreatExceptionExemptIp>[]>;
94
+ /**
95
+ * The Name param.
96
+ */
97
+ name?: pulumi.Input<string>;
98
+ /**
99
+ * The Notes param.
100
+ */
101
+ notes?: pulumi.Input<string>;
102
+ /**
103
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
104
+ */
105
+ packetCapture?: pulumi.Input<string>;
106
+ }
107
+ export interface AntiSpywareProfileThreatExceptionAction {
108
+ /**
109
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
110
+ */
111
+ alert?: pulumi.Input<boolean>;
112
+ /**
113
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
114
+ */
115
+ allow?: pulumi.Input<boolean>;
116
+ /**
117
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
118
+ */
119
+ blockIp?: pulumi.Input<inputs.AntiSpywareProfileThreatExceptionActionBlockIp>;
120
+ /**
121
+ * The Default param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
122
+ */
123
+ default?: pulumi.Input<boolean>;
124
+ /**
125
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
126
+ */
127
+ drop?: pulumi.Input<boolean>;
128
+ /**
129
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
130
+ */
131
+ resetBoth?: pulumi.Input<boolean>;
132
+ /**
133
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
134
+ */
135
+ resetClient?: pulumi.Input<boolean>;
136
+ /**
137
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
138
+ */
139
+ resetServer?: pulumi.Input<boolean>;
140
+ }
141
+ export interface AntiSpywareProfileThreatExceptionActionBlockIp {
142
+ /**
143
+ * The Duration param. Value must be between 1 and 3600.
144
+ */
145
+ duration?: pulumi.Input<number>;
146
+ /**
147
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
148
+ */
149
+ trackBy?: pulumi.Input<string>;
150
+ }
151
+ export interface AntiSpywareProfileThreatExceptionExemptIp {
152
+ /**
153
+ * The Name param.
154
+ */
155
+ name: pulumi.Input<string>;
156
+ }
157
+ export interface AntiSpywareSignatureDefaultAction {
158
+ /**
159
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
160
+ */
161
+ alert?: pulumi.Input<boolean>;
162
+ /**
163
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
164
+ */
165
+ allow?: pulumi.Input<boolean>;
166
+ /**
167
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
168
+ */
169
+ blockIp?: pulumi.Input<inputs.AntiSpywareSignatureDefaultActionBlockIp>;
170
+ /**
171
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
172
+ */
173
+ drop?: pulumi.Input<boolean>;
174
+ /**
175
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
176
+ */
177
+ resetBoth?: pulumi.Input<boolean>;
178
+ /**
179
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
180
+ */
181
+ resetClient?: pulumi.Input<boolean>;
182
+ /**
183
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
184
+ */
185
+ resetServer?: pulumi.Input<boolean>;
186
+ }
187
+ export interface AntiSpywareSignatureDefaultActionBlockIp {
188
+ /**
189
+ * The Duration param. Value must be between 1 and 3600.
190
+ */
191
+ duration?: pulumi.Input<number>;
192
+ /**
193
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
194
+ */
195
+ trackBy?: pulumi.Input<string>;
196
+ }
197
+ export interface AntiSpywareSignatureSignature {
198
+ /**
199
+ * The Combination param. Ensure that only one of the following is specified: `combination`, `standard`
200
+ */
201
+ combination?: pulumi.Input<inputs.AntiSpywareSignatureSignatureCombination>;
202
+ /**
203
+ * The Standards param. Ensure that only one of the following is specified: `combination`, `standard`
204
+ */
205
+ standards?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandard>[]>;
206
+ }
207
+ export interface AntiSpywareSignatureSignatureCombination {
208
+ /**
209
+ * The AndConditions param.
210
+ */
211
+ andConditions?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureCombinationAndCondition>[]>;
212
+ /**
213
+ * The OrderFree param. Default: `false`.
214
+ */
215
+ orderFree?: pulumi.Input<boolean>;
216
+ /**
217
+ * The TimeAttribute param.
218
+ */
219
+ timeAttribute?: pulumi.Input<inputs.AntiSpywareSignatureSignatureCombinationTimeAttribute>;
220
+ }
221
+ export interface AntiSpywareSignatureSignatureCombinationAndCondition {
222
+ /**
223
+ * The Name param.
224
+ */
225
+ name?: pulumi.Input<string>;
226
+ /**
227
+ * The OrConditions param.
228
+ */
229
+ orConditions?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureCombinationAndConditionOrCondition>[]>;
230
+ }
231
+ export interface AntiSpywareSignatureSignatureCombinationAndConditionOrCondition {
232
+ /**
233
+ * The Name param.
234
+ */
235
+ name?: pulumi.Input<string>;
236
+ /**
237
+ * The ThreatId param.
238
+ */
239
+ threatId?: pulumi.Input<string>;
240
+ }
241
+ export interface AntiSpywareSignatureSignatureCombinationTimeAttribute {
242
+ /**
243
+ * The Interval param. Value must be between 1 and 3600.
244
+ */
245
+ interval?: pulumi.Input<number>;
246
+ /**
247
+ * The Threshold param. Value must be between 1 and 255.
248
+ */
249
+ threshold?: pulumi.Input<number>;
250
+ /**
251
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`, `"destination"`.
252
+ */
253
+ trackBy?: pulumi.Input<string>;
254
+ }
255
+ export interface AntiSpywareSignatureSignatureStandard {
256
+ /**
257
+ * The AndConditions param.
258
+ */
259
+ andConditions?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndCondition>[]>;
260
+ /**
261
+ * The Comment param. String length must not exceed 256 characters.
262
+ */
263
+ comment?: pulumi.Input<string>;
264
+ /**
265
+ * The Name param.
266
+ */
267
+ name: pulumi.Input<string>;
268
+ /**
269
+ * The OrderFree param. Default: `false`.
270
+ */
271
+ orderFree?: pulumi.Input<boolean>;
272
+ /**
273
+ * The Scope param. String must be one of these: `"protocol-data-unit"`, `"session"`.
274
+ */
275
+ scope?: pulumi.Input<string>;
276
+ }
277
+ export interface AntiSpywareSignatureSignatureStandardAndCondition {
278
+ /**
279
+ * The Name param.
280
+ */
281
+ name?: pulumi.Input<string>;
282
+ /**
283
+ * The OrConditions param.
284
+ */
285
+ orConditions?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrCondition>[]>;
286
+ }
287
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrCondition {
288
+ /**
289
+ * The Name param.
290
+ */
291
+ name?: pulumi.Input<string>;
292
+ /**
293
+ * The Operator param.
294
+ */
295
+ operator?: pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperator>;
296
+ }
297
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperator {
298
+ /**
299
+ * The EqualTo param.
300
+ */
301
+ equalTo?: pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorEqualTo>;
302
+ /**
303
+ * The GreaterThan param.
304
+ */
305
+ greaterThan?: pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorGreaterThan>;
306
+ /**
307
+ * The LessThan param.
308
+ */
309
+ lessThan?: pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorLessThan>;
310
+ /**
311
+ * The PatternMatch param.
312
+ */
313
+ patternMatch?: pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorPatternMatch>;
314
+ }
315
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorEqualTo {
316
+ /**
317
+ * The Context param.
318
+ */
319
+ context?: pulumi.Input<string>;
320
+ /**
321
+ * The Negate param. Default: `false`.
322
+ */
323
+ negate?: pulumi.Input<boolean>;
324
+ /**
325
+ * The Qualifiers param.
326
+ */
327
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>[]>;
328
+ /**
329
+ * The Value param. Value must be between 0 and 4294967295.
330
+ */
331
+ value?: pulumi.Input<number>;
332
+ }
333
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorEqualToQualifier {
334
+ /**
335
+ * The Name param.
336
+ */
337
+ name?: pulumi.Input<string>;
338
+ /**
339
+ * The Value param.
340
+ */
341
+ value?: pulumi.Input<string>;
342
+ }
343
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorGreaterThan {
344
+ /**
345
+ * The Context param.
346
+ */
347
+ context?: pulumi.Input<string>;
348
+ /**
349
+ * The Qualifiers param.
350
+ */
351
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier>[]>;
352
+ /**
353
+ * The Value param. Value must be between 0 and 4294967295.
354
+ */
355
+ value?: pulumi.Input<number>;
356
+ }
357
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier {
358
+ /**
359
+ * The Name param.
360
+ */
361
+ name?: pulumi.Input<string>;
362
+ /**
363
+ * The Value param.
364
+ */
365
+ value?: pulumi.Input<string>;
366
+ }
367
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorLessThan {
368
+ /**
369
+ * The Context param.
370
+ */
371
+ context?: pulumi.Input<string>;
372
+ /**
373
+ * The Qualifiers param.
374
+ */
375
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorLessThanQualifier>[]>;
376
+ /**
377
+ * The Value param. Value must be between 0 and 4294967295.
378
+ */
379
+ value?: pulumi.Input<number>;
380
+ }
381
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorLessThanQualifier {
382
+ /**
383
+ * The Name param.
384
+ */
385
+ name?: pulumi.Input<string>;
386
+ /**
387
+ * The Value param.
388
+ */
389
+ value?: pulumi.Input<string>;
390
+ }
391
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorPatternMatch {
392
+ /**
393
+ * The Context param.
394
+ */
395
+ context?: pulumi.Input<string>;
396
+ /**
397
+ * The Negate param. Default: `false`.
398
+ */
399
+ negate?: pulumi.Input<boolean>;
400
+ /**
401
+ * The Pattern param.
402
+ */
403
+ pattern?: pulumi.Input<string>;
404
+ /**
405
+ * The Qualifiers param.
406
+ */
407
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>[]>;
408
+ }
409
+ export interface AntiSpywareSignatureSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier {
410
+ /**
411
+ * The Name param.
412
+ */
413
+ name?: pulumi.Input<string>;
414
+ /**
415
+ * The Value param.
416
+ */
417
+ value?: pulumi.Input<string>;
418
+ }
419
+ export interface ApplicationDefault {
420
+ /**
421
+ * The IdentByIcmp6Type param. Ensure that only one of the following is specified: `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, `port`
422
+ */
423
+ identByIcmp6Type?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmp6Type>;
424
+ /**
425
+ * The IdentByIcmpType param. Ensure that only one of the following is specified: `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, `port`
426
+ */
427
+ identByIcmpType?: pulumi.Input<inputs.ApplicationDefaultIdentByIcmpType>;
428
+ /**
429
+ * The IdentByIpProtocol param. Ensure that only one of the following is specified: `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, `port`
430
+ */
431
+ identByIpProtocol?: pulumi.Input<string>;
432
+ /**
433
+ * The Ports param. Individual elements in this list are subject to additional validation. String length must not exceed 63 characters. Ensure that only one of the following is specified: `identByIcmp6Type`, `identByIcmpType`, `identByIpProtocol`, `port`
434
+ */
435
+ ports?: pulumi.Input<pulumi.Input<string>[]>;
436
+ }
437
+ export interface ApplicationDefaultIdentByIcmp6Type {
438
+ /**
439
+ * The Code param.
440
+ */
441
+ code?: pulumi.Input<string>;
442
+ /**
443
+ * The Type param.
444
+ */
445
+ type: pulumi.Input<string>;
446
+ }
447
+ export interface ApplicationDefaultIdentByIcmpType {
448
+ /**
449
+ * The Code param.
450
+ */
451
+ code?: pulumi.Input<string>;
452
+ /**
453
+ * The Type param.
454
+ */
455
+ type: pulumi.Input<string>;
456
+ }
457
+ export interface ApplicationFilterTagging {
458
+ /**
459
+ * The NoTag param. Ensure that only one of the following is specified: `noTag`, `tag`
460
+ */
461
+ noTag?: pulumi.Input<boolean>;
462
+ /**
463
+ * The Tags param. Individual elements in this list are subject to additional validation. String length must not exceed 127 characters. Ensure that only one of the following is specified: `noTag`, `tag`
464
+ */
465
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
466
+ }
467
+ export interface ApplicationSignature {
468
+ /**
469
+ * The AndConditions param.
470
+ */
471
+ andConditions?: pulumi.Input<pulumi.Input<inputs.ApplicationSignatureAndCondition>[]>;
472
+ /**
473
+ * The Comment param. String length must not exceed 256 characters.
474
+ */
475
+ comment?: pulumi.Input<string>;
476
+ /**
477
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
478
+ */
479
+ name: pulumi.Input<string>;
480
+ /**
481
+ * The OrderFree param. Default: `false`.
482
+ */
483
+ orderFree?: pulumi.Input<boolean>;
484
+ /**
485
+ * The Scope param. String must be one of these: `"protocol-data-unit"`, `"session"`. Default: `"protocol-data-unit"`.
486
+ */
487
+ scope?: pulumi.Input<string>;
488
+ }
489
+ export interface ApplicationSignatureAndCondition {
490
+ /**
491
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
492
+ */
493
+ name: pulumi.Input<string>;
494
+ /**
495
+ * The OrConditions param.
496
+ */
497
+ orConditions?: pulumi.Input<pulumi.Input<inputs.ApplicationSignatureAndConditionOrCondition>[]>;
498
+ }
499
+ export interface ApplicationSignatureAndConditionOrCondition {
500
+ /**
501
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
502
+ */
503
+ name: pulumi.Input<string>;
504
+ /**
505
+ * The Operator param.
506
+ */
507
+ operator: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperator>;
508
+ }
509
+ export interface ApplicationSignatureAndConditionOrConditionOperator {
510
+ /**
511
+ * The EqualTo param. Ensure that only one of the following is specified: `equalTo`, `greaterThan`, `lessThan`, `patternMatch`
512
+ */
513
+ equalTo?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorEqualTo>;
514
+ /**
515
+ * The GreaterThan param. Ensure that only one of the following is specified: `equalTo`, `greaterThan`, `lessThan`, `patternMatch`
516
+ */
517
+ greaterThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorGreaterThan>;
518
+ /**
519
+ * The LessThan param. Ensure that only one of the following is specified: `equalTo`, `greaterThan`, `lessThan`, `patternMatch`
520
+ */
521
+ lessThan?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorLessThan>;
522
+ /**
523
+ * The PatternMatch param. Ensure that only one of the following is specified: `equalTo`, `greaterThan`, `lessThan`, `patternMatch`
524
+ */
525
+ patternMatch?: pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorPatternMatch>;
526
+ }
527
+ export interface ApplicationSignatureAndConditionOrConditionOperatorEqualTo {
528
+ /**
529
+ * The Context param.
530
+ */
531
+ context: pulumi.Input<string>;
532
+ /**
533
+ * 4-byte hex value. String length must not exceed 10 characters. String validation regex: `^[0][xX][0-9A-Fa-f]{8}$`.
534
+ */
535
+ mask?: pulumi.Input<string>;
536
+ /**
537
+ * The Position param. String length must not exceed 127 characters.
538
+ */
539
+ position?: pulumi.Input<string>;
540
+ /**
541
+ * The Value param. String length must not exceed 10 characters.
542
+ */
543
+ value: pulumi.Input<string>;
544
+ }
545
+ export interface ApplicationSignatureAndConditionOrConditionOperatorGreaterThan {
546
+ /**
547
+ * The Context param. String length must not exceed 127 characters.
548
+ */
549
+ context: pulumi.Input<string>;
550
+ /**
551
+ * The Qualifiers param.
552
+ */
553
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorGreaterThanQualifier>[]>;
554
+ /**
555
+ * The Value param. Value must be between 0 and 4294967295.
556
+ */
557
+ value: pulumi.Input<number>;
558
+ }
559
+ export interface ApplicationSignatureAndConditionOrConditionOperatorGreaterThanQualifier {
560
+ /**
561
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
562
+ */
563
+ name: pulumi.Input<string>;
564
+ /**
565
+ * The Value param.
566
+ */
567
+ value: pulumi.Input<string>;
568
+ }
569
+ export interface ApplicationSignatureAndConditionOrConditionOperatorLessThan {
570
+ /**
571
+ * The Context param. String length must not exceed 127 characters.
572
+ */
573
+ context: pulumi.Input<string>;
574
+ /**
575
+ * The Qualifiers param.
576
+ */
577
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorLessThanQualifier>[]>;
578
+ /**
579
+ * The Value param. Value must be between 0 and 4294967295.
580
+ */
581
+ value: pulumi.Input<number>;
582
+ }
583
+ export interface ApplicationSignatureAndConditionOrConditionOperatorLessThanQualifier {
584
+ /**
585
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
586
+ */
587
+ name: pulumi.Input<string>;
588
+ /**
589
+ * The Value param.
590
+ */
591
+ value: pulumi.Input<string>;
592
+ }
593
+ export interface ApplicationSignatureAndConditionOrConditionOperatorPatternMatch {
594
+ /**
595
+ * The Context param. String length must not exceed 127 characters.
596
+ */
597
+ context: pulumi.Input<string>;
598
+ /**
599
+ * The Pattern param. String length must not exceed 127 characters.
600
+ */
601
+ pattern: pulumi.Input<string>;
602
+ /**
603
+ * The Qualifiers param.
604
+ */
605
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.ApplicationSignatureAndConditionOrConditionOperatorPatternMatchQualifier>[]>;
606
+ }
607
+ export interface ApplicationSignatureAndConditionOrConditionOperatorPatternMatchQualifier {
608
+ /**
609
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
610
+ */
611
+ name: pulumi.Input<string>;
612
+ /**
613
+ * The Value param.
614
+ */
615
+ value: pulumi.Input<string>;
616
+ }
617
+ export interface AuthenticationProfileLockout {
618
+ /**
619
+ * The FailedAttempts param. Value must be between 0 and 10.
620
+ */
621
+ failedAttempts?: pulumi.Input<number>;
622
+ /**
623
+ * The LockoutTime param. Value must be between 0 and 60.
624
+ */
625
+ lockoutTime?: pulumi.Input<number>;
626
+ }
627
+ export interface AuthenticationProfileMethod {
628
+ /**
629
+ * The Cloud param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
630
+ */
631
+ cloud?: pulumi.Input<inputs.AuthenticationProfileMethodCloud>;
632
+ /**
633
+ * The Kerberos param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
634
+ */
635
+ kerberos?: pulumi.Input<inputs.AuthenticationProfileMethodKerberos>;
636
+ /**
637
+ * The Ldap param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
638
+ */
639
+ ldap?: pulumi.Input<inputs.AuthenticationProfileMethodLdap>;
640
+ /**
641
+ * The LocalDatabase param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
642
+ */
643
+ localDatabase?: pulumi.Input<boolean>;
644
+ /**
645
+ * The Radius param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
646
+ */
647
+ radius?: pulumi.Input<inputs.AuthenticationProfileMethodRadius>;
648
+ /**
649
+ * The SamlIdp param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
650
+ */
651
+ samlIdp?: pulumi.Input<inputs.AuthenticationProfileMethodSamlIdp>;
652
+ /**
653
+ * The Tacplus param. Ensure that only one of the following is specified: `cloud`, `kerberos`, `ldap`, `localDatabase`, `radius`, `samlIdp`, `tacplus`
654
+ */
655
+ tacplus?: pulumi.Input<inputs.AuthenticationProfileMethodTacplus>;
656
+ }
657
+ export interface AuthenticationProfileMethodCloud {
658
+ /**
659
+ * The tenant profile name.
660
+ */
661
+ profileName?: pulumi.Input<string>;
662
+ }
663
+ export interface AuthenticationProfileMethodKerberos {
664
+ /**
665
+ * The Realm param.
666
+ */
667
+ realm?: pulumi.Input<string>;
668
+ /**
669
+ * The ServerProfile param.
670
+ */
671
+ serverProfile?: pulumi.Input<string>;
672
+ }
673
+ export interface AuthenticationProfileMethodLdap {
674
+ /**
675
+ * The LoginAttribute param.
676
+ */
677
+ loginAttribute?: pulumi.Input<string>;
678
+ /**
679
+ * The PasswdExpDays param.
680
+ */
681
+ passwdExpDays?: pulumi.Input<number>;
682
+ /**
683
+ * The ServerProfile param.
684
+ */
685
+ serverProfile?: pulumi.Input<string>;
686
+ }
687
+ export interface AuthenticationProfileMethodRadius {
688
+ /**
689
+ * The Checkgroup param.
690
+ */
691
+ checkgroup?: pulumi.Input<boolean>;
692
+ /**
693
+ * The ServerProfile param.
694
+ */
695
+ serverProfile?: pulumi.Input<string>;
696
+ }
697
+ export interface AuthenticationProfileMethodSamlIdp {
698
+ /**
699
+ * The AttributeNameUsergroup param. String length must be between 1 and 63 characters.
700
+ */
701
+ attributeNameUsergroup?: pulumi.Input<string>;
702
+ /**
703
+ * The AttributeNameUsername param. String length must be between 1 and 63 characters.
704
+ */
705
+ attributeNameUsername?: pulumi.Input<string>;
706
+ /**
707
+ * The CertificateProfile param. String length must not exceed 31 characters.
708
+ */
709
+ certificateProfile?: pulumi.Input<string>;
710
+ /**
711
+ * The EnableSingleLogout param.
712
+ */
713
+ enableSingleLogout?: pulumi.Input<boolean>;
714
+ /**
715
+ * The RequestSigningCertificate param. String length must not exceed 64 characters.
716
+ */
717
+ requestSigningCertificate?: pulumi.Input<string>;
718
+ /**
719
+ * The ServerProfile param. String length must not exceed 63 characters.
720
+ */
721
+ serverProfile?: pulumi.Input<string>;
722
+ }
723
+ export interface AuthenticationProfileMethodTacplus {
724
+ /**
725
+ * The Checkgroup param.
726
+ */
727
+ checkgroup?: pulumi.Input<boolean>;
728
+ /**
729
+ * The ServerProfile param.
730
+ */
731
+ serverProfile?: pulumi.Input<string>;
732
+ }
733
+ export interface AuthenticationProfileMultiFactorAuth {
734
+ /**
735
+ * The Factors param.
736
+ */
737
+ factors?: pulumi.Input<pulumi.Input<string>[]>;
738
+ /**
739
+ * The MfaEnable param.
740
+ */
741
+ mfaEnable?: pulumi.Input<boolean>;
742
+ }
743
+ export interface AuthenticationProfileSingleSignOn {
744
+ /**
745
+ * The KerberosKeytab param. String length must not exceed 8192 characters.
746
+ */
747
+ kerberosKeytab?: pulumi.Input<string>;
748
+ /**
749
+ * The Realm param. String length must not exceed 127 characters.
750
+ */
751
+ realm?: pulumi.Input<string>;
752
+ }
753
+ export interface CertificateProfileCaCertificate {
754
+ /**
755
+ * The DefaultOcspUrl param.
756
+ */
757
+ defaultOcspUrl?: pulumi.Input<string>;
758
+ /**
759
+ * The Name param.
760
+ */
761
+ name?: pulumi.Input<string>;
762
+ /**
763
+ * The OcspVerifyCert param.
764
+ */
765
+ ocspVerifyCert?: pulumi.Input<string>;
766
+ /**
767
+ * The TemplateName param.
768
+ */
769
+ templateName?: pulumi.Input<string>;
770
+ }
771
+ export interface CertificateProfileUsernameField {
772
+ /**
773
+ * The Subject param. String must be one of these: `"common-name"`.
774
+ */
775
+ subject?: pulumi.Input<string>;
776
+ /**
777
+ * The SubjectAlt param. String must be one of these: `"email"`.
778
+ */
779
+ subjectAlt?: pulumi.Input<string>;
780
+ }
781
+ export interface DecryptionProfileSslForwardProxy {
782
+ /**
783
+ * The AutoIncludeAltname param. Default: `false`.
784
+ */
785
+ autoIncludeAltname?: pulumi.Input<boolean>;
786
+ /**
787
+ * The BlockClientCert param. Default: `false`.
788
+ */
789
+ blockClientCert?: pulumi.Input<boolean>;
790
+ /**
791
+ * The BlockExpiredCertificate param. Default: `false`.
792
+ */
793
+ blockExpiredCertificate?: pulumi.Input<boolean>;
794
+ /**
795
+ * The BlockTimeoutCert param. Default: `false`.
796
+ */
797
+ blockTimeoutCert?: pulumi.Input<boolean>;
798
+ /**
799
+ * The BlockTls13DowngradeNoResource param. Default: `false`.
800
+ */
801
+ blockTls13DowngradeNoResource?: pulumi.Input<boolean>;
802
+ /**
803
+ * The BlockUnknownCert param. Default: `false`.
804
+ */
805
+ blockUnknownCert?: pulumi.Input<boolean>;
806
+ /**
807
+ * The BlockUnsupportedCipher param. Default: `false`.
808
+ */
809
+ blockUnsupportedCipher?: pulumi.Input<boolean>;
810
+ /**
811
+ * The BlockUnsupportedVersion param. Default: `false`.
812
+ */
813
+ blockUnsupportedVersion?: pulumi.Input<boolean>;
814
+ /**
815
+ * The BlockUntrustedIssuer param. Default: `false`.
816
+ */
817
+ blockUntrustedIssuer?: pulumi.Input<boolean>;
818
+ /**
819
+ * The RestrictCertExts param. Default: `false`.
820
+ */
821
+ restrictCertExts?: pulumi.Input<boolean>;
822
+ /**
823
+ * The StripAlpn param. Default: `false`.
824
+ */
825
+ stripAlpn?: pulumi.Input<boolean>;
826
+ }
827
+ export interface DecryptionProfileSslInboundProxy {
828
+ /**
829
+ * The BlockIfHsmUnavailable param. Default: `false`.
830
+ */
831
+ blockIfHsmUnavailable?: pulumi.Input<boolean>;
832
+ /**
833
+ * The BlockIfNoResource param. Default: `false`.
834
+ */
835
+ blockIfNoResource?: pulumi.Input<boolean>;
836
+ /**
837
+ * The BlockUnsupportedCipher param. Default: `false`.
838
+ */
839
+ blockUnsupportedCipher?: pulumi.Input<boolean>;
840
+ /**
841
+ * The BlockUnsupportedVersion param. Default: `false`.
842
+ */
843
+ blockUnsupportedVersion?: pulumi.Input<boolean>;
844
+ }
845
+ export interface DecryptionProfileSslNoProxy {
846
+ /**
847
+ * The BlockExpiredCertificate param. Default: `false`.
848
+ */
849
+ blockExpiredCertificate?: pulumi.Input<boolean>;
850
+ /**
851
+ * The BlockUntrustedIssuer param. Default: `false`.
852
+ */
853
+ blockUntrustedIssuer?: pulumi.Input<boolean>;
854
+ }
855
+ export interface DecryptionProfileSslProtocolSettings {
856
+ /**
857
+ * The AuthAlgoMd5 param. Default: `true`.
858
+ */
859
+ authAlgoMd5?: pulumi.Input<boolean>;
860
+ /**
861
+ * The AuthAlgoSha1 param. Default: `true`.
862
+ */
863
+ authAlgoSha1?: pulumi.Input<boolean>;
864
+ /**
865
+ * The AuthAlgoSha256 param. Default: `true`.
866
+ */
867
+ authAlgoSha256?: pulumi.Input<boolean>;
868
+ /**
869
+ * The AuthAlgoSha384 param. Default: `true`.
870
+ */
871
+ authAlgoSha384?: pulumi.Input<boolean>;
872
+ /**
873
+ * The EncAlgo3des param. Default: `true`.
874
+ */
875
+ encAlgo3des?: pulumi.Input<boolean>;
876
+ /**
877
+ * The EncAlgoAes128Cbc param. Default: `true`.
878
+ */
879
+ encAlgoAes128Cbc?: pulumi.Input<boolean>;
880
+ /**
881
+ * The EncAlgoAes128Gcm param. Default: `true`.
882
+ */
883
+ encAlgoAes128Gcm?: pulumi.Input<boolean>;
884
+ /**
885
+ * The EncAlgoAes256Cbc param. Default: `true`.
886
+ */
887
+ encAlgoAes256Cbc?: pulumi.Input<boolean>;
888
+ /**
889
+ * The EncAlgoAes256Gcm param. Default: `true`.
890
+ */
891
+ encAlgoAes256Gcm?: pulumi.Input<boolean>;
892
+ /**
893
+ * The EncAlgoChacha20Poly1305 param. Default: `true`.
894
+ */
895
+ encAlgoChacha20Poly1305?: pulumi.Input<boolean>;
896
+ /**
897
+ * The EncAlgoRc4 param. Default: `true`.
898
+ */
899
+ encAlgoRc4?: pulumi.Input<boolean>;
900
+ /**
901
+ * The KeyxchgAlgoDhe param. Default: `true`.
902
+ */
903
+ keyxchgAlgoDhe?: pulumi.Input<boolean>;
904
+ /**
905
+ * The KeyxchgAlgoEcdhe param. Default: `true`.
906
+ */
907
+ keyxchgAlgoEcdhe?: pulumi.Input<boolean>;
908
+ /**
909
+ * The KeyxchgAlgoRsa param. Default: `true`.
910
+ */
911
+ keyxchgAlgoRsa?: pulumi.Input<boolean>;
912
+ /**
913
+ * The MaxVersion param. String must be one of these: `"sslv3"`, `"tls1-0"`, `"tls1-1"`, `"tls1-2"`, `"tls1-3"`, `"max"`. Default: `"tls1-2"`.
914
+ */
915
+ maxVersion?: pulumi.Input<string>;
916
+ /**
917
+ * The MinVersion param. String must be one of these: `"sslv3"`, `"tls1-0"`, `"tls1-1"`, `"tls1-2"`, `"tls1-3"`. Default: `"tls1-0"`.
918
+ */
919
+ minVersion?: pulumi.Input<string>;
920
+ }
921
+ export interface DecryptionRuleType {
922
+ /**
923
+ * The SslForwardProxy param. Ensure that only one of the following is specified: `sslForwardProxy`, `sslInboundInspection`
924
+ */
925
+ sslForwardProxy?: pulumi.Input<boolean>;
926
+ /**
927
+ * add the certificate name for SSL inbound inspection. Ensure that only one of the following is specified: `sslForwardProxy`, `sslInboundInspection`
928
+ */
929
+ sslInboundInspection?: pulumi.Input<string>;
930
+ }
931
+ export interface DnsSecurityProfileBotnetDomains {
932
+ /**
933
+ * The DnsSecurityCategories param.
934
+ */
935
+ dnsSecurityCategories?: pulumi.Input<pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsDnsSecurityCategory>[]>;
936
+ /**
937
+ * The Lists param.
938
+ */
939
+ lists?: pulumi.Input<pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsList>[]>;
940
+ /**
941
+ * The Sinkhole param.
942
+ */
943
+ sinkhole?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsSinkhole>;
944
+ /**
945
+ * The Whitelists param.
946
+ */
947
+ whitelists?: pulumi.Input<pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsWhitelist>[]>;
948
+ }
949
+ export interface DnsSecurityProfileBotnetDomainsDnsSecurityCategory {
950
+ /**
951
+ * The Action param. String must be one of these: `"default"`, `"allow"`, `"block"`, `"sinkhole"`. Default: `"default"`.
952
+ */
953
+ action?: pulumi.Input<string>;
954
+ /**
955
+ * The LogLevel param. String must be one of these: `"default"`, `"none"`, `"low"`, `"informational"`, `"medium"`, `"high"`, `"critical"`. Default: `"default"`.
956
+ */
957
+ logLevel?: pulumi.Input<string>;
958
+ /**
959
+ * The Name param.
960
+ */
961
+ name?: pulumi.Input<string>;
962
+ /**
963
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
964
+ */
965
+ packetCapture?: pulumi.Input<string>;
966
+ }
967
+ export interface DnsSecurityProfileBotnetDomainsList {
968
+ /**
969
+ * The Action param.
970
+ */
971
+ action?: pulumi.Input<inputs.DnsSecurityProfileBotnetDomainsListAction>;
972
+ /**
973
+ * The Name param.
974
+ */
975
+ name: pulumi.Input<string>;
976
+ /**
977
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
978
+ */
979
+ packetCapture?: pulumi.Input<string>;
980
+ }
981
+ export interface DnsSecurityProfileBotnetDomainsListAction {
982
+ /**
983
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `block`, `sinkhole`
984
+ */
985
+ alert?: pulumi.Input<boolean>;
986
+ /**
987
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `block`, `sinkhole`
988
+ */
989
+ allow?: pulumi.Input<boolean>;
990
+ /**
991
+ * The Block param. Ensure that only one of the following is specified: `alert`, `allow`, `block`, `sinkhole`
992
+ */
993
+ block?: pulumi.Input<boolean>;
994
+ /**
995
+ * The Sinkhole param. Ensure that only one of the following is specified: `alert`, `allow`, `block`, `sinkhole`
996
+ */
997
+ sinkhole?: pulumi.Input<boolean>;
998
+ }
999
+ export interface DnsSecurityProfileBotnetDomainsSinkhole {
1000
+ /**
1001
+ * The Ipv4Address param. String must be one of these: `"127.0.0.1"`, `"pan-sinkhole-default-ip"`.
1002
+ */
1003
+ ipv4Address?: pulumi.Input<string>;
1004
+ /**
1005
+ * The Ipv6Address param. String must be one of these: `"::1"`.
1006
+ */
1007
+ ipv6Address?: pulumi.Input<string>;
1008
+ }
1009
+ export interface DnsSecurityProfileBotnetDomainsWhitelist {
1010
+ /**
1011
+ * The Description param.
1012
+ */
1013
+ description?: pulumi.Input<string>;
1014
+ /**
1015
+ * The Name param.
1016
+ */
1017
+ name: pulumi.Input<string>;
1018
+ }
1019
+ export interface ExternalDynamicListType {
1020
+ /**
1021
+ * The Domain param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1022
+ */
1023
+ domain?: pulumi.Input<inputs.ExternalDynamicListTypeDomain>;
1024
+ /**
1025
+ * The Imei param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1026
+ */
1027
+ imei?: pulumi.Input<inputs.ExternalDynamicListTypeImei>;
1028
+ /**
1029
+ * The Imsi param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1030
+ */
1031
+ imsi?: pulumi.Input<inputs.ExternalDynamicListTypeImsi>;
1032
+ /**
1033
+ * The Ip param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1034
+ */
1035
+ ip?: pulumi.Input<inputs.ExternalDynamicListTypeIp>;
1036
+ /**
1037
+ * The PredefinedIp param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1038
+ */
1039
+ predefinedIp?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedIp>;
1040
+ /**
1041
+ * The PredefinedUrl param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1042
+ */
1043
+ predefinedUrl?: pulumi.Input<inputs.ExternalDynamicListTypePredefinedUrl>;
1044
+ /**
1045
+ * The Url param. Ensure that only one of the following is specified: `domain`, `imei`, `imsi`, `ip`, `predefinedIp`, `predefinedUrl`, `url`
1046
+ */
1047
+ url?: pulumi.Input<inputs.ExternalDynamicListTypeUrl>;
1048
+ }
1049
+ export interface ExternalDynamicListTypeDomain {
1050
+ /**
1051
+ * Profile for authenticating client certificates. Default: `"None"`.
1052
+ */
1053
+ certificateProfile?: pulumi.Input<string>;
1054
+ /**
1055
+ * The Description param. String length must not exceed 255 characters.
1056
+ */
1057
+ description?: pulumi.Input<string>;
1058
+ /**
1059
+ * The DomainAuth param.
1060
+ */
1061
+ domainAuth?: pulumi.Input<inputs.ExternalDynamicListTypeDomainDomainAuth>;
1062
+ /**
1063
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
1064
+ */
1065
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1066
+ /**
1067
+ * Enable/Disable expand domain. Default: `false`.
1068
+ */
1069
+ expandDomain?: pulumi.Input<boolean>;
1070
+ /**
1071
+ * The Recurring param.
1072
+ */
1073
+ recurring: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurring>;
1074
+ /**
1075
+ * The Url param. String length must not exceed 255 characters. Default: `"http://"`.
1076
+ */
1077
+ url?: pulumi.Input<string>;
1078
+ }
1079
+ export interface ExternalDynamicListTypeDomainDomainAuth {
1080
+ /**
1081
+ * The Password param. String length must not exceed 255 characters.
1082
+ */
1083
+ password: pulumi.Input<string>;
1084
+ /**
1085
+ * The Username param. String length must be between 1 and 255 characters.
1086
+ */
1087
+ username: pulumi.Input<string>;
1088
+ }
1089
+ export interface ExternalDynamicListTypeDomainRecurring {
1090
+ /**
1091
+ * The Daily param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1092
+ */
1093
+ daily?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringDaily>;
1094
+ /**
1095
+ * The FiveMinute param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1096
+ */
1097
+ fiveMinute?: pulumi.Input<boolean>;
1098
+ /**
1099
+ * The Hourly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1100
+ */
1101
+ hourly?: pulumi.Input<boolean>;
1102
+ /**
1103
+ * The Monthly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1104
+ */
1105
+ monthly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringMonthly>;
1106
+ /**
1107
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1108
+ */
1109
+ weekly?: pulumi.Input<inputs.ExternalDynamicListTypeDomainRecurringWeekly>;
1110
+ }
1111
+ export interface ExternalDynamicListTypeDomainRecurringDaily {
1112
+ /**
1113
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1114
+ */
1115
+ at?: pulumi.Input<string>;
1116
+ }
1117
+ export interface ExternalDynamicListTypeDomainRecurringMonthly {
1118
+ /**
1119
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1120
+ */
1121
+ at?: pulumi.Input<string>;
1122
+ /**
1123
+ * The DayOfMonth param. Value must be between 1 and 31.
1124
+ */
1125
+ dayOfMonth: pulumi.Input<number>;
1126
+ }
1127
+ export interface ExternalDynamicListTypeDomainRecurringWeekly {
1128
+ /**
1129
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1130
+ */
1131
+ at?: pulumi.Input<string>;
1132
+ /**
1133
+ * The DayOfWeek param. String must be one of these: `"sunday"`, `"monday"`, `"tuesday"`, `"wednesday"`, `"thursday"`, `"friday"`, `"saturday"`.
1134
+ */
1135
+ dayOfWeek: pulumi.Input<string>;
1136
+ }
1137
+ export interface ExternalDynamicListTypeImei {
1138
+ /**
1139
+ * Profile for authenticating client certificates. Default: `"None"`.
1140
+ */
1141
+ certificateProfile?: pulumi.Input<string>;
1142
+ /**
1143
+ * The Description param. String length must not exceed 255 characters.
1144
+ */
1145
+ description?: pulumi.Input<string>;
1146
+ /**
1147
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 32 characters.
1148
+ */
1149
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1150
+ /**
1151
+ * The ImeiAuth param.
1152
+ */
1153
+ imeiAuth?: pulumi.Input<inputs.ExternalDynamicListTypeImeiImeiAuth>;
1154
+ /**
1155
+ * The Recurring param.
1156
+ */
1157
+ recurring: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurring>;
1158
+ /**
1159
+ * The Url param. String length must not exceed 255 characters. Default: `"http://"`.
1160
+ */
1161
+ url?: pulumi.Input<string>;
1162
+ }
1163
+ export interface ExternalDynamicListTypeImeiImeiAuth {
1164
+ /**
1165
+ * The Password param. String length must not exceed 255 characters.
1166
+ */
1167
+ password: pulumi.Input<string>;
1168
+ /**
1169
+ * The Username param. String length must be between 1 and 255 characters.
1170
+ */
1171
+ username: pulumi.Input<string>;
1172
+ }
1173
+ export interface ExternalDynamicListTypeImeiRecurring {
1174
+ /**
1175
+ * The Daily param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1176
+ */
1177
+ daily?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringDaily>;
1178
+ /**
1179
+ * The FiveMinute param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1180
+ */
1181
+ fiveMinute?: pulumi.Input<boolean>;
1182
+ /**
1183
+ * The Hourly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1184
+ */
1185
+ hourly?: pulumi.Input<boolean>;
1186
+ /**
1187
+ * The Monthly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1188
+ */
1189
+ monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringMonthly>;
1190
+ /**
1191
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1192
+ */
1193
+ weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImeiRecurringWeekly>;
1194
+ }
1195
+ export interface ExternalDynamicListTypeImeiRecurringDaily {
1196
+ /**
1197
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1198
+ */
1199
+ at?: pulumi.Input<string>;
1200
+ }
1201
+ export interface ExternalDynamicListTypeImeiRecurringMonthly {
1202
+ /**
1203
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1204
+ */
1205
+ at?: pulumi.Input<string>;
1206
+ /**
1207
+ * The DayOfMonth param. Value must be between 1 and 31.
1208
+ */
1209
+ dayOfMonth: pulumi.Input<number>;
1210
+ }
1211
+ export interface ExternalDynamicListTypeImeiRecurringWeekly {
1212
+ /**
1213
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1214
+ */
1215
+ at?: pulumi.Input<string>;
1216
+ /**
1217
+ * The DayOfWeek param. String must be one of these: `"sunday"`, `"monday"`, `"tuesday"`, `"wednesday"`, `"thursday"`, `"friday"`, `"saturday"`.
1218
+ */
1219
+ dayOfWeek: pulumi.Input<string>;
1220
+ }
1221
+ export interface ExternalDynamicListTypeImsi {
1222
+ /**
1223
+ * Profile for authenticating client certificates. Default: `"None"`.
1224
+ */
1225
+ certificateProfile?: pulumi.Input<string>;
1226
+ /**
1227
+ * The Description param. String length must not exceed 255 characters.
1228
+ */
1229
+ description?: pulumi.Input<string>;
1230
+ /**
1231
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 34 characters.
1232
+ */
1233
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1234
+ /**
1235
+ * The ImsiAuth param.
1236
+ */
1237
+ imsiAuth?: pulumi.Input<inputs.ExternalDynamicListTypeImsiImsiAuth>;
1238
+ /**
1239
+ * The Recurring param.
1240
+ */
1241
+ recurring: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurring>;
1242
+ /**
1243
+ * The Url param. String length must not exceed 255 characters. Default: `"http://"`.
1244
+ */
1245
+ url?: pulumi.Input<string>;
1246
+ }
1247
+ export interface ExternalDynamicListTypeImsiImsiAuth {
1248
+ /**
1249
+ * The Password param. String length must not exceed 255 characters.
1250
+ */
1251
+ password: pulumi.Input<string>;
1252
+ /**
1253
+ * The Username param. String length must be between 1 and 255 characters.
1254
+ */
1255
+ username: pulumi.Input<string>;
1256
+ }
1257
+ export interface ExternalDynamicListTypeImsiRecurring {
1258
+ /**
1259
+ * The Daily param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1260
+ */
1261
+ daily?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringDaily>;
1262
+ /**
1263
+ * The FiveMinute param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1264
+ */
1265
+ fiveMinute?: pulumi.Input<boolean>;
1266
+ /**
1267
+ * The Hourly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1268
+ */
1269
+ hourly?: pulumi.Input<boolean>;
1270
+ /**
1271
+ * The Monthly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1272
+ */
1273
+ monthly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringMonthly>;
1274
+ /**
1275
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1276
+ */
1277
+ weekly?: pulumi.Input<inputs.ExternalDynamicListTypeImsiRecurringWeekly>;
1278
+ }
1279
+ export interface ExternalDynamicListTypeImsiRecurringDaily {
1280
+ /**
1281
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1282
+ */
1283
+ at?: pulumi.Input<string>;
1284
+ }
1285
+ export interface ExternalDynamicListTypeImsiRecurringMonthly {
1286
+ /**
1287
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1288
+ */
1289
+ at?: pulumi.Input<string>;
1290
+ /**
1291
+ * The DayOfMonth param. Value must be between 1 and 31.
1292
+ */
1293
+ dayOfMonth: pulumi.Input<number>;
1294
+ }
1295
+ export interface ExternalDynamicListTypeImsiRecurringWeekly {
1296
+ /**
1297
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1298
+ */
1299
+ at?: pulumi.Input<string>;
1300
+ /**
1301
+ * The DayOfWeek param. String must be one of these: `"sunday"`, `"monday"`, `"tuesday"`, `"wednesday"`, `"thursday"`, `"friday"`, `"saturday"`.
1302
+ */
1303
+ dayOfWeek: pulumi.Input<string>;
1304
+ }
1305
+ export interface ExternalDynamicListTypeIp {
1306
+ /**
1307
+ * Profile for authenticating client certificates. Default: `"None"`.
1308
+ */
1309
+ certificateProfile?: pulumi.Input<string>;
1310
+ /**
1311
+ * The Description param. String length must not exceed 255 characters.
1312
+ */
1313
+ description?: pulumi.Input<string>;
1314
+ /**
1315
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
1316
+ */
1317
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1318
+ /**
1319
+ * The IpAuth param.
1320
+ */
1321
+ ipAuth?: pulumi.Input<inputs.ExternalDynamicListTypeIpIpAuth>;
1322
+ /**
1323
+ * The Recurring param.
1324
+ */
1325
+ recurring: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurring>;
1326
+ /**
1327
+ * The Url param. String length must not exceed 255 characters. Default: `"http://"`.
1328
+ */
1329
+ url?: pulumi.Input<string>;
1330
+ }
1331
+ export interface ExternalDynamicListTypeIpIpAuth {
1332
+ /**
1333
+ * The Password param. String length must not exceed 255 characters.
1334
+ */
1335
+ password: pulumi.Input<string>;
1336
+ /**
1337
+ * The Username param. String length must be between 1 and 255 characters.
1338
+ */
1339
+ username: pulumi.Input<string>;
1340
+ }
1341
+ export interface ExternalDynamicListTypeIpRecurring {
1342
+ /**
1343
+ * The Daily param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1344
+ */
1345
+ daily?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringDaily>;
1346
+ /**
1347
+ * The FiveMinute param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1348
+ */
1349
+ fiveMinute?: pulumi.Input<boolean>;
1350
+ /**
1351
+ * The Hourly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1352
+ */
1353
+ hourly?: pulumi.Input<boolean>;
1354
+ /**
1355
+ * The Monthly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1356
+ */
1357
+ monthly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringMonthly>;
1358
+ /**
1359
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1360
+ */
1361
+ weekly?: pulumi.Input<inputs.ExternalDynamicListTypeIpRecurringWeekly>;
1362
+ }
1363
+ export interface ExternalDynamicListTypeIpRecurringDaily {
1364
+ /**
1365
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1366
+ */
1367
+ at?: pulumi.Input<string>;
1368
+ }
1369
+ export interface ExternalDynamicListTypeIpRecurringMonthly {
1370
+ /**
1371
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1372
+ */
1373
+ at?: pulumi.Input<string>;
1374
+ /**
1375
+ * The DayOfMonth param. Value must be between 1 and 31.
1376
+ */
1377
+ dayOfMonth: pulumi.Input<number>;
1378
+ }
1379
+ export interface ExternalDynamicListTypeIpRecurringWeekly {
1380
+ /**
1381
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1382
+ */
1383
+ at?: pulumi.Input<string>;
1384
+ /**
1385
+ * The DayOfWeek param. String must be one of these: `"sunday"`, `"monday"`, `"tuesday"`, `"wednesday"`, `"thursday"`, `"friday"`, `"saturday"`.
1386
+ */
1387
+ dayOfWeek: pulumi.Input<string>;
1388
+ }
1389
+ export interface ExternalDynamicListTypePredefinedIp {
1390
+ /**
1391
+ * The Description param. String length must not exceed 255 characters.
1392
+ */
1393
+ description?: pulumi.Input<string>;
1394
+ /**
1395
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
1396
+ */
1397
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1398
+ /**
1399
+ * The Url param.
1400
+ */
1401
+ url: pulumi.Input<string>;
1402
+ }
1403
+ export interface ExternalDynamicListTypePredefinedUrl {
1404
+ /**
1405
+ * The Description param. String length must not exceed 255 characters.
1406
+ */
1407
+ description?: pulumi.Input<string>;
1408
+ /**
1409
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
1410
+ */
1411
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1412
+ /**
1413
+ * The Url param.
1414
+ */
1415
+ url: pulumi.Input<string>;
1416
+ }
1417
+ export interface ExternalDynamicListTypeUrl {
1418
+ /**
1419
+ * Profile for authenticating client certificates. Default: `"None"`.
1420
+ */
1421
+ certificateProfile?: pulumi.Input<string>;
1422
+ /**
1423
+ * The Description param. String length must not exceed 255 characters.
1424
+ */
1425
+ description?: pulumi.Input<string>;
1426
+ /**
1427
+ * The ExceptionList param. Individual elements in this list are subject to additional validation. String length must not exceed 255 characters.
1428
+ */
1429
+ exceptionLists?: pulumi.Input<pulumi.Input<string>[]>;
1430
+ /**
1431
+ * The Recurring param.
1432
+ */
1433
+ recurring: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurring>;
1434
+ /**
1435
+ * The Url param. String length must not exceed 255 characters. Default: `"http://"`.
1436
+ */
1437
+ url?: pulumi.Input<string>;
1438
+ /**
1439
+ * The UrlAuth param.
1440
+ */
1441
+ urlAuth?: pulumi.Input<inputs.ExternalDynamicListTypeUrlUrlAuth>;
1442
+ }
1443
+ export interface ExternalDynamicListTypeUrlRecurring {
1444
+ /**
1445
+ * The Daily param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1446
+ */
1447
+ daily?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringDaily>;
1448
+ /**
1449
+ * The FiveMinute param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1450
+ */
1451
+ fiveMinute?: pulumi.Input<boolean>;
1452
+ /**
1453
+ * The Hourly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1454
+ */
1455
+ hourly?: pulumi.Input<boolean>;
1456
+ /**
1457
+ * The Monthly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1458
+ */
1459
+ monthly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringMonthly>;
1460
+ /**
1461
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `fiveMinute`, `hourly`, `monthly`, `weekly`
1462
+ */
1463
+ weekly?: pulumi.Input<inputs.ExternalDynamicListTypeUrlRecurringWeekly>;
1464
+ }
1465
+ export interface ExternalDynamicListTypeUrlRecurringDaily {
1466
+ /**
1467
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1468
+ */
1469
+ at?: pulumi.Input<string>;
1470
+ }
1471
+ export interface ExternalDynamicListTypeUrlRecurringMonthly {
1472
+ /**
1473
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1474
+ */
1475
+ at?: pulumi.Input<string>;
1476
+ /**
1477
+ * The DayOfMonth param. Value must be between 1 and 31.
1478
+ */
1479
+ dayOfMonth: pulumi.Input<number>;
1480
+ }
1481
+ export interface ExternalDynamicListTypeUrlRecurringWeekly {
1482
+ /**
1483
+ * Time specification hh (e.g. 20). String length must be between 2 and 2 characters. String validation regex: `([01][0-9]|[2][0-3])`. Default: `"00"`.
1484
+ */
1485
+ at?: pulumi.Input<string>;
1486
+ /**
1487
+ * The DayOfWeek param. String must be one of these: `"sunday"`, `"monday"`, `"tuesday"`, `"wednesday"`, `"thursday"`, `"friday"`, `"saturday"`.
1488
+ */
1489
+ dayOfWeek: pulumi.Input<string>;
1490
+ }
1491
+ export interface ExternalDynamicListTypeUrlUrlAuth {
1492
+ /**
1493
+ * The Password param. String length must not exceed 255 characters.
1494
+ */
1495
+ password: pulumi.Input<string>;
1496
+ /**
1497
+ * The Username param. String length must be between 1 and 255 characters.
1498
+ */
1499
+ username: pulumi.Input<string>;
1500
+ }
1501
+ export interface FileBlockingProfileRule {
1502
+ /**
1503
+ * The Action param. String must be one of these: `"alert"`, `"block"`, `"continue"`. Default: `"alert"`.
1504
+ */
1505
+ action?: pulumi.Input<string>;
1506
+ /**
1507
+ * The Applications param. List must contain at least 1 elements.
1508
+ */
1509
+ applications: pulumi.Input<pulumi.Input<string>[]>;
1510
+ /**
1511
+ * The Direction param. String must be one of these: `"download"`, `"upload"`, `"both"`. Default: `"both"`.
1512
+ */
1513
+ direction?: pulumi.Input<string>;
1514
+ /**
1515
+ * The FileTypes param. List must contain at least 1 elements.
1516
+ */
1517
+ fileTypes: pulumi.Input<pulumi.Input<string>[]>;
1518
+ /**
1519
+ * The Name param.
1520
+ */
1521
+ name: pulumi.Input<string>;
1522
+ }
1523
+ export interface HipObjectAntiMalware {
1524
+ /**
1525
+ * The Criteria param.
1526
+ */
1527
+ criteria?: pulumi.Input<inputs.HipObjectAntiMalwareCriteria>;
1528
+ /**
1529
+ * The ExcludeVendor param. Default: `false`.
1530
+ */
1531
+ excludeVendor?: pulumi.Input<boolean>;
1532
+ /**
1533
+ * Vendor name.
1534
+ */
1535
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectAntiMalwareVendor>[]>;
1536
+ }
1537
+ export interface HipObjectAntiMalwareCriteria {
1538
+ /**
1539
+ * Is Installed. Default: `true`.
1540
+ */
1541
+ isInstalled?: pulumi.Input<boolean>;
1542
+ /**
1543
+ * The LastScanTime param.
1544
+ */
1545
+ lastScanTime?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTime>;
1546
+ /**
1547
+ * The ProductVersion param.
1548
+ */
1549
+ productVersion?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersion>;
1550
+ /**
1551
+ * real time protection. String must be one of these: `"no"`, `"yes"`, `"not-available"`.
1552
+ */
1553
+ realTimeProtection?: pulumi.Input<string>;
1554
+ /**
1555
+ * The VirdefVersion param.
1556
+ */
1557
+ virdefVersion?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersion>;
1558
+ }
1559
+ export interface HipObjectAntiMalwareCriteriaLastScanTime {
1560
+ /**
1561
+ * The NotAvailable param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1562
+ */
1563
+ notAvailable?: pulumi.Input<boolean>;
1564
+ /**
1565
+ * The NotWithin param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1566
+ */
1567
+ notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeNotWithin>;
1568
+ /**
1569
+ * The Within param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1570
+ */
1571
+ within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaLastScanTimeWithin>;
1572
+ }
1573
+ export interface HipObjectAntiMalwareCriteriaLastScanTimeNotWithin {
1574
+ /**
1575
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1576
+ */
1577
+ days?: pulumi.Input<number>;
1578
+ /**
1579
+ * specify time in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1580
+ */
1581
+ hours?: pulumi.Input<number>;
1582
+ }
1583
+ export interface HipObjectAntiMalwareCriteriaLastScanTimeWithin {
1584
+ /**
1585
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1586
+ */
1587
+ days?: pulumi.Input<number>;
1588
+ /**
1589
+ * specify time in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1590
+ */
1591
+ hours?: pulumi.Input<number>;
1592
+ }
1593
+ export interface HipObjectAntiMalwareCriteriaProductVersion {
1594
+ /**
1595
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1596
+ */
1597
+ contains?: pulumi.Input<string>;
1598
+ /**
1599
+ * The GreaterEqual param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1600
+ */
1601
+ greaterEqual?: pulumi.Input<string>;
1602
+ /**
1603
+ * The GreaterThan param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1604
+ */
1605
+ greaterThan?: pulumi.Input<string>;
1606
+ /**
1607
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1608
+ */
1609
+ is?: pulumi.Input<string>;
1610
+ /**
1611
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1612
+ */
1613
+ isNot?: pulumi.Input<string>;
1614
+ /**
1615
+ * The LessEqual param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1616
+ */
1617
+ lessEqual?: pulumi.Input<string>;
1618
+ /**
1619
+ * The LessThan param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1620
+ */
1621
+ lessThan?: pulumi.Input<string>;
1622
+ /**
1623
+ * The NotWithin param. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1624
+ */
1625
+ notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionNotWithin>;
1626
+ /**
1627
+ * The Within param. Ensure that only one of the following is specified: `contains`, `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`, `notWithin`, `within`
1628
+ */
1629
+ within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaProductVersionWithin>;
1630
+ }
1631
+ export interface HipObjectAntiMalwareCriteriaProductVersionNotWithin {
1632
+ /**
1633
+ * versions range. Value must be between 1 and 65535. Default: `1`.
1634
+ */
1635
+ versions?: pulumi.Input<number>;
1636
+ }
1637
+ export interface HipObjectAntiMalwareCriteriaProductVersionWithin {
1638
+ /**
1639
+ * versions range. Value must be between 1 and 65535. Default: `1`.
1640
+ */
1641
+ versions?: pulumi.Input<number>;
1642
+ }
1643
+ export interface HipObjectAntiMalwareCriteriaVirdefVersion {
1644
+ /**
1645
+ * The NotWithin param. Ensure that only one of the following is specified: `notWithin`, `within`
1646
+ */
1647
+ notWithin?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionNotWithin>;
1648
+ /**
1649
+ * The Within param. Ensure that only one of the following is specified: `notWithin`, `within`
1650
+ */
1651
+ within?: pulumi.Input<inputs.HipObjectAntiMalwareCriteriaVirdefVersionWithin>;
1652
+ }
1653
+ export interface HipObjectAntiMalwareCriteriaVirdefVersionNotWithin {
1654
+ /**
1655
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `versions`
1656
+ */
1657
+ days?: pulumi.Input<number>;
1658
+ /**
1659
+ * specify versions range. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `versions`
1660
+ */
1661
+ versions?: pulumi.Input<number>;
1662
+ }
1663
+ export interface HipObjectAntiMalwareCriteriaVirdefVersionWithin {
1664
+ /**
1665
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `versions`
1666
+ */
1667
+ days?: pulumi.Input<number>;
1668
+ /**
1669
+ * specify versions range. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `versions`
1670
+ */
1671
+ versions?: pulumi.Input<number>;
1672
+ }
1673
+ export interface HipObjectAntiMalwareVendor {
1674
+ /**
1675
+ * The Name param. String length must not exceed 103 characters.
1676
+ */
1677
+ name: pulumi.Input<string>;
1678
+ /**
1679
+ * The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
1680
+ */
1681
+ products?: pulumi.Input<pulumi.Input<string>[]>;
1682
+ }
1683
+ export interface HipObjectCertificate {
1684
+ /**
1685
+ * The Criteria param.
1686
+ */
1687
+ criteria?: pulumi.Input<inputs.HipObjectCertificateCriteria>;
1688
+ }
1689
+ export interface HipObjectCertificateCriteria {
1690
+ /**
1691
+ * The CertificateAttributes param.
1692
+ */
1693
+ certificateAttributes?: pulumi.Input<pulumi.Input<inputs.HipObjectCertificateCriteriaCertificateAttribute>[]>;
1694
+ /**
1695
+ * Profile for authenticating client certificates.
1696
+ */
1697
+ certificateProfile?: pulumi.Input<string>;
1698
+ }
1699
+ export interface HipObjectCertificateCriteriaCertificateAttribute {
1700
+ /**
1701
+ * Attribute Name.
1702
+ */
1703
+ name: pulumi.Input<string>;
1704
+ /**
1705
+ * Key value. String length must not exceed 1024 characters. String validation regex: `.*`.
1706
+ */
1707
+ value?: pulumi.Input<string>;
1708
+ }
1709
+ export interface HipObjectCustomChecks {
1710
+ /**
1711
+ * The Criteria param.
1712
+ */
1713
+ criteria: pulumi.Input<inputs.HipObjectCustomChecksCriteria>;
1714
+ }
1715
+ export interface HipObjectCustomChecksCriteria {
1716
+ /**
1717
+ * The Plist param.
1718
+ */
1719
+ plists?: pulumi.Input<pulumi.Input<inputs.HipObjectCustomChecksCriteriaPlist>[]>;
1720
+ /**
1721
+ * The ProcessList param.
1722
+ */
1723
+ processLists?: pulumi.Input<pulumi.Input<inputs.HipObjectCustomChecksCriteriaProcessList>[]>;
1724
+ /**
1725
+ * The RegistryKeys param.
1726
+ */
1727
+ registryKeys?: pulumi.Input<pulumi.Input<inputs.HipObjectCustomChecksCriteriaRegistryKey>[]>;
1728
+ }
1729
+ export interface HipObjectCustomChecksCriteriaPlist {
1730
+ /**
1731
+ * The Keys param.
1732
+ */
1733
+ keys?: pulumi.Input<pulumi.Input<inputs.HipObjectCustomChecksCriteriaPlistKey>[]>;
1734
+ /**
1735
+ * Preference list. String length must not exceed 1023 characters.
1736
+ */
1737
+ name: pulumi.Input<string>;
1738
+ /**
1739
+ * Plist does not exist. Default: `false`.
1740
+ */
1741
+ negate?: pulumi.Input<boolean>;
1742
+ }
1743
+ export interface HipObjectCustomChecksCriteriaPlistKey {
1744
+ /**
1745
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
1746
+ */
1747
+ name: pulumi.Input<string>;
1748
+ /**
1749
+ * Value does not exist or match specified value data. Default: `false`.
1750
+ */
1751
+ negate?: pulumi.Input<boolean>;
1752
+ /**
1753
+ * Key value. String length must not exceed 1024 characters. String validation regex: `.*`.
1754
+ */
1755
+ value?: pulumi.Input<string>;
1756
+ }
1757
+ export interface HipObjectCustomChecksCriteriaProcessList {
1758
+ /**
1759
+ * Process Name. String length must not exceed 1023 characters.
1760
+ */
1761
+ name: pulumi.Input<string>;
1762
+ /**
1763
+ * The Running param. Default: `true`.
1764
+ */
1765
+ running?: pulumi.Input<boolean>;
1766
+ }
1767
+ export interface HipObjectCustomChecksCriteriaRegistryKey {
1768
+ /**
1769
+ * Registry key default value data. String length must not exceed 1024 characters. String validation regex: `.*`.
1770
+ */
1771
+ defaultValueData?: pulumi.Input<string>;
1772
+ /**
1773
+ * Registry key. String length must not exceed 1023 characters.
1774
+ */
1775
+ name: pulumi.Input<string>;
1776
+ /**
1777
+ * Key does not exist or match specified value data. Default: `false`.
1778
+ */
1779
+ negate?: pulumi.Input<boolean>;
1780
+ /**
1781
+ * The RegistryValues param.
1782
+ */
1783
+ registryValues?: pulumi.Input<pulumi.Input<inputs.HipObjectCustomChecksCriteriaRegistryKeyRegistryValue>[]>;
1784
+ }
1785
+ export interface HipObjectCustomChecksCriteriaRegistryKeyRegistryValue {
1786
+ /**
1787
+ * Registry value name. String length must not exceed 1023 characters.
1788
+ */
1789
+ name: pulumi.Input<string>;
1790
+ /**
1791
+ * Value does not exist or match specified value data. Default: `false`.
1792
+ */
1793
+ negate?: pulumi.Input<boolean>;
1794
+ /**
1795
+ * Registry value data. String length must not exceed 1024 characters. String validation regex: `.*`.
1796
+ */
1797
+ valueData?: pulumi.Input<string>;
1798
+ }
1799
+ export interface HipObjectDataLossPrevention {
1800
+ /**
1801
+ * The Criteria param.
1802
+ */
1803
+ criteria?: pulumi.Input<inputs.HipObjectDataLossPreventionCriteria>;
1804
+ /**
1805
+ * The ExcludeVendor param. Default: `false`.
1806
+ */
1807
+ excludeVendor?: pulumi.Input<boolean>;
1808
+ /**
1809
+ * Vendor name.
1810
+ */
1811
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectDataLossPreventionVendor>[]>;
1812
+ }
1813
+ export interface HipObjectDataLossPreventionCriteria {
1814
+ /**
1815
+ * is enabled. String must be one of these: `"no"`, `"yes"`, `"not-available"`.
1816
+ */
1817
+ isEnabled?: pulumi.Input<string>;
1818
+ /**
1819
+ * Is Installed. Default: `true`.
1820
+ */
1821
+ isInstalled?: pulumi.Input<boolean>;
1822
+ }
1823
+ export interface HipObjectDataLossPreventionVendor {
1824
+ /**
1825
+ * The Name param. String length must not exceed 103 characters.
1826
+ */
1827
+ name: pulumi.Input<string>;
1828
+ /**
1829
+ * Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
1830
+ */
1831
+ products?: pulumi.Input<pulumi.Input<string>[]>;
1832
+ }
1833
+ export interface HipObjectDiskBackup {
1834
+ /**
1835
+ * The Criteria param.
1836
+ */
1837
+ criteria?: pulumi.Input<inputs.HipObjectDiskBackupCriteria>;
1838
+ /**
1839
+ * The ExcludeVendor param. Default: `false`.
1840
+ */
1841
+ excludeVendor?: pulumi.Input<boolean>;
1842
+ /**
1843
+ * Vendor name.
1844
+ */
1845
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectDiskBackupVendor>[]>;
1846
+ }
1847
+ export interface HipObjectDiskBackupCriteria {
1848
+ /**
1849
+ * Is Installed. Default: `true`.
1850
+ */
1851
+ isInstalled?: pulumi.Input<boolean>;
1852
+ /**
1853
+ * The LastBackupTime param.
1854
+ */
1855
+ lastBackupTime?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTime>;
1856
+ }
1857
+ export interface HipObjectDiskBackupCriteriaLastBackupTime {
1858
+ /**
1859
+ * The NotAvailable param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1860
+ */
1861
+ notAvailable?: pulumi.Input<boolean>;
1862
+ /**
1863
+ * The NotWithin param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1864
+ */
1865
+ notWithin?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeNotWithin>;
1866
+ /**
1867
+ * The Within param. Ensure that only one of the following is specified: `notAvailable`, `notWithin`, `within`
1868
+ */
1869
+ within?: pulumi.Input<inputs.HipObjectDiskBackupCriteriaLastBackupTimeWithin>;
1870
+ }
1871
+ export interface HipObjectDiskBackupCriteriaLastBackupTimeNotWithin {
1872
+ /**
1873
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1874
+ */
1875
+ days?: pulumi.Input<number>;
1876
+ /**
1877
+ * specify time in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1878
+ */
1879
+ hours?: pulumi.Input<number>;
1880
+ }
1881
+ export interface HipObjectDiskBackupCriteriaLastBackupTimeWithin {
1882
+ /**
1883
+ * specify time in days. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1884
+ */
1885
+ days?: pulumi.Input<number>;
1886
+ /**
1887
+ * specify time in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`
1888
+ */
1889
+ hours?: pulumi.Input<number>;
1890
+ }
1891
+ export interface HipObjectDiskBackupVendor {
1892
+ /**
1893
+ * The Name param. String length must not exceed 103 characters.
1894
+ */
1895
+ name: pulumi.Input<string>;
1896
+ /**
1897
+ * The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
1898
+ */
1899
+ products?: pulumi.Input<pulumi.Input<string>[]>;
1900
+ }
1901
+ export interface HipObjectDiskEncryption {
1902
+ /**
1903
+ * Encryption locations.
1904
+ */
1905
+ criteria?: pulumi.Input<inputs.HipObjectDiskEncryptionCriteria>;
1906
+ /**
1907
+ * The ExcludeVendor param. Default: `false`.
1908
+ */
1909
+ excludeVendor?: pulumi.Input<boolean>;
1910
+ /**
1911
+ * Vendor name.
1912
+ */
1913
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectDiskEncryptionVendor>[]>;
1914
+ }
1915
+ export interface HipObjectDiskEncryptionCriteria {
1916
+ /**
1917
+ * The EncryptedLocations param.
1918
+ */
1919
+ encryptedLocations?: pulumi.Input<pulumi.Input<inputs.HipObjectDiskEncryptionCriteriaEncryptedLocation>[]>;
1920
+ /**
1921
+ * Is Installed. Default: `true`.
1922
+ */
1923
+ isInstalled?: pulumi.Input<boolean>;
1924
+ }
1925
+ export interface HipObjectDiskEncryptionCriteriaEncryptedLocation {
1926
+ /**
1927
+ * The EncryptionState param.
1928
+ */
1929
+ encryptionState?: pulumi.Input<inputs.HipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState>;
1930
+ /**
1931
+ * Encryption location. String length must not exceed 1023 characters.
1932
+ */
1933
+ name: pulumi.Input<string>;
1934
+ }
1935
+ export interface HipObjectDiskEncryptionCriteriaEncryptedLocationEncryptionState {
1936
+ /**
1937
+ * The Is param. String must be one of these: `"encrypted"`, `"unencrypted"`, `"partial"`, `"unknown"`. Ensure that only one of the following is specified: `is`, `isNot`
1938
+ */
1939
+ is?: pulumi.Input<string>;
1940
+ /**
1941
+ * The IsNot param. String must be one of these: `"encrypted"`, `"unencrypted"`, `"partial"`, `"unknown"`. Ensure that only one of the following is specified: `is`, `isNot`
1942
+ */
1943
+ isNot?: pulumi.Input<string>;
1944
+ }
1945
+ export interface HipObjectDiskEncryptionVendor {
1946
+ /**
1947
+ * The Name param. String length must not exceed 103 characters.
1948
+ */
1949
+ name: pulumi.Input<string>;
1950
+ /**
1951
+ * The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
1952
+ */
1953
+ products?: pulumi.Input<pulumi.Input<string>[]>;
1954
+ }
1955
+ export interface HipObjectFirewall {
1956
+ /**
1957
+ * The Criteria param.
1958
+ */
1959
+ criteria?: pulumi.Input<inputs.HipObjectFirewallCriteria>;
1960
+ /**
1961
+ * The ExcludeVendor param. Default: `false`.
1962
+ */
1963
+ excludeVendor?: pulumi.Input<boolean>;
1964
+ /**
1965
+ * Vendor name.
1966
+ */
1967
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectFirewallVendor>[]>;
1968
+ }
1969
+ export interface HipObjectFirewallCriteria {
1970
+ /**
1971
+ * is enabled. String must be one of these: `"no"`, `"yes"`, `"not-available"`.
1972
+ */
1973
+ isEnabled?: pulumi.Input<string>;
1974
+ /**
1975
+ * Is Installed. Default: `true`.
1976
+ */
1977
+ isInstalled?: pulumi.Input<boolean>;
1978
+ }
1979
+ export interface HipObjectFirewallVendor {
1980
+ /**
1981
+ * The Name param. String length must not exceed 103 characters.
1982
+ */
1983
+ name: pulumi.Input<string>;
1984
+ /**
1985
+ * The Products param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
1986
+ */
1987
+ products?: pulumi.Input<pulumi.Input<string>[]>;
1988
+ }
1989
+ export interface HipObjectHostInfo {
1990
+ /**
1991
+ * The Criteria param.
1992
+ */
1993
+ criteria: pulumi.Input<inputs.HipObjectHostInfoCriteria>;
1994
+ }
1995
+ export interface HipObjectHostInfoCriteria {
1996
+ /**
1997
+ * The ClientVersion param.
1998
+ */
1999
+ clientVersion?: pulumi.Input<inputs.HipObjectHostInfoCriteriaClientVersion>;
2000
+ /**
2001
+ * The Domain param.
2002
+ */
2003
+ domain?: pulumi.Input<inputs.HipObjectHostInfoCriteriaDomain>;
2004
+ /**
2005
+ * The HostId param.
2006
+ */
2007
+ hostId?: pulumi.Input<inputs.HipObjectHostInfoCriteriaHostId>;
2008
+ /**
2009
+ * The HostName param.
2010
+ */
2011
+ hostName?: pulumi.Input<inputs.HipObjectHostInfoCriteriaHostName>;
2012
+ /**
2013
+ * If device is managed.
2014
+ */
2015
+ managed?: pulumi.Input<boolean>;
2016
+ /**
2017
+ * The Os param.
2018
+ */
2019
+ os?: pulumi.Input<inputs.HipObjectHostInfoCriteriaOs>;
2020
+ /**
2021
+ * The SerialNumber param.
2022
+ */
2023
+ serialNumber?: pulumi.Input<inputs.HipObjectHostInfoCriteriaSerialNumber>;
2024
+ }
2025
+ export interface HipObjectHostInfoCriteriaClientVersion {
2026
+ /**
2027
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2028
+ */
2029
+ contains?: pulumi.Input<string>;
2030
+ /**
2031
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2032
+ */
2033
+ is?: pulumi.Input<string>;
2034
+ /**
2035
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2036
+ */
2037
+ isNot?: pulumi.Input<string>;
2038
+ }
2039
+ export interface HipObjectHostInfoCriteriaDomain {
2040
+ /**
2041
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2042
+ */
2043
+ contains?: pulumi.Input<string>;
2044
+ /**
2045
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2046
+ */
2047
+ is?: pulumi.Input<string>;
2048
+ /**
2049
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2050
+ */
2051
+ isNot?: pulumi.Input<string>;
2052
+ }
2053
+ export interface HipObjectHostInfoCriteriaHostId {
2054
+ /**
2055
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2056
+ */
2057
+ contains?: pulumi.Input<string>;
2058
+ /**
2059
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2060
+ */
2061
+ is?: pulumi.Input<string>;
2062
+ /**
2063
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2064
+ */
2065
+ isNot?: pulumi.Input<string>;
2066
+ }
2067
+ export interface HipObjectHostInfoCriteriaHostName {
2068
+ /**
2069
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2070
+ */
2071
+ contains?: pulumi.Input<string>;
2072
+ /**
2073
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2074
+ */
2075
+ is?: pulumi.Input<string>;
2076
+ /**
2077
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2078
+ */
2079
+ isNot?: pulumi.Input<string>;
2080
+ }
2081
+ export interface HipObjectHostInfoCriteriaOs {
2082
+ /**
2083
+ * The Contains param. Ensure that only one of the following is specified: `contains`
2084
+ */
2085
+ contains?: pulumi.Input<inputs.HipObjectHostInfoCriteriaOsContains>;
2086
+ }
2087
+ export interface HipObjectHostInfoCriteriaOsContains {
2088
+ /**
2089
+ * Apple vendor. String length must not exceed 255 characters. Ensure that only one of the following is specified: `Apple`, `Google`, `Linux`, `Microsoft`, `Other`
2090
+ */
2091
+ apple?: pulumi.Input<string>;
2092
+ /**
2093
+ * Google vendor. String length must not exceed 255 characters. Ensure that only one of the following is specified: `Apple`, `Google`, `Linux`, `Microsoft`, `Other`
2094
+ */
2095
+ google?: pulumi.Input<string>;
2096
+ /**
2097
+ * Linux vendor. String length must not exceed 255 characters. Ensure that only one of the following is specified: `Apple`, `Google`, `Linux`, `Microsoft`, `Other`
2098
+ */
2099
+ linux?: pulumi.Input<string>;
2100
+ /**
2101
+ * Microsoft vendor. String length must not exceed 255 characters. Ensure that only one of the following is specified: `Apple`, `Google`, `Linux`, `Microsoft`, `Other`
2102
+ */
2103
+ microsoft?: pulumi.Input<string>;
2104
+ /**
2105
+ * Other vendor. String length must not exceed 255 characters. Ensure that only one of the following is specified: `Apple`, `Google`, `Linux`, `Microsoft`, `Other`
2106
+ */
2107
+ other?: pulumi.Input<string>;
2108
+ }
2109
+ export interface HipObjectHostInfoCriteriaSerialNumber {
2110
+ /**
2111
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2112
+ */
2113
+ contains?: pulumi.Input<string>;
2114
+ /**
2115
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2116
+ */
2117
+ is?: pulumi.Input<string>;
2118
+ /**
2119
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2120
+ */
2121
+ isNot?: pulumi.Input<string>;
2122
+ }
2123
+ export interface HipObjectMobileDevice {
2124
+ /**
2125
+ * The Criteria param.
2126
+ */
2127
+ criteria?: pulumi.Input<inputs.HipObjectMobileDeviceCriteria>;
2128
+ }
2129
+ export interface HipObjectMobileDeviceCriteria {
2130
+ /**
2131
+ * The Applications param.
2132
+ */
2133
+ applications?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplications>;
2134
+ /**
2135
+ * If device's disk is encrypted.
2136
+ */
2137
+ diskEncrypted?: pulumi.Input<boolean>;
2138
+ /**
2139
+ * The Imei param.
2140
+ */
2141
+ imei?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaImei>;
2142
+ /**
2143
+ * If device is by rooted/jailbroken.
2144
+ */
2145
+ jailbroken?: pulumi.Input<boolean>;
2146
+ /**
2147
+ * The LastCheckinTime param.
2148
+ */
2149
+ lastCheckinTime?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTime>;
2150
+ /**
2151
+ * The Model param.
2152
+ */
2153
+ model?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaModel>;
2154
+ /**
2155
+ * If device's passcode is present.
2156
+ */
2157
+ passcodeSet?: pulumi.Input<boolean>;
2158
+ /**
2159
+ * The PhoneNumber param.
2160
+ */
2161
+ phoneNumber?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaPhoneNumber>;
2162
+ /**
2163
+ * The Tag param.
2164
+ */
2165
+ tag?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaTag>;
2166
+ }
2167
+ export interface HipObjectMobileDeviceCriteriaApplications {
2168
+ /**
2169
+ * The HasMalware param.
2170
+ */
2171
+ hasMalware?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalware>;
2172
+ /**
2173
+ * Has apps that are not managed.
2174
+ */
2175
+ hasUnmanagedApp?: pulumi.Input<boolean>;
2176
+ /**
2177
+ * The Includes param.
2178
+ */
2179
+ includes?: pulumi.Input<pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsInclude>[]>;
2180
+ }
2181
+ export interface HipObjectMobileDeviceCriteriaApplicationsHasMalware {
2182
+ /**
2183
+ * The No param. Ensure that only one of the following is specified: `no`, `yes`
2184
+ */
2185
+ no?: pulumi.Input<boolean>;
2186
+ /**
2187
+ * The Yes param. Ensure that only one of the following is specified: `no`, `yes`
2188
+ */
2189
+ yes?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareYes>;
2190
+ }
2191
+ export interface HipObjectMobileDeviceCriteriaApplicationsHasMalwareYes {
2192
+ /**
2193
+ * The Excludes param.
2194
+ */
2195
+ excludes?: pulumi.Input<pulumi.Input<inputs.HipObjectMobileDeviceCriteriaApplicationsHasMalwareYesExclude>[]>;
2196
+ }
2197
+ export interface HipObjectMobileDeviceCriteriaApplicationsHasMalwareYesExclude {
2198
+ /**
2199
+ * application hash. String length must not exceed 1024 characters. String validation regex: `.*`.
2200
+ */
2201
+ hash?: pulumi.Input<string>;
2202
+ /**
2203
+ * Alphanumeric string [ 0-9a-zA-Z._-]. String length must not exceed 31 characters.
2204
+ */
2205
+ name: pulumi.Input<string>;
2206
+ /**
2207
+ * application package name. String length must not exceed 1024 characters. String validation regex: `.*`.
2208
+ */
2209
+ package?: pulumi.Input<string>;
2210
+ }
2211
+ export interface HipObjectMobileDeviceCriteriaApplicationsInclude {
2212
+ /**
2213
+ * application hash. String length must not exceed 1024 characters. String validation regex: `.*`.
2214
+ */
2215
+ hash?: pulumi.Input<string>;
2216
+ /**
2217
+ * The Name param. String length must not exceed 31 characters.
2218
+ */
2219
+ name: pulumi.Input<string>;
2220
+ /**
2221
+ * application package name. String length must not exceed 1024 characters. String validation regex: `.*`.
2222
+ */
2223
+ package?: pulumi.Input<string>;
2224
+ }
2225
+ export interface HipObjectMobileDeviceCriteriaImei {
2226
+ /**
2227
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2228
+ */
2229
+ contains?: pulumi.Input<string>;
2230
+ /**
2231
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2232
+ */
2233
+ is?: pulumi.Input<string>;
2234
+ /**
2235
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2236
+ */
2237
+ isNot?: pulumi.Input<string>;
2238
+ }
2239
+ export interface HipObjectMobileDeviceCriteriaLastCheckinTime {
2240
+ /**
2241
+ * The NotWithin param. Ensure that only one of the following is specified: `notWithin`, `within`
2242
+ */
2243
+ notWithin?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin>;
2244
+ /**
2245
+ * The Within param. Ensure that only one of the following is specified: `notWithin`, `within`
2246
+ */
2247
+ within?: pulumi.Input<inputs.HipObjectMobileDeviceCriteriaLastCheckinTimeWithin>;
2248
+ }
2249
+ export interface HipObjectMobileDeviceCriteriaLastCheckinTimeNotWithin {
2250
+ /**
2251
+ * specify time in days. Value must be between 1 and 365. Default: `30`.
2252
+ */
2253
+ days?: pulumi.Input<number>;
2254
+ }
2255
+ export interface HipObjectMobileDeviceCriteriaLastCheckinTimeWithin {
2256
+ /**
2257
+ * specify time in days. Value must be between 1 and 365. Default: `30`.
2258
+ */
2259
+ days?: pulumi.Input<number>;
2260
+ }
2261
+ export interface HipObjectMobileDeviceCriteriaModel {
2262
+ /**
2263
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2264
+ */
2265
+ contains?: pulumi.Input<string>;
2266
+ /**
2267
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2268
+ */
2269
+ is?: pulumi.Input<string>;
2270
+ /**
2271
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2272
+ */
2273
+ isNot?: pulumi.Input<string>;
2274
+ }
2275
+ export interface HipObjectMobileDeviceCriteriaPhoneNumber {
2276
+ /**
2277
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2278
+ */
2279
+ contains?: pulumi.Input<string>;
2280
+ /**
2281
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2282
+ */
2283
+ is?: pulumi.Input<string>;
2284
+ /**
2285
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2286
+ */
2287
+ isNot?: pulumi.Input<string>;
2288
+ }
2289
+ export interface HipObjectMobileDeviceCriteriaTag {
2290
+ /**
2291
+ * The Contains param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2292
+ */
2293
+ contains?: pulumi.Input<string>;
2294
+ /**
2295
+ * The Is param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2296
+ */
2297
+ is?: pulumi.Input<string>;
2298
+ /**
2299
+ * The IsNot param. String length must not exceed 255 characters. Ensure that only one of the following is specified: `contains`, `is`, `isNot`
2300
+ */
2301
+ isNot?: pulumi.Input<string>;
2302
+ }
2303
+ export interface HipObjectNetworkInfo {
2304
+ /**
2305
+ * The Criteria param.
2306
+ */
2307
+ criteria?: pulumi.Input<inputs.HipObjectNetworkInfoCriteria>;
2308
+ }
2309
+ export interface HipObjectNetworkInfoCriteria {
2310
+ /**
2311
+ * The Network param.
2312
+ */
2313
+ network?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetwork>;
2314
+ }
2315
+ export interface HipObjectNetworkInfoCriteriaNetwork {
2316
+ /**
2317
+ * The Is param. Ensure that only one of the following is specified: `is`, `isNot`
2318
+ */
2319
+ is?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIs>;
2320
+ /**
2321
+ * The IsNot param. Ensure that only one of the following is specified: `is`, `isNot`
2322
+ */
2323
+ isNot?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNot>;
2324
+ }
2325
+ export interface HipObjectNetworkInfoCriteriaNetworkIs {
2326
+ /**
2327
+ * The Mobile param. Ensure that only one of the following is specified: `mobile`, `unknown`, `wifi`
2328
+ */
2329
+ mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsMobile>;
2330
+ /**
2331
+ * The Unknown param. Ensure that only one of the following is specified: `mobile`, `unknown`, `wifi`
2332
+ */
2333
+ unknown?: pulumi.Input<boolean>;
2334
+ /**
2335
+ * The Wifi param. Ensure that only one of the following is specified: `mobile`, `unknown`, `wifi`
2336
+ */
2337
+ wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsWifi>;
2338
+ }
2339
+ export interface HipObjectNetworkInfoCriteriaNetworkIsMobile {
2340
+ /**
2341
+ * The Carrier param. String length must not exceed 1023 characters. String validation regex: `.*`.
2342
+ */
2343
+ carrier?: pulumi.Input<string>;
2344
+ }
2345
+ export interface HipObjectNetworkInfoCriteriaNetworkIsNot {
2346
+ /**
2347
+ * The Ethernet param. Ensure that only one of the following is specified: `ethernet`, `mobile`, `unknown`, `wifi`
2348
+ */
2349
+ ethernet?: pulumi.Input<boolean>;
2350
+ /**
2351
+ * The Mobile param. Ensure that only one of the following is specified: `ethernet`, `mobile`, `unknown`, `wifi`
2352
+ */
2353
+ mobile?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotMobile>;
2354
+ /**
2355
+ * The Unknown param. Ensure that only one of the following is specified: `ethernet`, `mobile`, `unknown`, `wifi`
2356
+ */
2357
+ unknown?: pulumi.Input<boolean>;
2358
+ /**
2359
+ * The Wifi param. Ensure that only one of the following is specified: `ethernet`, `mobile`, `unknown`, `wifi`
2360
+ */
2361
+ wifi?: pulumi.Input<inputs.HipObjectNetworkInfoCriteriaNetworkIsNotWifi>;
2362
+ }
2363
+ export interface HipObjectNetworkInfoCriteriaNetworkIsNotMobile {
2364
+ /**
2365
+ * The Carrier param. String length must not exceed 1023 characters. String validation regex: `.*`.
2366
+ */
2367
+ carrier?: pulumi.Input<string>;
2368
+ }
2369
+ export interface HipObjectNetworkInfoCriteriaNetworkIsNotWifi {
2370
+ /**
2371
+ * SSID. String length must not exceed 1023 characters. String validation regex: `.*`.
2372
+ */
2373
+ ssid?: pulumi.Input<string>;
2374
+ }
2375
+ export interface HipObjectNetworkInfoCriteriaNetworkIsWifi {
2376
+ /**
2377
+ * SSID. String length must not exceed 1023 characters. String validation regex: `.*`.
2378
+ */
2379
+ ssid?: pulumi.Input<string>;
2380
+ }
2381
+ export interface HipObjectPatchManagement {
2382
+ /**
2383
+ * The Criteria param.
2384
+ */
2385
+ criteria?: pulumi.Input<inputs.HipObjectPatchManagementCriteria>;
2386
+ /**
2387
+ * The ExcludeVendor param. Default: `false`.
2388
+ */
2389
+ excludeVendor?: pulumi.Input<boolean>;
2390
+ /**
2391
+ * Vendor name.
2392
+ */
2393
+ vendors?: pulumi.Input<pulumi.Input<inputs.HipObjectPatchManagementVendor>[]>;
2394
+ }
2395
+ export interface HipObjectPatchManagementCriteria {
2396
+ /**
2397
+ * is enabled. String must be one of these: `"no"`, `"yes"`, `"not-available"`.
2398
+ */
2399
+ isEnabled?: pulumi.Input<string>;
2400
+ /**
2401
+ * Is Installed. Default: `true`.
2402
+ */
2403
+ isInstalled?: pulumi.Input<boolean>;
2404
+ /**
2405
+ * The MissingPatches param.
2406
+ */
2407
+ missingPatches?: pulumi.Input<inputs.HipObjectPatchManagementCriteriaMissingPatches>;
2408
+ }
2409
+ export interface HipObjectPatchManagementCriteriaMissingPatches {
2410
+ /**
2411
+ * The Check param. String must be one of these: `"has-any"`, `"has-none"`, `"has-all"`. Default: `"has-any"`.
2412
+ */
2413
+ check?: pulumi.Input<string>;
2414
+ /**
2415
+ * The Patches param. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
2416
+ */
2417
+ patches?: pulumi.Input<pulumi.Input<string>[]>;
2418
+ /**
2419
+ * The Severity param.
2420
+ */
2421
+ severity?: pulumi.Input<inputs.HipObjectPatchManagementCriteriaMissingPatchesSeverity>;
2422
+ }
2423
+ export interface HipObjectPatchManagementCriteriaMissingPatchesSeverity {
2424
+ /**
2425
+ * The GreaterEqual param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2426
+ */
2427
+ greaterEqual?: pulumi.Input<number>;
2428
+ /**
2429
+ * The GreaterThan param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2430
+ */
2431
+ greaterThan?: pulumi.Input<number>;
2432
+ /**
2433
+ * The Is param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2434
+ */
2435
+ is?: pulumi.Input<number>;
2436
+ /**
2437
+ * The IsNot param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2438
+ */
2439
+ isNot?: pulumi.Input<number>;
2440
+ /**
2441
+ * The LessEqual param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2442
+ */
2443
+ lessEqual?: pulumi.Input<number>;
2444
+ /**
2445
+ * The LessThan param. Value must be between 0 and 100000. Ensure that only one of the following is specified: `greaterEqual`, `greaterThan`, `is`, `isNot`, `lessEqual`, `lessThan`
2446
+ */
2447
+ lessThan?: pulumi.Input<number>;
2448
+ }
2449
+ export interface HipObjectPatchManagementVendor {
2450
+ /**
2451
+ * The Name param. String length must not exceed 103 characters.
2452
+ */
2453
+ name: pulumi.Input<string>;
2454
+ /**
2455
+ * Product name. Individual elements in this list are subject to additional validation. String length must not exceed 1023 characters. String validation regex: `.*`.
2456
+ */
2457
+ products?: pulumi.Input<pulumi.Input<string>[]>;
2458
+ }
2459
+ export interface HttpHeaderProfileHttpHeaderInsertion {
2460
+ /**
2461
+ * The Name param.
2462
+ */
2463
+ name: pulumi.Input<string>;
2464
+ /**
2465
+ * The Types param.
2466
+ */
2467
+ types: pulumi.Input<pulumi.Input<inputs.HttpHeaderProfileHttpHeaderInsertionType>[]>;
2468
+ }
2469
+ export interface HttpHeaderProfileHttpHeaderInsertionType {
2470
+ /**
2471
+ * The Domains param.
2472
+ */
2473
+ domains: pulumi.Input<pulumi.Input<string>[]>;
2474
+ /**
2475
+ * The Headers param.
2476
+ */
2477
+ headers: pulumi.Input<pulumi.Input<inputs.HttpHeaderProfileHttpHeaderInsertionTypeHeader>[]>;
2478
+ /**
2479
+ * The Name param.
2480
+ */
2481
+ name: pulumi.Input<string>;
2482
+ }
2483
+ export interface HttpHeaderProfileHttpHeaderInsertionTypeHeader {
2484
+ /**
2485
+ * The Header param.
2486
+ */
2487
+ header: pulumi.Input<string>;
2488
+ /**
2489
+ * The Log param. Default: `false`.
2490
+ */
2491
+ log?: pulumi.Input<boolean>;
2492
+ /**
2493
+ * The Name param.
2494
+ */
2495
+ name: pulumi.Input<string>;
2496
+ /**
2497
+ * The Value param.
2498
+ */
2499
+ value: pulumi.Input<string>;
2500
+ }
2501
+ export interface IkeCryptoProfileLifetime {
2502
+ /**
2503
+ * specify lifetime in days. Value must be between 1 and 365. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2504
+ */
2505
+ days?: pulumi.Input<number>;
2506
+ /**
2507
+ * specify lifetime in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2508
+ */
2509
+ hours?: pulumi.Input<number>;
2510
+ /**
2511
+ * specify lifetime in minutes. Value must be between 3 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2512
+ */
2513
+ minutes?: pulumi.Input<number>;
2514
+ /**
2515
+ * specify lifetime in seconds. Value must be between 180 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2516
+ */
2517
+ seconds?: pulumi.Input<number>;
2518
+ }
2519
+ export interface IkeGatewayAuthentication {
2520
+ /**
2521
+ * The Certificate param. Ensure that only one of the following is specified: `certificate`, `preSharedKey`
2522
+ */
2523
+ certificate?: pulumi.Input<inputs.IkeGatewayAuthenticationCertificate>;
2524
+ /**
2525
+ * The PreSharedKey param. Ensure that only one of the following is specified: `certificate`, `preSharedKey`
2526
+ */
2527
+ preSharedKey?: pulumi.Input<inputs.IkeGatewayAuthenticationPreSharedKey>;
2528
+ }
2529
+ export interface IkeGatewayAuthenticationCertificate {
2530
+ /**
2531
+ * The AllowIdPayloadMismatch param.
2532
+ */
2533
+ allowIdPayloadMismatch?: pulumi.Input<boolean>;
2534
+ /**
2535
+ * The CertificateProfile param.
2536
+ */
2537
+ certificateProfile?: pulumi.Input<string>;
2538
+ /**
2539
+ * The LocalCertificate param.
2540
+ */
2541
+ localCertificate?: pulumi.Input<inputs.IkeGatewayAuthenticationCertificateLocalCertificate>;
2542
+ /**
2543
+ * The StrictValidationRevocation param.
2544
+ */
2545
+ strictValidationRevocation?: pulumi.Input<boolean>;
2546
+ /**
2547
+ * The UseManagementAsSource param.
2548
+ */
2549
+ useManagementAsSource?: pulumi.Input<boolean>;
2550
+ }
2551
+ export interface IkeGatewayAuthenticationCertificateLocalCertificate {
2552
+ /**
2553
+ * The LocalCertificateName param.
2554
+ */
2555
+ localCertificateName?: pulumi.Input<string>;
2556
+ }
2557
+ export interface IkeGatewayAuthenticationPreSharedKey {
2558
+ /**
2559
+ * The Key param.
2560
+ */
2561
+ key?: pulumi.Input<string>;
2562
+ }
2563
+ export interface IkeGatewayLocalId {
2564
+ /**
2565
+ * Local ID string. String length must be between 1 and 1024 characters. String validation regex: `^(.+\@[a-zA-Z0-9.-]+)$|^([$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$`.
2566
+ */
2567
+ id?: pulumi.Input<string>;
2568
+ /**
2569
+ * The Type param.
2570
+ */
2571
+ type?: pulumi.Input<string>;
2572
+ }
2573
+ export interface IkeGatewayPeerAddress {
2574
+ /**
2575
+ * The DynamicAddress param. Ensure that only one of the following is specified: `dynamic`, `fqdn`, `ip`
2576
+ */
2577
+ dynamicAddress?: pulumi.Input<boolean>;
2578
+ /**
2579
+ * peer gateway FQDN name. String length must not exceed 255 characters. Ensure that only one of the following is specified: `dynamic`, `fqdn`, `ip`
2580
+ */
2581
+ fqdn?: pulumi.Input<string>;
2582
+ /**
2583
+ * peer gateway has static IP address. Ensure that only one of the following is specified: `dynamic`, `fqdn`, `ip`
2584
+ */
2585
+ ip?: pulumi.Input<string>;
2586
+ }
2587
+ export interface IkeGatewayPeerId {
2588
+ /**
2589
+ * Peer ID string. String length must be between 1 and 1024 characters. String validation regex: `^(.+\@[\*a-zA-Z0-9.-]+)$|^([\*$a-zA-Z0-9_:.-]+)$|^(([[:xdigit:]][[:xdigit:]])+)$|^([a-zA-Z0-9.]+=(\\,|[^,])+[, ]+)*([a-zA-Z0-9.]+=(\\,|[^,])+)$`.
2590
+ */
2591
+ id?: pulumi.Input<string>;
2592
+ /**
2593
+ * The Type param. String must be one of these: `"ipaddr"`, `"keyid"`, `"fqdn"`, `"ufqdn"`.
2594
+ */
2595
+ type?: pulumi.Input<string>;
2596
+ }
2597
+ export interface IkeGatewayProtocol {
2598
+ /**
2599
+ * The Ikev1 param.
2600
+ */
2601
+ ikev1?: pulumi.Input<inputs.IkeGatewayProtocolIkev1>;
2602
+ /**
2603
+ * The Ikev2 param.
2604
+ */
2605
+ ikev2?: pulumi.Input<inputs.IkeGatewayProtocolIkev2>;
2606
+ /**
2607
+ * The Version param. String must be one of these: `"ikev2-preferred"`, `"ikev1"`, `"ikev2"`. Default: `"ikev2-preferred"`.
2608
+ */
2609
+ version?: pulumi.Input<string>;
2610
+ }
2611
+ export interface IkeGatewayProtocolCommon {
2612
+ /**
2613
+ * The Fragmentation param.
2614
+ */
2615
+ fragmentation?: pulumi.Input<inputs.IkeGatewayProtocolCommonFragmentation>;
2616
+ /**
2617
+ * The NatTraversal param.
2618
+ */
2619
+ natTraversal?: pulumi.Input<inputs.IkeGatewayProtocolCommonNatTraversal>;
2620
+ /**
2621
+ * The PassiveMode param.
2622
+ */
2623
+ passiveMode?: pulumi.Input<boolean>;
2624
+ }
2625
+ export interface IkeGatewayProtocolCommonFragmentation {
2626
+ /**
2627
+ * The Enable param. Default: `false`.
2628
+ */
2629
+ enable?: pulumi.Input<boolean>;
2630
+ }
2631
+ export interface IkeGatewayProtocolCommonNatTraversal {
2632
+ /**
2633
+ * The Enable param.
2634
+ */
2635
+ enable?: pulumi.Input<boolean>;
2636
+ }
2637
+ export interface IkeGatewayProtocolIkev1 {
2638
+ /**
2639
+ * The Dpd param.
2640
+ */
2641
+ dpd?: pulumi.Input<inputs.IkeGatewayProtocolIkev1Dpd>;
2642
+ /**
2643
+ * The IkeCryptoProfile param.
2644
+ */
2645
+ ikeCryptoProfile?: pulumi.Input<string>;
2646
+ }
2647
+ export interface IkeGatewayProtocolIkev1Dpd {
2648
+ /**
2649
+ * The Enable param.
2650
+ */
2651
+ enable?: pulumi.Input<boolean>;
2652
+ }
2653
+ export interface IkeGatewayProtocolIkev2 {
2654
+ /**
2655
+ * The Dpd param.
2656
+ */
2657
+ dpd?: pulumi.Input<inputs.IkeGatewayProtocolIkev2Dpd>;
2658
+ /**
2659
+ * The IkeCryptoProfile param.
2660
+ */
2661
+ ikeCryptoProfile?: pulumi.Input<string>;
2662
+ }
2663
+ export interface IkeGatewayProtocolIkev2Dpd {
2664
+ /**
2665
+ * The Enable param.
2666
+ */
2667
+ enable?: pulumi.Input<boolean>;
2668
+ }
2669
+ export interface IpsecCryptoProfileAh {
2670
+ /**
2671
+ * The Authentications param. Individual elements in this list are subject to additional validation. String must be one of these: `"md5"`, `"sha1"`, `"sha256"`, `"sha384"`, `"sha512"`.
2672
+ */
2673
+ authentications: pulumi.Input<pulumi.Input<string>[]>;
2674
+ }
2675
+ export interface IpsecCryptoProfileEsp {
2676
+ /**
2677
+ * Authentication algorithm.
2678
+ */
2679
+ authentications: pulumi.Input<pulumi.Input<string>[]>;
2680
+ /**
2681
+ * 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"`, `"null"`.
2682
+ */
2683
+ encryptions: pulumi.Input<pulumi.Input<string>[]>;
2684
+ }
2685
+ export interface IpsecCryptoProfileLifesize {
2686
+ /**
2687
+ * specify lifesize in gigabytes(GB). Value must be between 1 and 65535. Ensure that only one of the following is specified: `gb`, `kb`, `mb`, `tb`
2688
+ */
2689
+ gb?: pulumi.Input<number>;
2690
+ /**
2691
+ * specify lifesize in kilobytes(KB). Value must be between 1 and 65535. Ensure that only one of the following is specified: `gb`, `kb`, `mb`, `tb`
2692
+ */
2693
+ kb?: pulumi.Input<number>;
2694
+ /**
2695
+ * specify lifesize in megabytes(MB). Value must be between 1 and 65535. Ensure that only one of the following is specified: `gb`, `kb`, `mb`, `tb`
2696
+ */
2697
+ mb?: pulumi.Input<number>;
2698
+ /**
2699
+ * specify lifesize in terabytes(TB). Value must be between 1 and 65535. Ensure that only one of the following is specified: `gb`, `kb`, `mb`, `tb`
2700
+ */
2701
+ tb?: pulumi.Input<number>;
2702
+ }
2703
+ export interface IpsecCryptoProfileLifetime {
2704
+ /**
2705
+ * specify lifetime in days. Value must be between 1 and 365. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2706
+ */
2707
+ days?: pulumi.Input<number>;
2708
+ /**
2709
+ * specify lifetime in hours. Value must be between 1 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2710
+ */
2711
+ hours?: pulumi.Input<number>;
2712
+ /**
2713
+ * specify lifetime in minutes. Value must be between 3 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2714
+ */
2715
+ minutes?: pulumi.Input<number>;
2716
+ /**
2717
+ * specify lifetime in seconds. Value must be between 180 and 65535. Ensure that only one of the following is specified: `days`, `hours`, `minutes`, `seconds`
2718
+ */
2719
+ seconds?: pulumi.Input<number>;
2720
+ }
2721
+ export interface IpsecTunnelAutoKey {
2722
+ /**
2723
+ * The IkeGateways param.
2724
+ */
2725
+ ikeGateways: pulumi.Input<pulumi.Input<inputs.IpsecTunnelAutoKeyIkeGateway>[]>;
2726
+ /**
2727
+ * The IpsecCryptoProfile param.
2728
+ */
2729
+ ipsecCryptoProfile: pulumi.Input<string>;
2730
+ /**
2731
+ * IPv6 type of proxy*id values.
2732
+ */
2733
+ proxyIdV6s?: pulumi.Input<pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6>[]>;
2734
+ /**
2735
+ * IPv4 type of proxy*id values.
2736
+ */
2737
+ proxyIds?: pulumi.Input<pulumi.Input<inputs.IpsecTunnelAutoKeyProxyId>[]>;
2738
+ }
2739
+ export interface IpsecTunnelAutoKeyIkeGateway {
2740
+ /**
2741
+ * The Name param.
2742
+ */
2743
+ name?: pulumi.Input<string>;
2744
+ }
2745
+ export interface IpsecTunnelAutoKeyProxyId {
2746
+ /**
2747
+ * The Local param.
2748
+ */
2749
+ local?: pulumi.Input<string>;
2750
+ /**
2751
+ * The Name param.
2752
+ */
2753
+ name: pulumi.Input<string>;
2754
+ /**
2755
+ * The Protocol param.
2756
+ */
2757
+ protocol?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocol>;
2758
+ /**
2759
+ * The Remote param.
2760
+ */
2761
+ remote?: pulumi.Input<string>;
2762
+ }
2763
+ export interface IpsecTunnelAutoKeyProxyIdProtocol {
2764
+ /**
2765
+ * IP protocol number. Value must be between 1 and 254. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2766
+ */
2767
+ number?: pulumi.Input<number>;
2768
+ /**
2769
+ * The Tcp param. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2770
+ */
2771
+ tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolTcp>;
2772
+ /**
2773
+ * The Udp param. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2774
+ */
2775
+ udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdProtocolUdp>;
2776
+ }
2777
+ export interface IpsecTunnelAutoKeyProxyIdProtocolTcp {
2778
+ /**
2779
+ * The LocalPort param. Value must be between 0 and 65535. Default: `0`.
2780
+ */
2781
+ localPort?: pulumi.Input<number>;
2782
+ /**
2783
+ * The RemotePort param. Value must be between 0 and 65535. Default: `0`.
2784
+ */
2785
+ remotePort?: pulumi.Input<number>;
2786
+ }
2787
+ export interface IpsecTunnelAutoKeyProxyIdProtocolUdp {
2788
+ /**
2789
+ * The LocalPort param. Value must be between 0 and 65535. Default: `0`.
2790
+ */
2791
+ localPort?: pulumi.Input<number>;
2792
+ /**
2793
+ * The RemotePort param. Value must be between 0 and 65535. Default: `0`.
2794
+ */
2795
+ remotePort?: pulumi.Input<number>;
2796
+ }
2797
+ export interface IpsecTunnelAutoKeyProxyIdV6 {
2798
+ /**
2799
+ * The Local param.
2800
+ */
2801
+ local?: pulumi.Input<string>;
2802
+ /**
2803
+ * The Name param.
2804
+ */
2805
+ name: pulumi.Input<string>;
2806
+ /**
2807
+ * The Protocol param.
2808
+ */
2809
+ protocol?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6Protocol>;
2810
+ /**
2811
+ * The Remote param.
2812
+ */
2813
+ remote?: pulumi.Input<string>;
2814
+ }
2815
+ export interface IpsecTunnelAutoKeyProxyIdV6Protocol {
2816
+ /**
2817
+ * IP protocol number. Value must be between 1 and 254. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2818
+ */
2819
+ number?: pulumi.Input<number>;
2820
+ /**
2821
+ * The Tcp param. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2822
+ */
2823
+ tcp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolTcp>;
2824
+ /**
2825
+ * The Udp param. Ensure that only one of the following is specified: `number`, `tcp`, `udp`
2826
+ */
2827
+ udp?: pulumi.Input<inputs.IpsecTunnelAutoKeyProxyIdV6ProtocolUdp>;
2828
+ }
2829
+ export interface IpsecTunnelAutoKeyProxyIdV6ProtocolTcp {
2830
+ /**
2831
+ * The LocalPort param. Value must be between 0 and 65535. Default: `0`.
2832
+ */
2833
+ localPort?: pulumi.Input<number>;
2834
+ /**
2835
+ * The RemotePort param. Value must be between 0 and 65535. Default: `0`.
2836
+ */
2837
+ remotePort?: pulumi.Input<number>;
2838
+ }
2839
+ export interface IpsecTunnelAutoKeyProxyIdV6ProtocolUdp {
2840
+ /**
2841
+ * The LocalPort param. Value must be between 0 and 65535. Default: `0`.
2842
+ */
2843
+ localPort?: pulumi.Input<number>;
2844
+ /**
2845
+ * The RemotePort param. Value must be between 0 and 65535. Default: `0`.
2846
+ */
2847
+ remotePort?: pulumi.Input<number>;
2848
+ }
2849
+ export interface IpsecTunnelTunnelMonitor {
2850
+ /**
2851
+ * Destination IP to send ICMP probe.
2852
+ */
2853
+ destinationIp: pulumi.Input<string>;
2854
+ /**
2855
+ * Enable tunnel monitoring on this tunnel. Default: `true`.
2856
+ */
2857
+ enable?: pulumi.Input<boolean>;
2858
+ /**
2859
+ * Which proxy-id (or proxy-id-v6) the monitoring traffic will use.
2860
+ */
2861
+ proxyId?: pulumi.Input<string>;
2862
+ }
2863
+ export interface KerberosServerProfileServer {
2864
+ /**
2865
+ * The Host param.
2866
+ */
2867
+ host?: pulumi.Input<string>;
2868
+ /**
2869
+ * The Name param.
2870
+ */
2871
+ name?: pulumi.Input<string>;
2872
+ /**
2873
+ * The Port param. Value must be between 1 and 65535.
2874
+ */
2875
+ port?: pulumi.Input<number>;
2876
+ }
2877
+ export interface LdapServerProfileServer {
2878
+ /**
2879
+ * The Address param.
2880
+ */
2881
+ address?: pulumi.Input<string>;
2882
+ /**
2883
+ * The Name param.
2884
+ */
2885
+ name?: pulumi.Input<string>;
2886
+ /**
2887
+ * The Port param. Value must be between 1 and 65535.
2888
+ */
2889
+ port?: pulumi.Input<number>;
2890
+ }
2891
+ export interface MfaServerMfaVendorType {
2892
+ /**
2893
+ * The DuoSecurityV2 param. Ensure that only one of the following is specified: `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, `rsaSecuridAccessV1`
2894
+ */
2895
+ duoSecurityV2?: pulumi.Input<inputs.MfaServerMfaVendorTypeDuoSecurityV2>;
2896
+ /**
2897
+ * The OktaAdaptiveV1 param. Ensure that only one of the following is specified: `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, `rsaSecuridAccessV1`
2898
+ */
2899
+ oktaAdaptiveV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeOktaAdaptiveV1>;
2900
+ /**
2901
+ * The PingIdentityV1 param. Ensure that only one of the following is specified: `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, `rsaSecuridAccessV1`
2902
+ */
2903
+ pingIdentityV1?: pulumi.Input<inputs.MfaServerMfaVendorTypePingIdentityV1>;
2904
+ /**
2905
+ * The RsaSecuridAccessV1 param. Ensure that only one of the following is specified: `duoSecurityV2`, `oktaAdaptiveV1`, `pingIdentityV1`, `rsaSecuridAccessV1`
2906
+ */
2907
+ rsaSecuridAccessV1?: pulumi.Input<inputs.MfaServerMfaVendorTypeRsaSecuridAccessV1>;
2908
+ }
2909
+ export interface MfaServerMfaVendorTypeDuoSecurityV2 {
2910
+ /**
2911
+ * The DuoApiHost param.
2912
+ */
2913
+ duoApiHost?: pulumi.Input<string>;
2914
+ /**
2915
+ * The DuoBaseuri param.
2916
+ */
2917
+ duoBaseuri?: pulumi.Input<string>;
2918
+ /**
2919
+ * The DuoIntegrationKey param.
2920
+ */
2921
+ duoIntegrationKey?: pulumi.Input<string>;
2922
+ /**
2923
+ * The DuoSecretKey param.
2924
+ */
2925
+ duoSecretKey?: pulumi.Input<string>;
2926
+ /**
2927
+ * The DuoTimeout param.
2928
+ */
2929
+ duoTimeout?: pulumi.Input<string>;
2930
+ }
2931
+ export interface MfaServerMfaVendorTypeOktaAdaptiveV1 {
2932
+ /**
2933
+ * The OktaApiHost param.
2934
+ */
2935
+ oktaApiHost?: pulumi.Input<string>;
2936
+ /**
2937
+ * The OktaBaseuri param.
2938
+ */
2939
+ oktaBaseuri?: pulumi.Input<string>;
2940
+ /**
2941
+ * The OktaOrg param.
2942
+ */
2943
+ oktaOrg?: pulumi.Input<string>;
2944
+ /**
2945
+ * The OktaTimeout param.
2946
+ */
2947
+ oktaTimeout?: pulumi.Input<string>;
2948
+ /**
2949
+ * The OktaToken param.
2950
+ */
2951
+ oktaToken?: pulumi.Input<string>;
2952
+ }
2953
+ export interface MfaServerMfaVendorTypePingIdentityV1 {
2954
+ /**
2955
+ * The PingApiHost param.
2956
+ */
2957
+ pingApiHost?: pulumi.Input<string>;
2958
+ /**
2959
+ * The PingBaseuri param.
2960
+ */
2961
+ pingBaseuri?: pulumi.Input<string>;
2962
+ /**
2963
+ * The PingOrg param.
2964
+ */
2965
+ pingOrg?: pulumi.Input<string>;
2966
+ /**
2967
+ * The PingOrgAlias param.
2968
+ */
2969
+ pingOrgAlias?: pulumi.Input<string>;
2970
+ /**
2971
+ * The PingTimeout param.
2972
+ */
2973
+ pingTimeout?: pulumi.Input<string>;
2974
+ /**
2975
+ * The PingToken param.
2976
+ */
2977
+ pingToken?: pulumi.Input<string>;
2978
+ }
2979
+ export interface MfaServerMfaVendorTypeRsaSecuridAccessV1 {
2980
+ /**
2981
+ * The RsaAccessid param.
2982
+ */
2983
+ rsaAccessid?: pulumi.Input<string>;
2984
+ /**
2985
+ * The RsaAccesskey param.
2986
+ */
2987
+ rsaAccesskey?: pulumi.Input<string>;
2988
+ /**
2989
+ * The RsaApiHost param.
2990
+ */
2991
+ rsaApiHost?: pulumi.Input<string>;
2992
+ /**
2993
+ * The RsaAssurancepolicyid param.
2994
+ */
2995
+ rsaAssurancepolicyid?: pulumi.Input<string>;
2996
+ /**
2997
+ * The RsaBaseuri param.
2998
+ */
2999
+ rsaBaseuri?: pulumi.Input<string>;
3000
+ /**
3001
+ * The RsaTimeout param.
3002
+ */
3003
+ rsaTimeout?: pulumi.Input<string>;
3004
+ }
3005
+ export interface NatRuleDestinationTranslation {
3006
+ /**
3007
+ * The DnsRewrite param.
3008
+ */
3009
+ dnsRewrite?: pulumi.Input<inputs.NatRuleDestinationTranslationDnsRewrite>;
3010
+ /**
3011
+ * The ip address to be translated. String validation regex: `^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$`.
3012
+ */
3013
+ translatedAddressSingle: pulumi.Input<string>;
3014
+ /**
3015
+ * The TranslatedPort param.
3016
+ */
3017
+ translatedPort?: pulumi.Input<number>;
3018
+ }
3019
+ export interface NatRuleDestinationTranslationDnsRewrite {
3020
+ /**
3021
+ * The Direction param. String must be one of these: `"reverse"`, `"forward"`. Default: `"reverse"`.
3022
+ */
3023
+ direction?: pulumi.Input<string>;
3024
+ }
3025
+ export interface NatRuleDynamicDestinationTranslation {
3026
+ /**
3027
+ * The Distribution param. String must be one of these: `"round-robin"`, `"source-ip-hash"`, `"ip-modulo"`, `"ip-hash"`, `"least-sessions"`. Default: `"round-robin"`.
3028
+ */
3029
+ distribution?: pulumi.Input<string>;
3030
+ /**
3031
+ * The ip address to be translated. String validation regex: `^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$`.
3032
+ */
3033
+ translatedAddressSingle: pulumi.Input<string>;
3034
+ /**
3035
+ * The TranslatedPort param.
3036
+ */
3037
+ translatedPort?: pulumi.Input<number>;
3038
+ }
3039
+ export interface NatRuleSourceTranslation {
3040
+ /**
3041
+ * The BiDirectional param. String must be one of these: `"yes"`, `"no"`.
3042
+ */
3043
+ biDirectional?: pulumi.Input<string>;
3044
+ /**
3045
+ * The Fallback param.
3046
+ */
3047
+ fallback?: pulumi.Input<inputs.NatRuleSourceTranslationFallback>;
3048
+ /**
3049
+ * The TranslatedAddressArray param. Ensure that only one of the following is specified: `translatedAddressArray`, `translatedAddressSingle`
3050
+ */
3051
+ translatedAddressArrays?: pulumi.Input<pulumi.Input<string>[]>;
3052
+ /**
3053
+ * The TranslatedAddressSingle param. String validation regex: `^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$|^(?:[A-Fa-f0-9]{1,4}:){7}[A-Fa-f0-9]{1,4}$`. Ensure that only one of the following is specified: `translatedAddressArray`, `translatedAddressSingle`
3054
+ */
3055
+ translatedAddressSingle?: pulumi.Input<string>;
3056
+ }
3057
+ export interface NatRuleSourceTranslationFallback {
3058
+ /**
3059
+ * The Interface param. Ensure that only one of the following is specified: `interface`
3060
+ */
3061
+ interface?: pulumi.Input<string>;
3062
+ }
3063
+ export interface NatRuleTarget {
3064
+ /**
3065
+ * The Devices param.
3066
+ */
3067
+ devices?: pulumi.Input<pulumi.Input<inputs.NatRuleTargetDevice>[]>;
3068
+ /**
3069
+ * The Negate param.
3070
+ */
3071
+ negate?: pulumi.Input<boolean>;
3072
+ /**
3073
+ * The Tags param.
3074
+ */
3075
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
3076
+ }
3077
+ export interface NatRuleTargetDevice {
3078
+ /**
3079
+ * The Name param.
3080
+ */
3081
+ name?: pulumi.Input<string>;
3082
+ }
3083
+ export interface QosPolicyRuleAction {
3084
+ /**
3085
+ * The Class param.
3086
+ */
3087
+ class?: pulumi.Input<string>;
3088
+ }
3089
+ export interface QosPolicyRuleDscpTos {
3090
+ /**
3091
+ * The Codepoints param.
3092
+ */
3093
+ codepoints?: pulumi.Input<pulumi.Input<inputs.QosPolicyRuleDscpTosCodepoint>[]>;
3094
+ }
3095
+ export interface QosPolicyRuleDscpTosCodepoint {
3096
+ /**
3097
+ * The Name param.
3098
+ */
3099
+ name?: pulumi.Input<string>;
3100
+ /**
3101
+ * The Type param.
3102
+ */
3103
+ type?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointType>;
3104
+ }
3105
+ export interface QosPolicyRuleDscpTosCodepointType {
3106
+ /**
3107
+ * The Af param. Ensure that only one of the following is specified: `af`, `cs`, `custom`, `ef`, `tos`
3108
+ */
3109
+ af?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeAf>;
3110
+ /**
3111
+ * The Cs param. Ensure that only one of the following is specified: `af`, `cs`, `custom`, `ef`, `tos`
3112
+ */
3113
+ cs?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCs>;
3114
+ /**
3115
+ * The Custom param. Ensure that only one of the following is specified: `af`, `cs`, `custom`, `ef`, `tos`
3116
+ */
3117
+ custom?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCustom>;
3118
+ /**
3119
+ * The Ef param. Ensure that only one of the following is specified: `af`, `cs`, `custom`, `ef`, `tos`
3120
+ */
3121
+ ef?: pulumi.Input<boolean>;
3122
+ /**
3123
+ * The Tos param. Ensure that only one of the following is specified: `af`, `cs`, `custom`, `ef`, `tos`
3124
+ */
3125
+ tos?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeTos>;
3126
+ }
3127
+ export interface QosPolicyRuleDscpTosCodepointTypeAf {
3128
+ /**
3129
+ * The Codepoint param.
3130
+ */
3131
+ codepoint?: pulumi.Input<string>;
3132
+ }
3133
+ export interface QosPolicyRuleDscpTosCodepointTypeCs {
3134
+ /**
3135
+ * The Codepoint param.
3136
+ */
3137
+ codepoint?: pulumi.Input<string>;
3138
+ }
3139
+ export interface QosPolicyRuleDscpTosCodepointTypeCustom {
3140
+ /**
3141
+ * The Codepoint param.
3142
+ */
3143
+ codepoint?: pulumi.Input<inputs.QosPolicyRuleDscpTosCodepointTypeCustomCodepoint>;
3144
+ }
3145
+ export interface QosPolicyRuleDscpTosCodepointTypeCustomCodepoint {
3146
+ /**
3147
+ * The BinaryValue param.
3148
+ */
3149
+ binaryValue?: pulumi.Input<string>;
3150
+ /**
3151
+ * The CodepointName param.
3152
+ */
3153
+ codepointName?: pulumi.Input<string>;
3154
+ }
3155
+ export interface QosPolicyRuleDscpTosCodepointTypeTos {
3156
+ /**
3157
+ * The Codepoint param.
3158
+ */
3159
+ codepoint?: pulumi.Input<string>;
3160
+ }
3161
+ export interface QosProfileAggregateBandwidth {
3162
+ /**
3163
+ * guaranteed sending bandwidth in mbps. Value must be between 0 and 16000.
3164
+ */
3165
+ egressGuaranteed?: pulumi.Input<number>;
3166
+ /**
3167
+ * max sending bandwidth in mbps. Value must be between 0 and 60000.
3168
+ */
3169
+ egressMax?: pulumi.Input<number>;
3170
+ }
3171
+ export interface QosProfileClassBandwidthType {
3172
+ /**
3173
+ * The Mbps param. Ensure that only one of the following is specified: `mbps`, `percentage`
3174
+ */
3175
+ mbps?: pulumi.Input<inputs.QosProfileClassBandwidthTypeMbps>;
3176
+ /**
3177
+ * The Percentage param. Ensure that only one of the following is specified: `mbps`, `percentage`
3178
+ */
3179
+ percentage?: pulumi.Input<inputs.QosProfileClassBandwidthTypePercentage>;
3180
+ }
3181
+ export interface QosProfileClassBandwidthTypeMbps {
3182
+ /**
3183
+ * QoS setting for traffic classes.
3184
+ */
3185
+ classes?: pulumi.Input<pulumi.Input<inputs.QosProfileClassBandwidthTypeMbpsClass>[]>;
3186
+ }
3187
+ export interface QosProfileClassBandwidthTypeMbpsClass {
3188
+ /**
3189
+ * The ClassBandwidth param.
3190
+ */
3191
+ classBandwidth?: pulumi.Input<inputs.QosProfileClassBandwidthTypeMbpsClassClassBandwidth>;
3192
+ /**
3193
+ * Traffic class. String length must not exceed 31 characters.
3194
+ */
3195
+ name?: pulumi.Input<string>;
3196
+ /**
3197
+ * traffic class priority. String must be one of these: `"real-time"`, `"high"`, `"medium"`, `"low"`. Default: `"medium"`.
3198
+ */
3199
+ priority?: pulumi.Input<string>;
3200
+ }
3201
+ export interface QosProfileClassBandwidthTypeMbpsClassClassBandwidth {
3202
+ /**
3203
+ * guaranteed sending bandwidth in mbps. Value must be between 0 and 60000.
3204
+ */
3205
+ egressGuaranteed?: pulumi.Input<number>;
3206
+ /**
3207
+ * max sending bandwidth in mbps. Value must be between 0 and 60000.
3208
+ */
3209
+ egressMax?: pulumi.Input<number>;
3210
+ }
3211
+ export interface QosProfileClassBandwidthTypePercentage {
3212
+ /**
3213
+ * QoS setting for traffic classes.
3214
+ */
3215
+ classes?: pulumi.Input<pulumi.Input<inputs.QosProfileClassBandwidthTypePercentageClass>[]>;
3216
+ }
3217
+ export interface QosProfileClassBandwidthTypePercentageClass {
3218
+ /**
3219
+ * The ClassBandwidth param.
3220
+ */
3221
+ classBandwidth?: pulumi.Input<inputs.QosProfileClassBandwidthTypePercentageClassClassBandwidth>;
3222
+ /**
3223
+ * Traffic class. String length must not exceed 31 characters.
3224
+ */
3225
+ name?: pulumi.Input<string>;
3226
+ /**
3227
+ * traffic class priority. String must be one of these: `"real-time"`, `"high"`, `"medium"`, `"low"`. Default: `"medium"`.
3228
+ */
3229
+ priority?: pulumi.Input<string>;
3230
+ }
3231
+ export interface QosProfileClassBandwidthTypePercentageClassClassBandwidth {
3232
+ /**
3233
+ * guaranteed sending bandwidth in percentage. Value must be between 0 and 100.
3234
+ */
3235
+ egressGuaranteed?: pulumi.Input<number>;
3236
+ /**
3237
+ * max sending bandwidth in percentage. Value must be between 0 and 100.
3238
+ */
3239
+ egressMax?: pulumi.Input<number>;
3240
+ }
3241
+ export interface RadiusServerProfileProtocol {
3242
+ /**
3243
+ * The Chap param. Ensure that only one of the following is specified: `CHAP`, `EAP_TTLS_with_PAP`, `PAP`, `PEAP_MSCHAPv2`, `PEAP_with_GTC`
3244
+ */
3245
+ chap?: pulumi.Input<boolean>;
3246
+ /**
3247
+ * The EapTtlsWithPap param. Ensure that only one of the following is specified: `CHAP`, `EAP_TTLS_with_PAP`, `PAP`, `PEAP_MSCHAPv2`, `PEAP_with_GTC`
3248
+ */
3249
+ eapTtlsWithPap?: pulumi.Input<inputs.RadiusServerProfileProtocolEapTtlsWithPap>;
3250
+ /**
3251
+ * The Pap param. Ensure that only one of the following is specified: `CHAP`, `EAP_TTLS_with_PAP`, `PAP`, `PEAP_MSCHAPv2`, `PEAP_with_GTC`
3252
+ */
3253
+ pap?: pulumi.Input<boolean>;
3254
+ /**
3255
+ * The PeapMschapV2 param. Ensure that only one of the following is specified: `CHAP`, `EAP_TTLS_with_PAP`, `PAP`, `PEAP_MSCHAPv2`, `PEAP_with_GTC`
3256
+ */
3257
+ peapMschapV2?: pulumi.Input<inputs.RadiusServerProfileProtocolPeapMschapV2>;
3258
+ /**
3259
+ * The PeapWithGtc param. Ensure that only one of the following is specified: `CHAP`, `EAP_TTLS_with_PAP`, `PAP`, `PEAP_MSCHAPv2`, `PEAP_with_GTC`
3260
+ */
3261
+ peapWithGtc?: pulumi.Input<inputs.RadiusServerProfileProtocolPeapWithGtc>;
3262
+ }
3263
+ export interface RadiusServerProfileProtocolEapTtlsWithPap {
3264
+ /**
3265
+ * The AnonOuterId param.
3266
+ */
3267
+ anonOuterId?: pulumi.Input<boolean>;
3268
+ /**
3269
+ * The RadiusCertProfile param.
3270
+ */
3271
+ radiusCertProfile?: pulumi.Input<string>;
3272
+ }
3273
+ export interface RadiusServerProfileProtocolPeapMschapV2 {
3274
+ /**
3275
+ * The AllowPwdChange param.
3276
+ */
3277
+ allowPwdChange?: pulumi.Input<boolean>;
3278
+ /**
3279
+ * The AnonOuterId param.
3280
+ */
3281
+ anonOuterId?: pulumi.Input<boolean>;
3282
+ /**
3283
+ * The RadiusCertProfile param.
3284
+ */
3285
+ radiusCertProfile?: pulumi.Input<string>;
3286
+ }
3287
+ export interface RadiusServerProfileProtocolPeapWithGtc {
3288
+ /**
3289
+ * The AnonOuterId param.
3290
+ */
3291
+ anonOuterId?: pulumi.Input<boolean>;
3292
+ /**
3293
+ * The RadiusCertProfile param.
3294
+ */
3295
+ radiusCertProfile?: pulumi.Input<string>;
3296
+ }
3297
+ export interface RadiusServerProfileServer {
3298
+ /**
3299
+ * The IpAddress param.
3300
+ */
3301
+ ipAddress?: pulumi.Input<string>;
3302
+ /**
3303
+ * The Name param.
3304
+ */
3305
+ name?: pulumi.Input<string>;
3306
+ /**
3307
+ * The Port param. Value must be between 1 and 65535.
3308
+ */
3309
+ port?: pulumi.Input<number>;
3310
+ /**
3311
+ * The Secret param. String length must not exceed 64 characters.
3312
+ */
3313
+ secret?: pulumi.Input<string>;
3314
+ }
3315
+ export interface RegionGeoLocation {
3316
+ /**
3317
+ * latitude coordinate. Value must be between -90 and 90.
3318
+ */
3319
+ latitude: pulumi.Input<number>;
3320
+ /**
3321
+ * longitude coordinate. Value must be between -180 and 180.
3322
+ */
3323
+ longitude: pulumi.Input<number>;
3324
+ }
3325
+ export interface RemoteNetworkEcmpTunnel {
3326
+ /**
3327
+ * The IpsecTunnel param.
3328
+ */
3329
+ ipsecTunnel: pulumi.Input<string>;
3330
+ /**
3331
+ * The Name param.
3332
+ */
3333
+ name: pulumi.Input<string>;
3334
+ /**
3335
+ * The Protocol param.
3336
+ */
3337
+ protocol: pulumi.Input<inputs.RemoteNetworkEcmpTunnelProtocol>;
3338
+ }
3339
+ export interface RemoteNetworkEcmpTunnelProtocol {
3340
+ /**
3341
+ * The Bgp param.
3342
+ */
3343
+ bgp?: pulumi.Input<inputs.RemoteNetworkEcmpTunnelProtocolBgp>;
3344
+ }
3345
+ export interface RemoteNetworkEcmpTunnelProtocolBgp {
3346
+ /**
3347
+ * The DoNotExportRoutes param.
3348
+ */
3349
+ doNotExportRoutes?: pulumi.Input<boolean>;
3350
+ /**
3351
+ * to setup bgp protocol, enable need to set as true.
3352
+ */
3353
+ enable?: pulumi.Input<boolean>;
3354
+ /**
3355
+ * The LocalIpAddress param.
3356
+ */
3357
+ localIpAddress?: pulumi.Input<string>;
3358
+ /**
3359
+ * The OriginateDefaultRoute param.
3360
+ */
3361
+ originateDefaultRoute?: pulumi.Input<boolean>;
3362
+ /**
3363
+ * The PeerAs param.
3364
+ */
3365
+ peerAs?: pulumi.Input<string>;
3366
+ /**
3367
+ * The PeerIpAddress param.
3368
+ */
3369
+ peerIpAddress?: pulumi.Input<string>;
3370
+ /**
3371
+ * Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: `"exchange-v4-over-v4"`, `"exchange-v4-v6-over-v4"`, `"exchange-v4-over-v4-v6-over-v6"`, `"exchange-v6-over-v6"`.
3372
+ */
3373
+ peeringType?: pulumi.Input<string>;
3374
+ /**
3375
+ * The Secret param.
3376
+ */
3377
+ secret?: pulumi.Input<string>;
3378
+ /**
3379
+ * The SummarizeMobileUserRoutes param.
3380
+ */
3381
+ summarizeMobileUserRoutes?: pulumi.Input<boolean>;
3382
+ }
3383
+ export interface RemoteNetworkProtocol {
3384
+ /**
3385
+ * The Bgp param.
3386
+ */
3387
+ bgp?: pulumi.Input<inputs.RemoteNetworkProtocolBgp>;
3388
+ /**
3389
+ * secondary bgp routing as bgp*peer.
3390
+ */
3391
+ bgpPeer?: pulumi.Input<inputs.RemoteNetworkProtocolBgpPeer>;
3392
+ }
3393
+ export interface RemoteNetworkProtocolBgp {
3394
+ /**
3395
+ * The DoNotExportRoutes param.
3396
+ */
3397
+ doNotExportRoutes?: pulumi.Input<boolean>;
3398
+ /**
3399
+ * to setup bgp protocol, enable need to set as true.
3400
+ */
3401
+ enable?: pulumi.Input<boolean>;
3402
+ /**
3403
+ * The LocalIpAddress param.
3404
+ */
3405
+ localIpAddress?: pulumi.Input<string>;
3406
+ /**
3407
+ * The OriginateDefaultRoute param.
3408
+ */
3409
+ originateDefaultRoute?: pulumi.Input<boolean>;
3410
+ /**
3411
+ * The PeerAs param.
3412
+ */
3413
+ peerAs?: pulumi.Input<string>;
3414
+ /**
3415
+ * The PeerIpAddress param.
3416
+ */
3417
+ peerIpAddress?: pulumi.Input<string>;
3418
+ /**
3419
+ * Exchange Routes: exchange-v4-over-v4 stands for Exchange IPv4 routes over IPv4 peering. exchange-v4-v6-over-v4 stands for Exchange both IPv4 and IPv6 routes over IPv4 peering. exchange-v4-over-v4-v6-over-v6 stands for Exchange IPv4 routes over IPv4 peer and IPv6 route over IPv6 peer. exchange-v6-over-v6 stands for Exchange IPv6 routes over IPv6 peering. String must be one of these: `"exchange-v4-over-v4"`, `"exchange-v4-v6-over-v4"`, `"exchange-v4-over-v4-v6-over-v6"`, `"exchange-v6-over-v6"`.
3420
+ */
3421
+ peeringType?: pulumi.Input<string>;
3422
+ /**
3423
+ * The Secret param.
3424
+ */
3425
+ secret?: pulumi.Input<string>;
3426
+ /**
3427
+ * The SummarizeMobileUserRoutes param.
3428
+ */
3429
+ summarizeMobileUserRoutes?: pulumi.Input<boolean>;
3430
+ }
3431
+ export interface RemoteNetworkProtocolBgpPeer {
3432
+ /**
3433
+ * The LocalIpAddress param.
3434
+ */
3435
+ localIpAddress?: pulumi.Input<string>;
3436
+ /**
3437
+ * The PeerIpAddress param.
3438
+ */
3439
+ peerIpAddress?: pulumi.Input<string>;
3440
+ /**
3441
+ * The Secret param.
3442
+ */
3443
+ secret?: pulumi.Input<string>;
3444
+ }
3445
+ export interface ScepProfileAlgorithm {
3446
+ /**
3447
+ * The Rsa param.
3448
+ */
3449
+ rsa?: pulumi.Input<inputs.ScepProfileAlgorithmRsa>;
3450
+ }
3451
+ export interface ScepProfileAlgorithmRsa {
3452
+ /**
3453
+ * The RsaNbits param.
3454
+ */
3455
+ rsaNbits?: pulumi.Input<string>;
3456
+ }
3457
+ export interface ScepProfileCertificateAttributes {
3458
+ /**
3459
+ * The Dnsname param. Ensure that only one of the following is specified: `dnsname`, `rfc822name`, `uniformResourceIdentifier`
3460
+ */
3461
+ dnsname?: pulumi.Input<string>;
3462
+ /**
3463
+ * The Rfc822name param. Ensure that only one of the following is specified: `dnsname`, `rfc822name`, `uniformResourceIdentifier`
3464
+ */
3465
+ rfc822name?: pulumi.Input<string>;
3466
+ /**
3467
+ * The UniformResourceIdentifier param. Ensure that only one of the following is specified: `dnsname`, `rfc822name`, `uniformResourceIdentifier`
3468
+ */
3469
+ uniformResourceIdentifier?: pulumi.Input<string>;
3470
+ }
3471
+ export interface ScepProfileScepChallenge {
3472
+ /**
3473
+ * The DynamicChallenge param. Ensure that only one of the following is specified: `dynamic`, `fixed`, `none`
3474
+ */
3475
+ dynamicChallenge?: pulumi.Input<inputs.ScepProfileScepChallengeDynamicChallenge>;
3476
+ /**
3477
+ * Challenge to use for SCEP server on mobile clients. String length must not exceed 1024 characters. Ensure that only one of the following is specified: `dynamic`, `fixed`, `none`
3478
+ */
3479
+ fixed?: pulumi.Input<string>;
3480
+ /**
3481
+ * The None param. String must be one of these: `""`. Ensure that only one of the following is specified: `dynamic`, `fixed`, `none`
3482
+ */
3483
+ none?: pulumi.Input<string>;
3484
+ }
3485
+ export interface ScepProfileScepChallengeDynamicChallenge {
3486
+ /**
3487
+ * The OtpServerUrl param. String length must not exceed 255 characters.
3488
+ */
3489
+ otpServerUrl?: pulumi.Input<string>;
3490
+ /**
3491
+ * The Password param. String length must not exceed 255 characters.
3492
+ */
3493
+ password?: pulumi.Input<string>;
3494
+ /**
3495
+ * The Username param. String length must not exceed 255 characters.
3496
+ */
3497
+ username?: pulumi.Input<string>;
3498
+ }
3499
+ export interface ScheduleScheduleType {
3500
+ /**
3501
+ * The NonRecurringList param. Individual elements in this list are subject to additional validation. String length must be between 33 and 33 characters. String validation regex: `[0-9][0-9][0-9][0-9]\/([0][1-9]|[1][0-2])\/([0-2][0-9]|[3][0-1])@([01][0-9]|[2][0-3]):([0-5][0-9])-[0-9][0-9][0-9][0-9]\/([0][1-9]|[1][0-2])\/([0-2][0-9]|[3][0-1])@([01][0-9]|[2][0-3]):([0-5][0-9])`. Ensure that only one of the following is specified: `nonRecurring`, `recurring`
3502
+ */
3503
+ nonRecurringLists?: pulumi.Input<pulumi.Input<string>[]>;
3504
+ /**
3505
+ * The Recurring param. Ensure that only one of the following is specified: `nonRecurring`, `recurring`
3506
+ */
3507
+ recurring?: pulumi.Input<inputs.ScheduleScheduleTypeRecurring>;
3508
+ }
3509
+ export interface ScheduleScheduleTypeRecurring {
3510
+ /**
3511
+ * The DailyList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`. Ensure that only one of the following is specified: `daily`, `weekly`
3512
+ */
3513
+ dailyLists?: pulumi.Input<pulumi.Input<string>[]>;
3514
+ /**
3515
+ * The Weekly param. Ensure that only one of the following is specified: `daily`, `weekly`
3516
+ */
3517
+ weekly?: pulumi.Input<inputs.ScheduleScheduleTypeRecurringWeekly>;
3518
+ }
3519
+ export interface ScheduleScheduleTypeRecurringWeekly {
3520
+ /**
3521
+ * The FridayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3522
+ */
3523
+ fridayLists?: pulumi.Input<pulumi.Input<string>[]>;
3524
+ /**
3525
+ * The MondayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3526
+ */
3527
+ mondayLists?: pulumi.Input<pulumi.Input<string>[]>;
3528
+ /**
3529
+ * The SaturdayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3530
+ */
3531
+ saturdayLists?: pulumi.Input<pulumi.Input<string>[]>;
3532
+ /**
3533
+ * The SundayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3534
+ */
3535
+ sundayLists?: pulumi.Input<pulumi.Input<string>[]>;
3536
+ /**
3537
+ * The ThursdayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3538
+ */
3539
+ thursdayLists?: pulumi.Input<pulumi.Input<string>[]>;
3540
+ /**
3541
+ * The TuesdayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3542
+ */
3543
+ tuesdayLists?: pulumi.Input<pulumi.Input<string>[]>;
3544
+ /**
3545
+ * The WednesdayList param. Individual elements in this list are subject to additional validation. String length must be between 11 and 11 characters. String validation regex: `([01][0-9]|[2][0-3]):([0-5][0-9])-([01][0-9]|[2][0-3]):([0-5][0-9])`.
3546
+ */
3547
+ wednesdayLists?: pulumi.Input<pulumi.Input<string>[]>;
3548
+ }
3549
+ export interface SecurityRuleProfileSetting {
3550
+ /**
3551
+ * The security profile group.
3552
+ */
3553
+ groups?: pulumi.Input<pulumi.Input<string>[]>;
3554
+ }
3555
+ export interface ServiceConnectionBgpPeer {
3556
+ /**
3557
+ * The LocalIpAddress param.
3558
+ */
3559
+ localIpAddress?: pulumi.Input<string>;
3560
+ /**
3561
+ * The LocalIpv6Address param.
3562
+ */
3563
+ localIpv6Address?: pulumi.Input<string>;
3564
+ /**
3565
+ * The PeerIpAddress param.
3566
+ */
3567
+ peerIpAddress?: pulumi.Input<string>;
3568
+ /**
3569
+ * The PeerIpv6Address param.
3570
+ */
3571
+ peerIpv6Address?: pulumi.Input<string>;
3572
+ /**
3573
+ * The SameAsPrimary param.
3574
+ */
3575
+ sameAsPrimary?: pulumi.Input<boolean>;
3576
+ /**
3577
+ * The Secret param.
3578
+ */
3579
+ secret?: pulumi.Input<string>;
3580
+ }
3581
+ export interface ServiceConnectionProtocol {
3582
+ /**
3583
+ * The Bgp param.
3584
+ */
3585
+ bgp?: pulumi.Input<inputs.ServiceConnectionProtocolBgp>;
3586
+ }
3587
+ export interface ServiceConnectionProtocolBgp {
3588
+ /**
3589
+ * The DoNotExportRoutes param.
3590
+ */
3591
+ doNotExportRoutes?: pulumi.Input<boolean>;
3592
+ /**
3593
+ * The Enable param.
3594
+ */
3595
+ enable?: pulumi.Input<boolean>;
3596
+ /**
3597
+ * The FastFailover param.
3598
+ */
3599
+ fastFailover?: pulumi.Input<boolean>;
3600
+ /**
3601
+ * The LocalIpAddress param.
3602
+ */
3603
+ localIpAddress?: pulumi.Input<string>;
3604
+ /**
3605
+ * The OriginateDefaultRoute param.
3606
+ */
3607
+ originateDefaultRoute?: pulumi.Input<boolean>;
3608
+ /**
3609
+ * The PeerAs param.
3610
+ */
3611
+ peerAs?: pulumi.Input<string>;
3612
+ /**
3613
+ * The PeerIpAddress param.
3614
+ */
3615
+ peerIpAddress?: pulumi.Input<string>;
3616
+ /**
3617
+ * The Secret param.
3618
+ */
3619
+ secret?: pulumi.Input<string>;
3620
+ /**
3621
+ * The SummarizeMobileUserRoutes param.
3622
+ */
3623
+ summarizeMobileUserRoutes?: pulumi.Input<boolean>;
3624
+ }
3625
+ export interface ServiceConnectionQos {
3626
+ /**
3627
+ * The Enable param.
3628
+ */
3629
+ enable?: pulumi.Input<boolean>;
3630
+ /**
3631
+ * The QosProfile param.
3632
+ */
3633
+ qosProfile?: pulumi.Input<string>;
3634
+ }
3635
+ export interface ServiceProtocol {
3636
+ /**
3637
+ * The Tcp param. Ensure that only one of the following is specified: `tcp`, `udp`
3638
+ */
3639
+ tcp?: pulumi.Input<inputs.ServiceProtocolTcp>;
3640
+ /**
3641
+ * The Udp param. Ensure that only one of the following is specified: `tcp`, `udp`
3642
+ */
3643
+ udp?: pulumi.Input<inputs.ServiceProtocolUdp>;
3644
+ }
3645
+ export interface ServiceProtocolTcp {
3646
+ /**
3647
+ * The Override param.
3648
+ */
3649
+ override?: pulumi.Input<inputs.ServiceProtocolTcpOverride>;
3650
+ /**
3651
+ * The Port param. String length must be between 1 and 1023 characters.
3652
+ */
3653
+ port: pulumi.Input<string>;
3654
+ /**
3655
+ * The SourcePort param. String length must be between 1 and 1023 characters.
3656
+ */
3657
+ sourcePort?: pulumi.Input<string>;
3658
+ }
3659
+ export interface ServiceProtocolTcpOverride {
3660
+ /**
3661
+ * tcp session half-close timeout value (in second). Value must be between 1 and 604800. Default: `120`.
3662
+ */
3663
+ halfcloseTimeout?: pulumi.Input<number>;
3664
+ /**
3665
+ * tcp session timeout value (in second). Value must be between 1 and 604800. Default: `3600`.
3666
+ */
3667
+ timeout?: pulumi.Input<number>;
3668
+ /**
3669
+ * tcp session time-wait timeout value (in second). Value must be between 1 and 600. Default: `15`.
3670
+ */
3671
+ timewaitTimeout?: pulumi.Input<number>;
3672
+ }
3673
+ export interface ServiceProtocolUdp {
3674
+ /**
3675
+ * The Override param.
3676
+ */
3677
+ override?: pulumi.Input<inputs.ServiceProtocolUdpOverride>;
3678
+ /**
3679
+ * The Port param. String length must be between 1 and 1023 characters.
3680
+ */
3681
+ port: pulumi.Input<string>;
3682
+ /**
3683
+ * The SourcePort param. String length must be between 1 and 1023 characters.
3684
+ */
3685
+ sourcePort?: pulumi.Input<string>;
3686
+ }
3687
+ export interface ServiceProtocolUdpOverride {
3688
+ /**
3689
+ * udp session timeout value (in second). Value must be between 1 and 604800. Default: `30`.
3690
+ */
3691
+ timeout?: pulumi.Input<number>;
3692
+ }
3693
+ export interface SnippetFolder {
3694
+ /**
3695
+ * The Id param.
3696
+ */
3697
+ id?: pulumi.Input<string>;
3698
+ /**
3699
+ * The Name param.
3700
+ */
3701
+ name?: pulumi.Input<string>;
3702
+ }
3703
+ export interface TacacsServerProfileServer {
3704
+ /**
3705
+ * The Address param.
3706
+ */
3707
+ address?: pulumi.Input<string>;
3708
+ /**
3709
+ * The Name param.
3710
+ */
3711
+ name?: pulumi.Input<string>;
3712
+ /**
3713
+ * The Port param. Value must be between 1 and 65535.
3714
+ */
3715
+ port?: pulumi.Input<number>;
3716
+ /**
3717
+ * The Secret param. String length must not exceed 64 characters.
3718
+ */
3719
+ secret?: pulumi.Input<string>;
3720
+ }
3721
+ export interface TlsServiceProfileProtocolSettings {
3722
+ /**
3723
+ * Allow authentication SHA1.
3724
+ */
3725
+ authAlgoSha1?: pulumi.Input<boolean>;
3726
+ /**
3727
+ * Allow authentication SHA256.
3728
+ */
3729
+ authAlgoSha256?: pulumi.Input<boolean>;
3730
+ /**
3731
+ * Allow authentication SHA384.
3732
+ */
3733
+ authAlgoSha384?: pulumi.Input<boolean>;
3734
+ /**
3735
+ * Allow algorithm 3DES.
3736
+ */
3737
+ encAlgo3des?: pulumi.Input<boolean>;
3738
+ /**
3739
+ * Allow algorithm AES-128-CBC.
3740
+ */
3741
+ encAlgoAes128Cbc?: pulumi.Input<boolean>;
3742
+ /**
3743
+ * Allow algorithm AES-128-GCM.
3744
+ */
3745
+ encAlgoAes128Gcm?: pulumi.Input<boolean>;
3746
+ /**
3747
+ * Allow algorithm AES-256-CBC.
3748
+ */
3749
+ encAlgoAes256Cbc?: pulumi.Input<boolean>;
3750
+ /**
3751
+ * Allow algorithm AES-256-GCM.
3752
+ */
3753
+ encAlgoAes256Gcm?: pulumi.Input<boolean>;
3754
+ /**
3755
+ * Allow algorithm RC4.
3756
+ */
3757
+ encAlgoRc4?: pulumi.Input<boolean>;
3758
+ /**
3759
+ * Allow algorithm DHE.
3760
+ */
3761
+ keyxchgAlgoDhe?: pulumi.Input<boolean>;
3762
+ /**
3763
+ * Allow algorithm ECDHE.
3764
+ */
3765
+ keyxchgAlgoEcdhe?: pulumi.Input<boolean>;
3766
+ /**
3767
+ * Allow algorithm RSA.
3768
+ */
3769
+ keyxchgAlgoRsa?: pulumi.Input<boolean>;
3770
+ /**
3771
+ * The MaxVersion param. String must be one of these: `"tls1-0"`, `"tls1-1"`, `"tls1-2"`, `"tls1-3"`, `"max"`. Default: `"max"`.
3772
+ */
3773
+ maxVersion?: pulumi.Input<string>;
3774
+ /**
3775
+ * The MinVersion param. String must be one of these: `"tls1-0"`, `"tls1-1"`, `"tls1-2"`. Default: `"tls1-0"`.
3776
+ */
3777
+ minVersion?: pulumi.Input<string>;
3778
+ }
3779
+ export interface TrafficSteeringRuleAction {
3780
+ /**
3781
+ * The Forward param. Ensure that only one of the following is specified: `forward`, `no-pbf`
3782
+ */
3783
+ forward?: pulumi.Input<inputs.TrafficSteeringRuleActionForward>;
3784
+ /**
3785
+ * The NoPbf param. Ensure that only one of the following is specified: `forward`, `no-pbf`
3786
+ */
3787
+ noPbf?: pulumi.Input<boolean>;
3788
+ }
3789
+ export interface TrafficSteeringRuleActionForward {
3790
+ /**
3791
+ * The Target param.
3792
+ */
3793
+ target?: pulumi.Input<string>;
3794
+ }
3795
+ export interface UrlAccessProfileCredentialEnforcement {
3796
+ /**
3797
+ * The Alerts param.
3798
+ */
3799
+ alerts?: pulumi.Input<pulumi.Input<string>[]>;
3800
+ /**
3801
+ * The Allows param.
3802
+ */
3803
+ allows?: pulumi.Input<pulumi.Input<string>[]>;
3804
+ /**
3805
+ * The Blocks param.
3806
+ */
3807
+ blocks?: pulumi.Input<pulumi.Input<string>[]>;
3808
+ /**
3809
+ * The Continues param.
3810
+ */
3811
+ continues?: pulumi.Input<pulumi.Input<string>[]>;
3812
+ /**
3813
+ * The LogSeverity param. Default: `"medium"`.
3814
+ */
3815
+ logSeverity?: pulumi.Input<string>;
3816
+ /**
3817
+ * The Mode param.
3818
+ */
3819
+ mode?: pulumi.Input<inputs.UrlAccessProfileCredentialEnforcementMode>;
3820
+ }
3821
+ export interface UrlAccessProfileCredentialEnforcementMode {
3822
+ /**
3823
+ * The Disabled param. Default: `false`.
3824
+ */
3825
+ disabled?: pulumi.Input<boolean>;
3826
+ /**
3827
+ * The DomainCredentials param. Default: `false`.
3828
+ */
3829
+ domainCredentials?: pulumi.Input<boolean>;
3830
+ /**
3831
+ * The GroupMapping param.
3832
+ */
3833
+ groupMapping?: pulumi.Input<string>;
3834
+ /**
3835
+ * The IpUser param. Default: `false`.
3836
+ */
3837
+ ipUser?: pulumi.Input<boolean>;
3838
+ }
3839
+ export interface VulnerabilityProtectionProfileRule {
3840
+ /**
3841
+ * The Action param.
3842
+ */
3843
+ action?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleAction>;
3844
+ /**
3845
+ * The Category param. String must be one of these: `"any"`, `"brute-force"`, `"code-execution"`, `"code-obfuscation"`, `"command-execution"`, `"dos"`, `"exploit-kit"`, `"info-leak"`, `"insecure-credentials"`, `"overflow"`, `"phishing"`, `"protocol-anomaly"`, `"scan"`, `"sql-injection"`.
3846
+ */
3847
+ category?: pulumi.Input<string>;
3848
+ /**
3849
+ * The Cves param.
3850
+ */
3851
+ cves?: pulumi.Input<pulumi.Input<string>[]>;
3852
+ /**
3853
+ * The Host param.
3854
+ */
3855
+ host?: pulumi.Input<string>;
3856
+ /**
3857
+ * The Name param.
3858
+ */
3859
+ name?: pulumi.Input<string>;
3860
+ /**
3861
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
3862
+ */
3863
+ packetCapture?: pulumi.Input<string>;
3864
+ /**
3865
+ * The Severities param.
3866
+ */
3867
+ severities?: pulumi.Input<pulumi.Input<string>[]>;
3868
+ /**
3869
+ * The ThreatName param.
3870
+ */
3871
+ threatName?: pulumi.Input<string>;
3872
+ /**
3873
+ * The VendorIds param.
3874
+ */
3875
+ vendorIds?: pulumi.Input<pulumi.Input<string>[]>;
3876
+ }
3877
+ export interface VulnerabilityProtectionProfileRuleAction {
3878
+ /**
3879
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3880
+ */
3881
+ alert?: pulumi.Input<boolean>;
3882
+ /**
3883
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3884
+ */
3885
+ allow?: pulumi.Input<boolean>;
3886
+ /**
3887
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3888
+ */
3889
+ blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileRuleActionBlockIp>;
3890
+ /**
3891
+ * The Default param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3892
+ */
3893
+ default?: pulumi.Input<boolean>;
3894
+ /**
3895
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3896
+ */
3897
+ drop?: pulumi.Input<boolean>;
3898
+ /**
3899
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3900
+ */
3901
+ resetBoth?: pulumi.Input<boolean>;
3902
+ /**
3903
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3904
+ */
3905
+ resetClient?: pulumi.Input<boolean>;
3906
+ /**
3907
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3908
+ */
3909
+ resetServer?: pulumi.Input<boolean>;
3910
+ }
3911
+ export interface VulnerabilityProtectionProfileRuleActionBlockIp {
3912
+ /**
3913
+ * The Duration param. Value must be between 1 and 3600.
3914
+ */
3915
+ duration?: pulumi.Input<number>;
3916
+ /**
3917
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
3918
+ */
3919
+ trackBy?: pulumi.Input<string>;
3920
+ }
3921
+ export interface VulnerabilityProtectionProfileThreatException {
3922
+ /**
3923
+ * The Action param.
3924
+ */
3925
+ action?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionAction>;
3926
+ /**
3927
+ * The ExemptIps param.
3928
+ */
3929
+ exemptIps?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionExemptIp>[]>;
3930
+ /**
3931
+ * The Name param.
3932
+ */
3933
+ name?: pulumi.Input<string>;
3934
+ /**
3935
+ * The Notes param.
3936
+ */
3937
+ notes?: pulumi.Input<string>;
3938
+ /**
3939
+ * The PacketCapture param. String must be one of these: `"disable"`, `"single-packet"`, `"extended-capture"`.
3940
+ */
3941
+ packetCapture?: pulumi.Input<string>;
3942
+ /**
3943
+ * The TimeAttribute param.
3944
+ */
3945
+ timeAttribute?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionTimeAttribute>;
3946
+ }
3947
+ export interface VulnerabilityProtectionProfileThreatExceptionAction {
3948
+ /**
3949
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3950
+ */
3951
+ alert?: pulumi.Input<boolean>;
3952
+ /**
3953
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3954
+ */
3955
+ allow?: pulumi.Input<boolean>;
3956
+ /**
3957
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3958
+ */
3959
+ blockIp?: pulumi.Input<inputs.VulnerabilityProtectionProfileThreatExceptionActionBlockIp>;
3960
+ /**
3961
+ * The Default param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3962
+ */
3963
+ default?: pulumi.Input<boolean>;
3964
+ /**
3965
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3966
+ */
3967
+ drop?: pulumi.Input<boolean>;
3968
+ /**
3969
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3970
+ */
3971
+ resetBoth?: pulumi.Input<boolean>;
3972
+ /**
3973
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3974
+ */
3975
+ resetClient?: pulumi.Input<boolean>;
3976
+ /**
3977
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `default`, `drop`, `resetBoth`, `resetClient`, `resetServer`
3978
+ */
3979
+ resetServer?: pulumi.Input<boolean>;
3980
+ }
3981
+ export interface VulnerabilityProtectionProfileThreatExceptionActionBlockIp {
3982
+ /**
3983
+ * The Duration param. Value must be between 1 and 3600.
3984
+ */
3985
+ duration?: pulumi.Input<number>;
3986
+ /**
3987
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
3988
+ */
3989
+ trackBy?: pulumi.Input<string>;
3990
+ }
3991
+ export interface VulnerabilityProtectionProfileThreatExceptionExemptIp {
3992
+ /**
3993
+ * The Name param.
3994
+ */
3995
+ name: pulumi.Input<string>;
3996
+ }
3997
+ export interface VulnerabilityProtectionProfileThreatExceptionTimeAttribute {
3998
+ /**
3999
+ * The Interval param. Value must be between 1 and 3600.
4000
+ */
4001
+ interval?: pulumi.Input<number>;
4002
+ /**
4003
+ * The Threshold param. Value must be between 1 and 65535.
4004
+ */
4005
+ threshold?: pulumi.Input<number>;
4006
+ /**
4007
+ * The TrackBy param. String must be one of these: `"source"`, `"destination"`, `"source-and-destination"`.
4008
+ */
4009
+ trackBy?: pulumi.Input<string>;
4010
+ }
4011
+ export interface VulnerabilityProtectionSignaturesAffectedHost {
4012
+ /**
4013
+ * The Client param. Ensure that only one of the following is specified: `client`, `server`
4014
+ */
4015
+ client?: pulumi.Input<boolean>;
4016
+ /**
4017
+ * The Server param. Ensure that only one of the following is specified: `client`, `server`
4018
+ */
4019
+ server?: pulumi.Input<boolean>;
4020
+ }
4021
+ export interface VulnerabilityProtectionSignaturesDefaultAction {
4022
+ /**
4023
+ * The Alert param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4024
+ */
4025
+ alert?: pulumi.Input<boolean>;
4026
+ /**
4027
+ * The Allow param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4028
+ */
4029
+ allow?: pulumi.Input<boolean>;
4030
+ /**
4031
+ * The BlockIp param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4032
+ */
4033
+ blockIp?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesDefaultActionBlockIp>;
4034
+ /**
4035
+ * The Drop param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4036
+ */
4037
+ drop?: pulumi.Input<boolean>;
4038
+ /**
4039
+ * The ResetBoth param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4040
+ */
4041
+ resetBoth?: pulumi.Input<boolean>;
4042
+ /**
4043
+ * The ResetClient param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4044
+ */
4045
+ resetClient?: pulumi.Input<boolean>;
4046
+ /**
4047
+ * The ResetServer param. Ensure that only one of the following is specified: `alert`, `allow`, `blockIp`, `drop`, `resetBoth`, `resetClient`, `resetServer`
4048
+ */
4049
+ resetServer?: pulumi.Input<boolean>;
4050
+ }
4051
+ export interface VulnerabilityProtectionSignaturesDefaultActionBlockIp {
4052
+ /**
4053
+ * The Duration param. Value must be between 1 and 3600.
4054
+ */
4055
+ duration?: pulumi.Input<number>;
4056
+ /**
4057
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`.
4058
+ */
4059
+ trackBy?: pulumi.Input<string>;
4060
+ }
4061
+ export interface VulnerabilityProtectionSignaturesSignature {
4062
+ /**
4063
+ * The Combination param. Ensure that only one of the following is specified: `combination`, `standard`
4064
+ */
4065
+ combination?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureCombination>;
4066
+ /**
4067
+ * The Standards param. Ensure that only one of the following is specified: `combination`, `standard`
4068
+ */
4069
+ standards?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandard>[]>;
4070
+ }
4071
+ export interface VulnerabilityProtectionSignaturesSignatureCombination {
4072
+ /**
4073
+ * The AndConditions param.
4074
+ */
4075
+ andConditions?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureCombinationAndCondition>[]>;
4076
+ /**
4077
+ * The OrderFree param. Default: `false`.
4078
+ */
4079
+ orderFree?: pulumi.Input<boolean>;
4080
+ /**
4081
+ * The TimeAttribute param.
4082
+ */
4083
+ timeAttribute?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute>;
4084
+ }
4085
+ export interface VulnerabilityProtectionSignaturesSignatureCombinationAndCondition {
4086
+ /**
4087
+ * The Name param.
4088
+ */
4089
+ name?: pulumi.Input<string>;
4090
+ /**
4091
+ * The OrConditions param.
4092
+ */
4093
+ orConditions?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition>[]>;
4094
+ }
4095
+ export interface VulnerabilityProtectionSignaturesSignatureCombinationAndConditionOrCondition {
4096
+ /**
4097
+ * The Name param.
4098
+ */
4099
+ name?: pulumi.Input<string>;
4100
+ /**
4101
+ * The ThreatId param.
4102
+ */
4103
+ threatId?: pulumi.Input<string>;
4104
+ }
4105
+ export interface VulnerabilityProtectionSignaturesSignatureCombinationTimeAttribute {
4106
+ /**
4107
+ * The Interval param. Value must be between 1 and 3600.
4108
+ */
4109
+ interval?: pulumi.Input<number>;
4110
+ /**
4111
+ * The Threshold param. Value must be between 1 and 255.
4112
+ */
4113
+ threshold?: pulumi.Input<number>;
4114
+ /**
4115
+ * The TrackBy param. String must be one of these: `"source-and-destination"`, `"source"`, `"destination"`.
4116
+ */
4117
+ trackBy?: pulumi.Input<string>;
4118
+ }
4119
+ export interface VulnerabilityProtectionSignaturesSignatureStandard {
4120
+ /**
4121
+ * The AndConditions param.
4122
+ */
4123
+ andConditions?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndCondition>[]>;
4124
+ /**
4125
+ * The Comment param. String length must not exceed 256 characters.
4126
+ */
4127
+ comment?: pulumi.Input<string>;
4128
+ /**
4129
+ * The Name param.
4130
+ */
4131
+ name: pulumi.Input<string>;
4132
+ /**
4133
+ * The OrderFree param. Default: `false`.
4134
+ */
4135
+ orderFree?: pulumi.Input<boolean>;
4136
+ /**
4137
+ * The Scope param. String must be one of these: `"protocol-data-unit"`, `"session"`.
4138
+ */
4139
+ scope?: pulumi.Input<string>;
4140
+ }
4141
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndCondition {
4142
+ /**
4143
+ * The Name param.
4144
+ */
4145
+ name?: pulumi.Input<string>;
4146
+ /**
4147
+ * The OrConditions param.
4148
+ */
4149
+ orConditions?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition>[]>;
4150
+ }
4151
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrCondition {
4152
+ /**
4153
+ * The Name param.
4154
+ */
4155
+ name?: pulumi.Input<string>;
4156
+ /**
4157
+ * The Operator param.
4158
+ */
4159
+ operator?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator>;
4160
+ }
4161
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperator {
4162
+ /**
4163
+ * The EqualTo param.
4164
+ */
4165
+ equalTo?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualTo>;
4166
+ /**
4167
+ * The GreaterThan param.
4168
+ */
4169
+ greaterThan?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThan>;
4170
+ /**
4171
+ * The LessThan param.
4172
+ */
4173
+ lessThan?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThan>;
4174
+ /**
4175
+ * The PatternMatch param.
4176
+ */
4177
+ patternMatch?: pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatch>;
4178
+ }
4179
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualTo {
4180
+ /**
4181
+ * The Context param.
4182
+ */
4183
+ context?: pulumi.Input<string>;
4184
+ /**
4185
+ * The Negate param. Default: `false`.
4186
+ */
4187
+ negate?: pulumi.Input<boolean>;
4188
+ /**
4189
+ * The Qualifiers param.
4190
+ */
4191
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualToQualifier>[]>;
4192
+ /**
4193
+ * The Value param. Value must be between 0 and 4294967295.
4194
+ */
4195
+ value?: pulumi.Input<number>;
4196
+ }
4197
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorEqualToQualifier {
4198
+ /**
4199
+ * The Name param.
4200
+ */
4201
+ name?: pulumi.Input<string>;
4202
+ /**
4203
+ * The Value param.
4204
+ */
4205
+ value?: pulumi.Input<string>;
4206
+ }
4207
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThan {
4208
+ /**
4209
+ * The Context param.
4210
+ */
4211
+ context?: pulumi.Input<string>;
4212
+ /**
4213
+ * The Qualifiers param.
4214
+ */
4215
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier>[]>;
4216
+ /**
4217
+ * The Value param. Value must be between 0 and 4294967295.
4218
+ */
4219
+ value?: pulumi.Input<number>;
4220
+ }
4221
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorGreaterThanQualifier {
4222
+ /**
4223
+ * The Name param.
4224
+ */
4225
+ name?: pulumi.Input<string>;
4226
+ /**
4227
+ * The Value param.
4228
+ */
4229
+ value?: pulumi.Input<string>;
4230
+ }
4231
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThan {
4232
+ /**
4233
+ * The Context param.
4234
+ */
4235
+ context?: pulumi.Input<string>;
4236
+ /**
4237
+ * The Qualifiers param.
4238
+ */
4239
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThanQualifier>[]>;
4240
+ /**
4241
+ * The Value param. Value must be between 0 and 4294967295.
4242
+ */
4243
+ value?: pulumi.Input<number>;
4244
+ }
4245
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorLessThanQualifier {
4246
+ /**
4247
+ * The Name param.
4248
+ */
4249
+ name?: pulumi.Input<string>;
4250
+ /**
4251
+ * The Value param.
4252
+ */
4253
+ value?: pulumi.Input<string>;
4254
+ }
4255
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatch {
4256
+ /**
4257
+ * The Context param.
4258
+ */
4259
+ context?: pulumi.Input<string>;
4260
+ /**
4261
+ * The Negate param. Default: `false`.
4262
+ */
4263
+ negate?: pulumi.Input<boolean>;
4264
+ /**
4265
+ * The Pattern param.
4266
+ */
4267
+ pattern?: pulumi.Input<string>;
4268
+ /**
4269
+ * The Qualifiers param.
4270
+ */
4271
+ qualifiers?: pulumi.Input<pulumi.Input<inputs.VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier>[]>;
4272
+ }
4273
+ export interface VulnerabilityProtectionSignaturesSignatureStandardAndConditionOrConditionOperatorPatternMatchQualifier {
4274
+ /**
4275
+ * The Name param.
4276
+ */
4277
+ name?: pulumi.Input<string>;
4278
+ /**
4279
+ * The Value param.
4280
+ */
4281
+ value?: pulumi.Input<string>;
4282
+ }
4283
+ export interface WildfireAntiVirusProfileMlavException {
4284
+ /**
4285
+ * The Description param.
4286
+ */
4287
+ description?: pulumi.Input<string>;
4288
+ /**
4289
+ * The Filename param.
4290
+ */
4291
+ filename?: pulumi.Input<string>;
4292
+ /**
4293
+ * The Name param.
4294
+ */
4295
+ name?: pulumi.Input<string>;
4296
+ }
4297
+ export interface WildfireAntiVirusProfileRule {
4298
+ /**
4299
+ * The Analysis param. String must be one of these: `"public-cloud"`, `"private-cloud"`.
4300
+ */
4301
+ analysis?: pulumi.Input<string>;
4302
+ /**
4303
+ * The Applications param.
4304
+ */
4305
+ applications?: pulumi.Input<pulumi.Input<string>[]>;
4306
+ /**
4307
+ * The Direction param. String must be one of these: `"download"`, `"upload"`, `"both"`.
4308
+ */
4309
+ direction?: pulumi.Input<string>;
4310
+ /**
4311
+ * The FileTypes param.
4312
+ */
4313
+ fileTypes?: pulumi.Input<pulumi.Input<string>[]>;
4314
+ /**
4315
+ * The Name param.
4316
+ */
4317
+ name?: pulumi.Input<string>;
4318
+ }
4319
+ export interface WildfireAntiVirusProfileThreatException {
4320
+ /**
4321
+ * The Name param.
4322
+ */
4323
+ name?: pulumi.Input<string>;
4324
+ /**
4325
+ * The Notes param.
4326
+ */
4327
+ notes?: pulumi.Input<string>;
4328
+ }