@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,303 @@
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 Access Authentication Rule.
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.networkaccessauthentication.Rule("example", {
14
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
15
+ * name: "Rule1",
16
+ * "default": false,
17
+ * rank: 0,
18
+ * state: "enabled",
19
+ * conditionType: "ConditionAttributes",
20
+ * conditionIsNegate: false,
21
+ * conditionAttributeName: "Location",
22
+ * conditionAttributeValue: "All Locations",
23
+ * conditionDictionaryName: "DEVICE",
24
+ * conditionOperator: "equals",
25
+ * identitySourceName: "Internal Endpoints",
26
+ * ifAuthFail: "REJECT",
27
+ * ifProcessFail: "DROP",
28
+ * ifUserNotFound: "REJECT",
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * ```sh
35
+ * $ pulumi import ise:NetworkAccessAuthentication/rule:Rule example "76d24097-41c4-4558-a4d0-a8c07ac08470,76d24097-41c4-4558-a4d0-a8c07ac08470"
36
+ * ```
37
+ */
38
+ export declare class Rule extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing Rule resource's state with the given name, ID, and optional extra
41
+ * properties used to qualify the lookup.
42
+ *
43
+ * @param name The _unique_ name of the resulting resource.
44
+ * @param id The _unique_ provider ID of the resource to lookup.
45
+ * @param state Any extra arguments used during the lookup.
46
+ * @param opts Optional settings to control the behavior of the CustomResource.
47
+ */
48
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RuleState, opts?: pulumi.CustomResourceOptions): Rule;
49
+ /**
50
+ * Returns true if the given object is an instance of Rule. This is designed to work even
51
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
52
+ */
53
+ static isInstance(obj: any): obj is Rule;
54
+ /**
55
+ * List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
56
+ */
57
+ readonly childrens: pulumi.Output<outputs.NetworkAccessAuthentication.RuleChildren[] | undefined>;
58
+ /**
59
+ * Dictionary attribute name
60
+ */
61
+ readonly conditionAttributeName: pulumi.Output<string | undefined>;
62
+ /**
63
+ * Attribute value for condition. Value type is specified in dictionary object.
64
+ */
65
+ readonly conditionAttributeValue: pulumi.Output<string | undefined>;
66
+ /**
67
+ * Dictionary name
68
+ */
69
+ readonly conditionDictionaryName: pulumi.Output<string | undefined>;
70
+ /**
71
+ * Dictionary value
72
+ */
73
+ readonly conditionDictionaryValue: pulumi.Output<string | undefined>;
74
+ /**
75
+ * UUID for condition
76
+ */
77
+ readonly conditionId: pulumi.Output<string | undefined>;
78
+ /**
79
+ * Indicates whereas this condition is in negate mode
80
+ */
81
+ readonly conditionIsNegate: pulumi.Output<boolean | undefined>;
82
+ /**
83
+ * Equality operator - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`,
84
+ * `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`,
85
+ * `notEquals`, `notIn`, `notStartsWith`, `startsWith`
86
+ */
87
+ readonly conditionOperator: pulumi.Output<string | undefined>;
88
+ /**
89
+ * Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
90
+ * additional conditions are present under the children attribute. - Choices: `ConditionAndBlock`, `ConditionAttributes`,
91
+ * `ConditionOrBlock`, `ConditionReference`
92
+ */
93
+ readonly conditionType: pulumi.Output<string | undefined>;
94
+ /**
95
+ * Indicates if this rule is the default one
96
+ */
97
+ readonly default: pulumi.Output<boolean | undefined>;
98
+ /**
99
+ * Identity source name from the identity stores
100
+ */
101
+ readonly identitySourceName: pulumi.Output<string | undefined>;
102
+ /**
103
+ * Action to perform when authentication fails such as Bad credentials, disabled user and so on - Choices: `REJECT`,
104
+ * `DROP`, `CONTINUE`
105
+ */
106
+ readonly ifAuthFail: pulumi.Output<string>;
107
+ /**
108
+ * Action to perform when ISE is uanble to access the identity database - Choices: `REJECT`, `DROP`, `CONTINUE`
109
+ */
110
+ readonly ifProcessFail: pulumi.Output<string>;
111
+ /**
112
+ * Action to perform when user is not found in any of identity stores - Choices: `REJECT`, `DROP`, `CONTINUE`
113
+ */
114
+ readonly ifUserNotFound: pulumi.Output<string>;
115
+ /**
116
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
117
+ */
118
+ readonly name: pulumi.Output<string>;
119
+ /**
120
+ * Policy set ID
121
+ */
122
+ readonly policySetId: pulumi.Output<string>;
123
+ /**
124
+ * The rank (priority) in relation to other rules. Lower rank is higher priority.
125
+ */
126
+ readonly rank: pulumi.Output<number | undefined>;
127
+ /**
128
+ * The state that the rule is in. A disabled rule cannot be matched. - Choices: `disabled`, `enabled`, `monitor`
129
+ */
130
+ readonly state: pulumi.Output<string | undefined>;
131
+ /**
132
+ * Create a Rule resource with the given unique name, arguments, and options.
133
+ *
134
+ * @param name The _unique_ name of the resource.
135
+ * @param args The arguments to use to populate this resource's properties.
136
+ * @param opts A bag of options that control this resource's behavior.
137
+ */
138
+ constructor(name: string, args: RuleArgs, opts?: pulumi.CustomResourceOptions);
139
+ }
140
+ /**
141
+ * Input properties used for looking up and filtering Rule resources.
142
+ */
143
+ export interface RuleState {
144
+ /**
145
+ * List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
146
+ */
147
+ childrens?: pulumi.Input<pulumi.Input<inputs.NetworkAccessAuthentication.RuleChildren>[]>;
148
+ /**
149
+ * Dictionary attribute name
150
+ */
151
+ conditionAttributeName?: pulumi.Input<string>;
152
+ /**
153
+ * Attribute value for condition. Value type is specified in dictionary object.
154
+ */
155
+ conditionAttributeValue?: pulumi.Input<string>;
156
+ /**
157
+ * Dictionary name
158
+ */
159
+ conditionDictionaryName?: pulumi.Input<string>;
160
+ /**
161
+ * Dictionary value
162
+ */
163
+ conditionDictionaryValue?: pulumi.Input<string>;
164
+ /**
165
+ * UUID for condition
166
+ */
167
+ conditionId?: pulumi.Input<string>;
168
+ /**
169
+ * Indicates whereas this condition is in negate mode
170
+ */
171
+ conditionIsNegate?: pulumi.Input<boolean>;
172
+ /**
173
+ * Equality operator - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`,
174
+ * `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`,
175
+ * `notEquals`, `notIn`, `notStartsWith`, `startsWith`
176
+ */
177
+ conditionOperator?: pulumi.Input<string>;
178
+ /**
179
+ * Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
180
+ * additional conditions are present under the children attribute. - Choices: `ConditionAndBlock`, `ConditionAttributes`,
181
+ * `ConditionOrBlock`, `ConditionReference`
182
+ */
183
+ conditionType?: pulumi.Input<string>;
184
+ /**
185
+ * Indicates if this rule is the default one
186
+ */
187
+ default?: pulumi.Input<boolean>;
188
+ /**
189
+ * Identity source name from the identity stores
190
+ */
191
+ identitySourceName?: pulumi.Input<string>;
192
+ /**
193
+ * Action to perform when authentication fails such as Bad credentials, disabled user and so on - Choices: `REJECT`,
194
+ * `DROP`, `CONTINUE`
195
+ */
196
+ ifAuthFail?: pulumi.Input<string>;
197
+ /**
198
+ * Action to perform when ISE is uanble to access the identity database - Choices: `REJECT`, `DROP`, `CONTINUE`
199
+ */
200
+ ifProcessFail?: pulumi.Input<string>;
201
+ /**
202
+ * Action to perform when user is not found in any of identity stores - Choices: `REJECT`, `DROP`, `CONTINUE`
203
+ */
204
+ ifUserNotFound?: pulumi.Input<string>;
205
+ /**
206
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
207
+ */
208
+ name?: pulumi.Input<string>;
209
+ /**
210
+ * Policy set ID
211
+ */
212
+ policySetId?: pulumi.Input<string>;
213
+ /**
214
+ * The rank (priority) in relation to other rules. Lower rank is higher priority.
215
+ */
216
+ rank?: pulumi.Input<number>;
217
+ /**
218
+ * The state that the rule is in. A disabled rule cannot be matched. - Choices: `disabled`, `enabled`, `monitor`
219
+ */
220
+ state?: pulumi.Input<string>;
221
+ }
222
+ /**
223
+ * The set of arguments for constructing a Rule resource.
224
+ */
225
+ export interface RuleArgs {
226
+ /**
227
+ * List of child conditions. `condition_type` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
228
+ */
229
+ childrens?: pulumi.Input<pulumi.Input<inputs.NetworkAccessAuthentication.RuleChildren>[]>;
230
+ /**
231
+ * Dictionary attribute name
232
+ */
233
+ conditionAttributeName?: pulumi.Input<string>;
234
+ /**
235
+ * Attribute value for condition. Value type is specified in dictionary object.
236
+ */
237
+ conditionAttributeValue?: pulumi.Input<string>;
238
+ /**
239
+ * Dictionary name
240
+ */
241
+ conditionDictionaryName?: pulumi.Input<string>;
242
+ /**
243
+ * Dictionary value
244
+ */
245
+ conditionDictionaryValue?: pulumi.Input<string>;
246
+ /**
247
+ * UUID for condition
248
+ */
249
+ conditionId?: pulumi.Input<string>;
250
+ /**
251
+ * Indicates whereas this condition is in negate mode
252
+ */
253
+ conditionIsNegate?: pulumi.Input<boolean>;
254
+ /**
255
+ * Equality operator - Choices: `contains`, `endsWith`, `equals`, `greaterOrEquals`, `greaterThan`, `in`, `ipEquals`,
256
+ * `ipGreaterThan`, `ipLessThan`, `ipNotEquals`, `lessOrEquals`, `lessThan`, `matches`, `notContains`, `notEndsWith`,
257
+ * `notEquals`, `notIn`, `notStartsWith`, `startsWith`
258
+ */
259
+ conditionOperator?: pulumi.Input<string>;
260
+ /**
261
+ * Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that
262
+ * additional conditions are present under the children attribute. - Choices: `ConditionAndBlock`, `ConditionAttributes`,
263
+ * `ConditionOrBlock`, `ConditionReference`
264
+ */
265
+ conditionType?: pulumi.Input<string>;
266
+ /**
267
+ * Indicates if this rule is the default one
268
+ */
269
+ default?: pulumi.Input<boolean>;
270
+ /**
271
+ * Identity source name from the identity stores
272
+ */
273
+ identitySourceName?: pulumi.Input<string>;
274
+ /**
275
+ * Action to perform when authentication fails such as Bad credentials, disabled user and so on - Choices: `REJECT`,
276
+ * `DROP`, `CONTINUE`
277
+ */
278
+ ifAuthFail: pulumi.Input<string>;
279
+ /**
280
+ * Action to perform when ISE is uanble to access the identity database - Choices: `REJECT`, `DROP`, `CONTINUE`
281
+ */
282
+ ifProcessFail: pulumi.Input<string>;
283
+ /**
284
+ * Action to perform when user is not found in any of identity stores - Choices: `REJECT`, `DROP`, `CONTINUE`
285
+ */
286
+ ifUserNotFound: pulumi.Input<string>;
287
+ /**
288
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
289
+ */
290
+ name?: pulumi.Input<string>;
291
+ /**
292
+ * Policy set ID
293
+ */
294
+ policySetId: pulumi.Input<string>;
295
+ /**
296
+ * The rank (priority) in relation to other rules. Lower rank is higher priority.
297
+ */
298
+ rank?: pulumi.Input<number>;
299
+ /**
300
+ * The state that the rule is in. A disabled rule cannot be matched. - Choices: `disabled`, `enabled`, `monitor`
301
+ */
302
+ state?: pulumi.Input<string>;
303
+ }
@@ -0,0 +1,129 @@
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.Rule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This resource can manage a Network Access Authentication Rule.
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.networkaccessauthentication.Rule("example", {
18
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
19
+ * name: "Rule1",
20
+ * "default": false,
21
+ * rank: 0,
22
+ * state: "enabled",
23
+ * conditionType: "ConditionAttributes",
24
+ * conditionIsNegate: false,
25
+ * conditionAttributeName: "Location",
26
+ * conditionAttributeValue: "All Locations",
27
+ * conditionDictionaryName: "DEVICE",
28
+ * conditionOperator: "equals",
29
+ * identitySourceName: "Internal Endpoints",
30
+ * ifAuthFail: "REJECT",
31
+ * ifProcessFail: "DROP",
32
+ * ifUserNotFound: "REJECT",
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * ```sh
39
+ * $ pulumi import ise:NetworkAccessAuthentication/rule:Rule example "76d24097-41c4-4558-a4d0-a8c07ac08470,76d24097-41c4-4558-a4d0-a8c07ac08470"
40
+ * ```
41
+ */
42
+ class Rule extends pulumi.CustomResource {
43
+ /**
44
+ * Get an existing Rule resource's state with the given name, ID, and optional extra
45
+ * properties used to qualify the lookup.
46
+ *
47
+ * @param name The _unique_ name of the resulting resource.
48
+ * @param id The _unique_ provider ID of the resource to lookup.
49
+ * @param state Any extra arguments used during the lookup.
50
+ * @param opts Optional settings to control the behavior of the CustomResource.
51
+ */
52
+ static get(name, id, state, opts) {
53
+ return new Rule(name, state, Object.assign(Object.assign({}, opts), { id: id }));
54
+ }
55
+ /**
56
+ * Returns true if the given object is an instance of Rule. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj) {
60
+ if (obj === undefined || obj === null) {
61
+ return false;
62
+ }
63
+ return obj['__pulumiType'] === Rule.__pulumiType;
64
+ }
65
+ constructor(name, argsOrState, opts) {
66
+ let resourceInputs = {};
67
+ opts = opts || {};
68
+ if (opts.id) {
69
+ const state = argsOrState;
70
+ resourceInputs["childrens"] = state ? state.childrens : undefined;
71
+ resourceInputs["conditionAttributeName"] = state ? state.conditionAttributeName : undefined;
72
+ resourceInputs["conditionAttributeValue"] = state ? state.conditionAttributeValue : undefined;
73
+ resourceInputs["conditionDictionaryName"] = state ? state.conditionDictionaryName : undefined;
74
+ resourceInputs["conditionDictionaryValue"] = state ? state.conditionDictionaryValue : undefined;
75
+ resourceInputs["conditionId"] = state ? state.conditionId : undefined;
76
+ resourceInputs["conditionIsNegate"] = state ? state.conditionIsNegate : undefined;
77
+ resourceInputs["conditionOperator"] = state ? state.conditionOperator : undefined;
78
+ resourceInputs["conditionType"] = state ? state.conditionType : undefined;
79
+ resourceInputs["default"] = state ? state.default : undefined;
80
+ resourceInputs["identitySourceName"] = state ? state.identitySourceName : undefined;
81
+ resourceInputs["ifAuthFail"] = state ? state.ifAuthFail : undefined;
82
+ resourceInputs["ifProcessFail"] = state ? state.ifProcessFail : undefined;
83
+ resourceInputs["ifUserNotFound"] = state ? state.ifUserNotFound : undefined;
84
+ resourceInputs["name"] = state ? state.name : undefined;
85
+ resourceInputs["policySetId"] = state ? state.policySetId : undefined;
86
+ resourceInputs["rank"] = state ? state.rank : undefined;
87
+ resourceInputs["state"] = state ? state.state : undefined;
88
+ }
89
+ else {
90
+ const args = argsOrState;
91
+ if ((!args || args.ifAuthFail === undefined) && !opts.urn) {
92
+ throw new Error("Missing required property 'ifAuthFail'");
93
+ }
94
+ if ((!args || args.ifProcessFail === undefined) && !opts.urn) {
95
+ throw new Error("Missing required property 'ifProcessFail'");
96
+ }
97
+ if ((!args || args.ifUserNotFound === undefined) && !opts.urn) {
98
+ throw new Error("Missing required property 'ifUserNotFound'");
99
+ }
100
+ if ((!args || args.policySetId === undefined) && !opts.urn) {
101
+ throw new Error("Missing required property 'policySetId'");
102
+ }
103
+ resourceInputs["childrens"] = args ? args.childrens : undefined;
104
+ resourceInputs["conditionAttributeName"] = args ? args.conditionAttributeName : undefined;
105
+ resourceInputs["conditionAttributeValue"] = args ? args.conditionAttributeValue : undefined;
106
+ resourceInputs["conditionDictionaryName"] = args ? args.conditionDictionaryName : undefined;
107
+ resourceInputs["conditionDictionaryValue"] = args ? args.conditionDictionaryValue : undefined;
108
+ resourceInputs["conditionId"] = args ? args.conditionId : undefined;
109
+ resourceInputs["conditionIsNegate"] = args ? args.conditionIsNegate : undefined;
110
+ resourceInputs["conditionOperator"] = args ? args.conditionOperator : undefined;
111
+ resourceInputs["conditionType"] = args ? args.conditionType : undefined;
112
+ resourceInputs["default"] = args ? args.default : undefined;
113
+ resourceInputs["identitySourceName"] = args ? args.identitySourceName : undefined;
114
+ resourceInputs["ifAuthFail"] = args ? args.ifAuthFail : undefined;
115
+ resourceInputs["ifProcessFail"] = args ? args.ifProcessFail : undefined;
116
+ resourceInputs["ifUserNotFound"] = args ? args.ifUserNotFound : undefined;
117
+ resourceInputs["name"] = args ? args.name : undefined;
118
+ resourceInputs["policySetId"] = args ? args.policySetId : undefined;
119
+ resourceInputs["rank"] = args ? args.rank : undefined;
120
+ resourceInputs["state"] = args ? args.state : undefined;
121
+ }
122
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
123
+ super(Rule.__pulumiType, name, resourceInputs, opts);
124
+ }
125
+ }
126
+ exports.Rule = Rule;
127
+ /** @internal */
128
+ Rule.__pulumiType = 'ise:NetworkAccessAuthentication/rule:Rule';
129
+ //# sourceMappingURL=rule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rule.js","sourceRoot":"","sources":["../../networkaccessauthentication/rule.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,141 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * This data source can read the Network Access Authorization Rule.
5
+ *
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as ise from "@pulumi/ise";
11
+ *
12
+ * const example = ise.NetworkAccessAuthorization.getRule({
13
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
14
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
15
+ * });
16
+ * ```
17
+ */
18
+ export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
19
+ /**
20
+ * A collection of arguments for invoking getRule.
21
+ */
22
+ export interface GetRuleArgs {
23
+ /**
24
+ * The id of the object
25
+ */
26
+ id?: string;
27
+ /**
28
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
29
+ */
30
+ name?: string;
31
+ /**
32
+ * Policy set ID
33
+ */
34
+ policySetId: string;
35
+ }
36
+ /**
37
+ * A collection of values returned by getRule.
38
+ */
39
+ export interface GetRuleResult {
40
+ /**
41
+ * List of child conditions. `conditionType` must be one of `ConditionAndBlock` or `ConditionOrBlock`.
42
+ */
43
+ readonly childrens: outputs.NetworkAccessAuthorization.GetRuleChildren[];
44
+ /**
45
+ * Dictionary attribute name
46
+ */
47
+ readonly conditionAttributeName: string;
48
+ /**
49
+ * Attribute value for condition. Value type is specified in dictionary object.
50
+ */
51
+ readonly conditionAttributeValue: string;
52
+ /**
53
+ * Dictionary name
54
+ */
55
+ readonly conditionDictionaryName: string;
56
+ /**
57
+ * Dictionary value
58
+ */
59
+ readonly conditionDictionaryValue: string;
60
+ /**
61
+ * UUID for condition
62
+ */
63
+ readonly conditionId: string;
64
+ /**
65
+ * Indicates whereas this condition is in negate mode
66
+ */
67
+ readonly conditionIsNegate: boolean;
68
+ /**
69
+ * Equality operator
70
+ */
71
+ readonly conditionOperator: string;
72
+ /**
73
+ * Indicates whether the record is the condition itself or a logical aggregation. Logical aggreation indicates that additional conditions are present under the children attribute.
74
+ */
75
+ readonly conditionType: string;
76
+ /**
77
+ * Indicates if this rule is the default one
78
+ */
79
+ readonly default: boolean;
80
+ /**
81
+ * The id of the object
82
+ */
83
+ readonly id: string;
84
+ /**
85
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
86
+ */
87
+ readonly name: string;
88
+ /**
89
+ * Policy set ID
90
+ */
91
+ readonly policySetId: string;
92
+ /**
93
+ * The authorization profile(s)
94
+ */
95
+ readonly profiles: string[];
96
+ /**
97
+ * The rank (priority) in relation to other rules. Lower rank is higher priority.
98
+ */
99
+ readonly rank: number;
100
+ /**
101
+ * Security group used in authorization policies
102
+ */
103
+ readonly securityGroup: string;
104
+ /**
105
+ * The state that the rule is in. A disabled rule cannot be matched.
106
+ */
107
+ readonly state: string;
108
+ }
109
+ /**
110
+ * This data source can read the Network Access Authorization Rule.
111
+ *
112
+ * ## Example Usage
113
+ *
114
+ * ```typescript
115
+ * import * as pulumi from "@pulumi/pulumi";
116
+ * import * as ise from "@pulumi/ise";
117
+ *
118
+ * const example = ise.NetworkAccessAuthorization.getRule({
119
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
120
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
121
+ * });
122
+ * ```
123
+ */
124
+ export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRuleResult>;
125
+ /**
126
+ * A collection of arguments for invoking getRule.
127
+ */
128
+ export interface GetRuleOutputArgs {
129
+ /**
130
+ * The id of the object
131
+ */
132
+ id?: pulumi.Input<string>;
133
+ /**
134
+ * Rule name, [Valid characters are alphanumerics, underscore, hyphen, space, period, parentheses]
135
+ */
136
+ name?: pulumi.Input<string>;
137
+ /**
138
+ * Policy set ID
139
+ */
140
+ policySetId: pulumi.Input<string>;
141
+ }
@@ -0,0 +1,51 @@
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.getRuleOutput = exports.getRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * This data source can read the Network Access Authorization Rule.
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.NetworkAccessAuthorization.getRule({
18
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
19
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
20
+ * });
21
+ * ```
22
+ */
23
+ function getRule(args, opts) {
24
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
25
+ return pulumi.runtime.invoke("ise:NetworkAccessAuthorization/getRule:getRule", {
26
+ "id": args.id,
27
+ "name": args.name,
28
+ "policySetId": args.policySetId,
29
+ }, opts);
30
+ }
31
+ exports.getRule = getRule;
32
+ /**
33
+ * This data source can read the Network Access Authorization Rule.
34
+ *
35
+ * ## Example Usage
36
+ *
37
+ * ```typescript
38
+ * import * as pulumi from "@pulumi/pulumi";
39
+ * import * as ise from "@pulumi/ise";
40
+ *
41
+ * const example = ise.NetworkAccessAuthorization.getRule({
42
+ * id: "76d24097-41c4-4558-a4d0-a8c07ac08470",
43
+ * policySetId: "d82952cb-b901-4b09-b363-5ebf39bdbaf9",
44
+ * });
45
+ * ```
46
+ */
47
+ function getRuleOutput(args, opts) {
48
+ return pulumi.output(args).apply((a) => getRule(a, opts));
49
+ }
50
+ exports.getRuleOutput = getRuleOutput;
51
+ //# sourceMappingURL=getRule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../networkaccessauthorization/getRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;GAcG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AA6FD;;;;;;;;;;;;;;GAcG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -0,0 +1,6 @@
1
+ export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule";
2
+ export declare const getRule: typeof import("./getRule").getRule;
3
+ export declare const getRuleOutput: typeof import("./getRule").getRuleOutput;
4
+ export { RuleArgs, RuleState } from "./rule";
5
+ export type Rule = import("./rule").Rule;
6
+ export declare const Rule: typeof import("./rule").Rule;
@@ -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.Rule = exports.getRuleOutput = exports.getRule = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ exports.getRule = null;
9
+ exports.getRuleOutput = null;
10
+ utilities.lazyLoad(exports, ["getRule", "getRuleOutput"], () => require("./getRule"));
11
+ exports.Rule = null;
12
+ utilities.lazyLoad(exports, ["Rule"], () => require("./rule"));
13
+ const _module = {
14
+ version: utilities.getVersion(),
15
+ construct: (name, type, urn) => {
16
+ switch (type) {
17
+ case "ise:NetworkAccessAuthorization/rule:Rule":
18
+ return new exports.Rule(name, undefined, { urn });
19
+ default:
20
+ throw new Error(`unknown resource type ${type}`);
21
+ }
22
+ },
23
+ };
24
+ pulumi.runtime.registerResourceModule("ise", "NetworkAccessAuthorization/rule", _module);
25
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../networkaccessauthorization/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAI7B,QAAA,OAAO,GAAuC,IAAW,CAAC;AAC1D,QAAA,aAAa,GAA6C,IAAW,CAAC;AACnF,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,SAAS,EAAC,eAAe,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC;AAIxE,QAAA,IAAI,GAAiC,IAAW,CAAC;AAC9D,SAAS,CAAC,QAAQ,CAAC,OAAO,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC,CAAC;AAG/D,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,0CAA0C;gBAC3C,OAAO,IAAI,YAAI,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAClD;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,iCAAiC,EAAE,OAAO,CAAC,CAAA"}