@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,1075 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * This resource can manage 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 = new ise.allowed.Protocols("example", {
12
+ * name: "Protocols1",
13
+ * description: "My allowed protocols",
14
+ * processHostLookup: true,
15
+ * allowPapAscii: true,
16
+ * allowChap: true,
17
+ * allowMsChapV1: true,
18
+ * allowMsChapV2: true,
19
+ * allowEapMd5: true,
20
+ * allowLeap: true,
21
+ * allowEapTls: true,
22
+ * allowEapTtls: true,
23
+ * allowEapFast: true,
24
+ * allowPeap: true,
25
+ * allowTeap: true,
26
+ * allowPreferredEapProtocol: true,
27
+ * preferredEapProtocol: "LEAP",
28
+ * eapTlsLBit: true,
29
+ * allowWeakCiphersForEap: true,
30
+ * requireMessageAuth: true,
31
+ * eapTlsAllowAuthOfExpiredCerts: true,
32
+ * eapTlsEnableStatelessSessionResume: true,
33
+ * eapTlsSessionTicketTtl: 5,
34
+ * eapTlsSessionTicketTtlUnit: "DAYS",
35
+ * eapTlsSessionTicketPercentage: 5,
36
+ * peapAllowPeapEapMsChapV2: true,
37
+ * peapAllowPeapEapMsChapV2PwdChange: true,
38
+ * peapAllowPeapEapMsChapV2PwdChangeRetries: 3,
39
+ * peapAllowPeapEapGtc: true,
40
+ * peapAllowPeapEapGtcPwdChange: true,
41
+ * peapAllowPeapEapGtcPwdChangeRetries: 3,
42
+ * peapAllowPeapEapTls: true,
43
+ * peapAllowPeapEapTlsAuthOfExpiredCerts: true,
44
+ * requireCryptobinding: true,
45
+ * peapPeapV0: true,
46
+ * eapTtlsPapAscii: true,
47
+ * eapTtlsChap: true,
48
+ * eapTtlsMsChapV1: true,
49
+ * eapTtlsMsChapV2: true,
50
+ * eapTtlsEapMd5: true,
51
+ * eapTtlsEapMsChapV2: true,
52
+ * eapTtlsEapMsChapV2PwdChange: true,
53
+ * eapTtlsEapMsChapV2PwdChangeRetries: 3,
54
+ * eapFastEapMsChapV2: true,
55
+ * eapFastEapMsChapV2PwdChange: true,
56
+ * eapFastEapMsChapV2PwdChangeRetries: 3,
57
+ * eapFastEapGtc: true,
58
+ * eapFastEapGtcPwdChange: true,
59
+ * eapFastEapGtcPwdChangeRetries: 3,
60
+ * eapFastEapTls: true,
61
+ * eapFastEapTlsAuthOfExpiredCerts: true,
62
+ * eapFastEnableEapChaining: true,
63
+ * eapFastUsePacs: true,
64
+ * eapFastPacsTunnelPacTtl: 5,
65
+ * eapFastPacsTunnelPacTtlUnit: "DAYS",
66
+ * eapFastPacsUseProactivePacUpdatePercentage: 5,
67
+ * eapFastPacsAllowAnonymousProvisioning: true,
68
+ * eapFastPacsAllowAuthenticatedProvisioning: true,
69
+ * eapFastPacsServerReturns: true,
70
+ * eapFastPacsAllowClientCert: true,
71
+ * eapFastPacsAllowMachineAuthentication: true,
72
+ * eapFastPacsMachinePacTtl: 5,
73
+ * eapFastPacsMachinePacTtlUnit: "DAYS",
74
+ * eapFastPacsStatelessSessionResume: true,
75
+ * eapFastPacsAuthorizationPacTtl: 5,
76
+ * eapFastPacsAuthorizationPacTtlUnit: "HOURS",
77
+ * teapEapMsChapV2: true,
78
+ * teapEapMsChapV2PwdChange: true,
79
+ * teapEapMsChapV2PwdChangeRetries: 3,
80
+ * teapEapTls: true,
81
+ * teapEapTlsAuthOfExpiredCerts: true,
82
+ * teapEapAcceptClientCertDuringTunnelEst: true,
83
+ * teapEapChaining: true,
84
+ * teapDowngradeMsk: true,
85
+ * teapRequestBasicPwdAuth: true,
86
+ * allow5g: true,
87
+ * });
88
+ * ```
89
+ *
90
+ * ## Import
91
+ *
92
+ * ```sh
93
+ * $ pulumi import ise:Allowed/protocols:Protocols example "76d24097-41c4-4558-a4d0-a8c07ac08470"
94
+ * ```
95
+ */
96
+ export declare class Protocols extends pulumi.CustomResource {
97
+ /**
98
+ * Get an existing Protocols resource's state with the given name, ID, and optional extra
99
+ * properties used to qualify the lookup.
100
+ *
101
+ * @param name The _unique_ name of the resulting resource.
102
+ * @param id The _unique_ provider ID of the resource to lookup.
103
+ * @param state Any extra arguments used during the lookup.
104
+ * @param opts Optional settings to control the behavior of the CustomResource.
105
+ */
106
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProtocolsState, opts?: pulumi.CustomResourceOptions): Protocols;
107
+ /**
108
+ * Returns true if the given object is an instance of Protocols. This is designed to work even
109
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
110
+ */
111
+ static isInstance(obj: any): obj is Protocols;
112
+ /**
113
+ * Allow 5G. This field is only supported from ISE 3.2.
114
+ */
115
+ readonly allow5g: pulumi.Output<boolean | undefined>;
116
+ /**
117
+ * Allow CHAP
118
+ */
119
+ readonly allowChap: pulumi.Output<boolean>;
120
+ /**
121
+ * Allow EAP Fast
122
+ */
123
+ readonly allowEapFast: pulumi.Output<boolean>;
124
+ /**
125
+ * Allow EAP MD5
126
+ */
127
+ readonly allowEapMd5: pulumi.Output<boolean>;
128
+ /**
129
+ * Allow EAP TLS
130
+ */
131
+ readonly allowEapTls: pulumi.Output<boolean>;
132
+ /**
133
+ * Allow EAP TTLS
134
+ */
135
+ readonly allowEapTtls: pulumi.Output<boolean>;
136
+ /**
137
+ * Allow LEAP
138
+ */
139
+ readonly allowLeap: pulumi.Output<boolean>;
140
+ /**
141
+ * Allow MS CHAP v1
142
+ */
143
+ readonly allowMsChapV1: pulumi.Output<boolean>;
144
+ /**
145
+ * Allow MS CHAP v2
146
+ */
147
+ readonly allowMsChapV2: pulumi.Output<boolean>;
148
+ /**
149
+ * Allow PAP ASCII
150
+ */
151
+ readonly allowPapAscii: pulumi.Output<boolean>;
152
+ /**
153
+ * Allow PEAP
154
+ */
155
+ readonly allowPeap: pulumi.Output<boolean>;
156
+ /**
157
+ * Allow preferred EAP protocol
158
+ */
159
+ readonly allowPreferredEapProtocol: pulumi.Output<boolean>;
160
+ /**
161
+ * Allow TEAP
162
+ */
163
+ readonly allowTeap: pulumi.Output<boolean>;
164
+ /**
165
+ * Allow weak ciphers for EAP
166
+ */
167
+ readonly allowWeakCiphersForEap: pulumi.Output<boolean>;
168
+ /**
169
+ * Description
170
+ */
171
+ readonly description: pulumi.Output<string | undefined>;
172
+ /**
173
+ * Accept client certificates. Is required only if `eap_fast_use_pacs` is `false`.
174
+ */
175
+ readonly eapFastAcceptClientCert: pulumi.Output<boolean | undefined>;
176
+ /**
177
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `false`.
178
+ */
179
+ readonly eapFastAllowMachineAuthentication: pulumi.Output<boolean | undefined>;
180
+ /**
181
+ * Allow EAP GTC
182
+ */
183
+ readonly eapFastEapGtc: pulumi.Output<boolean | undefined>;
184
+ /**
185
+ * Allow EAP GTC password change. Is required only if `eap_fast_eap_gtc` is `true`.
186
+ */
187
+ readonly eapFastEapGtcPwdChange: pulumi.Output<boolean | undefined>;
188
+ /**
189
+ * EAP GTC password change retries. Is required only if `eap_fast_eap_gtc` is `true`. - Range: `0`-`3`
190
+ */
191
+ readonly eapFastEapGtcPwdChangeRetries: pulumi.Output<number | undefined>;
192
+ /**
193
+ * Allow EAP MS CHAP v2
194
+ */
195
+ readonly eapFastEapMsChapV2: pulumi.Output<boolean | undefined>;
196
+ /**
197
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
198
+ */
199
+ readonly eapFastEapMsChapV2PwdChange: pulumi.Output<boolean | undefined>;
200
+ /**
201
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_fast_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
202
+ */
203
+ readonly eapFastEapMsChapV2PwdChangeRetries: pulumi.Output<number | undefined>;
204
+ /**
205
+ * Allow EAP TLS
206
+ */
207
+ readonly eapFastEapTls: pulumi.Output<boolean | undefined>;
208
+ /**
209
+ * Allow EAP TLS authentication of expired certificates. Is required only if `eap_fast_eap_tls` is `true`.
210
+ */
211
+ readonly eapFastEapTlsAuthOfExpiredCerts: pulumi.Output<boolean | undefined>;
212
+ /**
213
+ * Enable EAP chaining
214
+ */
215
+ readonly eapFastEnableEapChaining: pulumi.Output<boolean | undefined>;
216
+ /**
217
+ * Allow anonymous provisioning. Is required only if `eap_fast_use_pacs` is `true`.
218
+ */
219
+ readonly eapFastPacsAllowAnonymousProvisioning: pulumi.Output<boolean | undefined>;
220
+ /**
221
+ * Allow authenticated provisioning. Is required only if `eap_fast_use_pacs` is `true`.
222
+ */
223
+ readonly eapFastPacsAllowAuthenticatedProvisioning: pulumi.Output<boolean | undefined>;
224
+ /**
225
+ * Accept client certification for provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is
226
+ * `true`.
227
+ */
228
+ readonly eapFastPacsAllowClientCert: pulumi.Output<boolean | undefined>;
229
+ /**
230
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `true`.
231
+ */
232
+ readonly eapFastPacsAllowMachineAuthentication: pulumi.Output<boolean | undefined>;
233
+ /**
234
+ * Authorization PAC TTL. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
235
+ */
236
+ readonly eapFastPacsAuthorizationPacTtl: pulumi.Output<number | undefined>;
237
+ /**
238
+ * Authorization PAC TTL unit. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`. - Choices:
239
+ * `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
240
+ */
241
+ readonly eapFastPacsAuthorizationPacTtlUnit: pulumi.Output<string | undefined>;
242
+ /**
243
+ * Machine PAC TTL. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
244
+ */
245
+ readonly eapFastPacsMachinePacTtl: pulumi.Output<number | undefined>;
246
+ /**
247
+ * Machine PAC TTL unit. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`. - Choices: `SECONDS`,
248
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
249
+ */
250
+ readonly eapFastPacsMachinePacTtlUnit: pulumi.Output<string | undefined>;
251
+ /**
252
+ * Server returns access accept after authenticated provisioning. Is required only if
253
+ * `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
254
+ */
255
+ readonly eapFastPacsServerReturns: pulumi.Output<boolean | undefined>;
256
+ /**
257
+ * Stateless session resume. Is required only if `eap_fast_use_pacs` is `true`.
258
+ */
259
+ readonly eapFastPacsStatelessSessionResume: pulumi.Output<boolean | undefined>;
260
+ /**
261
+ * PACs tunnel PAC time to live. Is required only if `eap_fast_use_pacs` is `true`.
262
+ */
263
+ readonly eapFastPacsTunnelPacTtl: pulumi.Output<number | undefined>;
264
+ /**
265
+ * PACs tunnel PAC time to live unit. Is required only if `eap_fast_use_pacs` is `true`. - Choices: `SECONDS`, `MINUTES`,
266
+ * `HOURS`, `DAYS`, `WEEKS`
267
+ */
268
+ readonly eapFastPacsTunnelPacTtlUnit: pulumi.Output<string | undefined>;
269
+ /**
270
+ * Use proactive pac update percentage. Is required only if `eap_fast_use_pacs` is `true`. - Range: `1`-`100`
271
+ */
272
+ readonly eapFastPacsUseProactivePacUpdatePercentage: pulumi.Output<number | undefined>;
273
+ /**
274
+ * Use PACs
275
+ */
276
+ readonly eapFastUsePacs: pulumi.Output<boolean | undefined>;
277
+ /**
278
+ * Allow authentication of expired certificates
279
+ */
280
+ readonly eapTlsAllowAuthOfExpiredCerts: pulumi.Output<boolean | undefined>;
281
+ /**
282
+ * Enable stateless session resume
283
+ */
284
+ readonly eapTlsEnableStatelessSessionResume: pulumi.Output<boolean | undefined>;
285
+ /**
286
+ * EAP TLS L-Bit
287
+ */
288
+ readonly eapTlsLBit: pulumi.Output<boolean>;
289
+ /**
290
+ * Session ticket percentage. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Range: `1`-`100`
291
+ */
292
+ readonly eapTlsSessionTicketPercentage: pulumi.Output<number | undefined>;
293
+ /**
294
+ * Session ticket TTL. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
295
+ */
296
+ readonly eapTlsSessionTicketTtl: pulumi.Output<number | undefined>;
297
+ /**
298
+ * Session ticket TTL unit. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Choices: `SECONDS`,
299
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
300
+ */
301
+ readonly eapTlsSessionTicketTtlUnit: pulumi.Output<string | undefined>;
302
+ /**
303
+ * Allow CHAP
304
+ */
305
+ readonly eapTtlsChap: pulumi.Output<boolean | undefined>;
306
+ /**
307
+ * Allow EAP MD5
308
+ */
309
+ readonly eapTtlsEapMd5: pulumi.Output<boolean | undefined>;
310
+ /**
311
+ * Allow EAP MS CHAP v2
312
+ */
313
+ readonly eapTtlsEapMsChapV2: pulumi.Output<boolean | undefined>;
314
+ /**
315
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
316
+ */
317
+ readonly eapTtlsEapMsChapV2PwdChange: pulumi.Output<boolean | undefined>;
318
+ /**
319
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
320
+ */
321
+ readonly eapTtlsEapMsChapV2PwdChangeRetries: pulumi.Output<number | undefined>;
322
+ /**
323
+ * Allow MS CHAP v1
324
+ */
325
+ readonly eapTtlsMsChapV1: pulumi.Output<boolean | undefined>;
326
+ /**
327
+ * Allow MS CHAP v2
328
+ */
329
+ readonly eapTtlsMsChapV2: pulumi.Output<boolean | undefined>;
330
+ /**
331
+ * Allow PAP ASCII
332
+ */
333
+ readonly eapTtlsPapAscii: pulumi.Output<boolean | undefined>;
334
+ /**
335
+ * The name of the allowed protocols
336
+ */
337
+ readonly name: pulumi.Output<string>;
338
+ /**
339
+ * Allow PEAP EAP GTC
340
+ */
341
+ readonly peapAllowPeapEapGtc: pulumi.Output<boolean | undefined>;
342
+ /**
343
+ * Allow PEAP EAP GTC password change. Is required only if `allow_peap_eap_gtc` is `true`.
344
+ */
345
+ readonly peapAllowPeapEapGtcPwdChange: pulumi.Output<boolean | undefined>;
346
+ /**
347
+ * PEAP EAP GTC password change retries. Is required only if `allow_peap_eap_gtc` is `true`. - Range: `0`-`3`
348
+ */
349
+ readonly peapAllowPeapEapGtcPwdChangeRetries: pulumi.Output<number | undefined>;
350
+ /**
351
+ * Allow PEAP EAP MS CHAP v2
352
+ */
353
+ readonly peapAllowPeapEapMsChapV2: pulumi.Output<boolean | undefined>;
354
+ /**
355
+ * Allow PEAP EAP MS CHAP v2 password change. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
356
+ */
357
+ readonly peapAllowPeapEapMsChapV2PwdChange: pulumi.Output<boolean | undefined>;
358
+ /**
359
+ * Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allow_peap_eap_ms_chap_v2` is `true`. - Range:
360
+ * `0`-`3`
361
+ */
362
+ readonly peapAllowPeapEapMsChapV2PwdChangeRetries: pulumi.Output<number | undefined>;
363
+ /**
364
+ * Allow PEAP EAP TLS
365
+ */
366
+ readonly peapAllowPeapEapTls: pulumi.Output<boolean | undefined>;
367
+ /**
368
+ * Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peap_allow_peap_eap_tls` is `true`.
369
+ */
370
+ readonly peapAllowPeapEapTlsAuthOfExpiredCerts: pulumi.Output<boolean | undefined>;
371
+ /**
372
+ * Allow PEAP v0
373
+ */
374
+ readonly peapPeapV0: pulumi.Output<boolean | undefined>;
375
+ /**
376
+ * Preferred EAP protocol - Choices: `EAP_FAST`, `PEAP`, `LEAP`, `EAP_MD5`, `EAP_TLS`, `EAP_TTLS`, `TEAP`
377
+ */
378
+ readonly preferredEapProtocol: pulumi.Output<string | undefined>;
379
+ /**
380
+ * Process host lookup
381
+ */
382
+ readonly processHostLookup: pulumi.Output<boolean>;
383
+ /**
384
+ * Require cryptobinding
385
+ */
386
+ readonly requireCryptobinding: pulumi.Output<boolean | undefined>;
387
+ /**
388
+ * Require message authentication
389
+ */
390
+ readonly requireMessageAuth: pulumi.Output<boolean>;
391
+ /**
392
+ * Allow downgrade to MSK
393
+ */
394
+ readonly teapDowngradeMsk: pulumi.Output<boolean | undefined>;
395
+ /**
396
+ * Accept client certificate during tunnel establishment
397
+ */
398
+ readonly teapEapAcceptClientCertDuringTunnelEst: pulumi.Output<boolean | undefined>;
399
+ /**
400
+ * Allow EAP chaining
401
+ */
402
+ readonly teapEapChaining: pulumi.Output<boolean | undefined>;
403
+ /**
404
+ * Allow EAP MS CHAP v2
405
+ */
406
+ readonly teapEapMsChapV2: pulumi.Output<boolean | undefined>;
407
+ /**
408
+ * Allow EAP MS CHAP v2 password change. Is required only if `teap_eap_ms_chap_v2` is `true`.
409
+ */
410
+ readonly teapEapMsChapV2PwdChange: pulumi.Output<boolean | undefined>;
411
+ /**
412
+ * EAP MS CHAP v2 password change retries. Is required only if `teap_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
413
+ */
414
+ readonly teapEapMsChapV2PwdChangeRetries: pulumi.Output<number | undefined>;
415
+ /**
416
+ * Allow EAP TLS
417
+ */
418
+ readonly teapEapTls: pulumi.Output<boolean | undefined>;
419
+ /**
420
+ * Allow EAP TLS authentication of expired certs. Is required only if `teap_eap_tls` is `true`.
421
+ */
422
+ readonly teapEapTlsAuthOfExpiredCerts: pulumi.Output<boolean | undefined>;
423
+ /**
424
+ * Request basic password authentication
425
+ */
426
+ readonly teapRequestBasicPwdAuth: pulumi.Output<boolean | undefined>;
427
+ /**
428
+ * Create a Protocols resource with the given unique name, arguments, and options.
429
+ *
430
+ * @param name The _unique_ name of the resource.
431
+ * @param args The arguments to use to populate this resource's properties.
432
+ * @param opts A bag of options that control this resource's behavior.
433
+ */
434
+ constructor(name: string, args: ProtocolsArgs, opts?: pulumi.CustomResourceOptions);
435
+ }
436
+ /**
437
+ * Input properties used for looking up and filtering Protocols resources.
438
+ */
439
+ export interface ProtocolsState {
440
+ /**
441
+ * Allow 5G. This field is only supported from ISE 3.2.
442
+ */
443
+ allow5g?: pulumi.Input<boolean>;
444
+ /**
445
+ * Allow CHAP
446
+ */
447
+ allowChap?: pulumi.Input<boolean>;
448
+ /**
449
+ * Allow EAP Fast
450
+ */
451
+ allowEapFast?: pulumi.Input<boolean>;
452
+ /**
453
+ * Allow EAP MD5
454
+ */
455
+ allowEapMd5?: pulumi.Input<boolean>;
456
+ /**
457
+ * Allow EAP TLS
458
+ */
459
+ allowEapTls?: pulumi.Input<boolean>;
460
+ /**
461
+ * Allow EAP TTLS
462
+ */
463
+ allowEapTtls?: pulumi.Input<boolean>;
464
+ /**
465
+ * Allow LEAP
466
+ */
467
+ allowLeap?: pulumi.Input<boolean>;
468
+ /**
469
+ * Allow MS CHAP v1
470
+ */
471
+ allowMsChapV1?: pulumi.Input<boolean>;
472
+ /**
473
+ * Allow MS CHAP v2
474
+ */
475
+ allowMsChapV2?: pulumi.Input<boolean>;
476
+ /**
477
+ * Allow PAP ASCII
478
+ */
479
+ allowPapAscii?: pulumi.Input<boolean>;
480
+ /**
481
+ * Allow PEAP
482
+ */
483
+ allowPeap?: pulumi.Input<boolean>;
484
+ /**
485
+ * Allow preferred EAP protocol
486
+ */
487
+ allowPreferredEapProtocol?: pulumi.Input<boolean>;
488
+ /**
489
+ * Allow TEAP
490
+ */
491
+ allowTeap?: pulumi.Input<boolean>;
492
+ /**
493
+ * Allow weak ciphers for EAP
494
+ */
495
+ allowWeakCiphersForEap?: pulumi.Input<boolean>;
496
+ /**
497
+ * Description
498
+ */
499
+ description?: pulumi.Input<string>;
500
+ /**
501
+ * Accept client certificates. Is required only if `eap_fast_use_pacs` is `false`.
502
+ */
503
+ eapFastAcceptClientCert?: pulumi.Input<boolean>;
504
+ /**
505
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `false`.
506
+ */
507
+ eapFastAllowMachineAuthentication?: pulumi.Input<boolean>;
508
+ /**
509
+ * Allow EAP GTC
510
+ */
511
+ eapFastEapGtc?: pulumi.Input<boolean>;
512
+ /**
513
+ * Allow EAP GTC password change. Is required only if `eap_fast_eap_gtc` is `true`.
514
+ */
515
+ eapFastEapGtcPwdChange?: pulumi.Input<boolean>;
516
+ /**
517
+ * EAP GTC password change retries. Is required only if `eap_fast_eap_gtc` is `true`. - Range: `0`-`3`
518
+ */
519
+ eapFastEapGtcPwdChangeRetries?: pulumi.Input<number>;
520
+ /**
521
+ * Allow EAP MS CHAP v2
522
+ */
523
+ eapFastEapMsChapV2?: pulumi.Input<boolean>;
524
+ /**
525
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
526
+ */
527
+ eapFastEapMsChapV2PwdChange?: pulumi.Input<boolean>;
528
+ /**
529
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_fast_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
530
+ */
531
+ eapFastEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
532
+ /**
533
+ * Allow EAP TLS
534
+ */
535
+ eapFastEapTls?: pulumi.Input<boolean>;
536
+ /**
537
+ * Allow EAP TLS authentication of expired certificates. Is required only if `eap_fast_eap_tls` is `true`.
538
+ */
539
+ eapFastEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
540
+ /**
541
+ * Enable EAP chaining
542
+ */
543
+ eapFastEnableEapChaining?: pulumi.Input<boolean>;
544
+ /**
545
+ * Allow anonymous provisioning. Is required only if `eap_fast_use_pacs` is `true`.
546
+ */
547
+ eapFastPacsAllowAnonymousProvisioning?: pulumi.Input<boolean>;
548
+ /**
549
+ * Allow authenticated provisioning. Is required only if `eap_fast_use_pacs` is `true`.
550
+ */
551
+ eapFastPacsAllowAuthenticatedProvisioning?: pulumi.Input<boolean>;
552
+ /**
553
+ * Accept client certification for provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is
554
+ * `true`.
555
+ */
556
+ eapFastPacsAllowClientCert?: pulumi.Input<boolean>;
557
+ /**
558
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `true`.
559
+ */
560
+ eapFastPacsAllowMachineAuthentication?: pulumi.Input<boolean>;
561
+ /**
562
+ * Authorization PAC TTL. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
563
+ */
564
+ eapFastPacsAuthorizationPacTtl?: pulumi.Input<number>;
565
+ /**
566
+ * Authorization PAC TTL unit. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`. - Choices:
567
+ * `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
568
+ */
569
+ eapFastPacsAuthorizationPacTtlUnit?: pulumi.Input<string>;
570
+ /**
571
+ * Machine PAC TTL. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
572
+ */
573
+ eapFastPacsMachinePacTtl?: pulumi.Input<number>;
574
+ /**
575
+ * Machine PAC TTL unit. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`. - Choices: `SECONDS`,
576
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
577
+ */
578
+ eapFastPacsMachinePacTtlUnit?: pulumi.Input<string>;
579
+ /**
580
+ * Server returns access accept after authenticated provisioning. Is required only if
581
+ * `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
582
+ */
583
+ eapFastPacsServerReturns?: pulumi.Input<boolean>;
584
+ /**
585
+ * Stateless session resume. Is required only if `eap_fast_use_pacs` is `true`.
586
+ */
587
+ eapFastPacsStatelessSessionResume?: pulumi.Input<boolean>;
588
+ /**
589
+ * PACs tunnel PAC time to live. Is required only if `eap_fast_use_pacs` is `true`.
590
+ */
591
+ eapFastPacsTunnelPacTtl?: pulumi.Input<number>;
592
+ /**
593
+ * PACs tunnel PAC time to live unit. Is required only if `eap_fast_use_pacs` is `true`. - Choices: `SECONDS`, `MINUTES`,
594
+ * `HOURS`, `DAYS`, `WEEKS`
595
+ */
596
+ eapFastPacsTunnelPacTtlUnit?: pulumi.Input<string>;
597
+ /**
598
+ * Use proactive pac update percentage. Is required only if `eap_fast_use_pacs` is `true`. - Range: `1`-`100`
599
+ */
600
+ eapFastPacsUseProactivePacUpdatePercentage?: pulumi.Input<number>;
601
+ /**
602
+ * Use PACs
603
+ */
604
+ eapFastUsePacs?: pulumi.Input<boolean>;
605
+ /**
606
+ * Allow authentication of expired certificates
607
+ */
608
+ eapTlsAllowAuthOfExpiredCerts?: pulumi.Input<boolean>;
609
+ /**
610
+ * Enable stateless session resume
611
+ */
612
+ eapTlsEnableStatelessSessionResume?: pulumi.Input<boolean>;
613
+ /**
614
+ * EAP TLS L-Bit
615
+ */
616
+ eapTlsLBit?: pulumi.Input<boolean>;
617
+ /**
618
+ * Session ticket percentage. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Range: `1`-`100`
619
+ */
620
+ eapTlsSessionTicketPercentage?: pulumi.Input<number>;
621
+ /**
622
+ * Session ticket TTL. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
623
+ */
624
+ eapTlsSessionTicketTtl?: pulumi.Input<number>;
625
+ /**
626
+ * Session ticket TTL unit. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Choices: `SECONDS`,
627
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
628
+ */
629
+ eapTlsSessionTicketTtlUnit?: pulumi.Input<string>;
630
+ /**
631
+ * Allow CHAP
632
+ */
633
+ eapTtlsChap?: pulumi.Input<boolean>;
634
+ /**
635
+ * Allow EAP MD5
636
+ */
637
+ eapTtlsEapMd5?: pulumi.Input<boolean>;
638
+ /**
639
+ * Allow EAP MS CHAP v2
640
+ */
641
+ eapTtlsEapMsChapV2?: pulumi.Input<boolean>;
642
+ /**
643
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
644
+ */
645
+ eapTtlsEapMsChapV2PwdChange?: pulumi.Input<boolean>;
646
+ /**
647
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
648
+ */
649
+ eapTtlsEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
650
+ /**
651
+ * Allow MS CHAP v1
652
+ */
653
+ eapTtlsMsChapV1?: pulumi.Input<boolean>;
654
+ /**
655
+ * Allow MS CHAP v2
656
+ */
657
+ eapTtlsMsChapV2?: pulumi.Input<boolean>;
658
+ /**
659
+ * Allow PAP ASCII
660
+ */
661
+ eapTtlsPapAscii?: pulumi.Input<boolean>;
662
+ /**
663
+ * The name of the allowed protocols
664
+ */
665
+ name?: pulumi.Input<string>;
666
+ /**
667
+ * Allow PEAP EAP GTC
668
+ */
669
+ peapAllowPeapEapGtc?: pulumi.Input<boolean>;
670
+ /**
671
+ * Allow PEAP EAP GTC password change. Is required only if `allow_peap_eap_gtc` is `true`.
672
+ */
673
+ peapAllowPeapEapGtcPwdChange?: pulumi.Input<boolean>;
674
+ /**
675
+ * PEAP EAP GTC password change retries. Is required only if `allow_peap_eap_gtc` is `true`. - Range: `0`-`3`
676
+ */
677
+ peapAllowPeapEapGtcPwdChangeRetries?: pulumi.Input<number>;
678
+ /**
679
+ * Allow PEAP EAP MS CHAP v2
680
+ */
681
+ peapAllowPeapEapMsChapV2?: pulumi.Input<boolean>;
682
+ /**
683
+ * Allow PEAP EAP MS CHAP v2 password change. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
684
+ */
685
+ peapAllowPeapEapMsChapV2PwdChange?: pulumi.Input<boolean>;
686
+ /**
687
+ * Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allow_peap_eap_ms_chap_v2` is `true`. - Range:
688
+ * `0`-`3`
689
+ */
690
+ peapAllowPeapEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
691
+ /**
692
+ * Allow PEAP EAP TLS
693
+ */
694
+ peapAllowPeapEapTls?: pulumi.Input<boolean>;
695
+ /**
696
+ * Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peap_allow_peap_eap_tls` is `true`.
697
+ */
698
+ peapAllowPeapEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
699
+ /**
700
+ * Allow PEAP v0
701
+ */
702
+ peapPeapV0?: pulumi.Input<boolean>;
703
+ /**
704
+ * Preferred EAP protocol - Choices: `EAP_FAST`, `PEAP`, `LEAP`, `EAP_MD5`, `EAP_TLS`, `EAP_TTLS`, `TEAP`
705
+ */
706
+ preferredEapProtocol?: pulumi.Input<string>;
707
+ /**
708
+ * Process host lookup
709
+ */
710
+ processHostLookup?: pulumi.Input<boolean>;
711
+ /**
712
+ * Require cryptobinding
713
+ */
714
+ requireCryptobinding?: pulumi.Input<boolean>;
715
+ /**
716
+ * Require message authentication
717
+ */
718
+ requireMessageAuth?: pulumi.Input<boolean>;
719
+ /**
720
+ * Allow downgrade to MSK
721
+ */
722
+ teapDowngradeMsk?: pulumi.Input<boolean>;
723
+ /**
724
+ * Accept client certificate during tunnel establishment
725
+ */
726
+ teapEapAcceptClientCertDuringTunnelEst?: pulumi.Input<boolean>;
727
+ /**
728
+ * Allow EAP chaining
729
+ */
730
+ teapEapChaining?: pulumi.Input<boolean>;
731
+ /**
732
+ * Allow EAP MS CHAP v2
733
+ */
734
+ teapEapMsChapV2?: pulumi.Input<boolean>;
735
+ /**
736
+ * Allow EAP MS CHAP v2 password change. Is required only if `teap_eap_ms_chap_v2` is `true`.
737
+ */
738
+ teapEapMsChapV2PwdChange?: pulumi.Input<boolean>;
739
+ /**
740
+ * EAP MS CHAP v2 password change retries. Is required only if `teap_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
741
+ */
742
+ teapEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
743
+ /**
744
+ * Allow EAP TLS
745
+ */
746
+ teapEapTls?: pulumi.Input<boolean>;
747
+ /**
748
+ * Allow EAP TLS authentication of expired certs. Is required only if `teap_eap_tls` is `true`.
749
+ */
750
+ teapEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
751
+ /**
752
+ * Request basic password authentication
753
+ */
754
+ teapRequestBasicPwdAuth?: pulumi.Input<boolean>;
755
+ }
756
+ /**
757
+ * The set of arguments for constructing a Protocols resource.
758
+ */
759
+ export interface ProtocolsArgs {
760
+ /**
761
+ * Allow 5G. This field is only supported from ISE 3.2.
762
+ */
763
+ allow5g?: pulumi.Input<boolean>;
764
+ /**
765
+ * Allow CHAP
766
+ */
767
+ allowChap: pulumi.Input<boolean>;
768
+ /**
769
+ * Allow EAP Fast
770
+ */
771
+ allowEapFast: pulumi.Input<boolean>;
772
+ /**
773
+ * Allow EAP MD5
774
+ */
775
+ allowEapMd5: pulumi.Input<boolean>;
776
+ /**
777
+ * Allow EAP TLS
778
+ */
779
+ allowEapTls: pulumi.Input<boolean>;
780
+ /**
781
+ * Allow EAP TTLS
782
+ */
783
+ allowEapTtls: pulumi.Input<boolean>;
784
+ /**
785
+ * Allow LEAP
786
+ */
787
+ allowLeap: pulumi.Input<boolean>;
788
+ /**
789
+ * Allow MS CHAP v1
790
+ */
791
+ allowMsChapV1: pulumi.Input<boolean>;
792
+ /**
793
+ * Allow MS CHAP v2
794
+ */
795
+ allowMsChapV2: pulumi.Input<boolean>;
796
+ /**
797
+ * Allow PAP ASCII
798
+ */
799
+ allowPapAscii: pulumi.Input<boolean>;
800
+ /**
801
+ * Allow PEAP
802
+ */
803
+ allowPeap: pulumi.Input<boolean>;
804
+ /**
805
+ * Allow preferred EAP protocol
806
+ */
807
+ allowPreferredEapProtocol: pulumi.Input<boolean>;
808
+ /**
809
+ * Allow TEAP
810
+ */
811
+ allowTeap: pulumi.Input<boolean>;
812
+ /**
813
+ * Allow weak ciphers for EAP
814
+ */
815
+ allowWeakCiphersForEap: pulumi.Input<boolean>;
816
+ /**
817
+ * Description
818
+ */
819
+ description?: pulumi.Input<string>;
820
+ /**
821
+ * Accept client certificates. Is required only if `eap_fast_use_pacs` is `false`.
822
+ */
823
+ eapFastAcceptClientCert?: pulumi.Input<boolean>;
824
+ /**
825
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `false`.
826
+ */
827
+ eapFastAllowMachineAuthentication?: pulumi.Input<boolean>;
828
+ /**
829
+ * Allow EAP GTC
830
+ */
831
+ eapFastEapGtc?: pulumi.Input<boolean>;
832
+ /**
833
+ * Allow EAP GTC password change. Is required only if `eap_fast_eap_gtc` is `true`.
834
+ */
835
+ eapFastEapGtcPwdChange?: pulumi.Input<boolean>;
836
+ /**
837
+ * EAP GTC password change retries. Is required only if `eap_fast_eap_gtc` is `true`. - Range: `0`-`3`
838
+ */
839
+ eapFastEapGtcPwdChangeRetries?: pulumi.Input<number>;
840
+ /**
841
+ * Allow EAP MS CHAP v2
842
+ */
843
+ eapFastEapMsChapV2?: pulumi.Input<boolean>;
844
+ /**
845
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_fast_eap_ms_chap_v2` is `true`.
846
+ */
847
+ eapFastEapMsChapV2PwdChange?: pulumi.Input<boolean>;
848
+ /**
849
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_fast_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
850
+ */
851
+ eapFastEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
852
+ /**
853
+ * Allow EAP TLS
854
+ */
855
+ eapFastEapTls?: pulumi.Input<boolean>;
856
+ /**
857
+ * Allow EAP TLS authentication of expired certificates. Is required only if `eap_fast_eap_tls` is `true`.
858
+ */
859
+ eapFastEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
860
+ /**
861
+ * Enable EAP chaining
862
+ */
863
+ eapFastEnableEapChaining?: pulumi.Input<boolean>;
864
+ /**
865
+ * Allow anonymous provisioning. Is required only if `eap_fast_use_pacs` is `true`.
866
+ */
867
+ eapFastPacsAllowAnonymousProvisioning?: pulumi.Input<boolean>;
868
+ /**
869
+ * Allow authenticated provisioning. Is required only if `eap_fast_use_pacs` is `true`.
870
+ */
871
+ eapFastPacsAllowAuthenticatedProvisioning?: pulumi.Input<boolean>;
872
+ /**
873
+ * Accept client certification for provisioning. Is required only if `eap_fast_pacs_allow_authenticated_provisioning` is
874
+ * `true`.
875
+ */
876
+ eapFastPacsAllowClientCert?: pulumi.Input<boolean>;
877
+ /**
878
+ * Allow machine authentication. Is required only if `eap_fast_use_pacs` is `true`.
879
+ */
880
+ eapFastPacsAllowMachineAuthentication?: pulumi.Input<boolean>;
881
+ /**
882
+ * Authorization PAC TTL. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`.
883
+ */
884
+ eapFastPacsAuthorizationPacTtl?: pulumi.Input<number>;
885
+ /**
886
+ * Authorization PAC TTL unit. Is required only if `eap_fast_pacs_stateless_session_resume` is `true`. - Choices:
887
+ * `SECONDS`, `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
888
+ */
889
+ eapFastPacsAuthorizationPacTtlUnit?: pulumi.Input<string>;
890
+ /**
891
+ * Machine PAC TTL. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`.
892
+ */
893
+ eapFastPacsMachinePacTtl?: pulumi.Input<number>;
894
+ /**
895
+ * Machine PAC TTL unit. Is required only if `eap_fast_pacs_allow_machine_authentication` is `true`. - Choices: `SECONDS`,
896
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
897
+ */
898
+ eapFastPacsMachinePacTtlUnit?: pulumi.Input<string>;
899
+ /**
900
+ * Server returns access accept after authenticated provisioning. Is required only if
901
+ * `eap_fast_pacs_allow_authenticated_provisioning` is `true`.
902
+ */
903
+ eapFastPacsServerReturns?: pulumi.Input<boolean>;
904
+ /**
905
+ * Stateless session resume. Is required only if `eap_fast_use_pacs` is `true`.
906
+ */
907
+ eapFastPacsStatelessSessionResume?: pulumi.Input<boolean>;
908
+ /**
909
+ * PACs tunnel PAC time to live. Is required only if `eap_fast_use_pacs` is `true`.
910
+ */
911
+ eapFastPacsTunnelPacTtl?: pulumi.Input<number>;
912
+ /**
913
+ * PACs tunnel PAC time to live unit. Is required only if `eap_fast_use_pacs` is `true`. - Choices: `SECONDS`, `MINUTES`,
914
+ * `HOURS`, `DAYS`, `WEEKS`
915
+ */
916
+ eapFastPacsTunnelPacTtlUnit?: pulumi.Input<string>;
917
+ /**
918
+ * Use proactive pac update percentage. Is required only if `eap_fast_use_pacs` is `true`. - Range: `1`-`100`
919
+ */
920
+ eapFastPacsUseProactivePacUpdatePercentage?: pulumi.Input<number>;
921
+ /**
922
+ * Use PACs
923
+ */
924
+ eapFastUsePacs?: pulumi.Input<boolean>;
925
+ /**
926
+ * Allow authentication of expired certificates
927
+ */
928
+ eapTlsAllowAuthOfExpiredCerts?: pulumi.Input<boolean>;
929
+ /**
930
+ * Enable stateless session resume
931
+ */
932
+ eapTlsEnableStatelessSessionResume?: pulumi.Input<boolean>;
933
+ /**
934
+ * EAP TLS L-Bit
935
+ */
936
+ eapTlsLBit: pulumi.Input<boolean>;
937
+ /**
938
+ * Session ticket percentage. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Range: `1`-`100`
939
+ */
940
+ eapTlsSessionTicketPercentage?: pulumi.Input<number>;
941
+ /**
942
+ * Session ticket TTL. Is required only if `eap_tls_enable_stateless_session_resume` is `true`.
943
+ */
944
+ eapTlsSessionTicketTtl?: pulumi.Input<number>;
945
+ /**
946
+ * Session ticket TTL unit. Is required only if `eap_tls_enable_stateless_session_resume` is `true`. - Choices: `SECONDS`,
947
+ * `MINUTES`, `HOURS`, `DAYS`, `WEEKS`
948
+ */
949
+ eapTlsSessionTicketTtlUnit?: pulumi.Input<string>;
950
+ /**
951
+ * Allow CHAP
952
+ */
953
+ eapTtlsChap?: pulumi.Input<boolean>;
954
+ /**
955
+ * Allow EAP MD5
956
+ */
957
+ eapTtlsEapMd5?: pulumi.Input<boolean>;
958
+ /**
959
+ * Allow EAP MS CHAP v2
960
+ */
961
+ eapTtlsEapMsChapV2?: pulumi.Input<boolean>;
962
+ /**
963
+ * Allow EAP MS CHAP v2 password change. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`.
964
+ */
965
+ eapTtlsEapMsChapV2PwdChange?: pulumi.Input<boolean>;
966
+ /**
967
+ * EAP MS CHAP v2 password change retries. Is required only if `eap_ttls_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
968
+ */
969
+ eapTtlsEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
970
+ /**
971
+ * Allow MS CHAP v1
972
+ */
973
+ eapTtlsMsChapV1?: pulumi.Input<boolean>;
974
+ /**
975
+ * Allow MS CHAP v2
976
+ */
977
+ eapTtlsMsChapV2?: pulumi.Input<boolean>;
978
+ /**
979
+ * Allow PAP ASCII
980
+ */
981
+ eapTtlsPapAscii?: pulumi.Input<boolean>;
982
+ /**
983
+ * The name of the allowed protocols
984
+ */
985
+ name?: pulumi.Input<string>;
986
+ /**
987
+ * Allow PEAP EAP GTC
988
+ */
989
+ peapAllowPeapEapGtc?: pulumi.Input<boolean>;
990
+ /**
991
+ * Allow PEAP EAP GTC password change. Is required only if `allow_peap_eap_gtc` is `true`.
992
+ */
993
+ peapAllowPeapEapGtcPwdChange?: pulumi.Input<boolean>;
994
+ /**
995
+ * PEAP EAP GTC password change retries. Is required only if `allow_peap_eap_gtc` is `true`. - Range: `0`-`3`
996
+ */
997
+ peapAllowPeapEapGtcPwdChangeRetries?: pulumi.Input<number>;
998
+ /**
999
+ * Allow PEAP EAP MS CHAP v2
1000
+ */
1001
+ peapAllowPeapEapMsChapV2?: pulumi.Input<boolean>;
1002
+ /**
1003
+ * Allow PEAP EAP MS CHAP v2 password change. Is required only if `allow_peap_eap_ms_chap_v2` is `true`.
1004
+ */
1005
+ peapAllowPeapEapMsChapV2PwdChange?: pulumi.Input<boolean>;
1006
+ /**
1007
+ * Allow PEAP EAP MS CHAP v2 password change retries. Is required only if `allow_peap_eap_ms_chap_v2` is `true`. - Range:
1008
+ * `0`-`3`
1009
+ */
1010
+ peapAllowPeapEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
1011
+ /**
1012
+ * Allow PEAP EAP TLS
1013
+ */
1014
+ peapAllowPeapEapTls?: pulumi.Input<boolean>;
1015
+ /**
1016
+ * Allow PEAP EAP TLS authentication of expired certificates. Is required only if `peap_allow_peap_eap_tls` is `true`.
1017
+ */
1018
+ peapAllowPeapEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
1019
+ /**
1020
+ * Allow PEAP v0
1021
+ */
1022
+ peapPeapV0?: pulumi.Input<boolean>;
1023
+ /**
1024
+ * Preferred EAP protocol - Choices: `EAP_FAST`, `PEAP`, `LEAP`, `EAP_MD5`, `EAP_TLS`, `EAP_TTLS`, `TEAP`
1025
+ */
1026
+ preferredEapProtocol?: pulumi.Input<string>;
1027
+ /**
1028
+ * Process host lookup
1029
+ */
1030
+ processHostLookup: pulumi.Input<boolean>;
1031
+ /**
1032
+ * Require cryptobinding
1033
+ */
1034
+ requireCryptobinding?: pulumi.Input<boolean>;
1035
+ /**
1036
+ * Require message authentication
1037
+ */
1038
+ requireMessageAuth: pulumi.Input<boolean>;
1039
+ /**
1040
+ * Allow downgrade to MSK
1041
+ */
1042
+ teapDowngradeMsk?: pulumi.Input<boolean>;
1043
+ /**
1044
+ * Accept client certificate during tunnel establishment
1045
+ */
1046
+ teapEapAcceptClientCertDuringTunnelEst?: pulumi.Input<boolean>;
1047
+ /**
1048
+ * Allow EAP chaining
1049
+ */
1050
+ teapEapChaining?: pulumi.Input<boolean>;
1051
+ /**
1052
+ * Allow EAP MS CHAP v2
1053
+ */
1054
+ teapEapMsChapV2?: pulumi.Input<boolean>;
1055
+ /**
1056
+ * Allow EAP MS CHAP v2 password change. Is required only if `teap_eap_ms_chap_v2` is `true`.
1057
+ */
1058
+ teapEapMsChapV2PwdChange?: pulumi.Input<boolean>;
1059
+ /**
1060
+ * EAP MS CHAP v2 password change retries. Is required only if `teap_eap_ms_chap_v2` is `true`. - Range: `0`-`3`
1061
+ */
1062
+ teapEapMsChapV2PwdChangeRetries?: pulumi.Input<number>;
1063
+ /**
1064
+ * Allow EAP TLS
1065
+ */
1066
+ teapEapTls?: pulumi.Input<boolean>;
1067
+ /**
1068
+ * Allow EAP TLS authentication of expired certs. Is required only if `teap_eap_tls` is `true`.
1069
+ */
1070
+ teapEapTlsAuthOfExpiredCerts?: pulumi.Input<boolean>;
1071
+ /**
1072
+ * Request basic password authentication
1073
+ */
1074
+ teapRequestBasicPwdAuth?: pulumi.Input<boolean>;
1075
+ }