@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,71 @@
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 an Active Directory Join Domain with All Nodes.
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.activedirectoryjoindomainwithall.Nodes("example", {
14
+ * joinPointId: "73808580-b6e6-11ee-8960-de6d7692bc40",
15
+ * additionalDatas: [{
16
+ * name: "username",
17
+ * value: "administrator",
18
+ * }],
19
+ * });
20
+ * ```
21
+ */
22
+ export declare class Nodes extends pulumi.CustomResource {
23
+ /**
24
+ * Get an existing Nodes resource's state with the given name, ID, and optional extra
25
+ * properties used to qualify the lookup.
26
+ *
27
+ * @param name The _unique_ name of the resulting resource.
28
+ * @param id The _unique_ provider ID of the resource to lookup.
29
+ * @param state Any extra arguments used during the lookup.
30
+ * @param opts Optional settings to control the behavior of the CustomResource.
31
+ */
32
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: NodesState, opts?: pulumi.CustomResourceOptions): Nodes;
33
+ /**
34
+ * Returns true if the given object is an instance of Nodes. This is designed to work even
35
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
36
+ */
37
+ static isInstance(obj: any): obj is Nodes;
38
+ readonly additionalDatas: pulumi.Output<outputs.ActiveDirectoryJoinDomainWithAll.NodesAdditionalData[]>;
39
+ /**
40
+ * Active Directory Join Point ID
41
+ */
42
+ readonly joinPointId: pulumi.Output<string>;
43
+ /**
44
+ * Create a Nodes resource with the given unique name, arguments, and options.
45
+ *
46
+ * @param name The _unique_ name of the resource.
47
+ * @param args The arguments to use to populate this resource's properties.
48
+ * @param opts A bag of options that control this resource's behavior.
49
+ */
50
+ constructor(name: string, args: NodesArgs, opts?: pulumi.CustomResourceOptions);
51
+ }
52
+ /**
53
+ * Input properties used for looking up and filtering Nodes resources.
54
+ */
55
+ export interface NodesState {
56
+ additionalDatas?: pulumi.Input<pulumi.Input<inputs.ActiveDirectoryJoinDomainWithAll.NodesAdditionalData>[]>;
57
+ /**
58
+ * Active Directory Join Point ID
59
+ */
60
+ joinPointId?: pulumi.Input<string>;
61
+ }
62
+ /**
63
+ * The set of arguments for constructing a Nodes resource.
64
+ */
65
+ export interface NodesArgs {
66
+ additionalDatas: pulumi.Input<pulumi.Input<inputs.ActiveDirectoryJoinDomainWithAll.NodesAdditionalData>[]>;
67
+ /**
68
+ * Active Directory Join Point ID
69
+ */
70
+ joinPointId: pulumi.Input<string>;
71
+ }
@@ -0,0 +1,75 @@
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.Nodes = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource can manage an Active Directory Join Domain with All Nodes.
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.activedirectoryjoindomainwithall.Nodes("example", {
18
+ * joinPointId: "73808580-b6e6-11ee-8960-de6d7692bc40",
19
+ * additionalDatas: [{
20
+ * name: "username",
21
+ * value: "administrator",
22
+ * }],
23
+ * });
24
+ * ```
25
+ */
26
+ class Nodes extends pulumi.CustomResource {
27
+ /**
28
+ * Get an existing Nodes resource's state with the given name, ID, and optional extra
29
+ * properties used to qualify the lookup.
30
+ *
31
+ * @param name The _unique_ name of the resulting resource.
32
+ * @param id The _unique_ provider ID of the resource to lookup.
33
+ * @param state Any extra arguments used during the lookup.
34
+ * @param opts Optional settings to control the behavior of the CustomResource.
35
+ */
36
+ static get(name, id, state, opts) {
37
+ return new Nodes(name, state, Object.assign(Object.assign({}, opts), { id: id }));
38
+ }
39
+ /**
40
+ * Returns true if the given object is an instance of Nodes. This is designed to work even
41
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
42
+ */
43
+ static isInstance(obj) {
44
+ if (obj === undefined || obj === null) {
45
+ return false;
46
+ }
47
+ return obj['__pulumiType'] === Nodes.__pulumiType;
48
+ }
49
+ constructor(name, argsOrState, opts) {
50
+ let resourceInputs = {};
51
+ opts = opts || {};
52
+ if (opts.id) {
53
+ const state = argsOrState;
54
+ resourceInputs["additionalDatas"] = state ? state.additionalDatas : undefined;
55
+ resourceInputs["joinPointId"] = state ? state.joinPointId : undefined;
56
+ }
57
+ else {
58
+ const args = argsOrState;
59
+ if ((!args || args.additionalDatas === undefined) && !opts.urn) {
60
+ throw new Error("Missing required property 'additionalDatas'");
61
+ }
62
+ if ((!args || args.joinPointId === undefined) && !opts.urn) {
63
+ throw new Error("Missing required property 'joinPointId'");
64
+ }
65
+ resourceInputs["additionalDatas"] = args ? args.additionalDatas : undefined;
66
+ resourceInputs["joinPointId"] = args ? args.joinPointId : undefined;
67
+ }
68
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
69
+ super(Nodes.__pulumiType, name, resourceInputs, opts);
70
+ }
71
+ }
72
+ exports.Nodes = Nodes;
73
+ /** @internal */
74
+ Nodes.__pulumiType = 'ise:ActiveDirectoryJoinDomainWithAll/nodes:Nodes';
75
+ //# sourceMappingURL=nodes.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"nodes.js","sourceRoot":"","sources":["../../activedirectoryjoindomainwithall/nodes.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;GAiBG;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;IAgBD,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,iBAAiB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9E,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACzE;aAAM;YACH,MAAM,IAAI,GAAG,WAAoC,CAAC;YAClD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,eAAe,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBAC5D,MAAM,IAAI,KAAK,CAAC,6CAA6C,CAAC,CAAC;aAClE;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,WAAW,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxD,MAAM,IAAI,KAAK,CAAC,yCAAyC,CAAC,CAAC;aAC9D;YACD,cAAc,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5E,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;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;;AA9DL,sBA+DC;AAjDG,gBAAgB;AACO,kBAAY,GAAG,kDAAkD,CAAC"}
@@ -0,0 +1,374 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This data source can read an allowed protocols policy element.
4
+ *
5
+ * ## Example Usage
6
+ *
7
+ * ```typescript
8
+ * import * as pulumi from "@pulumi/pulumi";
9
+ * import * as ise from "@pulumi/ise";
10
+ *
11
+ * const example = ise.Allowed.getProtocols({
12
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
13
+ * });
14
+ * ```
15
+ */
16
+ export declare function getProtocols(args?: GetProtocolsArgs, opts?: pulumi.InvokeOptions): Promise<GetProtocolsResult>;
17
+ /**
18
+ * A collection of arguments for invoking getProtocols.
19
+ */
20
+ export interface GetProtocolsArgs {
21
+ /**
22
+ * The id of the object
23
+ */
24
+ id?: string;
25
+ /**
26
+ * The name of the allowed protocols
27
+ */
28
+ name?: string;
29
+ }
30
+ /**
31
+ * A collection of values returned by getProtocols.
32
+ */
33
+ export interface GetProtocolsResult {
34
+ /**
35
+ * Allow 5G. This field is only supported from ISE 3.2.
36
+ */
37
+ readonly allow5g: boolean;
38
+ /**
39
+ * Allow CHAP
40
+ */
41
+ readonly allowChap: boolean;
42
+ /**
43
+ * Allow EAP Fast
44
+ */
45
+ readonly allowEapFast: boolean;
46
+ /**
47
+ * Allow EAP MD5
48
+ */
49
+ readonly allowEapMd5: boolean;
50
+ /**
51
+ * Allow EAP TLS
52
+ */
53
+ readonly allowEapTls: boolean;
54
+ /**
55
+ * Allow EAP TTLS
56
+ */
57
+ readonly allowEapTtls: boolean;
58
+ /**
59
+ * Allow LEAP
60
+ */
61
+ readonly allowLeap: boolean;
62
+ /**
63
+ * Allow MS CHAP v1
64
+ */
65
+ readonly allowMsChapV1: boolean;
66
+ /**
67
+ * Allow MS CHAP v2
68
+ */
69
+ readonly allowMsChapV2: boolean;
70
+ /**
71
+ * Allow PAP ASCII
72
+ */
73
+ readonly allowPapAscii: boolean;
74
+ /**
75
+ * Allow PEAP
76
+ */
77
+ readonly allowPeap: boolean;
78
+ /**
79
+ * Allow preferred EAP protocol
80
+ */
81
+ readonly allowPreferredEapProtocol: boolean;
82
+ /**
83
+ * Allow TEAP
84
+ */
85
+ readonly allowTeap: boolean;
86
+ /**
87
+ * Allow weak ciphers for EAP
88
+ */
89
+ readonly allowWeakCiphersForEap: boolean;
90
+ /**
91
+ * Description
92
+ */
93
+ readonly description: string;
94
+ /**
95
+ * Accept client certificates. Is required only if `eapFastUsePacs` is `false`.
96
+ */
97
+ readonly eapFastAcceptClientCert: boolean;
98
+ /**
99
+ * Allow machine authentication. Is required only if `eapFastUsePacs` is `false`.
100
+ */
101
+ readonly eapFastAllowMachineAuthentication: boolean;
102
+ /**
103
+ * Allow EAP GTC
104
+ */
105
+ readonly eapFastEapGtc: boolean;
106
+ /**
107
+ * Allow EAP GTC password change. Is required only if `eapFastEapGtc` is `true`.
108
+ */
109
+ readonly eapFastEapGtcPwdChange: boolean;
110
+ /**
111
+ * EAP GTC password change retries. Is required only if `eapFastEapGtc` is `true`.
112
+ */
113
+ readonly eapFastEapGtcPwdChangeRetries: number;
114
+ /**
115
+ * Allow EAP MS CHAP v2
116
+ */
117
+ readonly eapFastEapMsChapV2: boolean;
118
+ /**
119
+ * Allow EAP MS CHAP v2 password change. Is required only if `eapFastEapMsChapV2` is `true`.
120
+ */
121
+ readonly eapFastEapMsChapV2PwdChange: boolean;
122
+ /**
123
+ * EAP MS CHAP v2 password change retries. Is required only if `eapFastEapMsChapV2` is `true`.
124
+ */
125
+ readonly eapFastEapMsChapV2PwdChangeRetries: number;
126
+ /**
127
+ * Allow EAP TLS
128
+ */
129
+ readonly eapFastEapTls: boolean;
130
+ /**
131
+ * Allow EAP TLS authentication of expired certificates. Is required only if `eapFastEapTls` is `true`.
132
+ */
133
+ readonly eapFastEapTlsAuthOfExpiredCerts: boolean;
134
+ /**
135
+ * Enable EAP chaining
136
+ */
137
+ readonly eapFastEnableEapChaining: boolean;
138
+ /**
139
+ * Allow anonymous provisioning. Is required only if `eapFastUsePacs` is `true`.
140
+ */
141
+ readonly eapFastPacsAllowAnonymousProvisioning: boolean;
142
+ /**
143
+ * Allow authenticated provisioning. Is required only if `eapFastUsePacs` is `true`.
144
+ */
145
+ readonly eapFastPacsAllowAuthenticatedProvisioning: boolean;
146
+ /**
147
+ * Accept client certification for provisioning. Is required only if `eapFastPacsAllowAuthenticatedProvisioning` is `true`.
148
+ */
149
+ readonly eapFastPacsAllowClientCert: boolean;
150
+ /**
151
+ * Allow machine authentication. Is required only if `eapFastUsePacs` is `true`.
152
+ */
153
+ readonly eapFastPacsAllowMachineAuthentication: boolean;
154
+ /**
155
+ * Authorization PAC TTL. Is required only if `eapFastPacsStatelessSessionResume` is `true`.
156
+ */
157
+ readonly eapFastPacsAuthorizationPacTtl: number;
158
+ /**
159
+ * Authorization PAC TTL unit. Is required only if `eapFastPacsStatelessSessionResume` is `true`.
160
+ */
161
+ readonly eapFastPacsAuthorizationPacTtlUnit: string;
162
+ /**
163
+ * Machine PAC TTL. Is required only if `eapFastPacsAllowMachineAuthentication` is `true`.
164
+ */
165
+ readonly eapFastPacsMachinePacTtl: number;
166
+ /**
167
+ * Machine PAC TTL unit. Is required only if `eapFastPacsAllowMachineAuthentication` is `true`.
168
+ */
169
+ readonly eapFastPacsMachinePacTtlUnit: string;
170
+ /**
171
+ * Server returns access accept after authenticated provisioning. Is required only if `eapFastPacsAllowAuthenticatedProvisioning` is `true`.
172
+ */
173
+ readonly eapFastPacsServerReturns: boolean;
174
+ /**
175
+ * Stateless session resume. Is required only if `eapFastUsePacs` is `true`.
176
+ */
177
+ readonly eapFastPacsStatelessSessionResume: boolean;
178
+ /**
179
+ * PACs tunnel PAC time to live. Is required only if `eapFastUsePacs` is `true`.
180
+ */
181
+ readonly eapFastPacsTunnelPacTtl: number;
182
+ /**
183
+ * PACs tunnel PAC time to live unit. Is required only if `eapFastUsePacs` is `true`.
184
+ */
185
+ readonly eapFastPacsTunnelPacTtlUnit: string;
186
+ /**
187
+ * Use proactive pac update percentage. Is required only if `eapFastUsePacs` is `true`.
188
+ */
189
+ readonly eapFastPacsUseProactivePacUpdatePercentage: number;
190
+ /**
191
+ * Use PACs
192
+ */
193
+ readonly eapFastUsePacs: boolean;
194
+ /**
195
+ * Allow authentication of expired certificates
196
+ */
197
+ readonly eapTlsAllowAuthOfExpiredCerts: boolean;
198
+ /**
199
+ * Enable stateless session resume
200
+ */
201
+ readonly eapTlsEnableStatelessSessionResume: boolean;
202
+ /**
203
+ * EAP TLS L-Bit
204
+ */
205
+ readonly eapTlsLBit: boolean;
206
+ /**
207
+ * Session ticket percentage. Is required only if `eapTlsEnableStatelessSessionResume` is `true`.
208
+ */
209
+ readonly eapTlsSessionTicketPercentage: number;
210
+ /**
211
+ * Session ticket TTL. Is required only if `eapTlsEnableStatelessSessionResume` is `true`.
212
+ */
213
+ readonly eapTlsSessionTicketTtl: number;
214
+ /**
215
+ * Session ticket TTL unit. Is required only if `eapTlsEnableStatelessSessionResume` is `true`.
216
+ */
217
+ readonly eapTlsSessionTicketTtlUnit: string;
218
+ /**
219
+ * Allow CHAP
220
+ */
221
+ readonly eapTtlsChap: boolean;
222
+ /**
223
+ * Allow EAP MD5
224
+ */
225
+ readonly eapTtlsEapMd5: boolean;
226
+ /**
227
+ * Allow EAP MS CHAP v2
228
+ */
229
+ readonly eapTtlsEapMsChapV2: boolean;
230
+ /**
231
+ * Allow EAP MS CHAP v2 password change. Is required only if `eapTtlsEapMsChapV2` is `true`.
232
+ */
233
+ readonly eapTtlsEapMsChapV2PwdChange: boolean;
234
+ /**
235
+ * EAP MS CHAP v2 password change retries. Is required only if `eapTtlsEapMsChapV2` is `true`.
236
+ */
237
+ readonly eapTtlsEapMsChapV2PwdChangeRetries: number;
238
+ /**
239
+ * Allow MS CHAP v1
240
+ */
241
+ readonly eapTtlsMsChapV1: boolean;
242
+ /**
243
+ * Allow MS CHAP v2
244
+ */
245
+ readonly eapTtlsMsChapV2: boolean;
246
+ /**
247
+ * Allow PAP ASCII
248
+ */
249
+ readonly eapTtlsPapAscii: boolean;
250
+ /**
251
+ * The id of the object
252
+ */
253
+ readonly id: string;
254
+ /**
255
+ * The name of the allowed protocols
256
+ */
257
+ readonly name: string;
258
+ /**
259
+ * Allow PEAP EAP GTC
260
+ */
261
+ readonly peapAllowPeapEapGtc: boolean;
262
+ /**
263
+ * Allow PEAP EAP GTC password change. Is required only if `allowPeapEapGtc` is `true`.
264
+ */
265
+ readonly peapAllowPeapEapGtcPwdChange: boolean;
266
+ /**
267
+ * PEAP EAP GTC password change retries. Is required only if `allowPeapEapGtc` is `true`.
268
+ */
269
+ readonly peapAllowPeapEapGtcPwdChangeRetries: number;
270
+ /**
271
+ * Allow PEAP EAP MS CHAP v2
272
+ */
273
+ readonly peapAllowPeapEapMsChapV2: boolean;
274
+ /**
275
+ * Allow PEAP EAP MS CHAP v2 password change. Is required only if `allowPeapEapMsChapV2` is `true`.
276
+ */
277
+ readonly peapAllowPeapEapMsChapV2PwdChange: boolean;
278
+ /**
279
+ * Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allowPeapEapMsChapV2` is `true`.
280
+ */
281
+ readonly peapAllowPeapEapMsChapV2PwdChangeRetries: number;
282
+ /**
283
+ * Allow PEAP EAP TLS
284
+ */
285
+ readonly peapAllowPeapEapTls: boolean;
286
+ /**
287
+ * Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peapAllowPeapEapTls` is `true`.
288
+ */
289
+ readonly peapAllowPeapEapTlsAuthOfExpiredCerts: boolean;
290
+ /**
291
+ * Allow PEAP v0
292
+ */
293
+ readonly peapPeapV0: boolean;
294
+ /**
295
+ * Preferred EAP protocol
296
+ */
297
+ readonly preferredEapProtocol: string;
298
+ /**
299
+ * Process host lookup
300
+ */
301
+ readonly processHostLookup: boolean;
302
+ /**
303
+ * Require cryptobinding
304
+ */
305
+ readonly requireCryptobinding: boolean;
306
+ /**
307
+ * Require message authentication
308
+ */
309
+ readonly requireMessageAuth: boolean;
310
+ /**
311
+ * Allow downgrade to MSK
312
+ */
313
+ readonly teapDowngradeMsk: boolean;
314
+ /**
315
+ * Accept client certificate during tunnel establishment
316
+ */
317
+ readonly teapEapAcceptClientCertDuringTunnelEst: boolean;
318
+ /**
319
+ * Allow EAP chaining
320
+ */
321
+ readonly teapEapChaining: boolean;
322
+ /**
323
+ * Allow EAP MS CHAP v2
324
+ */
325
+ readonly teapEapMsChapV2: boolean;
326
+ /**
327
+ * Allow EAP MS CHAP v2 password change. Is required only if `teapEapMsChapV2` is `true`.
328
+ */
329
+ readonly teapEapMsChapV2PwdChange: boolean;
330
+ /**
331
+ * EAP MS CHAP v2 password change retries. Is required only if `teapEapMsChapV2` is `true`.
332
+ */
333
+ readonly teapEapMsChapV2PwdChangeRetries: number;
334
+ /**
335
+ * Allow EAP TLS
336
+ */
337
+ readonly teapEapTls: boolean;
338
+ /**
339
+ * Allow EAP TLS authentication of expired certs. Is required only if `teapEapTls` is `true`.
340
+ */
341
+ readonly teapEapTlsAuthOfExpiredCerts: boolean;
342
+ /**
343
+ * Request basic password authentication
344
+ */
345
+ readonly teapRequestBasicPwdAuth: boolean;
346
+ }
347
+ /**
348
+ * This data source can read an allowed protocols policy element.
349
+ *
350
+ * ## Example Usage
351
+ *
352
+ * ```typescript
353
+ * import * as pulumi from "@pulumi/pulumi";
354
+ * import * as ise from "@pulumi/ise";
355
+ *
356
+ * const example = ise.Allowed.getProtocols({
357
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
358
+ * });
359
+ * ```
360
+ */
361
+ export declare function getProtocolsOutput(args?: GetProtocolsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProtocolsResult>;
362
+ /**
363
+ * A collection of arguments for invoking getProtocols.
364
+ */
365
+ export interface GetProtocolsOutputArgs {
366
+ /**
367
+ * The id of the object
368
+ */
369
+ id?: pulumi.Input<string>;
370
+ /**
371
+ * The name of the allowed protocols
372
+ */
373
+ name?: pulumi.Input<string>;
374
+ }
@@ -0,0 +1,49 @@
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.getProtocolsOutput = exports.getProtocols = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source can read an allowed protocols policy element.
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 = ise.Allowed.getProtocols({
18
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
19
+ * });
20
+ * ```
21
+ */
22
+ function getProtocols(args, opts) {
23
+ args = args || {};
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("ise:Allowed/getProtocols:getProtocols", {
26
+ "id": args.id,
27
+ "name": args.name,
28
+ }, opts);
29
+ }
30
+ exports.getProtocols = getProtocols;
31
+ /**
32
+ * This data source can read an allowed protocols policy element.
33
+ *
34
+ * ## Example Usage
35
+ *
36
+ * ```typescript
37
+ * import * as pulumi from "@pulumi/pulumi";
38
+ * import * as ise from "@pulumi/ise";
39
+ *
40
+ * const example = ise.Allowed.getProtocols({
41
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
42
+ * });
43
+ * ```
44
+ */
45
+ function getProtocolsOutput(args, opts) {
46
+ return pulumi.output(args).apply((a) => getProtocols(a, opts));
47
+ }
48
+ exports.getProtocolsOutput = getProtocolsOutput;
49
+ //# sourceMappingURL=getProtocols.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProtocols.js","sourceRoot":"","sources":["../../allowed/getProtocols.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;GAaG;AACH,SAAgB,YAAY,CAAC,IAAuB,EAAE,IAA2B;IAC7E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,uCAAuC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,oCAQC;AA6UD;;;;;;;;;;;;;GAaG;AACH,SAAgB,kBAAkB,CAAC,IAA6B,EAAE,IAA2B;IACzF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACvE,CAAC;AAFD,gDAEC"}
@@ -0,0 +1,6 @@
1
+ export { GetProtocolsArgs, GetProtocolsResult, GetProtocolsOutputArgs } from "./getProtocols";
2
+ export declare const getProtocols: typeof import("./getProtocols").getProtocols;
3
+ export declare const getProtocolsOutput: typeof import("./getProtocols").getProtocolsOutput;
4
+ export { ProtocolsArgs, ProtocolsState } from "./protocols";
5
+ export type Protocols = import("./protocols").Protocols;
6
+ export declare const Protocols: typeof import("./protocols").Protocols;
@@ -0,0 +1,25 @@
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.Protocols = exports.getProtocolsOutput = exports.getProtocols = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getProtocols = null;
9
+ exports.getProtocolsOutput = null;
10
+ utilities.lazyLoad(exports, ["getProtocols", "getProtocolsOutput"], () => require("./getProtocols"));
11
+ exports.Protocols = null;
12
+ utilities.lazyLoad(exports, ["Protocols"], () => require("./protocols"));
13
+ const _module = {
14
+ version: utilities.getVersion(),
15
+ construct: (name, type, urn) => {
16
+ switch (type) {
17
+ case "ise:Allowed/protocols:Protocols":
18
+ return new exports.Protocols(name, undefined, { urn });
19
+ default:
20
+ throw new Error(`unknown resource type ${type}`);
21
+ }
22
+ },
23
+ };
24
+ pulumi.runtime.registerResourceModule("ise", "Allowed/protocols", _module);
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../allowed/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,YAAY,GAAiD,IAAW,CAAC;AACzE,QAAA,kBAAkB,GAAuD,IAAW,CAAC;AAClG,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,cAAc,EAAC,oBAAoB,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC;AAIvF,QAAA,SAAS,GAA2C,IAAW,CAAC;AAC7E,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,CAAC,CAAC;AAGzE,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,iCAAiC;gBAClC,OAAO,IAAI,iBAAS,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YACvD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,mBAAmB,EAAE,OAAO,CAAC,CAAA"}