@pulumi/ise 0.1.0-alpha.1715070880

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 (370) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +49 -0
  3. package/activedirectoryadd/groups.d.ts +149 -0
  4. package/activedirectoryadd/groups.js +91 -0
  5. package/activedirectoryadd/groups.js.map +1 -0
  6. package/activedirectoryadd/index.d.ts +3 -0
  7. package/activedirectoryadd/index.js +22 -0
  8. package/activedirectoryadd/index.js.map +1 -0
  9. package/activedirectorygroupsby/getDomain.d.ts +123 -0
  10. package/activedirectorygroupsby/getDomain.js +59 -0
  11. package/activedirectorygroupsby/getDomain.js.map +1 -0
  12. package/activedirectorygroupsby/index.d.ts +3 -0
  13. package/activedirectorygroupsby/index.js +10 -0
  14. package/activedirectorygroupsby/index.js.map +1 -0
  15. package/activedirectoryjoin/getPoint.d.ts +188 -0
  16. package/activedirectoryjoin/getPoint.js +47 -0
  17. package/activedirectoryjoin/getPoint.js.map +1 -0
  18. package/activedirectoryjoin/index.d.ts +6 -0
  19. package/activedirectoryjoin/index.js +25 -0
  20. package/activedirectoryjoin/index.js.map +1 -0
  21. package/activedirectoryjoin/point.d.ts +446 -0
  22. package/activedirectoryjoin/point.js +125 -0
  23. package/activedirectoryjoin/point.js.map +1 -0
  24. package/activedirectoryjoindomainwithall/index.d.ts +3 -0
  25. package/activedirectoryjoindomainwithall/index.js +22 -0
  26. package/activedirectoryjoindomainwithall/index.js.map +1 -0
  27. package/activedirectoryjoindomainwithall/nodes.d.ts +71 -0
  28. package/activedirectoryjoindomainwithall/nodes.js +75 -0
  29. package/activedirectoryjoindomainwithall/nodes.js.map +1 -0
  30. package/allowed/getProtocols.d.ts +374 -0
  31. package/allowed/getProtocols.js +49 -0
  32. package/allowed/getProtocols.js.map +1 -0
  33. package/allowed/index.d.ts +6 -0
  34. package/allowed/index.js +25 -0
  35. package/allowed/index.js.map +1 -0
  36. package/allowed/protocols.d.ts +1075 -0
  37. package/allowed/protocols.js +343 -0
  38. package/allowed/protocols.js.map +1 -0
  39. package/allowedprotocols/getTacacs.d.ts +86 -0
  40. package/allowedprotocols/getTacacs.js +49 -0
  41. package/allowedprotocols/getTacacs.js.map +1 -0
  42. package/allowedprotocols/index.d.ts +6 -0
  43. package/allowedprotocols/index.js +25 -0
  44. package/allowedprotocols/index.js.map +1 -0
  45. package/allowedprotocols/tacacs.d.ts +120 -0
  46. package/allowedprotocols/tacacs.js +90 -0
  47. package/allowedprotocols/tacacs.js.map +1 -0
  48. package/authorization/getProfile.d.ts +199 -0
  49. package/authorization/getProfile.js +49 -0
  50. package/authorization/getProfile.js.map +1 -0
  51. package/authorization/index.d.ts +6 -0
  52. package/authorization/index.js +25 -0
  53. package/authorization/index.js.map +1 -0
  54. package/authorization/profile.d.ts +449 -0
  55. package/authorization/profile.js +122 -0
  56. package/authorization/profile.js.map +1 -0
  57. package/certificateauthentication/getProfile.d.ts +94 -0
  58. package/certificateauthentication/getProfile.js +49 -0
  59. package/certificateauthentication/getProfile.js.map +1 -0
  60. package/certificateauthentication/index.d.ts +6 -0
  61. package/certificateauthentication/index.js +25 -0
  62. package/certificateauthentication/index.js.map +1 -0
  63. package/certificateauthentication/profile.d.ts +167 -0
  64. package/certificateauthentication/profile.js +87 -0
  65. package/certificateauthentication/profile.js.map +1 -0
  66. package/config/index.d.ts +1 -0
  67. package/config/index.js +21 -0
  68. package/config/index.js.map +1 -0
  69. package/config/vars.d.ts +20 -0
  70. package/config/vars.js +37 -0
  71. package/config/vars.js.map +1 -0
  72. package/deviceadmin/condition.d.ts +197 -0
  73. package/deviceadmin/condition.js +97 -0
  74. package/deviceadmin/condition.js.map +1 -0
  75. package/deviceadmin/getCondition.d.ts +107 -0
  76. package/deviceadmin/getCondition.js +49 -0
  77. package/deviceadmin/getCondition.js.map +1 -0
  78. package/deviceadmin/index.d.ts +6 -0
  79. package/deviceadmin/index.js +25 -0
  80. package/deviceadmin/index.js.map +1 -0
  81. package/deviceadminauthentication/getRule.d.ts +149 -0
  82. package/deviceadminauthentication/getRule.js +51 -0
  83. package/deviceadminauthentication/getRule.js.map +1 -0
  84. package/deviceadminauthentication/index.d.ts +6 -0
  85. package/deviceadminauthentication/index.js +25 -0
  86. package/deviceadminauthentication/index.js.map +1 -0
  87. package/deviceadminauthentication/rule.d.ts +303 -0
  88. package/deviceadminauthentication/rule.js +129 -0
  89. package/deviceadminauthentication/rule.js.map +1 -0
  90. package/deviceadminauthorization/getRule.d.ts +141 -0
  91. package/deviceadminauthorization/getRule.js +51 -0
  92. package/deviceadminauthorization/getRule.js.map +1 -0
  93. package/deviceadminauthorization/index.d.ts +6 -0
  94. package/deviceadminauthorization/index.js +25 -0
  95. package/deviceadminauthorization/index.js.map +1 -0
  96. package/deviceadminauthorization/rule.d.ts +274 -0
  97. package/deviceadminauthorization/rule.js +114 -0
  98. package/deviceadminauthorization/rule.js.map +1 -0
  99. package/deviceadminauthorizationexception/getRule.d.ts +141 -0
  100. package/deviceadminauthorizationexception/getRule.js +51 -0
  101. package/deviceadminauthorizationexception/getRule.js.map +1 -0
  102. package/deviceadminauthorizationexception/index.d.ts +6 -0
  103. package/deviceadminauthorizationexception/index.js +25 -0
  104. package/deviceadminauthorizationexception/index.js.map +1 -0
  105. package/deviceadminauthorizationexception/rule.d.ts +274 -0
  106. package/deviceadminauthorizationexception/rule.js +114 -0
  107. package/deviceadminauthorizationexception/rule.js.map +1 -0
  108. package/deviceadminauthorizationglobalexception/getRule.d.ts +127 -0
  109. package/deviceadminauthorizationglobalexception/getRule.js +49 -0
  110. package/deviceadminauthorizationglobalexception/getRule.js.map +1 -0
  111. package/deviceadminauthorizationglobalexception/index.d.ts +6 -0
  112. package/deviceadminauthorizationglobalexception/index.js +25 -0
  113. package/deviceadminauthorizationglobalexception/index.js.map +1 -0
  114. package/deviceadminauthorizationglobalexception/rule.d.ts +261 -0
  115. package/deviceadminauthorizationglobalexception/rule.js +108 -0
  116. package/deviceadminauthorizationglobalexception/rule.js.map +1 -0
  117. package/deviceadminpolicy/getSet.d.ts +131 -0
  118. package/deviceadminpolicy/getSet.js +49 -0
  119. package/deviceadminpolicy/getSet.js.map +1 -0
  120. package/deviceadminpolicy/index.d.ts +6 -0
  121. package/deviceadminpolicy/index.js +25 -0
  122. package/deviceadminpolicy/index.js.map +1 -0
  123. package/deviceadminpolicy/set.d.ts +276 -0
  124. package/deviceadminpolicy/set.js +113 -0
  125. package/deviceadminpolicy/set.js.map +1 -0
  126. package/deviceadmintimeanddate/condition.d.ts +224 -0
  127. package/deviceadmintimeanddate/condition.js +105 -0
  128. package/deviceadmintimeanddate/condition.js.map +1 -0
  129. package/deviceadmintimeanddate/getCondition.d.ts +118 -0
  130. package/deviceadmintimeanddate/getCondition.js +49 -0
  131. package/deviceadmintimeanddate/getCondition.js.map +1 -0
  132. package/deviceadmintimeanddate/index.d.ts +6 -0
  133. package/deviceadmintimeanddate/index.js +25 -0
  134. package/deviceadmintimeanddate/index.js.map +1 -0
  135. package/downloadable/acl.d.ts +107 -0
  136. package/downloadable/acl.js +81 -0
  137. package/downloadable/acl.js.map +1 -0
  138. package/downloadable/getAcl.d.ts +82 -0
  139. package/downloadable/getAcl.js +49 -0
  140. package/downloadable/getAcl.js.map +1 -0
  141. package/downloadable/index.d.ts +6 -0
  142. package/downloadable/index.js +25 -0
  143. package/downloadable/index.js.map +1 -0
  144. package/endpoint.d.ts +382 -0
  145. package/endpoint.js +136 -0
  146. package/endpoint.js.map +1 -0
  147. package/endpointidentity/getGroup.d.ts +82 -0
  148. package/endpointidentity/getGroup.js +49 -0
  149. package/endpointidentity/getGroup.js.map +1 -0
  150. package/endpointidentity/group.d.ts +106 -0
  151. package/endpointidentity/group.js +77 -0
  152. package/endpointidentity/group.js.map +1 -0
  153. package/endpointidentity/index.d.ts +6 -0
  154. package/endpointidentity/index.js +25 -0
  155. package/endpointidentity/index.js.map +1 -0
  156. package/getEndpoint.d.ts +172 -0
  157. package/getEndpoint.js +49 -0
  158. package/getEndpoint.js.map +1 -0
  159. package/getRepository.d.ts +94 -0
  160. package/getRepository.js +49 -0
  161. package/getRepository.js.map +1 -0
  162. package/identitysource/getSequence.d.ts +84 -0
  163. package/identitysource/getSequence.js +49 -0
  164. package/identitysource/getSequence.js.map +1 -0
  165. package/identitysource/index.d.ts +6 -0
  166. package/identitysource/index.js +25 -0
  167. package/identitysource/index.js.map +1 -0
  168. package/identitysource/sequence.d.ts +116 -0
  169. package/identitysource/sequence.js +93 -0
  170. package/identitysource/sequence.js.map +1 -0
  171. package/index.d.ts +55 -0
  172. package/index.js +123 -0
  173. package/index.js.map +1 -0
  174. package/internal/getUser.d.ts +122 -0
  175. package/internal/getUser.js +49 -0
  176. package/internal/getUser.js.map +1 -0
  177. package/internal/index.d.ts +6 -0
  178. package/internal/index.js +25 -0
  179. package/internal/index.js.map +1 -0
  180. package/internal/user.d.ts +241 -0
  181. package/internal/user.js +109 -0
  182. package/internal/user.js.map +1 -0
  183. package/licensetier/getState.d.ts +63 -0
  184. package/licensetier/getState.js +47 -0
  185. package/licensetier/getState.js.map +1 -0
  186. package/licensetier/index.d.ts +6 -0
  187. package/licensetier/index.js +25 -0
  188. package/licensetier/index.js.map +1 -0
  189. package/licensetier/state.d.ts +71 -0
  190. package/licensetier/state.js +73 -0
  191. package/licensetier/state.js.map +1 -0
  192. package/network/device.d.ts +603 -0
  193. package/network/device.js +195 -0
  194. package/network/device.js.map +1 -0
  195. package/network/getDevice.d.ts +235 -0
  196. package/network/getDevice.js +49 -0
  197. package/network/getDevice.js.map +1 -0
  198. package/network/index.d.ts +6 -0
  199. package/network/index.js +25 -0
  200. package/network/index.js.map +1 -0
  201. package/networkaccess/condition.d.ts +197 -0
  202. package/networkaccess/condition.js +97 -0
  203. package/networkaccess/condition.js.map +1 -0
  204. package/networkaccess/dictionary.d.ts +107 -0
  205. package/networkaccess/dictionary.js +84 -0
  206. package/networkaccess/dictionary.js.map +1 -0
  207. package/networkaccess/getCondition.d.ts +107 -0
  208. package/networkaccess/getCondition.js +49 -0
  209. package/networkaccess/getCondition.js.map +1 -0
  210. package/networkaccess/getDictionary.d.ts +82 -0
  211. package/networkaccess/getDictionary.js +49 -0
  212. package/networkaccess/getDictionary.js.map +1 -0
  213. package/networkaccess/index.d.ts +12 -0
  214. package/networkaccess/index.js +33 -0
  215. package/networkaccess/index.js.map +1 -0
  216. package/networkaccessauthentication/getRule.d.ts +149 -0
  217. package/networkaccessauthentication/getRule.js +51 -0
  218. package/networkaccessauthentication/getRule.js.map +1 -0
  219. package/networkaccessauthentication/index.d.ts +6 -0
  220. package/networkaccessauthentication/index.js +25 -0
  221. package/networkaccessauthentication/index.js.map +1 -0
  222. package/networkaccessauthentication/rule.d.ts +303 -0
  223. package/networkaccessauthentication/rule.js +129 -0
  224. package/networkaccessauthentication/rule.js.map +1 -0
  225. package/networkaccessauthorization/getRule.d.ts +141 -0
  226. package/networkaccessauthorization/getRule.js +51 -0
  227. package/networkaccessauthorization/getRule.js.map +1 -0
  228. package/networkaccessauthorization/index.d.ts +6 -0
  229. package/networkaccessauthorization/index.js +25 -0
  230. package/networkaccessauthorization/index.js.map +1 -0
  231. package/networkaccessauthorization/rule.d.ts +274 -0
  232. package/networkaccessauthorization/rule.js +114 -0
  233. package/networkaccessauthorization/rule.js.map +1 -0
  234. package/networkaccessauthorizationexception/getRule.d.ts +141 -0
  235. package/networkaccessauthorizationexception/getRule.js +51 -0
  236. package/networkaccessauthorizationexception/getRule.js.map +1 -0
  237. package/networkaccessauthorizationexception/index.d.ts +6 -0
  238. package/networkaccessauthorizationexception/index.js +25 -0
  239. package/networkaccessauthorizationexception/index.js.map +1 -0
  240. package/networkaccessauthorizationexception/rule.d.ts +274 -0
  241. package/networkaccessauthorizationexception/rule.js +114 -0
  242. package/networkaccessauthorizationexception/rule.js.map +1 -0
  243. package/networkaccessauthorizationglobalexception/getRule.d.ts +127 -0
  244. package/networkaccessauthorizationglobalexception/getRule.js +49 -0
  245. package/networkaccessauthorizationglobalexception/getRule.js.map +1 -0
  246. package/networkaccessauthorizationglobalexception/index.d.ts +6 -0
  247. package/networkaccessauthorizationglobalexception/index.js +25 -0
  248. package/networkaccessauthorizationglobalexception/index.js.map +1 -0
  249. package/networkaccessauthorizationglobalexception/rule.d.ts +261 -0
  250. package/networkaccessauthorizationglobalexception/rule.js +108 -0
  251. package/networkaccessauthorizationglobalexception/rule.js.map +1 -0
  252. package/networkaccesspolicy/getSet.d.ts +131 -0
  253. package/networkaccesspolicy/getSet.js +49 -0
  254. package/networkaccesspolicy/getSet.js.map +1 -0
  255. package/networkaccesspolicy/index.d.ts +6 -0
  256. package/networkaccesspolicy/index.js +25 -0
  257. package/networkaccesspolicy/index.js.map +1 -0
  258. package/networkaccesspolicy/set.d.ts +276 -0
  259. package/networkaccesspolicy/set.js +113 -0
  260. package/networkaccesspolicy/set.js.map +1 -0
  261. package/networkaccesstimeanddate/condition.d.ts +224 -0
  262. package/networkaccesstimeanddate/condition.js +105 -0
  263. package/networkaccesstimeanddate/condition.js.map +1 -0
  264. package/networkaccesstimeanddate/getCondition.d.ts +118 -0
  265. package/networkaccesstimeanddate/getCondition.js +49 -0
  266. package/networkaccesstimeanddate/getCondition.js.map +1 -0
  267. package/networkaccesstimeanddate/index.d.ts +6 -0
  268. package/networkaccesstimeanddate/index.js +25 -0
  269. package/networkaccesstimeanddate/index.js.map +1 -0
  270. package/networkdevice/getGroup.d.ts +78 -0
  271. package/networkdevice/getGroup.js +49 -0
  272. package/networkdevice/getGroup.js.map +1 -0
  273. package/networkdevice/group.d.ts +94 -0
  274. package/networkdevice/group.js +78 -0
  275. package/networkdevice/group.js.map +1 -0
  276. package/networkdevice/index.d.ts +6 -0
  277. package/networkdevice/index.js +25 -0
  278. package/networkdevice/index.js.map +1 -0
  279. package/package.json +28 -0
  280. package/package.json.bak +28 -0
  281. package/provider.d.ts +59 -0
  282. package/provider.js +51 -0
  283. package/provider.js.map +1 -0
  284. package/repository.d.ts +146 -0
  285. package/repository.js +93 -0
  286. package/repository.js.map +1 -0
  287. package/tacacs/getProfile.d.ts +76 -0
  288. package/tacacs/getProfile.js +49 -0
  289. package/tacacs/getProfile.js.map +1 -0
  290. package/tacacs/index.d.ts +6 -0
  291. package/tacacs/index.js +25 -0
  292. package/tacacs/index.js.map +1 -0
  293. package/tacacs/profile.d.ts +91 -0
  294. package/tacacs/profile.js +79 -0
  295. package/tacacs/profile.js.map +1 -0
  296. package/tacacscommand/getSet.d.ts +80 -0
  297. package/tacacscommand/getSet.js +49 -0
  298. package/tacacscommand/getSet.js.map +1 -0
  299. package/tacacscommand/index.d.ts +6 -0
  300. package/tacacscommand/index.js +25 -0
  301. package/tacacscommand/index.js.map +1 -0
  302. package/tacacscommand/set.d.ts +104 -0
  303. package/tacacscommand/set.js +82 -0
  304. package/tacacscommand/set.js.map +1 -0
  305. package/trustsecegressmatrix/cell.d.ts +133 -0
  306. package/trustsecegressmatrix/cell.js +90 -0
  307. package/trustsecegressmatrix/cell.js.map +1 -0
  308. package/trustsecegressmatrix/getCell.d.ts +82 -0
  309. package/trustsecegressmatrix/getCell.js +47 -0
  310. package/trustsecegressmatrix/getCell.js.map +1 -0
  311. package/trustsecegressmatrix/index.d.ts +6 -0
  312. package/trustsecegressmatrix/index.js +25 -0
  313. package/trustsecegressmatrix/index.js.map +1 -0
  314. package/trustseciptosgt/getMapping.d.ts +98 -0
  315. package/trustseciptosgt/getMapping.js +49 -0
  316. package/trustseciptosgt/getMapping.js.map +1 -0
  317. package/trustseciptosgt/index.d.ts +6 -0
  318. package/trustseciptosgt/index.js +25 -0
  319. package/trustseciptosgt/index.js.map +1 -0
  320. package/trustseciptosgt/mapping.d.ts +155 -0
  321. package/trustseciptosgt/mapping.js +86 -0
  322. package/trustseciptosgt/mapping.js.map +1 -0
  323. package/trustseciptosgtmapping/getGroup.d.ts +86 -0
  324. package/trustseciptosgtmapping/getGroup.js +49 -0
  325. package/trustseciptosgtmapping/getGroup.js.map +1 -0
  326. package/trustseciptosgtmapping/group.d.ts +118 -0
  327. package/trustseciptosgtmapping/group.js +85 -0
  328. package/trustseciptosgtmapping/group.js.map +1 -0
  329. package/trustseciptosgtmapping/index.d.ts +6 -0
  330. package/trustseciptosgtmapping/index.js +25 -0
  331. package/trustseciptosgtmapping/index.js.map +1 -0
  332. package/trustsecsecurity/getGroup.d.ts +86 -0
  333. package/trustsecsecurity/getGroup.js +49 -0
  334. package/trustsecsecurity/getGroup.js.map +1 -0
  335. package/trustsecsecurity/group.d.ts +120 -0
  336. package/trustsecsecurity/group.js +84 -0
  337. package/trustsecsecurity/group.js.map +1 -0
  338. package/trustsecsecurity/index.d.ts +6 -0
  339. package/trustsecsecurity/index.js +25 -0
  340. package/trustsecsecurity/index.js.map +1 -0
  341. package/trustsecsecuritygroup/acl.d.ts +120 -0
  342. package/trustsecsecuritygroup/acl.js +84 -0
  343. package/trustsecsecuritygroup/acl.js.map +1 -0
  344. package/trustsecsecuritygroup/getAcl.d.ts +86 -0
  345. package/trustsecsecuritygroup/getAcl.js +49 -0
  346. package/trustsecsecuritygroup/getAcl.js.map +1 -0
  347. package/trustsecsecuritygroup/index.d.ts +6 -0
  348. package/trustsecsecuritygroup/index.js +25 -0
  349. package/trustsecsecuritygroup/index.js.map +1 -0
  350. package/types/index.d.ts +3 -0
  351. package/types/index.js +11 -0
  352. package/types/index.js.map +1 -0
  353. package/types/input.d.ts +1148 -0
  354. package/types/input.js +5 -0
  355. package/types/input.js.map +1 -0
  356. package/types/output.d.ts +2188 -0
  357. package/types/output.js +5 -0
  358. package/types/output.js.map +1 -0
  359. package/useridentity/getGroup.d.ts +78 -0
  360. package/useridentity/getGroup.js +49 -0
  361. package/useridentity/getGroup.js.map +1 -0
  362. package/useridentity/group.d.ts +94 -0
  363. package/useridentity/group.js +75 -0
  364. package/useridentity/group.js.map +1 -0
  365. package/useridentity/index.d.ts +6 -0
  366. package/useridentity/index.js +25 -0
  367. package/useridentity/index.js.map +1 -0
  368. package/utilities.d.ts +8 -0
  369. package/utilities.js +101 -0
  370. package/utilities.js.map +1 -0
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.State = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource can manage a License Tier State.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as ise from "@pulumi/ise";
16
+ *
17
+ * const example = new ise.licensetier.State("example", {licenses: [{
18
+ * name: "ESSENTIAL",
19
+ * status: "ENABLED",
20
+ * }]});
21
+ * ```
22
+ *
23
+ * ## Import
24
+ *
25
+ * ```sh
26
+ * $ pulumi import ise:LicenseTier/state:State example "76d24097-41c4-4558-a4d0-a8c07ac08470"
27
+ * ```
28
+ */
29
+ class State extends pulumi.CustomResource {
30
+ /**
31
+ * Get an existing State resource's state with the given name, ID, and optional extra
32
+ * properties used to qualify the lookup.
33
+ *
34
+ * @param name The _unique_ name of the resulting resource.
35
+ * @param id The _unique_ provider ID of the resource to lookup.
36
+ * @param state Any extra arguments used during the lookup.
37
+ * @param opts Optional settings to control the behavior of the CustomResource.
38
+ */
39
+ static get(name, id, state, opts) {
40
+ return new State(name, state, Object.assign(Object.assign({}, opts), { id: id }));
41
+ }
42
+ /**
43
+ * Returns true if the given object is an instance of State. This is designed to work even
44
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
45
+ */
46
+ static isInstance(obj) {
47
+ if (obj === undefined || obj === null) {
48
+ return false;
49
+ }
50
+ return obj['__pulumiType'] === State.__pulumiType;
51
+ }
52
+ constructor(name, argsOrState, opts) {
53
+ let resourceInputs = {};
54
+ opts = opts || {};
55
+ if (opts.id) {
56
+ const state = argsOrState;
57
+ resourceInputs["licenses"] = state ? state.licenses : undefined;
58
+ }
59
+ else {
60
+ const args = argsOrState;
61
+ if ((!args || args.licenses === undefined) && !opts.urn) {
62
+ throw new Error("Missing required property 'licenses'");
63
+ }
64
+ resourceInputs["licenses"] = args ? args.licenses : undefined;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(State.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.State = State;
71
+ /** @internal */
72
+ State.__pulumiType = 'ise:LicenseTier/state:State';
73
+ //# sourceMappingURL=state.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.js","sourceRoot":"","sources":["../../licensetier/state.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAa,KAAM,SAAQ,MAAM,CAAC,cAAc;IAC5C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAkB,EAAE,IAAmC;QAChH,OAAO,IAAI,KAAK,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC5D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,KAAK,CAAC,YAAY,CAAC;IACtD,CAAC;IAeD,YAAY,IAAY,EAAE,WAAoC,EAAE,IAAmC;QAC/F,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAqC,CAAC;YACpD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,KAAK,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC1D,CAAC;;AAxDL,sBAyDC;AA3CG,gBAAgB;AACO,kBAAY,GAAG,6BAA6B,CAAC"}
@@ -0,0 +1,603 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * This resource can manage a Network Device.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as ise from "@pulumi/ise";
12
+ *
13
+ * const example = new ise.network.Device("example", {
14
+ * name: "Device1",
15
+ * description: "My device",
16
+ * authenticationEnableKeyWrap: true,
17
+ * authenticationEncryptionKey: "cisco123cisco123",
18
+ * authenticationEncryptionKeyFormat: "ASCII",
19
+ * authenticationMessageAuthenticatorCodeKey: "cisco123cisco1235678",
20
+ * authenticationNetworkProtocol: "RADIUS",
21
+ * authenticationRadiusSharedSecret: "cisco123",
22
+ * authenticationEnableMultiSecret: true,
23
+ * authenticationSecondRadiusSharedSecret: "cisco12345",
24
+ * authenticationDtlsRequired: true,
25
+ * coaPort: 12345,
26
+ * dtlsDnsName: "cisco.com",
27
+ * ips: [{
28
+ * ipaddress: "2.3.4.5",
29
+ * mask: "32",
30
+ * }],
31
+ * modelName: "Unknown",
32
+ * softwareVersion: "Unknown",
33
+ * profileName: "Cisco",
34
+ * snmpLinkTrapQuery: true,
35
+ * snmpMacTrapQuery: true,
36
+ * snmpPollingInterval: 1200,
37
+ * snmpRoCommunity: "rocom",
38
+ * snmpVersion: "TWO_C",
39
+ * tacacsConnectModeOptions: "OFF",
40
+ * tacacsSharedSecret: "cisco123",
41
+ * trustsecDeviceId: "device123",
42
+ * trustsecDevicePassword: "cisco123",
43
+ * trustsecRestApiUsername: "user123",
44
+ * trustsecRestApiPassword: "Cisco123",
45
+ * trustsecEnableModePassword: "cisco123",
46
+ * trustsecExecModePassword: "cisco123",
47
+ * trustsecExecModeUsername: "user456",
48
+ * trustsecIncludeWhenDeployingSgtUpdates: true,
49
+ * trustsecDownloadEnviromentDataEveryXSeconds: 1000,
50
+ * trustsecDownloadPeerAuthorizationPolicyEveryXSeconds: 1000,
51
+ * trustsecDownloadSgaclListsEveryXSeconds: 1000,
52
+ * trustsecOtherSgaDevicesToTrustThisDevice: true,
53
+ * trustsecReAuthenticationEveryXSeconds: 1000,
54
+ * trustsecSendConfigurationToDevice: true,
55
+ * trustsecSendConfigurationToDeviceUsing: "ENABLE_USING_COA",
56
+ * });
57
+ * ```
58
+ *
59
+ * ## Import
60
+ *
61
+ * ```sh
62
+ * $ pulumi import ise:Network/device:Device example "76d24097-41c4-4558-a4d0-a8c07ac08470"
63
+ * ```
64
+ */
65
+ export declare class Device extends pulumi.CustomResource {
66
+ /**
67
+ * Get an existing Device resource's state with the given name, ID, and optional extra
68
+ * properties used to qualify the lookup.
69
+ *
70
+ * @param name The _unique_ name of the resulting resource.
71
+ * @param id The _unique_ provider ID of the resource to lookup.
72
+ * @param state Any extra arguments used during the lookup.
73
+ * @param opts Optional settings to control the behavior of the CustomResource.
74
+ */
75
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DeviceState, opts?: pulumi.CustomResourceOptions): Device;
76
+ /**
77
+ * Returns true if the given object is an instance of Device. This is designed to work even
78
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
79
+ */
80
+ static isInstance(obj: any): obj is Device;
81
+ /**
82
+ * Enforce use of DTLS
83
+ */
84
+ readonly authenticationDtlsRequired: pulumi.Output<boolean | undefined>;
85
+ /**
86
+ * Enable key wrap
87
+ */
88
+ readonly authenticationEnableKeyWrap: pulumi.Output<boolean | undefined>;
89
+ /**
90
+ * Enable multiple RADIUS shared secrets
91
+ */
92
+ readonly authenticationEnableMultiSecret: pulumi.Output<boolean | undefined>;
93
+ /**
94
+ * Encryption key
95
+ */
96
+ readonly authenticationEncryptionKey: pulumi.Output<string | undefined>;
97
+ /**
98
+ * Key input format - Choices: `ASCII`, `HEXADECIMAL`
99
+ */
100
+ readonly authenticationEncryptionKeyFormat: pulumi.Output<string | undefined>;
101
+ /**
102
+ * Message authenticator code key
103
+ */
104
+ readonly authenticationMessageAuthenticatorCodeKey: pulumi.Output<string | undefined>;
105
+ /**
106
+ * Network protocol - Choices: `RADIUS`, `TACACS_PLUS`
107
+ */
108
+ readonly authenticationNetworkProtocol: pulumi.Output<string | undefined>;
109
+ /**
110
+ * RADIUS shared secret
111
+ */
112
+ readonly authenticationRadiusSharedSecret: pulumi.Output<string | undefined>;
113
+ /**
114
+ * Second RADIUS shared secret
115
+ */
116
+ readonly authenticationSecondRadiusSharedSecret: pulumi.Output<string | undefined>;
117
+ /**
118
+ * CoA port - Default value: `1700`
119
+ */
120
+ readonly coaPort: pulumi.Output<number>;
121
+ /**
122
+ * Description
123
+ */
124
+ readonly description: pulumi.Output<string | undefined>;
125
+ /**
126
+ * This value is used to verify the client identity contained in the X.509 RADIUS/DTLS client certificate
127
+ */
128
+ readonly dtlsDnsName: pulumi.Output<string | undefined>;
129
+ /**
130
+ * List of IP subnets
131
+ */
132
+ readonly ips: pulumi.Output<outputs.Network.DeviceIp[]>;
133
+ /**
134
+ * Model name
135
+ */
136
+ readonly modelName: pulumi.Output<string | undefined>;
137
+ /**
138
+ * The name of the network device
139
+ */
140
+ readonly name: pulumi.Output<string>;
141
+ /**
142
+ * List of network device groups, e.g. `Device Type#All Device Types#ACCESS`
143
+ */
144
+ readonly networkDeviceGroups: pulumi.Output<string[] | undefined>;
145
+ /**
146
+ * Profile name - Default value: `Cisco`
147
+ */
148
+ readonly profileName: pulumi.Output<string>;
149
+ /**
150
+ * SNMP link Trap Query
151
+ */
152
+ readonly snmpLinkTrapQuery: pulumi.Output<boolean | undefined>;
153
+ /**
154
+ * SNMP MAC Trap Query
155
+ */
156
+ readonly snmpMacTrapQuery: pulumi.Output<boolean | undefined>;
157
+ /**
158
+ * Originating Policy Services Node
159
+ */
160
+ readonly snmpOriginatingPolicyServiceNode: pulumi.Output<string | undefined>;
161
+ /**
162
+ * SNMP Polling Interval in seconds - Range: `600`-`86400`
163
+ */
164
+ readonly snmpPollingInterval: pulumi.Output<number | undefined>;
165
+ /**
166
+ * SNMP RO Community
167
+ */
168
+ readonly snmpRoCommunity: pulumi.Output<string | undefined>;
169
+ /**
170
+ * SNMP version - Choices: `ONE`, `TWO_C`, `THREE`
171
+ */
172
+ readonly snmpVersion: pulumi.Output<string | undefined>;
173
+ /**
174
+ * Software version
175
+ */
176
+ readonly softwareVersion: pulumi.Output<string | undefined>;
177
+ /**
178
+ * Connect mode options - Choices: `OFF`, `ON_LEGACY`, `ON_DRAFT_COMPLIANT`
179
+ */
180
+ readonly tacacsConnectModeOptions: pulumi.Output<string | undefined>;
181
+ /**
182
+ * Shared secret
183
+ */
184
+ readonly tacacsSharedSecret: pulumi.Output<string | undefined>;
185
+ /**
186
+ * CoA source host
187
+ */
188
+ readonly trustsecCoaSourceHost: pulumi.Output<string | undefined>;
189
+ /**
190
+ * TrustSec device ID
191
+ */
192
+ readonly trustsecDeviceId: pulumi.Output<string | undefined>;
193
+ /**
194
+ * TrustSec device password
195
+ */
196
+ readonly trustsecDevicePassword: pulumi.Output<string | undefined>;
197
+ /**
198
+ * Download environment data every X seconds
199
+ */
200
+ readonly trustsecDownloadEnviromentDataEveryXSeconds: pulumi.Output<number | undefined>;
201
+ /**
202
+ * Download peer authorization policy every X seconds
203
+ */
204
+ readonly trustsecDownloadPeerAuthorizationPolicyEveryXSeconds: pulumi.Output<number | undefined>;
205
+ /**
206
+ * Download SGACL lists every X seconds
207
+ */
208
+ readonly trustsecDownloadSgaclListsEveryXSeconds: pulumi.Output<number | undefined>;
209
+ /**
210
+ * Enable mode password
211
+ */
212
+ readonly trustsecEnableModePassword: pulumi.Output<string | undefined>;
213
+ /**
214
+ * EXEC mode password
215
+ */
216
+ readonly trustsecExecModePassword: pulumi.Output<string | undefined>;
217
+ /**
218
+ * EXEC mode username
219
+ */
220
+ readonly trustsecExecModeUsername: pulumi.Output<string | undefined>;
221
+ /**
222
+ * Include this device when deploying Security Group Tag Mapping Updates
223
+ */
224
+ readonly trustsecIncludeWhenDeployingSgtUpdates: pulumi.Output<boolean | undefined>;
225
+ /**
226
+ * Other TrustSec devices to trust this device
227
+ */
228
+ readonly trustsecOtherSgaDevicesToTrustThisDevice: pulumi.Output<boolean | undefined>;
229
+ /**
230
+ * Re-authenticate every X seconds
231
+ */
232
+ readonly trustsecReAuthenticationEveryXSeconds: pulumi.Output<number | undefined>;
233
+ /**
234
+ * REST API password
235
+ */
236
+ readonly trustsecRestApiPassword: pulumi.Output<string | undefined>;
237
+ /**
238
+ * REST API username
239
+ */
240
+ readonly trustsecRestApiUsername: pulumi.Output<string | undefined>;
241
+ /**
242
+ * Send configuration to device
243
+ */
244
+ readonly trustsecSendConfigurationToDevice: pulumi.Output<boolean | undefined>;
245
+ /**
246
+ * Send configuration to device using - Choices: `DISABLE_ALL`, `ENABLE_USING_CLI`, `ENABLE_USING_COA`
247
+ */
248
+ readonly trustsecSendConfigurationToDeviceUsing: pulumi.Output<string | undefined>;
249
+ /**
250
+ * Create a Device resource with the given unique name, arguments, and options.
251
+ *
252
+ * @param name The _unique_ name of the resource.
253
+ * @param args The arguments to use to populate this resource's properties.
254
+ * @param opts A bag of options that control this resource's behavior.
255
+ */
256
+ constructor(name: string, args: DeviceArgs, opts?: pulumi.CustomResourceOptions);
257
+ }
258
+ /**
259
+ * Input properties used for looking up and filtering Device resources.
260
+ */
261
+ export interface DeviceState {
262
+ /**
263
+ * Enforce use of DTLS
264
+ */
265
+ authenticationDtlsRequired?: pulumi.Input<boolean>;
266
+ /**
267
+ * Enable key wrap
268
+ */
269
+ authenticationEnableKeyWrap?: pulumi.Input<boolean>;
270
+ /**
271
+ * Enable multiple RADIUS shared secrets
272
+ */
273
+ authenticationEnableMultiSecret?: pulumi.Input<boolean>;
274
+ /**
275
+ * Encryption key
276
+ */
277
+ authenticationEncryptionKey?: pulumi.Input<string>;
278
+ /**
279
+ * Key input format - Choices: `ASCII`, `HEXADECIMAL`
280
+ */
281
+ authenticationEncryptionKeyFormat?: pulumi.Input<string>;
282
+ /**
283
+ * Message authenticator code key
284
+ */
285
+ authenticationMessageAuthenticatorCodeKey?: pulumi.Input<string>;
286
+ /**
287
+ * Network protocol - Choices: `RADIUS`, `TACACS_PLUS`
288
+ */
289
+ authenticationNetworkProtocol?: pulumi.Input<string>;
290
+ /**
291
+ * RADIUS shared secret
292
+ */
293
+ authenticationRadiusSharedSecret?: pulumi.Input<string>;
294
+ /**
295
+ * Second RADIUS shared secret
296
+ */
297
+ authenticationSecondRadiusSharedSecret?: pulumi.Input<string>;
298
+ /**
299
+ * CoA port - Default value: `1700`
300
+ */
301
+ coaPort?: pulumi.Input<number>;
302
+ /**
303
+ * Description
304
+ */
305
+ description?: pulumi.Input<string>;
306
+ /**
307
+ * This value is used to verify the client identity contained in the X.509 RADIUS/DTLS client certificate
308
+ */
309
+ dtlsDnsName?: pulumi.Input<string>;
310
+ /**
311
+ * List of IP subnets
312
+ */
313
+ ips?: pulumi.Input<pulumi.Input<inputs.Network.DeviceIp>[]>;
314
+ /**
315
+ * Model name
316
+ */
317
+ modelName?: pulumi.Input<string>;
318
+ /**
319
+ * The name of the network device
320
+ */
321
+ name?: pulumi.Input<string>;
322
+ /**
323
+ * List of network device groups, e.g. `Device Type#All Device Types#ACCESS`
324
+ */
325
+ networkDeviceGroups?: pulumi.Input<pulumi.Input<string>[]>;
326
+ /**
327
+ * Profile name - Default value: `Cisco`
328
+ */
329
+ profileName?: pulumi.Input<string>;
330
+ /**
331
+ * SNMP link Trap Query
332
+ */
333
+ snmpLinkTrapQuery?: pulumi.Input<boolean>;
334
+ /**
335
+ * SNMP MAC Trap Query
336
+ */
337
+ snmpMacTrapQuery?: pulumi.Input<boolean>;
338
+ /**
339
+ * Originating Policy Services Node
340
+ */
341
+ snmpOriginatingPolicyServiceNode?: pulumi.Input<string>;
342
+ /**
343
+ * SNMP Polling Interval in seconds - Range: `600`-`86400`
344
+ */
345
+ snmpPollingInterval?: pulumi.Input<number>;
346
+ /**
347
+ * SNMP RO Community
348
+ */
349
+ snmpRoCommunity?: pulumi.Input<string>;
350
+ /**
351
+ * SNMP version - Choices: `ONE`, `TWO_C`, `THREE`
352
+ */
353
+ snmpVersion?: pulumi.Input<string>;
354
+ /**
355
+ * Software version
356
+ */
357
+ softwareVersion?: pulumi.Input<string>;
358
+ /**
359
+ * Connect mode options - Choices: `OFF`, `ON_LEGACY`, `ON_DRAFT_COMPLIANT`
360
+ */
361
+ tacacsConnectModeOptions?: pulumi.Input<string>;
362
+ /**
363
+ * Shared secret
364
+ */
365
+ tacacsSharedSecret?: pulumi.Input<string>;
366
+ /**
367
+ * CoA source host
368
+ */
369
+ trustsecCoaSourceHost?: pulumi.Input<string>;
370
+ /**
371
+ * TrustSec device ID
372
+ */
373
+ trustsecDeviceId?: pulumi.Input<string>;
374
+ /**
375
+ * TrustSec device password
376
+ */
377
+ trustsecDevicePassword?: pulumi.Input<string>;
378
+ /**
379
+ * Download environment data every X seconds
380
+ */
381
+ trustsecDownloadEnviromentDataEveryXSeconds?: pulumi.Input<number>;
382
+ /**
383
+ * Download peer authorization policy every X seconds
384
+ */
385
+ trustsecDownloadPeerAuthorizationPolicyEveryXSeconds?: pulumi.Input<number>;
386
+ /**
387
+ * Download SGACL lists every X seconds
388
+ */
389
+ trustsecDownloadSgaclListsEveryXSeconds?: pulumi.Input<number>;
390
+ /**
391
+ * Enable mode password
392
+ */
393
+ trustsecEnableModePassword?: pulumi.Input<string>;
394
+ /**
395
+ * EXEC mode password
396
+ */
397
+ trustsecExecModePassword?: pulumi.Input<string>;
398
+ /**
399
+ * EXEC mode username
400
+ */
401
+ trustsecExecModeUsername?: pulumi.Input<string>;
402
+ /**
403
+ * Include this device when deploying Security Group Tag Mapping Updates
404
+ */
405
+ trustsecIncludeWhenDeployingSgtUpdates?: pulumi.Input<boolean>;
406
+ /**
407
+ * Other TrustSec devices to trust this device
408
+ */
409
+ trustsecOtherSgaDevicesToTrustThisDevice?: pulumi.Input<boolean>;
410
+ /**
411
+ * Re-authenticate every X seconds
412
+ */
413
+ trustsecReAuthenticationEveryXSeconds?: pulumi.Input<number>;
414
+ /**
415
+ * REST API password
416
+ */
417
+ trustsecRestApiPassword?: pulumi.Input<string>;
418
+ /**
419
+ * REST API username
420
+ */
421
+ trustsecRestApiUsername?: pulumi.Input<string>;
422
+ /**
423
+ * Send configuration to device
424
+ */
425
+ trustsecSendConfigurationToDevice?: pulumi.Input<boolean>;
426
+ /**
427
+ * Send configuration to device using - Choices: `DISABLE_ALL`, `ENABLE_USING_CLI`, `ENABLE_USING_COA`
428
+ */
429
+ trustsecSendConfigurationToDeviceUsing?: pulumi.Input<string>;
430
+ }
431
+ /**
432
+ * The set of arguments for constructing a Device resource.
433
+ */
434
+ export interface DeviceArgs {
435
+ /**
436
+ * Enforce use of DTLS
437
+ */
438
+ authenticationDtlsRequired?: pulumi.Input<boolean>;
439
+ /**
440
+ * Enable key wrap
441
+ */
442
+ authenticationEnableKeyWrap?: pulumi.Input<boolean>;
443
+ /**
444
+ * Enable multiple RADIUS shared secrets
445
+ */
446
+ authenticationEnableMultiSecret?: pulumi.Input<boolean>;
447
+ /**
448
+ * Encryption key
449
+ */
450
+ authenticationEncryptionKey?: pulumi.Input<string>;
451
+ /**
452
+ * Key input format - Choices: `ASCII`, `HEXADECIMAL`
453
+ */
454
+ authenticationEncryptionKeyFormat?: pulumi.Input<string>;
455
+ /**
456
+ * Message authenticator code key
457
+ */
458
+ authenticationMessageAuthenticatorCodeKey?: pulumi.Input<string>;
459
+ /**
460
+ * Network protocol - Choices: `RADIUS`, `TACACS_PLUS`
461
+ */
462
+ authenticationNetworkProtocol?: pulumi.Input<string>;
463
+ /**
464
+ * RADIUS shared secret
465
+ */
466
+ authenticationRadiusSharedSecret?: pulumi.Input<string>;
467
+ /**
468
+ * Second RADIUS shared secret
469
+ */
470
+ authenticationSecondRadiusSharedSecret?: pulumi.Input<string>;
471
+ /**
472
+ * CoA port - Default value: `1700`
473
+ */
474
+ coaPort?: pulumi.Input<number>;
475
+ /**
476
+ * Description
477
+ */
478
+ description?: pulumi.Input<string>;
479
+ /**
480
+ * This value is used to verify the client identity contained in the X.509 RADIUS/DTLS client certificate
481
+ */
482
+ dtlsDnsName?: pulumi.Input<string>;
483
+ /**
484
+ * List of IP subnets
485
+ */
486
+ ips: pulumi.Input<pulumi.Input<inputs.Network.DeviceIp>[]>;
487
+ /**
488
+ * Model name
489
+ */
490
+ modelName?: pulumi.Input<string>;
491
+ /**
492
+ * The name of the network device
493
+ */
494
+ name?: pulumi.Input<string>;
495
+ /**
496
+ * List of network device groups, e.g. `Device Type#All Device Types#ACCESS`
497
+ */
498
+ networkDeviceGroups?: pulumi.Input<pulumi.Input<string>[]>;
499
+ /**
500
+ * Profile name - Default value: `Cisco`
501
+ */
502
+ profileName?: pulumi.Input<string>;
503
+ /**
504
+ * SNMP link Trap Query
505
+ */
506
+ snmpLinkTrapQuery?: pulumi.Input<boolean>;
507
+ /**
508
+ * SNMP MAC Trap Query
509
+ */
510
+ snmpMacTrapQuery?: pulumi.Input<boolean>;
511
+ /**
512
+ * Originating Policy Services Node
513
+ */
514
+ snmpOriginatingPolicyServiceNode?: pulumi.Input<string>;
515
+ /**
516
+ * SNMP Polling Interval in seconds - Range: `600`-`86400`
517
+ */
518
+ snmpPollingInterval?: pulumi.Input<number>;
519
+ /**
520
+ * SNMP RO Community
521
+ */
522
+ snmpRoCommunity?: pulumi.Input<string>;
523
+ /**
524
+ * SNMP version - Choices: `ONE`, `TWO_C`, `THREE`
525
+ */
526
+ snmpVersion?: pulumi.Input<string>;
527
+ /**
528
+ * Software version
529
+ */
530
+ softwareVersion?: pulumi.Input<string>;
531
+ /**
532
+ * Connect mode options - Choices: `OFF`, `ON_LEGACY`, `ON_DRAFT_COMPLIANT`
533
+ */
534
+ tacacsConnectModeOptions?: pulumi.Input<string>;
535
+ /**
536
+ * Shared secret
537
+ */
538
+ tacacsSharedSecret?: pulumi.Input<string>;
539
+ /**
540
+ * CoA source host
541
+ */
542
+ trustsecCoaSourceHost?: pulumi.Input<string>;
543
+ /**
544
+ * TrustSec device ID
545
+ */
546
+ trustsecDeviceId?: pulumi.Input<string>;
547
+ /**
548
+ * TrustSec device password
549
+ */
550
+ trustsecDevicePassword?: pulumi.Input<string>;
551
+ /**
552
+ * Download environment data every X seconds
553
+ */
554
+ trustsecDownloadEnviromentDataEveryXSeconds?: pulumi.Input<number>;
555
+ /**
556
+ * Download peer authorization policy every X seconds
557
+ */
558
+ trustsecDownloadPeerAuthorizationPolicyEveryXSeconds?: pulumi.Input<number>;
559
+ /**
560
+ * Download SGACL lists every X seconds
561
+ */
562
+ trustsecDownloadSgaclListsEveryXSeconds?: pulumi.Input<number>;
563
+ /**
564
+ * Enable mode password
565
+ */
566
+ trustsecEnableModePassword?: pulumi.Input<string>;
567
+ /**
568
+ * EXEC mode password
569
+ */
570
+ trustsecExecModePassword?: pulumi.Input<string>;
571
+ /**
572
+ * EXEC mode username
573
+ */
574
+ trustsecExecModeUsername?: pulumi.Input<string>;
575
+ /**
576
+ * Include this device when deploying Security Group Tag Mapping Updates
577
+ */
578
+ trustsecIncludeWhenDeployingSgtUpdates?: pulumi.Input<boolean>;
579
+ /**
580
+ * Other TrustSec devices to trust this device
581
+ */
582
+ trustsecOtherSgaDevicesToTrustThisDevice?: pulumi.Input<boolean>;
583
+ /**
584
+ * Re-authenticate every X seconds
585
+ */
586
+ trustsecReAuthenticationEveryXSeconds?: pulumi.Input<number>;
587
+ /**
588
+ * REST API password
589
+ */
590
+ trustsecRestApiPassword?: pulumi.Input<string>;
591
+ /**
592
+ * REST API username
593
+ */
594
+ trustsecRestApiUsername?: pulumi.Input<string>;
595
+ /**
596
+ * Send configuration to device
597
+ */
598
+ trustsecSendConfigurationToDevice?: pulumi.Input<boolean>;
599
+ /**
600
+ * Send configuration to device using - Choices: `DISABLE_ALL`, `ENABLE_USING_CLI`, `ENABLE_USING_COA`
601
+ */
602
+ trustsecSendConfigurationToDeviceUsing?: pulumi.Input<string>;
603
+ }