@volcengine/pulumi 0.0.44 → 0.0.46

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 (410) hide show
  1. package/iam/accessKey.d.ts +25 -56
  2. package/iam/accessKey.js +9 -20
  3. package/iam/accessKey.js.map +1 -1
  4. package/iam/accessKeyLastUseds.d.ts +86 -0
  5. package/iam/accessKeyLastUseds.js +50 -0
  6. package/iam/accessKeyLastUseds.js.map +1 -0
  7. package/iam/accessKeys.d.ts +4 -13
  8. package/iam/accessKeys.js +2 -3
  9. package/iam/accessKeys.js.map +1 -1
  10. package/iam/accountSummaries.d.ts +64 -0
  11. package/iam/accountSummaries.js +45 -0
  12. package/iam/accountSummaries.js.map +1 -0
  13. package/iam/allowedIpAddress.d.ts +89 -0
  14. package/iam/allowedIpAddress.js +84 -0
  15. package/iam/allowedIpAddress.js.map +1 -0
  16. package/iam/allowedIpAddresses.d.ts +60 -0
  17. package/iam/allowedIpAddresses.js +45 -0
  18. package/iam/allowedIpAddresses.js.map +1 -0
  19. package/iam/callerIdentities.d.ts +64 -0
  20. package/iam/callerIdentities.js +45 -0
  21. package/iam/callerIdentities.js.map +1 -0
  22. package/iam/entitiesPolicies.d.ts +105 -0
  23. package/iam/entitiesPolicies.js +53 -0
  24. package/iam/entitiesPolicies.js.map +1 -0
  25. package/iam/getAccessKeyLastUseds.d.ts +84 -0
  26. package/iam/getAccessKeyLastUseds.js +47 -0
  27. package/iam/getAccessKeyLastUseds.js.map +1 -0
  28. package/iam/getAccessKeys.d.ts +4 -13
  29. package/iam/getAccessKeys.js +2 -3
  30. package/iam/getAccessKeys.js.map +1 -1
  31. package/iam/getAccountSummaries.d.ts +62 -0
  32. package/iam/getAccountSummaries.js +42 -0
  33. package/iam/getAccountSummaries.js.map +1 -0
  34. package/iam/getAllowedIpAddresses.d.ts +58 -0
  35. package/iam/getAllowedIpAddresses.js +42 -0
  36. package/iam/getAllowedIpAddresses.js.map +1 -0
  37. package/iam/getCallerIdentities.d.ts +62 -0
  38. package/iam/getCallerIdentities.js +42 -0
  39. package/iam/getCallerIdentities.js.map +1 -0
  40. package/iam/getEntitiesPolicies.d.ts +103 -0
  41. package/iam/getEntitiesPolicies.js +50 -0
  42. package/iam/getEntitiesPolicies.js.map +1 -0
  43. package/iam/getGroupUsers.d.ts +84 -0
  44. package/iam/getGroupUsers.js +47 -0
  45. package/iam/getGroupUsers.js.map +1 -0
  46. package/iam/getIdentityProviders.d.ts +62 -0
  47. package/iam/getIdentityProviders.js +42 -0
  48. package/iam/getIdentityProviders.js.map +1 -0
  49. package/iam/getLoginProfiles.d.ts +65 -0
  50. package/iam/getLoginProfiles.js +45 -0
  51. package/iam/getLoginProfiles.js.map +1 -0
  52. package/iam/getOauthProviders.d.ts +78 -0
  53. package/iam/getOauthProviders.js +46 -0
  54. package/iam/getOauthProviders.js.map +1 -0
  55. package/iam/getOidcProviders.d.ts +2 -2
  56. package/iam/getOidcProviders.js +2 -2
  57. package/iam/getPolicies.d.ts +9 -63
  58. package/iam/getPolicies.js +5 -21
  59. package/iam/getPolicies.js.map +1 -1
  60. package/iam/getRolePolicyAttachments.d.ts +62 -0
  61. package/iam/getRolePolicyAttachments.js +45 -0
  62. package/iam/getRolePolicyAttachments.js.map +1 -0
  63. package/iam/getRoles.d.ts +6 -48
  64. package/iam/getRoles.js +4 -35
  65. package/iam/getRoles.js.map +1 -1
  66. package/iam/getSamlProviders.d.ts +2 -2
  67. package/iam/getSamlProviders.js +2 -2
  68. package/iam/getSecurityConfigs.d.ts +74 -0
  69. package/iam/getSecurityConfigs.js +46 -0
  70. package/iam/getSecurityConfigs.js.map +1 -0
  71. package/iam/getTags.d.ts +91 -0
  72. package/iam/getTags.js +47 -0
  73. package/iam/getTags.js.map +1 -0
  74. package/iam/getUserGroupAttachments.d.ts +75 -0
  75. package/iam/getUserGroupAttachments.js +46 -0
  76. package/iam/getUserGroupAttachments.js.map +1 -0
  77. package/iam/getUserGroupPolicyAttachments.d.ts +4 -36
  78. package/iam/getUserGroupPolicyAttachments.js +4 -36
  79. package/iam/getUserGroupPolicyAttachments.js.map +1 -1
  80. package/iam/getUserGroups.d.ts +6 -18
  81. package/iam/getUserGroups.js +4 -16
  82. package/iam/getUserGroups.js.map +1 -1
  83. package/iam/getUserPolicyAttachments.d.ts +62 -0
  84. package/iam/getUserPolicyAttachments.js +45 -0
  85. package/iam/getUserPolicyAttachments.js.map +1 -0
  86. package/iam/getUsers.d.ts +9 -30
  87. package/iam/getUsers.js +5 -18
  88. package/iam/getUsers.js.map +1 -1
  89. package/iam/groupUsers.d.ts +86 -0
  90. package/iam/groupUsers.js +50 -0
  91. package/iam/groupUsers.js.map +1 -0
  92. package/iam/identityProviders.d.ts +64 -0
  93. package/iam/identityProviders.js +45 -0
  94. package/iam/identityProviders.js.map +1 -0
  95. package/iam/index.d.ts +105 -0
  96. package/iam/index.js +122 -1
  97. package/iam/index.js.map +1 -1
  98. package/iam/loginProfile.d.ts +135 -11
  99. package/iam/loginProfile.js +35 -9
  100. package/iam/loginProfile.js.map +1 -1
  101. package/iam/loginProfiles.d.ts +67 -0
  102. package/iam/loginProfiles.js +48 -0
  103. package/iam/loginProfiles.js.map +1 -0
  104. package/iam/oauthProvider.d.ts +257 -0
  105. package/iam/oauthProvider.js +146 -0
  106. package/iam/oauthProvider.js.map +1 -0
  107. package/iam/oauthProviders.d.ts +80 -0
  108. package/iam/oauthProviders.js +49 -0
  109. package/iam/oauthProviders.js.map +1 -0
  110. package/iam/oidcProvider.d.ts +5 -11
  111. package/iam/oidcProvider.js +5 -11
  112. package/iam/oidcProvider.js.map +1 -1
  113. package/iam/oidcProviderClient.d.ts +78 -0
  114. package/iam/oidcProviderClient.js +75 -0
  115. package/iam/oidcProviderClient.js.map +1 -0
  116. package/iam/oidcProviderThumbprint.d.ts +78 -0
  117. package/iam/oidcProviderThumbprint.js +75 -0
  118. package/iam/oidcProviderThumbprint.js.map +1 -0
  119. package/iam/oidcProviders.d.ts +2 -2
  120. package/iam/oidcProviders.js +2 -2
  121. package/iam/policies.d.ts +9 -63
  122. package/iam/policies.js +5 -21
  123. package/iam/policies.js.map +1 -1
  124. package/iam/policy.d.ts +26 -2
  125. package/iam/policy.js +8 -2
  126. package/iam/policy.js.map +1 -1
  127. package/iam/policyProject.d.ts +121 -0
  128. package/iam/policyProject.js +97 -0
  129. package/iam/policyProject.js.map +1 -0
  130. package/iam/role.d.ts +41 -7
  131. package/iam/role.js +13 -9
  132. package/iam/role.js.map +1 -1
  133. package/iam/rolePolicyAttachment.d.ts +3 -15
  134. package/iam/rolePolicyAttachment.js +3 -15
  135. package/iam/rolePolicyAttachment.js.map +1 -1
  136. package/iam/rolePolicyAttachments.d.ts +64 -0
  137. package/iam/rolePolicyAttachments.js +48 -0
  138. package/iam/rolePolicyAttachments.js.map +1 -0
  139. package/iam/roles.d.ts +6 -48
  140. package/iam/roles.js +4 -35
  141. package/iam/roles.js.map +1 -1
  142. package/iam/samlProviders.d.ts +2 -2
  143. package/iam/samlProviders.js +2 -2
  144. package/iam/securityConfig.d.ts +107 -0
  145. package/iam/securityConfig.js +82 -0
  146. package/iam/securityConfig.js.map +1 -0
  147. package/iam/securityConfigs.d.ts +76 -0
  148. package/iam/securityConfigs.js +49 -0
  149. package/iam/securityConfigs.js.map +1 -0
  150. package/iam/serviceLinkedRole.d.ts +22 -2
  151. package/iam/serviceLinkedRole.js +10 -2
  152. package/iam/serviceLinkedRole.js.map +1 -1
  153. package/iam/tag.d.ts +106 -0
  154. package/iam/tag.js +91 -0
  155. package/iam/tag.js.map +1 -0
  156. package/iam/tags.d.ts +93 -0
  157. package/iam/tags.js +50 -0
  158. package/iam/tags.js.map +1 -0
  159. package/iam/user.d.ts +24 -4
  160. package/iam/user.js +9 -1
  161. package/iam/user.js.map +1 -1
  162. package/iam/userGroup.d.ts +3 -3
  163. package/iam/userGroup.js +3 -3
  164. package/iam/userGroupAttachment.d.ts +3 -13
  165. package/iam/userGroupAttachment.js +3 -13
  166. package/iam/userGroupAttachment.js.map +1 -1
  167. package/iam/userGroupAttachments.d.ts +77 -0
  168. package/iam/userGroupAttachments.js +49 -0
  169. package/iam/userGroupAttachments.js.map +1 -0
  170. package/iam/userGroupPolicyAttachment.d.ts +3 -13
  171. package/iam/userGroupPolicyAttachment.js +3 -13
  172. package/iam/userGroupPolicyAttachment.js.map +1 -1
  173. package/iam/userGroupPolicyAttachments.d.ts +4 -36
  174. package/iam/userGroupPolicyAttachments.js +4 -36
  175. package/iam/userGroupPolicyAttachments.js.map +1 -1
  176. package/iam/userGroups.d.ts +6 -18
  177. package/iam/userGroups.js +4 -16
  178. package/iam/userGroups.js.map +1 -1
  179. package/iam/userPolicyAttachment.d.ts +3 -12
  180. package/iam/userPolicyAttachment.js +3 -12
  181. package/iam/userPolicyAttachment.js.map +1 -1
  182. package/iam/userPolicyAttachments.d.ts +64 -0
  183. package/iam/userPolicyAttachments.js +48 -0
  184. package/iam/userPolicyAttachments.js.map +1 -0
  185. package/iam/users.d.ts +9 -30
  186. package/iam/users.js +5 -18
  187. package/iam/users.js.map +1 -1
  188. package/kms/asymmetricCiphertext.d.ts +129 -0
  189. package/kms/asymmetricCiphertext.js +90 -0
  190. package/kms/asymmetricCiphertext.js.map +1 -0
  191. package/kms/asymmetricCiphertexts.d.ts +129 -0
  192. package/kms/asymmetricCiphertexts.js +69 -0
  193. package/kms/asymmetricCiphertexts.js.map +1 -0
  194. package/kms/asymmetricPlaintexts.d.ts +129 -0
  195. package/kms/asymmetricPlaintexts.js +69 -0
  196. package/kms/asymmetricPlaintexts.js.map +1 -0
  197. package/kms/asymmetricSignature.d.ts +142 -0
  198. package/kms/asymmetricSignature.js +93 -0
  199. package/kms/asymmetricSignature.js.map +1 -0
  200. package/kms/asymmetricSignatures.d.ts +140 -0
  201. package/kms/asymmetricSignatures.js +72 -0
  202. package/kms/asymmetricSignatures.js.map +1 -0
  203. package/kms/asymmetricVerifications.d.ts +139 -0
  204. package/kms/asymmetricVerifications.js +63 -0
  205. package/kms/asymmetricVerifications.js.map +1 -0
  206. package/kms/cancelKeyDeletion.d.ts +105 -0
  207. package/kms/cancelKeyDeletion.js +80 -0
  208. package/kms/cancelKeyDeletion.js.map +1 -0
  209. package/kms/cancelSecretDeletion.d.ts +75 -0
  210. package/kms/cancelSecretDeletion.js +73 -0
  211. package/kms/cancelSecretDeletion.js.map +1 -0
  212. package/kms/ciphertext.d.ts +122 -0
  213. package/kms/ciphertext.js +80 -0
  214. package/kms/ciphertext.js.map +1 -0
  215. package/kms/ciphertexts.d.ts +115 -0
  216. package/kms/ciphertexts.js +55 -0
  217. package/kms/ciphertexts.js.map +1 -0
  218. package/kms/dataKeys.d.ts +121 -0
  219. package/kms/dataKeys.js +62 -0
  220. package/kms/dataKeys.js.map +1 -0
  221. package/kms/getAsymmetricCiphertexts.d.ts +127 -0
  222. package/kms/getAsymmetricCiphertexts.js +66 -0
  223. package/kms/getAsymmetricCiphertexts.js.map +1 -0
  224. package/kms/getAsymmetricPlaintexts.d.ts +127 -0
  225. package/kms/getAsymmetricPlaintexts.js +66 -0
  226. package/kms/getAsymmetricPlaintexts.js.map +1 -0
  227. package/kms/getAsymmetricSignatures.d.ts +138 -0
  228. package/kms/getAsymmetricSignatures.js +69 -0
  229. package/kms/getAsymmetricSignatures.js.map +1 -0
  230. package/kms/getAsymmetricVerifications.d.ts +137 -0
  231. package/kms/getAsymmetricVerifications.js +60 -0
  232. package/kms/getAsymmetricVerifications.js.map +1 -0
  233. package/kms/getCiphertexts.d.ts +113 -0
  234. package/kms/getCiphertexts.js +52 -0
  235. package/kms/getCiphertexts.js.map +1 -0
  236. package/kms/getDataKeys.d.ts +119 -0
  237. package/kms/getDataKeys.js +59 -0
  238. package/kms/getDataKeys.js.map +1 -0
  239. package/kms/getKeyMaterials.d.ts +120 -0
  240. package/kms/getKeyMaterials.js +57 -0
  241. package/kms/getKeyMaterials.js.map +1 -0
  242. package/kms/getKeys.d.ts +10 -10
  243. package/kms/getMacVerifications.d.ts +139 -0
  244. package/kms/getMacVerifications.js +67 -0
  245. package/kms/getMacVerifications.js.map +1 -0
  246. package/kms/getMacs.d.ts +130 -0
  247. package/kms/getMacs.js +66 -0
  248. package/kms/getMacs.js.map +1 -0
  249. package/kms/getPlaintexts.d.ts +94 -0
  250. package/kms/getPlaintexts.js +57 -0
  251. package/kms/getPlaintexts.js.map +1 -0
  252. package/kms/getPublicKeys.d.ts +98 -0
  253. package/kms/getPublicKeys.js +51 -0
  254. package/kms/getPublicKeys.js.map +1 -0
  255. package/kms/getReEncrypts.d.ts +132 -0
  256. package/kms/getReEncrypts.js +63 -0
  257. package/kms/getReEncrypts.js.map +1 -0
  258. package/kms/getRegions.d.ts +62 -0
  259. package/kms/getRegions.js +42 -0
  260. package/kms/getRegions.js.map +1 -0
  261. package/kms/getSecretVersions.d.ts +75 -0
  262. package/kms/getSecretVersions.js +46 -0
  263. package/kms/getSecretVersions.js.map +1 -0
  264. package/kms/getSecrets.d.ts +12 -0
  265. package/kms/getSecrets.js +1 -0
  266. package/kms/getSecrets.js.map +1 -1
  267. package/kms/index.d.ts +120 -0
  268. package/kms/index.js +146 -1
  269. package/kms/index.js.map +1 -1
  270. package/kms/key.d.ts +98 -24
  271. package/kms/key.js +44 -0
  272. package/kms/key.js.map +1 -1
  273. package/kms/keyArchive.d.ts +6 -6
  274. package/kms/keyEnable.d.ts +6 -6
  275. package/kms/keyMaterial.d.ts +141 -0
  276. package/kms/keyMaterial.js +88 -0
  277. package/kms/keyMaterial.js.map +1 -0
  278. package/kms/keyMaterials.d.ts +122 -0
  279. package/kms/keyMaterials.js +60 -0
  280. package/kms/keyMaterials.js.map +1 -0
  281. package/kms/keyPrimaryRegion.d.ts +113 -0
  282. package/kms/keyPrimaryRegion.js +87 -0
  283. package/kms/keyPrimaryRegion.js.map +1 -0
  284. package/kms/keyRotation.d.ts +22 -7
  285. package/kms/keyRotation.js +6 -1
  286. package/kms/keyRotation.js.map +1 -1
  287. package/kms/keyring.d.ts +3 -3
  288. package/kms/keys.d.ts +10 -10
  289. package/kms/macVerifications.d.ts +141 -0
  290. package/kms/macVerifications.js +70 -0
  291. package/kms/macVerifications.js.map +1 -0
  292. package/kms/macs.d.ts +132 -0
  293. package/kms/macs.js +69 -0
  294. package/kms/macs.js.map +1 -0
  295. package/kms/plaintexts.d.ts +96 -0
  296. package/kms/plaintexts.js +60 -0
  297. package/kms/plaintexts.js.map +1 -0
  298. package/kms/publicKeys.d.ts +100 -0
  299. package/kms/publicKeys.js +54 -0
  300. package/kms/publicKeys.js.map +1 -0
  301. package/kms/reEncrypt.d.ts +138 -0
  302. package/kms/reEncrypt.js +86 -0
  303. package/kms/reEncrypt.js.map +1 -0
  304. package/kms/reEncrypts.d.ts +134 -0
  305. package/kms/reEncrypts.js +66 -0
  306. package/kms/reEncrypts.js.map +1 -0
  307. package/kms/regions.d.ts +64 -0
  308. package/kms/regions.js +45 -0
  309. package/kms/regions.js.map +1 -0
  310. package/kms/replicateKey.d.ts +144 -0
  311. package/kms/replicateKey.js +90 -0
  312. package/kms/replicateKey.js.map +1 -0
  313. package/kms/secret.d.ts +70 -12
  314. package/kms/secret.js +22 -0
  315. package/kms/secret.js.map +1 -1
  316. package/kms/secretBackup.d.ts +91 -0
  317. package/kms/secretBackup.js +77 -0
  318. package/kms/secretBackup.js.map +1 -0
  319. package/kms/secretRestore.d.ts +92 -0
  320. package/kms/secretRestore.js +82 -0
  321. package/kms/secretRestore.js.map +1 -0
  322. package/kms/secretRotate.d.ts +82 -0
  323. package/kms/secretRotate.js +76 -0
  324. package/kms/secretRotate.js.map +1 -0
  325. package/kms/secretVersions.d.ts +77 -0
  326. package/kms/secretVersions.js +49 -0
  327. package/kms/secretVersions.js.map +1 -0
  328. package/kms/secrets.d.ts +12 -0
  329. package/kms/secrets.js +1 -0
  330. package/kms/secrets.js.map +1 -1
  331. package/package.json +1 -1
  332. package/tls/checkPoints.d.ts +109 -0
  333. package/tls/checkPoints.js +58 -0
  334. package/tls/checkPoints.js.map +1 -0
  335. package/tls/describeTraces.d.ts +4 -4
  336. package/tls/describeTraces.js +4 -4
  337. package/tls/downloadTask.d.ts +13 -9
  338. package/tls/downloadTask.js +13 -9
  339. package/tls/downloadTask.js.map +1 -1
  340. package/tls/downloadTasks.d.ts +4 -6
  341. package/tls/downloadTasks.js +4 -6
  342. package/tls/downloadTasks.js.map +1 -1
  343. package/tls/downloadUrls.d.ts +2 -2
  344. package/tls/downloadUrls.js +2 -2
  345. package/tls/etlTask.d.ts +1 -1
  346. package/tls/etlTask.js +1 -1
  347. package/tls/getCheckPoints.d.ts +107 -0
  348. package/tls/getCheckPoints.js +55 -0
  349. package/tls/getCheckPoints.js.map +1 -0
  350. package/tls/getDescribeTraces.d.ts +4 -4
  351. package/tls/getDescribeTraces.js +4 -4
  352. package/tls/getDownloadTasks.d.ts +4 -6
  353. package/tls/getDownloadTasks.js +4 -6
  354. package/tls/getDownloadTasks.js.map +1 -1
  355. package/tls/getDownloadUrls.d.ts +2 -2
  356. package/tls/getDownloadUrls.js +2 -2
  357. package/tls/getHostGroupRules.d.ts +2 -2
  358. package/tls/getHostGroupRules.js +2 -2
  359. package/tls/getIndexes.d.ts +14 -11
  360. package/tls/getIndexes.js +3 -3
  361. package/tls/getIndexes.js.map +1 -1
  362. package/tls/getLogCursors.d.ts +102 -0
  363. package/tls/getLogCursors.js +52 -0
  364. package/tls/getLogCursors.js.map +1 -0
  365. package/tls/getRuleBoundHostGroups.d.ts +2 -2
  366. package/tls/getRuleBoundHostGroups.js +2 -2
  367. package/tls/getRules.d.ts +8 -8
  368. package/tls/getRules.js +8 -8
  369. package/tls/getSearchTraces.d.ts +10 -4
  370. package/tls/getSearchTraces.js +10 -4
  371. package/tls/getSearchTraces.js.map +1 -1
  372. package/tls/getTags.d.ts +2 -2
  373. package/tls/getTags.js +2 -2
  374. package/tls/hostGroup.d.ts +2 -2
  375. package/tls/hostGroup.js +2 -2
  376. package/tls/hostGroupRules.d.ts +2 -2
  377. package/tls/hostGroupRules.js +2 -2
  378. package/tls/index.d.ts +12 -0
  379. package/tls/index.js +16 -3
  380. package/tls/index.js.map +1 -1
  381. package/tls/index_.d.ts +11 -7
  382. package/tls/index_.js +11 -7
  383. package/tls/index_.js.map +1 -1
  384. package/tls/indexes.d.ts +14 -11
  385. package/tls/indexes.js +3 -3
  386. package/tls/indexes.js.map +1 -1
  387. package/tls/logCursors.d.ts +104 -0
  388. package/tls/logCursors.js +55 -0
  389. package/tls/logCursors.js.map +1 -0
  390. package/tls/project.d.ts +1 -1
  391. package/tls/project.js +1 -1
  392. package/tls/rule.d.ts +10 -10
  393. package/tls/rule.js +10 -10
  394. package/tls/ruleBoundHostGroups.d.ts +2 -2
  395. package/tls/ruleBoundHostGroups.js +2 -2
  396. package/tls/rules.d.ts +8 -8
  397. package/tls/rules.js +8 -8
  398. package/tls/searchTraces.d.ts +10 -4
  399. package/tls/searchTraces.js +10 -4
  400. package/tls/searchTraces.js.map +1 -1
  401. package/tls/shard.d.ts +2 -2
  402. package/tls/shard.js +2 -2
  403. package/tls/shipper.d.ts +1 -1
  404. package/tls/shipper.js +1 -1
  405. package/tls/tags.d.ts +2 -2
  406. package/tls/tags.js +2 -2
  407. package/tls/traceInstance.d.ts +1 -1
  408. package/tls/traceInstance.js +1 -1
  409. package/types/input.d.ts +89 -1
  410. package/types/output.d.ts +2015 -207
package/types/output.d.ts CHANGED
@@ -23380,295 +23380,1429 @@ export declare namespace financial_relation {
23380
23380
  }
23381
23381
  }
23382
23382
  export declare namespace iam {
23383
+ interface AccessKeyLastUsedsAccessKeyLastUsed {
23384
+ /**
23385
+ * The region of the last used.
23386
+ */
23387
+ region: string;
23388
+ /**
23389
+ * The request time of the last used.
23390
+ */
23391
+ requestTime: string;
23392
+ /**
23393
+ * The service of the last used.
23394
+ */
23395
+ service: string;
23396
+ }
23383
23397
  interface AccessKeysAccessKeyMetadata {
23384
23398
  /**
23385
- * The user access key id.
23399
+ * The user access key id.
23400
+ */
23401
+ accessKeyId: string;
23402
+ /**
23403
+ * The user access key create date.
23404
+ */
23405
+ createDate: string;
23406
+ /**
23407
+ * The user access key status.
23408
+ */
23409
+ status: string;
23410
+ /**
23411
+ * The user access key update date.
23412
+ */
23413
+ updateDate: string;
23414
+ /**
23415
+ * The user name.
23416
+ */
23417
+ userName: string;
23418
+ }
23419
+ interface AccountSummariesAccountSummary {
23420
+ /**
23421
+ * The quota of access keys per account.
23422
+ */
23423
+ accessKeysPerAccountQuota: number;
23424
+ /**
23425
+ * The quota of access keys per user.
23426
+ */
23427
+ accessKeysPerUserQuota: number;
23428
+ /**
23429
+ * The quota of attached policies per group.
23430
+ */
23431
+ attachedPoliciesPerGroupQuota: number;
23432
+ /**
23433
+ * The quota of attached policies per role.
23434
+ */
23435
+ attachedPoliciesPerRoleQuota: number;
23436
+ /**
23437
+ * The quota of attached policies per user.
23438
+ */
23439
+ attachedPoliciesPerUserQuota: number;
23440
+ /**
23441
+ * The quota of attached system policies per group.
23442
+ */
23443
+ attachedSystemPoliciesPerGroupQuota: number;
23444
+ /**
23445
+ * The quota of attached system policies per role.
23446
+ */
23447
+ attachedSystemPoliciesPerRoleQuota: number;
23448
+ /**
23449
+ * The quota of attached system policies per user.
23450
+ */
23451
+ attachedSystemPoliciesPerUserQuota: number;
23452
+ /**
23453
+ * The quota of groups per user.
23454
+ */
23455
+ groupsPerUserQuota: number;
23456
+ /**
23457
+ * The quota of groups.
23458
+ */
23459
+ groupsQuota: number;
23460
+ /**
23461
+ * The usage of groups.
23462
+ */
23463
+ groupsUsage: number;
23464
+ /**
23465
+ * The quota of policies.
23466
+ */
23467
+ policiesQuota: number;
23468
+ /**
23469
+ * The usage of policies.
23470
+ */
23471
+ policiesUsage: number;
23472
+ /**
23473
+ * The size of policy.
23474
+ */
23475
+ policySize: number;
23476
+ /**
23477
+ * The quota of roles.
23478
+ */
23479
+ rolesQuota: number;
23480
+ /**
23481
+ * The usage of roles.
23482
+ */
23483
+ rolesUsage: number;
23484
+ /**
23485
+ * The quota of users.
23486
+ */
23487
+ usersQuota: number;
23488
+ /**
23489
+ * The usage of users.
23490
+ */
23491
+ usersUsage: number;
23492
+ }
23493
+ interface AllowedIpAddressIpList {
23494
+ /**
23495
+ * The description of the IP address.
23496
+ */
23497
+ description?: string;
23498
+ /**
23499
+ * The IP address.
23500
+ */
23501
+ ip: string;
23502
+ }
23503
+ interface AllowedIpAddressesAllowedIpAddress {
23504
+ /**
23505
+ * Whether to enable the IP whitelist.
23506
+ */
23507
+ enableIpList: boolean;
23508
+ /**
23509
+ * The IP whitelist list.
23510
+ */
23511
+ ipLists: outputs.iam.AllowedIpAddressesAllowedIpAddressIpList[];
23512
+ /**
23513
+ * The quota of the IP whitelist.
23514
+ */
23515
+ quota: number;
23516
+ }
23517
+ interface AllowedIpAddressesAllowedIpAddressIpList {
23518
+ /**
23519
+ * The description of the IP address.
23520
+ */
23521
+ description: string;
23522
+ /**
23523
+ * The IP address.
23524
+ */
23525
+ ip: string;
23526
+ }
23527
+ interface CallerIdentitiesCallerIdentity {
23528
+ /**
23529
+ * The account id.
23530
+ */
23531
+ accountId: string;
23532
+ /**
23533
+ * The identity id.
23534
+ */
23535
+ identityId: string;
23536
+ /**
23537
+ * The identity type.
23538
+ */
23539
+ identityType: string;
23540
+ /**
23541
+ * The trn.
23542
+ */
23543
+ trn: string;
23544
+ }
23545
+ interface EntitiesPoliciesRole {
23546
+ /**
23547
+ * The attach date of the policy scope.
23548
+ */
23549
+ attachDate: string;
23550
+ /**
23551
+ * The description of the user.
23552
+ */
23553
+ description: string;
23554
+ /**
23555
+ * The display name of the user.
23556
+ */
23557
+ displayName: string;
23558
+ /**
23559
+ * The id of the user.
23560
+ */
23561
+ id: number;
23562
+ /**
23563
+ * The scope of the policy.
23564
+ */
23565
+ policyScopes: outputs.iam.EntitiesPoliciesRolePolicyScope[];
23566
+ /**
23567
+ * The name of the role.
23568
+ */
23569
+ roleName: string;
23570
+ }
23571
+ interface EntitiesPoliciesRolePolicyScope {
23572
+ /**
23573
+ * The attach date of the policy scope.
23574
+ */
23575
+ attachDate: string;
23576
+ /**
23577
+ * The type of the policy scope.
23578
+ */
23579
+ policyScopeType: string;
23580
+ /**
23581
+ * The display name of the project.
23582
+ */
23583
+ projectDisplayName: string;
23584
+ /**
23585
+ * The name of the project.
23586
+ */
23587
+ projectName: string;
23588
+ }
23589
+ interface EntitiesPoliciesUser {
23590
+ /**
23591
+ * The attach date of the policy scope.
23592
+ */
23593
+ attachDate: string;
23594
+ /**
23595
+ * The description of the user.
23596
+ */
23597
+ description: string;
23598
+ /**
23599
+ * The display name of the user.
23600
+ */
23601
+ displayName: string;
23602
+ /**
23603
+ * The id of the user.
23604
+ */
23605
+ id: number;
23606
+ /**
23607
+ * The scope of the policy.
23608
+ */
23609
+ policyScopes: outputs.iam.EntitiesPoliciesUserPolicyScope[];
23610
+ /**
23611
+ * The name of the user.
23612
+ */
23613
+ userName: string;
23614
+ }
23615
+ interface EntitiesPoliciesUserGroup {
23616
+ /**
23617
+ * The attach date of the policy scope.
23618
+ */
23619
+ attachDate: string;
23620
+ /**
23621
+ * The description of the user.
23622
+ */
23623
+ description: string;
23624
+ /**
23625
+ * The display name of the user.
23626
+ */
23627
+ displayName: string;
23628
+ /**
23629
+ * The id of the user.
23630
+ */
23631
+ id: number;
23632
+ /**
23633
+ * The scope of the policy.
23634
+ */
23635
+ policyScopes: outputs.iam.EntitiesPoliciesUserGroupPolicyScope[];
23636
+ /**
23637
+ * The name of the user group.
23638
+ */
23639
+ userGroupName: string;
23640
+ }
23641
+ interface EntitiesPoliciesUserGroupPolicyScope {
23642
+ /**
23643
+ * The attach date of the policy scope.
23644
+ */
23645
+ attachDate: string;
23646
+ /**
23647
+ * The type of the policy scope.
23648
+ */
23649
+ policyScopeType: string;
23650
+ /**
23651
+ * The display name of the project.
23652
+ */
23653
+ projectDisplayName: string;
23654
+ /**
23655
+ * The name of the project.
23656
+ */
23657
+ projectName: string;
23658
+ }
23659
+ interface EntitiesPoliciesUserPolicyScope {
23660
+ /**
23661
+ * The attach date of the policy scope.
23662
+ */
23663
+ attachDate: string;
23664
+ /**
23665
+ * The type of the policy scope.
23666
+ */
23667
+ policyScopeType: string;
23668
+ /**
23669
+ * The display name of the project.
23670
+ */
23671
+ projectDisplayName: string;
23672
+ /**
23673
+ * The name of the project.
23674
+ */
23675
+ projectName: string;
23676
+ }
23677
+ interface GetAccessKeyLastUsedsAccessKeyLastUsed {
23678
+ /**
23679
+ * The region of the last used.
23680
+ */
23681
+ region: string;
23682
+ /**
23683
+ * The request time of the last used.
23684
+ */
23685
+ requestTime: string;
23686
+ /**
23687
+ * The service of the last used.
23688
+ */
23689
+ service: string;
23690
+ }
23691
+ interface GetAccessKeysAccessKeyMetadata {
23692
+ /**
23693
+ * The user access key id.
23694
+ */
23695
+ accessKeyId: string;
23696
+ /**
23697
+ * The user access key create date.
23698
+ */
23699
+ createDate: string;
23700
+ /**
23701
+ * The user access key status.
23702
+ */
23703
+ status: string;
23704
+ /**
23705
+ * The user access key update date.
23706
+ */
23707
+ updateDate: string;
23708
+ /**
23709
+ * The user name.
23710
+ */
23711
+ userName: string;
23712
+ }
23713
+ interface GetAccountSummariesAccountSummary {
23714
+ /**
23715
+ * The quota of access keys per account.
23716
+ */
23717
+ accessKeysPerAccountQuota: number;
23718
+ /**
23719
+ * The quota of access keys per user.
23720
+ */
23721
+ accessKeysPerUserQuota: number;
23722
+ /**
23723
+ * The quota of attached policies per group.
23724
+ */
23725
+ attachedPoliciesPerGroupQuota: number;
23726
+ /**
23727
+ * The quota of attached policies per role.
23728
+ */
23729
+ attachedPoliciesPerRoleQuota: number;
23730
+ /**
23731
+ * The quota of attached policies per user.
23732
+ */
23733
+ attachedPoliciesPerUserQuota: number;
23734
+ /**
23735
+ * The quota of attached system policies per group.
23736
+ */
23737
+ attachedSystemPoliciesPerGroupQuota: number;
23738
+ /**
23739
+ * The quota of attached system policies per role.
23740
+ */
23741
+ attachedSystemPoliciesPerRoleQuota: number;
23742
+ /**
23743
+ * The quota of attached system policies per user.
23744
+ */
23745
+ attachedSystemPoliciesPerUserQuota: number;
23746
+ /**
23747
+ * The quota of groups per user.
23748
+ */
23749
+ groupsPerUserQuota: number;
23750
+ /**
23751
+ * The quota of groups.
23752
+ */
23753
+ groupsQuota: number;
23754
+ /**
23755
+ * The usage of groups.
23756
+ */
23757
+ groupsUsage: number;
23758
+ /**
23759
+ * The quota of policies.
23760
+ */
23761
+ policiesQuota: number;
23762
+ /**
23763
+ * The usage of policies.
23764
+ */
23765
+ policiesUsage: number;
23766
+ /**
23767
+ * The size of policy.
23768
+ */
23769
+ policySize: number;
23770
+ /**
23771
+ * The quota of roles.
23772
+ */
23773
+ rolesQuota: number;
23774
+ /**
23775
+ * The usage of roles.
23776
+ */
23777
+ rolesUsage: number;
23778
+ /**
23779
+ * The quota of users.
23780
+ */
23781
+ usersQuota: number;
23782
+ /**
23783
+ * The usage of users.
23784
+ */
23785
+ usersUsage: number;
23786
+ }
23787
+ interface GetAllowedIpAddressesAllowedIpAddress {
23788
+ /**
23789
+ * Whether to enable the IP whitelist.
23790
+ */
23791
+ enableIpList: boolean;
23792
+ /**
23793
+ * The IP whitelist list.
23794
+ */
23795
+ ipLists: outputs.iam.GetAllowedIpAddressesAllowedIpAddressIpList[];
23796
+ /**
23797
+ * The quota of the IP whitelist.
23798
+ */
23799
+ quota: number;
23800
+ }
23801
+ interface GetAllowedIpAddressesAllowedIpAddressIpList {
23802
+ /**
23803
+ * The description of the IP address.
23804
+ */
23805
+ description: string;
23806
+ /**
23807
+ * The IP address.
23808
+ */
23809
+ ip: string;
23810
+ }
23811
+ interface GetCallerIdentitiesCallerIdentity {
23812
+ /**
23813
+ * The account id.
23814
+ */
23815
+ accountId: string;
23816
+ /**
23817
+ * The identity id.
23818
+ */
23819
+ identityId: string;
23820
+ /**
23821
+ * The identity type.
23822
+ */
23823
+ identityType: string;
23824
+ /**
23825
+ * The trn.
23826
+ */
23827
+ trn: string;
23828
+ }
23829
+ interface GetEntitiesPoliciesRole {
23830
+ /**
23831
+ * The attach date of the policy scope.
23832
+ */
23833
+ attachDate: string;
23834
+ /**
23835
+ * The description of the user.
23836
+ */
23837
+ description: string;
23838
+ /**
23839
+ * The display name of the user.
23840
+ */
23841
+ displayName: string;
23842
+ /**
23843
+ * The id of the user.
23844
+ */
23845
+ id: number;
23846
+ /**
23847
+ * The scope of the policy.
23848
+ */
23849
+ policyScopes: outputs.iam.GetEntitiesPoliciesRolePolicyScope[];
23850
+ /**
23851
+ * The name of the role.
23852
+ */
23853
+ roleName: string;
23854
+ }
23855
+ interface GetEntitiesPoliciesRolePolicyScope {
23856
+ /**
23857
+ * The attach date of the policy scope.
23858
+ */
23859
+ attachDate: string;
23860
+ /**
23861
+ * The type of the policy scope.
23862
+ */
23863
+ policyScopeType: string;
23864
+ /**
23865
+ * The display name of the project.
23866
+ */
23867
+ projectDisplayName: string;
23868
+ /**
23869
+ * The name of the project.
23870
+ */
23871
+ projectName: string;
23872
+ }
23873
+ interface GetEntitiesPoliciesUser {
23874
+ /**
23875
+ * The attach date of the policy scope.
23876
+ */
23877
+ attachDate: string;
23878
+ /**
23879
+ * The description of the user.
23880
+ */
23881
+ description: string;
23882
+ /**
23883
+ * The display name of the user.
23884
+ */
23885
+ displayName: string;
23886
+ /**
23887
+ * The id of the user.
23888
+ */
23889
+ id: number;
23890
+ /**
23891
+ * The scope of the policy.
23892
+ */
23893
+ policyScopes: outputs.iam.GetEntitiesPoliciesUserPolicyScope[];
23894
+ /**
23895
+ * The name of the user.
23896
+ */
23897
+ userName: string;
23898
+ }
23899
+ interface GetEntitiesPoliciesUserGroup {
23900
+ /**
23901
+ * The attach date of the policy scope.
23902
+ */
23903
+ attachDate: string;
23904
+ /**
23905
+ * The description of the user.
23906
+ */
23907
+ description: string;
23908
+ /**
23909
+ * The display name of the user.
23910
+ */
23911
+ displayName: string;
23912
+ /**
23913
+ * The id of the user.
23914
+ */
23915
+ id: number;
23916
+ /**
23917
+ * The scope of the policy.
23918
+ */
23919
+ policyScopes: outputs.iam.GetEntitiesPoliciesUserGroupPolicyScope[];
23920
+ /**
23921
+ * The name of the user group.
23922
+ */
23923
+ userGroupName: string;
23924
+ }
23925
+ interface GetEntitiesPoliciesUserGroupPolicyScope {
23926
+ /**
23927
+ * The attach date of the policy scope.
23928
+ */
23929
+ attachDate: string;
23930
+ /**
23931
+ * The type of the policy scope.
23932
+ */
23933
+ policyScopeType: string;
23934
+ /**
23935
+ * The display name of the project.
23936
+ */
23937
+ projectDisplayName: string;
23938
+ /**
23939
+ * The name of the project.
23940
+ */
23941
+ projectName: string;
23942
+ }
23943
+ interface GetEntitiesPoliciesUserPolicyScope {
23944
+ /**
23945
+ * The attach date of the policy scope.
23946
+ */
23947
+ attachDate: string;
23948
+ /**
23949
+ * The type of the policy scope.
23950
+ */
23951
+ policyScopeType: string;
23952
+ /**
23953
+ * The display name of the project.
23954
+ */
23955
+ projectDisplayName: string;
23956
+ /**
23957
+ * The name of the project.
23958
+ */
23959
+ projectName: string;
23960
+ }
23961
+ interface GetGroupUsersUserGroup {
23962
+ /**
23963
+ * The description of the user group.
23964
+ */
23965
+ description: string;
23966
+ /**
23967
+ * The display name of the user group.
23968
+ */
23969
+ displayName: string;
23970
+ /**
23971
+ * The join date of the user group.
23972
+ */
23973
+ joinDate: string;
23974
+ /**
23975
+ * The id of the user group.
23976
+ */
23977
+ userGroupId: number;
23978
+ /**
23979
+ * The name of the user group.
23980
+ */
23981
+ userGroupName: string;
23982
+ }
23983
+ interface GetIdentityProvidersProvider {
23984
+ /**
23985
+ * The create date of the identity provider.
23986
+ */
23987
+ createDate: string;
23988
+ /**
23989
+ * The description of the identity provider.
23990
+ */
23991
+ description: string;
23992
+ /**
23993
+ * The type of the identity provider.
23994
+ */
23995
+ idpType: number;
23996
+ /**
23997
+ * The name of the identity provider.
23998
+ */
23999
+ providerName: string;
24000
+ /**
24001
+ * The SSO type of the identity provider.
24002
+ */
24003
+ ssoType: number;
24004
+ /**
24005
+ * The status of the identity provider.
24006
+ */
24007
+ status: number;
24008
+ /**
24009
+ * The TRN of the identity provider.
24010
+ */
24011
+ trn: string;
24012
+ /**
24013
+ * The update date of the identity provider.
24014
+ */
24015
+ updateDate: string;
24016
+ }
24017
+ interface GetLoginProfilesLoginProfile {
24018
+ /**
24019
+ * The create date.
24020
+ */
24021
+ createDate: string;
24022
+ /**
24023
+ * The last login date.
24024
+ */
24025
+ lastLoginDate: string;
24026
+ /**
24027
+ * The last login ip.
24028
+ */
24029
+ lastLoginIp: string;
24030
+ /**
24031
+ * The last reset password time.
24032
+ */
24033
+ lastResetPasswordTime: number;
24034
+ /**
24035
+ * The flag of login allowed.
24036
+ */
24037
+ loginAllowed: boolean;
24038
+ /**
24039
+ * The flag of login locked.
24040
+ */
24041
+ loginLocked: boolean;
24042
+ /**
24043
+ * The password expire at.
24044
+ */
24045
+ passwordExpireAt: number;
24046
+ /**
24047
+ * Is required reset password when next time login in.
24048
+ */
24049
+ passwordResetRequired: boolean;
24050
+ /**
24051
+ * The duration of safe auth exempt.
24052
+ */
24053
+ safeAuthExemptDuration: number;
24054
+ /**
24055
+ * The flag of safe auth exempt required.
24056
+ */
24057
+ safeAuthExemptRequired: number;
24058
+ /**
24059
+ * The unit of safe auth exempt.
24060
+ */
24061
+ safeAuthExemptUnit: number;
24062
+ /**
24063
+ * The flag of safe auth.
24064
+ */
24065
+ safeAuthFlag: boolean;
24066
+ /**
24067
+ * The type of safe auth.
24068
+ */
24069
+ safeAuthType: string;
24070
+ /**
24071
+ * The update date.
24072
+ */
24073
+ updateDate: string;
24074
+ /**
24075
+ * The user id.
24076
+ */
24077
+ userId: number;
24078
+ /**
24079
+ * The user name.
24080
+ */
24081
+ userName: string;
24082
+ }
24083
+ interface GetOauthProvidersProvider {
24084
+ /**
24085
+ * The authorize template of the OAuth provider.
24086
+ */
24087
+ authorizeTemplate: string;
24088
+ /**
24089
+ * The authorize url of the OAuth provider.
24090
+ */
24091
+ authorizeUrl: string;
24092
+ /**
24093
+ * The client id of the OAuth provider.
24094
+ */
24095
+ clientId: string;
24096
+ /**
24097
+ * The client secret of the OAuth provider.
24098
+ */
24099
+ clientSecret: string;
24100
+ /**
24101
+ * The create date of the OAuth provider.
24102
+ */
24103
+ createDate: string;
24104
+ /**
24105
+ * The description of the OAuth provider.
24106
+ */
24107
+ description: string;
24108
+ /**
24109
+ * The identity map type of the OAuth provider.
24110
+ */
24111
+ identityMapType: number;
24112
+ /**
24113
+ * The idp identity key of the OAuth provider.
24114
+ */
24115
+ idpIdentityKey: string;
24116
+ /**
24117
+ * The name of the OAuth provider.
24118
+ */
24119
+ oauthProviderName: string;
24120
+ /**
24121
+ * The id of the OAuth provider.
24122
+ */
24123
+ providerId: string;
24124
+ /**
24125
+ * The scope of the OAuth provider.
24126
+ */
24127
+ scope: string;
24128
+ /**
24129
+ * The SSO type of the OAuth provider.
24130
+ */
24131
+ ssoType: number;
24132
+ /**
24133
+ * The status of the OAuth provider.
24134
+ */
24135
+ status: number;
24136
+ /**
24137
+ * The token url of the OAuth provider.
24138
+ */
24139
+ tokenUrl: string;
24140
+ /**
24141
+ * The trn of the OAuth provider.
24142
+ */
24143
+ trn: string;
24144
+ /**
24145
+ * The update date of the OAuth provider.
24146
+ */
24147
+ updateDate: string;
24148
+ /**
24149
+ * The user info url of the OAuth provider.
24150
+ */
24151
+ userInfoUrl: string;
24152
+ }
24153
+ interface GetOidcProvidersOidcProvider {
24154
+ /**
24155
+ * The client IDs of the OIDC provider.
24156
+ */
24157
+ clientIds: string[];
24158
+ /**
24159
+ * The create date of the OIDC provider.
24160
+ */
24161
+ createDate: string;
24162
+ /**
24163
+ * The description of the OIDC provider.
24164
+ */
24165
+ description: string;
24166
+ /**
24167
+ * The issuance limit time of the OIDC provider.
24168
+ */
24169
+ issuanceLimitTime: number;
24170
+ /**
24171
+ * The URL of the OIDC provider.
24172
+ */
24173
+ issuerUrl: string;
24174
+ /**
24175
+ * The name of the OIDC provider.
24176
+ */
24177
+ providerName: string;
24178
+ /**
24179
+ * The thumbprints of the OIDC provider.
24180
+ */
24181
+ thumbprints: string[];
24182
+ /**
24183
+ * The trn of OIDC provider.
24184
+ */
24185
+ trn: string;
24186
+ /**
24187
+ * The update date of the OIDC provider.
24188
+ */
24189
+ updateDate: string;
24190
+ }
24191
+ interface GetPoliciesPolicy {
24192
+ /**
24193
+ * The attachment count of the Policy.
24194
+ */
24195
+ attachmentCount: number;
24196
+ /**
24197
+ * The category of the Policy.
24198
+ */
24199
+ category: string;
24200
+ /**
24201
+ * The create time of the Policy.
24202
+ */
24203
+ createDate: string;
24204
+ /**
24205
+ * The description of the Policy.
24206
+ */
24207
+ description: string;
24208
+ /**
24209
+ * The ID of the Policy.
24210
+ */
24211
+ id: string;
24212
+ /**
24213
+ * Whether the Policy is a service role policy.
24214
+ */
24215
+ isServiceRolePolicy: number;
24216
+ /**
24217
+ * The document of the Policy.
24218
+ */
24219
+ policyDocument: string;
24220
+ /**
24221
+ * The name of the Policy.
24222
+ */
24223
+ policyName: string;
24224
+ /**
24225
+ * The resource name of the Policy.
24226
+ */
24227
+ policyTrn: string;
24228
+ /**
24229
+ * The type of the Policy.
24230
+ */
24231
+ policyType: string;
24232
+ /**
24233
+ * The update time of the Policy.
24234
+ */
24235
+ updateDate: string;
24236
+ }
24237
+ interface GetRolePolicyAttachmentsPolicy {
24238
+ /**
24239
+ * The attach date of the policy scope.
24240
+ */
24241
+ attachDate: string;
24242
+ /**
24243
+ * The description of the policy.
24244
+ */
24245
+ description: string;
24246
+ /**
24247
+ * The name of the policy.
24248
+ */
24249
+ policyName: string;
24250
+ /**
24251
+ * The scope of the policy.
24252
+ */
24253
+ policyScopes: outputs.iam.GetRolePolicyAttachmentsPolicyPolicyScope[];
24254
+ /**
24255
+ * The trn of the policy.
24256
+ */
24257
+ policyTrn: string;
24258
+ /**
24259
+ * The type of the policy.
24260
+ */
24261
+ policyType: string;
24262
+ }
24263
+ interface GetRolePolicyAttachmentsPolicyPolicyScope {
24264
+ /**
24265
+ * The attach date of the policy scope.
24266
+ */
24267
+ attachDate: string;
24268
+ /**
24269
+ * The type of the policy scope.
24270
+ */
24271
+ policyScopeType: string;
24272
+ /**
24273
+ * The display name of the project.
24274
+ */
24275
+ projectDisplayName: string;
24276
+ /**
24277
+ * The name of the project.
24278
+ */
24279
+ projectName: string;
24280
+ }
24281
+ interface GetRolesRole {
24282
+ /**
24283
+ * The create time of the Role.
24284
+ */
24285
+ createDate: string;
24286
+ /**
24287
+ * The description of the Role.
24288
+ */
24289
+ description: string;
24290
+ /**
24291
+ * The display name of the Role.
24292
+ */
24293
+ displayName: string;
24294
+ /**
24295
+ * Whether the Role is a service linked role.
24296
+ */
24297
+ isServiceLinkedRole: number;
24298
+ /**
24299
+ * The max session duration of the Role.
24300
+ */
24301
+ maxSessionDuration: number;
24302
+ /**
24303
+ * The id of the Role.
24304
+ */
24305
+ roleId: number;
24306
+ /**
24307
+ * The name of the Role.
24308
+ */
24309
+ roleName: string;
24310
+ /**
24311
+ * Tags.
24312
+ */
24313
+ tags: outputs.iam.GetRolesRoleTag[];
24314
+ /**
24315
+ * The resource name of the Role.
24316
+ */
24317
+ trn: string;
24318
+ /**
24319
+ * The trust policy document of the Role.
24320
+ */
24321
+ trustPolicyDocument: string;
24322
+ /**
24323
+ * The update time of the Role.
24324
+ */
24325
+ updateDate: string;
24326
+ }
24327
+ interface GetRolesRoleTag {
24328
+ /**
24329
+ * The Key of Tags.
24330
+ */
24331
+ key: string;
24332
+ /**
24333
+ * The Value of Tags.
24334
+ */
24335
+ value: string;
24336
+ }
24337
+ interface GetSamlProvidersProvider {
24338
+ /**
24339
+ * Identity provider creation time, such as 20150123T123318Z.
24340
+ */
24341
+ createDate: string;
24342
+ /**
24343
+ * The description of the SAML provider.
24344
+ */
24345
+ description: string;
24346
+ /**
24347
+ * Metadata document, encoded in Base64.
24348
+ */
24349
+ encodedSamlMetadataDocument: string;
24350
+ /**
24351
+ * The name of the SAML provider.
24352
+ */
24353
+ samlProviderName: string;
24354
+ /**
24355
+ * SSO types, 1. Role-based SSO, 2. User-based SSO.
24356
+ */
24357
+ ssoType: number;
24358
+ /**
24359
+ * User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
24360
+ */
24361
+ status: number;
24362
+ /**
24363
+ * The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
24364
+ */
24365
+ trn: string;
24366
+ /**
24367
+ * Identity provider update time, such as: 20150123T123318Z.
24368
+ */
24369
+ updateDate: string;
24370
+ }
24371
+ interface GetSecurityConfigsSecurityConfig {
24372
+ /**
24373
+ * The status of safe auth.
24374
+ */
24375
+ safeAuthClose: number;
24376
+ /**
24377
+ * The exempt duration of safe auth.
24378
+ */
24379
+ safeAuthExemptDuration: number;
24380
+ /**
24381
+ * The type of safe auth.
24382
+ */
24383
+ safeAuthType: string;
24384
+ /**
24385
+ * The user id.
24386
+ */
24387
+ userId: number;
24388
+ /**
24389
+ * The user name.
24390
+ */
24391
+ userName: string;
24392
+ }
24393
+ interface GetTagsResourceTag {
24394
+ /**
24395
+ * The name of the resource.
24396
+ */
24397
+ resourceName: string;
24398
+ /**
24399
+ * The type of the resource. Valid values: User, Role.
24400
+ */
24401
+ resourceType: string;
24402
+ /**
24403
+ * The key of the tag.
24404
+ */
24405
+ tagKey: string;
24406
+ /**
24407
+ * The value of the tag.
24408
+ */
24409
+ tagValue: string;
24410
+ }
24411
+ interface GetUserGroupAttachmentsUser {
24412
+ /**
24413
+ * The description of the user.
24414
+ */
24415
+ description: string;
24416
+ /**
24417
+ * The display name of the user.
24418
+ */
24419
+ displayName: string;
24420
+ /**
24421
+ * The join date of the user.
24422
+ */
24423
+ joinDate: string;
24424
+ /**
24425
+ * The id of the user.
24426
+ */
24427
+ userId: number;
24428
+ /**
24429
+ * The name of the user.
24430
+ */
24431
+ userName: string;
24432
+ }
24433
+ interface GetUserGroupPolicyAttachmentsPolicy {
24434
+ /**
24435
+ * The attach date of the policy scope.
24436
+ */
24437
+ attachDate: string;
24438
+ /**
24439
+ * The description.
24440
+ */
24441
+ description: string;
24442
+ /**
24443
+ * Name of the policy.
24444
+ */
24445
+ policyName: string;
24446
+ /**
24447
+ * The scope of the policy.
23386
24448
  */
23387
- accessKeyId: string;
24449
+ policyScopes: outputs.iam.GetUserGroupPolicyAttachmentsPolicyPolicyScope[];
23388
24450
  /**
23389
- * The user access key create date.
24451
+ * Resource name of the strategy.
23390
24452
  */
23391
- createDate: string;
24453
+ policyTrn: string;
23392
24454
  /**
23393
- * The user access key status.
24455
+ * The type of the policy.
23394
24456
  */
23395
- status: string;
24457
+ policyType: string;
24458
+ }
24459
+ interface GetUserGroupPolicyAttachmentsPolicyPolicyScope {
23396
24460
  /**
23397
- * The user access key update date.
24461
+ * The attach date of the policy scope.
23398
24462
  */
23399
- updateDate: string;
24463
+ attachDate: string;
23400
24464
  /**
23401
- * The user names.
24465
+ * The type of the policy scope.
23402
24466
  */
23403
- userName: string;
24467
+ policyScopeType: string;
24468
+ /**
24469
+ * The display name of the project.
24470
+ */
24471
+ projectDisplayName: string;
24472
+ /**
24473
+ * The name of the project.
24474
+ */
24475
+ projectName: string;
23404
24476
  }
23405
- interface GetAccessKeysAccessKeyMetadata {
24477
+ interface GetUserGroupsUserGroup {
23406
24478
  /**
23407
- * The user access key id.
24479
+ * The id of the account.
23408
24480
  */
23409
- accessKeyId: string;
24481
+ accountId: number;
23410
24482
  /**
23411
- * The user access key create date.
24483
+ * The creation date of the user group.
23412
24484
  */
23413
24485
  createDate: string;
23414
24486
  /**
23415
- * The user access key status.
24487
+ * The description of the user group.
23416
24488
  */
23417
- status: string;
24489
+ description: string;
23418
24490
  /**
23419
- * The user access key update date.
24491
+ * The display name of the user group.
24492
+ */
24493
+ displayName: string;
24494
+ /**
24495
+ * The update date of the user group.
23420
24496
  */
23421
24497
  updateDate: string;
23422
24498
  /**
23423
- * The user names.
24499
+ * The id of the user group.
23424
24500
  */
23425
- userName: string;
23426
- }
23427
- interface GetOidcProvidersOidcProvider {
24501
+ userGroupId: number;
23428
24502
  /**
23429
- * The client IDs of the OIDC provider.
24503
+ * The name of the user group.
23430
24504
  */
23431
- clientIds: string[];
24505
+ userGroupName: string;
24506
+ }
24507
+ interface GetUserPolicyAttachmentsPolicy {
23432
24508
  /**
23433
- * The create date of the OIDC provider.
24509
+ * The attach date of the policy scope.
23434
24510
  */
23435
- createDate: string;
24511
+ attachDate: string;
23436
24512
  /**
23437
- * The description of the OIDC provider.
24513
+ * The description of the policy.
23438
24514
  */
23439
24515
  description: string;
23440
24516
  /**
23441
- * The issuance limit time of the OIDC provider.
24517
+ * The name of the policy.
23442
24518
  */
23443
- issuanceLimitTime: number;
24519
+ policyName: string;
23444
24520
  /**
23445
- * The URL of the OIDC provider.
24521
+ * The scope of the policy.
23446
24522
  */
23447
- issuerUrl: string;
24523
+ policyScopes: outputs.iam.GetUserPolicyAttachmentsPolicyPolicyScope[];
23448
24524
  /**
23449
- * The name of the OIDC provider.
24525
+ * The trn of the policy.
23450
24526
  */
23451
- providerName: string;
24527
+ policyTrn: string;
23452
24528
  /**
23453
- * The thumbprints of the OIDC provider.
24529
+ * The type of the policy.
23454
24530
  */
23455
- thumbprints: string[];
24531
+ policyType: string;
24532
+ }
24533
+ interface GetUserPolicyAttachmentsPolicyPolicyScope {
23456
24534
  /**
23457
- * The trn of OIDC provider.
24535
+ * The attach date of the policy scope.
23458
24536
  */
23459
- trn: string;
24537
+ attachDate: string;
23460
24538
  /**
23461
- * The update date of the OIDC provider.
24539
+ * The type of the policy scope.
23462
24540
  */
23463
- updateDate: string;
24541
+ policyScopeType: string;
24542
+ /**
24543
+ * The display name of the project.
24544
+ */
24545
+ projectDisplayName: string;
24546
+ /**
24547
+ * The name of the project.
24548
+ */
24549
+ projectName: string;
23464
24550
  }
23465
- interface GetPoliciesPolicy {
24551
+ interface GetUsersUser {
23466
24552
  /**
23467
- * The create time of the Policy.
24553
+ * Main account ID to which the sub-user belongs.
24554
+ */
24555
+ accountId: string;
24556
+ /**
24557
+ * The create date of the user.
23468
24558
  */
23469
24559
  createDate: string;
23470
24560
  /**
23471
- * The description of the Policy.
24561
+ * The description of the user.
23472
24562
  */
23473
24563
  description: string;
23474
24564
  /**
23475
- * The ID of the Policy.
24565
+ * The display name of the user.
23476
24566
  */
23477
- id: string;
24567
+ displayName: string;
23478
24568
  /**
23479
- * The document of the Policy.
24569
+ * The email of the user.
23480
24570
  */
23481
- policyDocument: string;
24571
+ email: string;
23482
24572
  /**
23483
- * The name of the Policy.
24573
+ * Whether the email has been verified.
23484
24574
  */
23485
- policyName: string;
24575
+ emailIsVerify: boolean;
23486
24576
  /**
23487
- * The resource name of the Policy.
24577
+ * The mobile phone of the user.
23488
24578
  */
23489
- policyTrn: string;
24579
+ mobilePhone: string;
23490
24580
  /**
23491
- * The type of the Policy.
24581
+ * Whether the phone number has been verified.
23492
24582
  */
23493
- policyType: string;
24583
+ mobilePhoneIsVerify: boolean;
23494
24584
  /**
23495
- * The role attach time of the Policy.The data show only query with role_name.
24585
+ * Tags.
23496
24586
  */
23497
- roleAttachDate: string;
24587
+ tags?: outputs.iam.GetUsersUserTag[];
23498
24588
  /**
23499
- * The name of the IAM role.
24589
+ * The trn of the user.
23500
24590
  */
23501
- roleName: string;
24591
+ trn: string;
23502
24592
  /**
23503
- * The update time of the Policy.
24593
+ * The update date of the user.
23504
24594
  */
23505
24595
  updateDate: string;
23506
24596
  /**
23507
- * The user attach time of the Policy.The data show only query with user_name.
24597
+ * The id of the user.
23508
24598
  */
23509
- userAttachDate: string;
24599
+ userId: string;
23510
24600
  /**
23511
- * The name of the IAM user.
24601
+ * The name of the user.
23512
24602
  */
23513
24603
  userName: string;
23514
24604
  }
23515
- interface GetRolesRole {
24605
+ interface GetUsersUserTag {
23516
24606
  /**
23517
- * The create time of the Role.
24607
+ * The Key of Tags.
23518
24608
  */
23519
- createDate: string;
24609
+ key: string;
23520
24610
  /**
23521
- * The description of the Role.
24611
+ * The Value of Tags.
24612
+ */
24613
+ value: string;
24614
+ }
24615
+ interface GroupUsersUserGroup {
24616
+ /**
24617
+ * The description of the user group.
23522
24618
  */
23523
24619
  description: string;
23524
24620
  /**
23525
- * The ID of the Role.
24621
+ * The display name of the user group.
23526
24622
  */
23527
- id: string;
24623
+ displayName: string;
23528
24624
  /**
23529
- * The name of the Role, comma separated.
24625
+ * The join date of the user group.
23530
24626
  */
23531
- roleName: string;
24627
+ joinDate: string;
23532
24628
  /**
23533
- * The resource name of the Role.
24629
+ * The id of the user group.
23534
24630
  */
23535
- trn: string;
24631
+ userGroupId: number;
23536
24632
  /**
23537
- * The trust policy document of the Role.
24633
+ * The name of the user group.
23538
24634
  */
23539
- trustPolicyDocument: string;
24635
+ userGroupName: string;
23540
24636
  }
23541
- interface GetSamlProvidersProvider {
24637
+ interface IdentityProvidersProvider {
23542
24638
  /**
23543
- * Identity provider creation time, such as 20150123T123318Z.
24639
+ * The create date of the identity provider.
23544
24640
  */
23545
24641
  createDate: string;
23546
24642
  /**
23547
- * The description of the SAML provider.
24643
+ * The description of the identity provider.
23548
24644
  */
23549
24645
  description: string;
23550
24646
  /**
23551
- * Metadata document, encoded in Base64.
24647
+ * The type of the identity provider.
23552
24648
  */
23553
- encodedSamlMetadataDocument: string;
24649
+ idpType: number;
23554
24650
  /**
23555
- * The name of the SAML provider.
24651
+ * The name of the identity provider.
23556
24652
  */
23557
- samlProviderName: string;
24653
+ providerName: string;
23558
24654
  /**
23559
- * SSO types, 1. Role-based SSO, 2. User-based SSO.
24655
+ * The SSO type of the identity provider.
23560
24656
  */
23561
24657
  ssoType: number;
23562
24658
  /**
23563
- * User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
24659
+ * The status of the identity provider.
23564
24660
  */
23565
24661
  status: number;
23566
24662
  /**
23567
- * The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
24663
+ * The TRN of the identity provider.
23568
24664
  */
23569
24665
  trn: string;
23570
24666
  /**
23571
- * Identity provider update time, such as: 20150123T123318Z.
24667
+ * The update date of the identity provider.
23572
24668
  */
23573
24669
  updateDate: string;
23574
24670
  }
23575
- interface GetUserGroupPolicyAttachmentsPolicy {
24671
+ interface LoginProfilesLoginProfile {
23576
24672
  /**
23577
- * Attached time.
24673
+ * The create date.
23578
24674
  */
23579
- attachDate: string;
24675
+ createDate: string;
23580
24676
  /**
23581
- * The description.
24677
+ * The last login date.
23582
24678
  */
23583
- description: string;
24679
+ lastLoginDate: string;
23584
24680
  /**
23585
- * Name of the policy.
24681
+ * The last login ip.
23586
24682
  */
23587
- policyName: string;
24683
+ lastLoginIp: string;
23588
24684
  /**
23589
- * Resource name of the strategy.
24685
+ * The last reset password time.
23590
24686
  */
23591
- policyTrn: string;
24687
+ lastResetPasswordTime: number;
23592
24688
  /**
23593
- * The type of the policy.
24689
+ * The flag of login allowed.
23594
24690
  */
23595
- policyType: string;
23596
- }
23597
- interface GetUserGroupsUserGroup {
24691
+ loginAllowed: boolean;
23598
24692
  /**
23599
- * The id of the account.
24693
+ * The flag of login locked.
23600
24694
  */
23601
- accountId: number;
24695
+ loginLocked: boolean;
23602
24696
  /**
23603
- * The creation date of the user group.
24697
+ * The password expire at.
23604
24698
  */
23605
- createDate: string;
24699
+ passwordExpireAt: number;
23606
24700
  /**
23607
- * The description of the user group.
24701
+ * Is required reset password when next time login in.
23608
24702
  */
23609
- description: string;
24703
+ passwordResetRequired: boolean;
23610
24704
  /**
23611
- * The display name of the user group.
24705
+ * The duration of safe auth exempt.
23612
24706
  */
23613
- displayName: string;
24707
+ safeAuthExemptDuration: number;
23614
24708
  /**
23615
- * The update date of the user group.
24709
+ * The flag of safe auth exempt required.
24710
+ */
24711
+ safeAuthExemptRequired: number;
24712
+ /**
24713
+ * The unit of safe auth exempt.
24714
+ */
24715
+ safeAuthExemptUnit: number;
24716
+ /**
24717
+ * The flag of safe auth.
24718
+ */
24719
+ safeAuthFlag: boolean;
24720
+ /**
24721
+ * The type of safe auth.
24722
+ */
24723
+ safeAuthType: string;
24724
+ /**
24725
+ * The update date.
23616
24726
  */
23617
24727
  updateDate: string;
23618
24728
  /**
23619
- * The name of the user group.
24729
+ * The user id.
23620
24730
  */
23621
- userGroupName: string;
24731
+ userId: number;
24732
+ /**
24733
+ * The user name.
24734
+ */
24735
+ userName: string;
23622
24736
  }
23623
- interface GetUsersUser {
24737
+ interface OauthProvidersProvider {
23624
24738
  /**
23625
- * Main account ID to which the sub-user belongs.
24739
+ * The authorize template of the OAuth provider.
23626
24740
  */
23627
- accountId: string;
24741
+ authorizeTemplate: string;
23628
24742
  /**
23629
- * The create date of the user.
24743
+ * The authorize url of the OAuth provider.
24744
+ */
24745
+ authorizeUrl: string;
24746
+ /**
24747
+ * The client id of the OAuth provider.
24748
+ */
24749
+ clientId: string;
24750
+ /**
24751
+ * The client secret of the OAuth provider.
24752
+ */
24753
+ clientSecret: string;
24754
+ /**
24755
+ * The create date of the OAuth provider.
23630
24756
  */
23631
24757
  createDate: string;
23632
24758
  /**
23633
- * The description of the user.
24759
+ * The description of the OAuth provider.
23634
24760
  */
23635
24761
  description: string;
23636
24762
  /**
23637
- * The display name of the user.
24763
+ * The identity map type of the OAuth provider.
23638
24764
  */
23639
- displayName: string;
24765
+ identityMapType: number;
23640
24766
  /**
23641
- * The email of the user.
24767
+ * The idp identity key of the OAuth provider.
23642
24768
  */
23643
- email: string;
24769
+ idpIdentityKey: string;
23644
24770
  /**
23645
- * Whether the email has been verified.
24771
+ * The name of the OAuth provider.
23646
24772
  */
23647
- emailIsVerify: boolean;
24773
+ oauthProviderName: string;
23648
24774
  /**
23649
- * The mobile phone of the user.
24775
+ * The id of the OAuth provider.
23650
24776
  */
23651
- mobilePhone: string;
24777
+ providerId: string;
23652
24778
  /**
23653
- * Whether the phone number has been verified.
24779
+ * The scope of the OAuth provider.
23654
24780
  */
23655
- mobilePhoneIsVerify: boolean;
24781
+ scope: string;
23656
24782
  /**
23657
- * The trn of the user.
24783
+ * The SSO type of the OAuth provider.
23658
24784
  */
23659
- trn: string;
24785
+ ssoType: number;
23660
24786
  /**
23661
- * The update date of the user.
24787
+ * The status of the OAuth provider.
23662
24788
  */
23663
- updateDate: string;
24789
+ status: number;
23664
24790
  /**
23665
- * The id of the user.
24791
+ * The token url of the OAuth provider.
23666
24792
  */
23667
- userId: string;
24793
+ tokenUrl: string;
23668
24794
  /**
23669
- * The name of the user.
24795
+ * The trn of the OAuth provider.
23670
24796
  */
23671
- userName: string;
24797
+ trn: string;
24798
+ /**
24799
+ * The update date of the OAuth provider.
24800
+ */
24801
+ updateDate: string;
24802
+ /**
24803
+ * The user info url of the OAuth provider.
24804
+ */
24805
+ userInfoUrl: string;
23672
24806
  }
23673
24807
  interface OidcProvidersOidcProvider {
23674
24808
  /**
@@ -23709,6 +24843,14 @@ export declare namespace iam {
23709
24843
  updateDate: string;
23710
24844
  }
23711
24845
  interface PoliciesPolicy {
24846
+ /**
24847
+ * The attachment count of the Policy.
24848
+ */
24849
+ attachmentCount: number;
24850
+ /**
24851
+ * The category of the Policy.
24852
+ */
24853
+ category: string;
23712
24854
  /**
23713
24855
  * The create time of the Policy.
23714
24856
  */
@@ -23720,43 +24862,85 @@ export declare namespace iam {
23720
24862
  /**
23721
24863
  * The ID of the Policy.
23722
24864
  */
23723
- id: string;
24865
+ id: string;
24866
+ /**
24867
+ * Whether the Policy is a service role policy.
24868
+ */
24869
+ isServiceRolePolicy: number;
24870
+ /**
24871
+ * The document of the Policy.
24872
+ */
24873
+ policyDocument: string;
24874
+ /**
24875
+ * The name of the Policy.
24876
+ */
24877
+ policyName: string;
24878
+ /**
24879
+ * The resource name of the Policy.
24880
+ */
24881
+ policyTrn: string;
24882
+ /**
24883
+ * The type of the Policy.
24884
+ */
24885
+ policyType: string;
24886
+ /**
24887
+ * The update time of the Policy.
24888
+ */
24889
+ updateDate: string;
24890
+ }
24891
+ interface RolePolicyAttachmentsPolicy {
24892
+ /**
24893
+ * The attach date of the policy scope.
24894
+ */
24895
+ attachDate: string;
23724
24896
  /**
23725
- * The document of the Policy.
24897
+ * The description of the policy.
23726
24898
  */
23727
- policyDocument: string;
24899
+ description: string;
23728
24900
  /**
23729
- * The name of the Policy.
24901
+ * The name of the policy.
23730
24902
  */
23731
24903
  policyName: string;
23732
24904
  /**
23733
- * The resource name of the Policy.
24905
+ * The scope of the policy.
24906
+ */
24907
+ policyScopes: outputs.iam.RolePolicyAttachmentsPolicyPolicyScope[];
24908
+ /**
24909
+ * The trn of the policy.
23734
24910
  */
23735
24911
  policyTrn: string;
23736
24912
  /**
23737
- * The type of the Policy.
24913
+ * The type of the policy.
23738
24914
  */
23739
24915
  policyType: string;
24916
+ }
24917
+ interface RolePolicyAttachmentsPolicyPolicyScope {
23740
24918
  /**
23741
- * The role attach time of the Policy.The data show only query with role_name.
24919
+ * The attach date of the policy scope.
23742
24920
  */
23743
- roleAttachDate: string;
24921
+ attachDate: string;
23744
24922
  /**
23745
- * The name of the IAM role.
24923
+ * The type of the policy scope.
23746
24924
  */
23747
- roleName: string;
24925
+ policyScopeType: string;
23748
24926
  /**
23749
- * The update time of the Policy.
24927
+ * The display name of the project.
23750
24928
  */
23751
- updateDate: string;
24929
+ projectDisplayName: string;
23752
24930
  /**
23753
- * The user attach time of the Policy.The data show only query with user_name.
24931
+ * The name of the project.
23754
24932
  */
23755
- userAttachDate: string;
24933
+ projectName: string;
24934
+ }
24935
+ interface RoleTag {
23756
24936
  /**
23757
- * The name of the IAM user.
24937
+ * The Key of Tags.
23758
24938
  */
23759
- userName: string;
24939
+ key: string;
24940
+ /**
24941
+ * The Value of Tags.
24942
+ */
24943
+ value: string;
23760
24944
  }
23761
24945
  interface RolesRole {
23762
24946
  /**
@@ -23768,13 +24952,29 @@ export declare namespace iam {
23768
24952
  */
23769
24953
  description: string;
23770
24954
  /**
23771
- * The ID of the Role.
24955
+ * The display name of the Role.
23772
24956
  */
23773
- id: string;
24957
+ displayName: string;
24958
+ /**
24959
+ * Whether the Role is a service linked role.
24960
+ */
24961
+ isServiceLinkedRole: number;
24962
+ /**
24963
+ * The max session duration of the Role.
24964
+ */
24965
+ maxSessionDuration: number;
23774
24966
  /**
23775
- * The name of the Role, comma separated.
24967
+ * The id of the Role.
24968
+ */
24969
+ roleId: number;
24970
+ /**
24971
+ * The name of the Role.
23776
24972
  */
23777
24973
  roleName: string;
24974
+ /**
24975
+ * Tags.
24976
+ */
24977
+ tags: outputs.iam.RolesRoleTag[];
23778
24978
  /**
23779
24979
  * The resource name of the Role.
23780
24980
  */
@@ -23783,6 +24983,20 @@ export declare namespace iam {
23783
24983
  * The trust policy document of the Role.
23784
24984
  */
23785
24985
  trustPolicyDocument: string;
24986
+ /**
24987
+ * The update time of the Role.
24988
+ */
24989
+ updateDate: string;
24990
+ }
24991
+ interface RolesRoleTag {
24992
+ /**
24993
+ * The Key of Tags.
24994
+ */
24995
+ key: string;
24996
+ /**
24997
+ * The Value of Tags.
24998
+ */
24999
+ value: string;
23786
25000
  }
23787
25001
  interface SamlProvidersProvider {
23788
25002
  /**
@@ -23818,9 +25032,91 @@ export declare namespace iam {
23818
25032
  */
23819
25033
  updateDate: string;
23820
25034
  }
25035
+ interface SecurityConfigsSecurityConfig {
25036
+ /**
25037
+ * The status of safe auth.
25038
+ */
25039
+ safeAuthClose: number;
25040
+ /**
25041
+ * The exempt duration of safe auth.
25042
+ */
25043
+ safeAuthExemptDuration: number;
25044
+ /**
25045
+ * The type of safe auth.
25046
+ */
25047
+ safeAuthType: string;
25048
+ /**
25049
+ * The user id.
25050
+ */
25051
+ userId: number;
25052
+ /**
25053
+ * The user name.
25054
+ */
25055
+ userName: string;
25056
+ }
25057
+ interface ServiceLinkedRoleTag {
25058
+ /**
25059
+ * The Key of Tags.
25060
+ */
25061
+ key: string;
25062
+ /**
25063
+ * The Value of Tags.
25064
+ */
25065
+ value: string;
25066
+ }
25067
+ interface TagTag {
25068
+ /**
25069
+ * The Key of Tags.
25070
+ */
25071
+ key: string;
25072
+ /**
25073
+ * The Value of Tags.
25074
+ */
25075
+ value: string;
25076
+ }
25077
+ interface TagsResourceTag {
25078
+ /**
25079
+ * The name of the resource.
25080
+ */
25081
+ resourceName: string;
25082
+ /**
25083
+ * The type of the resource. Valid values: User, Role.
25084
+ */
25085
+ resourceType: string;
25086
+ /**
25087
+ * The key of the tag.
25088
+ */
25089
+ tagKey: string;
25090
+ /**
25091
+ * The value of the tag.
25092
+ */
25093
+ tagValue: string;
25094
+ }
25095
+ interface UserGroupAttachmentsUser {
25096
+ /**
25097
+ * The description of the user.
25098
+ */
25099
+ description: string;
25100
+ /**
25101
+ * The display name of the user.
25102
+ */
25103
+ displayName: string;
25104
+ /**
25105
+ * The join date of the user.
25106
+ */
25107
+ joinDate: string;
25108
+ /**
25109
+ * The id of the user.
25110
+ */
25111
+ userId: number;
25112
+ /**
25113
+ * The name of the user.
25114
+ */
25115
+ userName: string;
25116
+ }
23821
25117
  interface UserGroupPolicyAttachmentsPolicy {
23822
25118
  /**
23823
- * Attached time.
25119
+ * The attach date of the policy scope.
23824
25120
  */
23825
25121
  attachDate: string;
23826
25122
  /**
@@ -23831,6 +25127,10 @@ export declare namespace iam {
23831
25127
  * Name of the policy.
23832
25128
  */
23833
25129
  policyName: string;
25130
+ /**
25131
+ * The scope of the policy.
25132
+ */
25133
+ policyScopes: outputs.iam.UserGroupPolicyAttachmentsPolicyPolicyScope[];
23834
25134
  /**
23835
25135
  * Resource name of the strategy.
23836
25136
  */
@@ -23840,6 +25140,24 @@ export declare namespace iam {
23840
25140
  */
23841
25141
  policyType: string;
23842
25142
  }
25143
+ interface UserGroupPolicyAttachmentsPolicyPolicyScope {
25144
+ /**
25145
+ * The attach date of the policy scope.
25146
+ */
25147
+ attachDate: string;
25148
+ /**
25149
+ * The type of the policy scope.
25150
+ */
25151
+ policyScopeType: string;
25152
+ /**
25153
+ * The display name of the project.
25154
+ */
25155
+ projectDisplayName: string;
25156
+ /**
25157
+ * The name of the project.
25158
+ */
25159
+ projectName: string;
25160
+ }
23843
25161
  interface UserGroupsUserGroup {
23844
25162
  /**
23845
25163
  * The id of the account.
@@ -23861,11 +25179,69 @@ export declare namespace iam {
23861
25179
  * The update date of the user group.
23862
25180
  */
23863
25181
  updateDate: string;
25182
+ /**
25183
+ * The id of the user group.
25184
+ */
25185
+ userGroupId: number;
23864
25186
  /**
23865
25187
  * The name of the user group.
23866
25188
  */
23867
25189
  userGroupName: string;
23868
25190
  }
25191
+ interface UserPolicyAttachmentsPolicy {
25192
+ /**
25193
+ * The attach date of the policy scope.
25194
+ */
25195
+ attachDate: string;
25196
+ /**
25197
+ * The description of the policy.
25198
+ */
25199
+ description: string;
25200
+ /**
25201
+ * The name of the policy.
25202
+ */
25203
+ policyName: string;
25204
+ /**
25205
+ * The scope of the policy.
25206
+ */
25207
+ policyScopes: outputs.iam.UserPolicyAttachmentsPolicyPolicyScope[];
25208
+ /**
25209
+ * The trn of the policy.
25210
+ */
25211
+ policyTrn: string;
25212
+ /**
25213
+ * The type of the policy.
25214
+ */
25215
+ policyType: string;
25216
+ }
25217
+ interface UserPolicyAttachmentsPolicyPolicyScope {
25218
+ /**
25219
+ * The attach date of the policy scope.
25220
+ */
25221
+ attachDate: string;
25222
+ /**
25223
+ * The type of the policy scope.
25224
+ */
25225
+ policyScopeType: string;
25226
+ /**
25227
+ * The display name of the project.
25228
+ */
25229
+ projectDisplayName: string;
25230
+ /**
25231
+ * The name of the project.
25232
+ */
25233
+ projectName: string;
25234
+ }
25235
+ interface UserTag {
25236
+ /**
25237
+ * The Key of Tags.
25238
+ */
25239
+ key: string;
25240
+ /**
25241
+ * The Value of Tags.
25242
+ */
25243
+ value: string;
25244
+ }
23869
25245
  interface UsersUser {
23870
25246
  /**
23871
25247
  * Main account ID to which the sub-user belongs.
@@ -23899,6 +25275,10 @@ export declare namespace iam {
23899
25275
  * Whether the phone number has been verified.
23900
25276
  */
23901
25277
  mobilePhoneIsVerify: boolean;
25278
+ /**
25279
+ * Tags.
25280
+ */
25281
+ tags?: outputs.iam.UsersUserTag[];
23902
25282
  /**
23903
25283
  * The trn of the user.
23904
25284
  */
@@ -23916,6 +25296,16 @@ export declare namespace iam {
23916
25296
  */
23917
25297
  userName: string;
23918
25298
  }
25299
+ interface UsersUserTag {
25300
+ /**
25301
+ * The Key of Tags.
25302
+ */
25303
+ key: string;
25304
+ /**
25305
+ * The Value of Tags.
25306
+ */
25307
+ value: string;
25308
+ }
23919
25309
  }
23920
25310
  export declare namespace kafka {
23921
25311
  interface AllowListsAllowList {
@@ -24772,58 +26162,160 @@ export declare namespace kafka {
24772
26162
  */
24773
26163
  status: string;
24774
26164
  /**
24775
- * The name of kafka topic. This field supports fuzzy query.
26165
+ * The name of kafka topic. This field supports fuzzy query.
26166
+ */
26167
+ topicName: string;
26168
+ }
26169
+ interface TopicsTopicAccessPolicy {
26170
+ /**
26171
+ * The access policy of SASL user.
26172
+ */
26173
+ accessPolicy: string;
26174
+ /**
26175
+ * When a user name is specified, only the access policy of the specified user for this Topic will be returned.
26176
+ */
26177
+ userName: string;
26178
+ }
26179
+ interface TopicsTopicParameters {
26180
+ /**
26181
+ * The retention hours of log.
26182
+ */
26183
+ logRetentionHours: number;
26184
+ /**
26185
+ * The max byte of message.
26186
+ */
26187
+ messageMaxByte: number;
26188
+ /**
26189
+ * The min number of sync replica.
26190
+ */
26191
+ minInsyncReplicaNumber: number;
26192
+ }
26193
+ interface ZonesZone {
26194
+ /**
26195
+ * The description of the zone.
26196
+ */
26197
+ description: string;
26198
+ /**
26199
+ * The id of the zone.
26200
+ */
26201
+ id: string;
26202
+ /**
26203
+ * The status of the zone.
26204
+ */
26205
+ status: string;
26206
+ /**
26207
+ * The id of the zone.
26208
+ */
26209
+ zoneId: string;
26210
+ /**
26211
+ * The name of the zone.
26212
+ */
26213
+ zoneName: string;
26214
+ }
26215
+ }
26216
+ export declare namespace kms {
26217
+ interface AsymmetricCiphertextsCiphertextInfo {
26218
+ /**
26219
+ * The ciphertext, Base64 encoded. The plaintext gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.AsymmetricCiphertext` resource.
26220
+ */
26221
+ ciphertextBlob: string;
26222
+ }
26223
+ interface AsymmetricPlaintextsPlaintextInfo {
26224
+ /**
26225
+ * The decrypted plaintext, Base64 encoded.
26226
+ */
26227
+ plaintext: string;
26228
+ }
26229
+ interface AsymmetricSignaturesSignatureInfo {
26230
+ /**
26231
+ * The signature, Base64 encoded. The signature gets re-signed on each apply, resulting in a changed signature. If a stable signature is needed use the `volcengine.kms.AsymmetricSignature` resource.
26232
+ */
26233
+ signature: string;
26234
+ }
26235
+ interface AsymmetricVerificationsVerificationInfo {
26236
+ /**
26237
+ * Whether the signature is valid.
26238
+ */
26239
+ signatureValid: boolean;
26240
+ }
26241
+ interface CiphertextsCiphertextInfo {
26242
+ /**
26243
+ * The ciphertext, Base64 encoded. The plaintext gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.Ciphertext` resource.
26244
+ */
26245
+ ciphertextBlob: string;
26246
+ }
26247
+ interface DataKeysDataKeyInfo {
26248
+ /**
26249
+ * The generated ciphertext, Base64 encoded.
26250
+ */
26251
+ ciphertextBlob: string;
26252
+ /**
26253
+ * The generated plaintext, Base64 encoded.
26254
+ */
26255
+ plaintext: string;
26256
+ }
26257
+ interface GetAsymmetricCiphertextsCiphertextInfo {
26258
+ /**
26259
+ * The ciphertext, Base64 encoded. The plaintext gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.AsymmetricCiphertext` resource.
26260
+ */
26261
+ ciphertextBlob: string;
26262
+ }
26263
+ interface GetAsymmetricPlaintextsPlaintextInfo {
26264
+ /**
26265
+ * The decrypted plaintext, Base64 encoded.
24776
26266
  */
24777
- topicName: string;
26267
+ plaintext: string;
24778
26268
  }
24779
- interface TopicsTopicAccessPolicy {
26269
+ interface GetAsymmetricSignaturesSignatureInfo {
24780
26270
  /**
24781
- * The access policy of SASL user.
26271
+ * The signature, Base64 encoded. The signature gets re-signed on each apply, resulting in a changed signature. If a stable signature is needed use the `volcengine.kms.AsymmetricSignature` resource.
24782
26272
  */
24783
- accessPolicy: string;
26273
+ signature: string;
26274
+ }
26275
+ interface GetAsymmetricVerificationsVerificationInfo {
24784
26276
  /**
24785
- * When a user name is specified, only the access policy of the specified user for this Topic will be returned.
26277
+ * Whether the signature is valid.
24786
26278
  */
24787
- userName: string;
26279
+ signatureValid: boolean;
24788
26280
  }
24789
- interface TopicsTopicParameters {
26281
+ interface GetCiphertextsCiphertextInfo {
24790
26282
  /**
24791
- * The retention hours of log.
26283
+ * The ciphertext, Base64 encoded. The plaintext gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.Ciphertext` resource.
24792
26284
  */
24793
- logRetentionHours: number;
26285
+ ciphertextBlob: string;
26286
+ }
26287
+ interface GetDataKeysDataKeyInfo {
24794
26288
  /**
24795
- * The max byte of message.
26289
+ * The generated ciphertext, Base64 encoded.
24796
26290
  */
24797
- messageMaxByte: number;
26291
+ ciphertextBlob: string;
24798
26292
  /**
24799
- * The min number of sync replica.
26293
+ * The generated plaintext, Base64 encoded.
24800
26294
  */
24801
- minInsyncReplicaNumber: number;
26295
+ plaintext: string;
24802
26296
  }
24803
- interface ZonesZone {
26297
+ interface GetKeyMaterialsImportParameter {
24804
26298
  /**
24805
- * The description of the zone.
26299
+ * The import token, Base64 encoded.
24806
26300
  */
24807
- description: string;
26301
+ importToken: string;
24808
26302
  /**
24809
- * The id of the zone.
26303
+ * The id of key. When keyId is not specified, both keyringName and keyName must be specified.
24810
26304
  */
24811
- id: string;
26305
+ keyId: string;
24812
26306
  /**
24813
- * The status of the zone.
26307
+ * The id of keyring.
24814
26308
  */
24815
- status: string;
26309
+ keyringId: string;
24816
26310
  /**
24817
- * The id of the zone.
26311
+ * The public key used to encrypt key materials, Base64 encoded.
24818
26312
  */
24819
- zoneId: string;
26313
+ publicKey: string;
24820
26314
  /**
24821
- * The name of the zone.
26315
+ * The token expire time.
24822
26316
  */
24823
- zoneName: string;
26317
+ tokenExpireTime: string;
24824
26318
  }
24825
- }
24826
- export declare namespace kms {
24827
26319
  interface GetKeyringsKeyring {
24828
26320
  /**
24829
26321
  * The date when the keyring was created.
@@ -24867,12 +26359,16 @@ export declare namespace kms {
24867
26359
  * The date when the keyring was created.
24868
26360
  */
24869
26361
  creationDate: number;
26362
+ /**
26363
+ * The ID of the custom key store.
26364
+ */
26365
+ customKeyStoreId: string;
24870
26366
  /**
24871
26367
  * The description of the key.
24872
26368
  */
24873
26369
  description: string;
24874
26370
  /**
24875
- * The unique ID of the key.
26371
+ * The ID of the external key store.
24876
26372
  */
24877
26373
  id: string;
24878
26374
  /**
@@ -24884,7 +26380,7 @@ export declare namespace kms {
24884
26380
  */
24885
26381
  keyName: string;
24886
26382
  /**
24887
- * The algorithm used in the key.
26383
+ * The algorithm used in the key. Valid values: SYMMETRIC_256, SYMMETRIC_128, RSA_2048, RSA_3072, RSA_4096, EC_P256K, EC_P256, EC_P384, EC_P521, EC_SM2.
24888
26384
  */
24889
26385
  keySpec: string;
24890
26386
  /**
@@ -24892,7 +26388,7 @@ export declare namespace kms {
24892
26388
  */
24893
26389
  keyState: string;
24894
26390
  /**
24895
- * The usage of the key.
26391
+ * The usage of the key. Valid values: ENCRYPT_DECRYPT, SIGN_VERIFY.
24896
26392
  */
24897
26393
  keyUsage: string;
24898
26394
  /**
@@ -24908,11 +26404,11 @@ export declare namespace kms {
24908
26404
  */
24909
26405
  multiRegionConfiguration: outputs.kms.GetKeysKeyMultiRegionConfiguration;
24910
26406
  /**
24911
- * The origin of the key.
26407
+ * The origin of the key. Valid values: CloudKMS, External.
24912
26408
  */
24913
26409
  origin: string;
24914
26410
  /**
24915
- * The protection level of the key.
26411
+ * The protection level of the key. Valid values: SOFTWARE, HSM.
24916
26412
  */
24917
26413
  protectionLevel: string;
24918
26414
  /**
@@ -24939,6 +26435,10 @@ export declare namespace kms {
24939
26435
  * The date when the keyring was updated.
24940
26436
  */
24941
26437
  updateDate: number;
26438
+ /**
26439
+ * The configuration of the external key store.
26440
+ */
26441
+ xksKeyConfigurations: outputs.kms.GetKeysKeyXksKeyConfiguration[];
24942
26442
  }
24943
26443
  interface GetKeysKeyMultiRegionConfiguration {
24944
26444
  /**
@@ -24984,6 +26484,12 @@ export declare namespace kms {
24984
26484
  */
24985
26485
  value: string;
24986
26486
  }
26487
+ interface GetKeysKeyXksKeyConfiguration {
26488
+ /**
26489
+ * The ID of the external key store.
26490
+ */
26491
+ id: string;
26492
+ }
24987
26493
  interface GetKeysTag {
24988
26494
  /**
24989
26495
  * The key of the tag.
@@ -24994,6 +26500,68 @@ export declare namespace kms {
24994
26500
  */
24995
26501
  values: string[];
24996
26502
  }
26503
+ interface GetMacVerificationsMacVerificationInfo {
26504
+ /**
26505
+ * The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
26506
+ */
26507
+ keyId: string;
26508
+ /**
26509
+ * Whether the MAC is valid.
26510
+ */
26511
+ macValid: boolean;
26512
+ }
26513
+ interface GetMacsMacInfo {
26514
+ /**
26515
+ * The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
26516
+ */
26517
+ keyId: string;
26518
+ /**
26519
+ * The MAC result, Base64 encoded.
26520
+ */
26521
+ mac: string;
26522
+ }
26523
+ interface GetPlaintextsPlaintextInfo {
26524
+ /**
26525
+ * The decrypted plaintext, Base64 encoded.
26526
+ */
26527
+ plaintext: string;
26528
+ }
26529
+ interface GetPublicKeysPublicKey {
26530
+ /**
26531
+ * The id of key. When keyId is not specified, both keyringName and keyName must be specified.
26532
+ */
26533
+ keyId: string;
26534
+ /**
26535
+ * The public key in PEM format.
26536
+ */
26537
+ publicKey: string;
26538
+ }
26539
+ interface GetReEncryptsCiphertextInfo {
26540
+ /**
26541
+ * The re-encrypted ciphertext, Base64 encoded. The data gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.ReEncrypt` resource.
26542
+ */
26543
+ ciphertextBlob: string;
26544
+ }
26545
+ interface GetRegionsRegion {
26546
+ /**
26547
+ * The region ID.
26548
+ */
26549
+ regionId: string;
26550
+ }
26551
+ interface GetSecretVersionsSecretVersion {
26552
+ /**
26553
+ * The creation time of secret version.
26554
+ */
26555
+ creationDate: number;
26556
+ /**
26557
+ * The version ID of secret value.
26558
+ */
26559
+ versionId: string;
26560
+ /**
26561
+ * The version stage of secret value.
26562
+ */
26563
+ versionStage: string;
26564
+ }
24997
26565
  interface GetSecretsSecret {
24998
26566
  /**
24999
26567
  * The date when the keyring was created.
@@ -25023,6 +26591,10 @@ export declare namespace kms {
25023
26591
  * Indicates whether the secret is hosted.
25024
26592
  */
25025
26593
  managed: boolean;
26594
+ /**
26595
+ * The cloud service that owns the secret.
26596
+ */
26597
+ owningService: string;
25026
26598
  /**
25027
26599
  * The name of the project to which the secret belongs.
25028
26600
  */
@@ -25068,6 +26640,28 @@ export declare namespace kms {
25068
26640
  */
25069
26641
  updateDate: number;
25070
26642
  }
26643
+ interface KeyMaterialsImportParameter {
26644
+ /**
26645
+ * The import token, Base64 encoded.
26646
+ */
26647
+ importToken: string;
26648
+ /**
26649
+ * The id of key. When keyId is not specified, both keyringName and keyName must be specified.
26650
+ */
26651
+ keyId: string;
26652
+ /**
26653
+ * The id of keyring.
26654
+ */
26655
+ keyringId: string;
26656
+ /**
26657
+ * The public key used to encrypt key materials, Base64 encoded.
26658
+ */
26659
+ publicKey: string;
26660
+ /**
26661
+ * The token expire time.
26662
+ */
26663
+ tokenExpireTime: string;
26664
+ }
25071
26665
  interface KeyMultiRegionConfiguration {
25072
26666
  /**
25073
26667
  * The type of the multi-region key.
@@ -25155,12 +26749,16 @@ export declare namespace kms {
25155
26749
  * The date when the keyring was created.
25156
26750
  */
25157
26751
  creationDate: number;
26752
+ /**
26753
+ * The ID of the custom key store.
26754
+ */
26755
+ customKeyStoreId: string;
25158
26756
  /**
25159
26757
  * The description of the key.
25160
26758
  */
25161
26759
  description: string;
25162
26760
  /**
25163
- * The unique ID of the key.
26761
+ * The ID of the external key store.
25164
26762
  */
25165
26763
  id: string;
25166
26764
  /**
@@ -25172,7 +26770,7 @@ export declare namespace kms {
25172
26770
  */
25173
26771
  keyName: string;
25174
26772
  /**
25175
- * The algorithm used in the key.
26773
+ * The algorithm used in the key. Valid values: SYMMETRIC_256, SYMMETRIC_128, RSA_2048, RSA_3072, RSA_4096, EC_P256K, EC_P256, EC_P384, EC_P521, EC_SM2.
25176
26774
  */
25177
26775
  keySpec: string;
25178
26776
  /**
@@ -25180,7 +26778,7 @@ export declare namespace kms {
25180
26778
  */
25181
26779
  keyState: string;
25182
26780
  /**
25183
- * The usage of the key.
26781
+ * The usage of the key. Valid values: ENCRYPT_DECRYPT, SIGN_VERIFY.
25184
26782
  */
25185
26783
  keyUsage: string;
25186
26784
  /**
@@ -25196,11 +26794,11 @@ export declare namespace kms {
25196
26794
  */
25197
26795
  multiRegionConfiguration: outputs.kms.KeysKeyMultiRegionConfiguration;
25198
26796
  /**
25199
- * The origin of the key.
26797
+ * The origin of the key. Valid values: CloudKMS, External.
25200
26798
  */
25201
26799
  origin: string;
25202
26800
  /**
25203
- * The protection level of the key.
26801
+ * The protection level of the key. Valid values: SOFTWARE, HSM.
25204
26802
  */
25205
26803
  protectionLevel: string;
25206
26804
  /**
@@ -25227,6 +26825,10 @@ export declare namespace kms {
25227
26825
  * The date when the keyring was updated.
25228
26826
  */
25229
26827
  updateDate: number;
26828
+ /**
26829
+ * The configuration of the external key store.
26830
+ */
26831
+ xksKeyConfigurations: outputs.kms.KeysKeyXksKeyConfiguration[];
25230
26832
  }
25231
26833
  interface KeysKeyMultiRegionConfiguration {
25232
26834
  /**
@@ -25272,6 +26874,12 @@ export declare namespace kms {
25272
26874
  */
25273
26875
  value: string;
25274
26876
  }
26877
+ interface KeysKeyXksKeyConfiguration {
26878
+ /**
26879
+ * The ID of the external key store.
26880
+ */
26881
+ id: string;
26882
+ }
25275
26883
  interface KeysTag {
25276
26884
  /**
25277
26885
  * The key of the tag.
@@ -25282,6 +26890,78 @@ export declare namespace kms {
25282
26890
  */
25283
26891
  values: string[];
25284
26892
  }
26893
+ interface MacVerificationsMacVerificationInfo {
26894
+ /**
26895
+ * The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
26896
+ */
26897
+ keyId: string;
26898
+ /**
26899
+ * Whether the MAC is valid.
26900
+ */
26901
+ macValid: boolean;
26902
+ }
26903
+ interface MacsMacInfo {
26904
+ /**
26905
+ * The id of the key. When keyId is not specified, both keyringName and keyName must be specified.
26906
+ */
26907
+ keyId: string;
26908
+ /**
26909
+ * The MAC result, Base64 encoded.
26910
+ */
26911
+ mac: string;
26912
+ }
26913
+ interface PlaintextsPlaintextInfo {
26914
+ /**
26915
+ * The decrypted plaintext, Base64 encoded.
26916
+ */
26917
+ plaintext: string;
26918
+ }
26919
+ interface PublicKeysPublicKey {
26920
+ /**
26921
+ * The id of key. When keyId is not specified, both keyringName and keyName must be specified.
26922
+ */
26923
+ keyId: string;
26924
+ /**
26925
+ * The public key in PEM format.
26926
+ */
26927
+ publicKey: string;
26928
+ }
26929
+ interface ReEncryptsCiphertextInfo {
26930
+ /**
26931
+ * The re-encrypted ciphertext, Base64 encoded. The data gets re-encrypted on each apply, resulting in a changed ciphertext_blob. If a stable ciphertext is needed use the `volcengine.kms.ReEncrypt` resource.
26932
+ */
26933
+ ciphertextBlob: string;
26934
+ }
26935
+ interface RegionsRegion {
26936
+ /**
26937
+ * The region ID.
26938
+ */
26939
+ regionId: string;
26940
+ }
26941
+ interface ReplicateKeyTag {
26942
+ /**
26943
+ * The Key of Tags.
26944
+ */
26945
+ key: string;
26946
+ /**
26947
+ * The Value of Tags.
26948
+ */
26949
+ value: string;
26950
+ }
26951
+ interface SecretVersionsSecretVersion {
26952
+ /**
26953
+ * The creation time of secret version.
26954
+ */
26955
+ creationDate: number;
26956
+ /**
26957
+ * The version ID of secret value.
26958
+ */
26959
+ versionId: string;
26960
+ /**
26961
+ * The version stage of secret value.
26962
+ */
26963
+ versionStage: string;
26964
+ }
25285
26965
  interface SecretsSecret {
25286
26966
  /**
25287
26967
  * The date when the keyring was created.
@@ -25311,6 +26991,10 @@ export declare namespace kms {
25311
26991
  * Indicates whether the secret is hosted.
25312
26992
  */
25313
26993
  managed: boolean;
26994
+ /**
26995
+ * The cloud service that owns the secret.
26996
+ */
26997
+ owningService: string;
25314
26998
  /**
25315
26999
  * The name of the project to which the secret belongs.
25316
27000
  */
@@ -43563,6 +45247,16 @@ export declare namespace tls {
43563
45247
  */
43564
45248
  severity: string;
43565
45249
  }
45250
+ interface CheckPointsCheckPoint {
45251
+ /**
45252
+ * The checkpoint value.
45253
+ */
45254
+ checkpoint: string;
45255
+ /**
45256
+ * The ID of the shard.
45257
+ */
45258
+ shardId: number;
45259
+ }
43566
45260
  interface ConsumerGroupsConsumerGroup {
43567
45261
  /**
43568
45262
  * The name of the consumer group.
@@ -44613,6 +46307,16 @@ export declare namespace tls {
44613
46307
  */
44614
46308
  severity: string;
44615
46309
  }
46310
+ interface GetCheckPointsCheckPoint {
46311
+ /**
46312
+ * The checkpoint value.
46313
+ */
46314
+ checkpoint: string;
46315
+ /**
46316
+ * The ID of the shard.
46317
+ */
46318
+ shardId: number;
46319
+ }
44616
46320
  interface GetConsumerGroupsConsumerGroup {
44617
46321
  /**
44618
46322
  * The name of the consumer group.
@@ -45480,7 +47184,7 @@ export declare namespace tls {
45480
47184
  */
45481
47185
  modifyTime: string;
45482
47186
  /**
45483
- * The topic id of the tls index.
47187
+ * The topic id of tls index.
45484
47188
  */
45485
47189
  topicId: string;
45486
47190
  /**
@@ -45503,6 +47207,10 @@ export declare namespace tls {
45503
47207
  includeChinese: boolean;
45504
47208
  }
45505
47209
  interface GetIndexesTlsIndexKeyValue {
47210
+ /**
47211
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47212
+ */
47213
+ autoIndexFlag: boolean;
45506
47214
  /**
45507
47215
  * Whether the value is case sensitive.
45508
47216
  */
@@ -45516,15 +47224,19 @@ export declare namespace tls {
45516
47224
  */
45517
47225
  includeChinese: boolean;
45518
47226
  /**
45519
- * Whether to create indexes for all fields in JSON fields with text values.
47227
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
45520
47228
  */
45521
47229
  indexAll: boolean;
47230
+ /**
47231
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47232
+ */
47233
+ indexSqlAll: boolean;
45522
47234
  /**
45523
47235
  * The JSON subfield key value index.
45524
47236
  */
45525
47237
  jsonKeys: outputs.tls.GetIndexesTlsIndexKeyValueJsonKey[];
45526
47238
  /**
45527
- * The key of the KeyValue index.
47239
+ * The key of the KeyValueInfo.
45528
47240
  */
45529
47241
  key: string;
45530
47242
  /**
@@ -45532,7 +47244,7 @@ export declare namespace tls {
45532
47244
  */
45533
47245
  sqlFlag: boolean;
45534
47246
  /**
45535
- * The type of value.
47247
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45536
47248
  */
45537
47249
  valueType: string;
45538
47250
  }
@@ -45550,7 +47262,7 @@ export declare namespace tls {
45550
47262
  */
45551
47263
  includeChinese: boolean;
45552
47264
  /**
45553
- * The key of the KeyValue index.
47265
+ * The key of the KeyValueInfo.
45554
47266
  */
45555
47267
  key: string;
45556
47268
  /**
@@ -45558,11 +47270,15 @@ export declare namespace tls {
45558
47270
  */
45559
47271
  sqlFlag: boolean;
45560
47272
  /**
45561
- * The type of value.
47273
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45562
47274
  */
45563
47275
  valueType: string;
45564
47276
  }
45565
47277
  interface GetIndexesTlsIndexUserInnerKeyValue {
47278
+ /**
47279
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47280
+ */
47281
+ autoIndexFlag: boolean;
45566
47282
  /**
45567
47283
  * Whether the value is case sensitive.
45568
47284
  */
@@ -45575,12 +47291,20 @@ export declare namespace tls {
45575
47291
  * Whether the value include chinese.
45576
47292
  */
45577
47293
  includeChinese: boolean;
47294
+ /**
47295
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47296
+ */
47297
+ indexAll: boolean;
47298
+ /**
47299
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47300
+ */
47301
+ indexSqlAll: boolean;
45578
47302
  /**
45579
47303
  * The JSON subfield key value index.
45580
47304
  */
45581
47305
  jsonKeys: outputs.tls.GetIndexesTlsIndexUserInnerKeyValueJsonKey[];
45582
47306
  /**
45583
- * The key of the KeyValue index.
47307
+ * The key of the KeyValueInfo.
45584
47308
  */
45585
47309
  key: string;
45586
47310
  /**
@@ -45588,7 +47312,7 @@ export declare namespace tls {
45588
47312
  */
45589
47313
  sqlFlag: boolean;
45590
47314
  /**
45591
- * The type of value.
47315
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45592
47316
  */
45593
47317
  valueType: string;
45594
47318
  }
@@ -45606,7 +47330,7 @@ export declare namespace tls {
45606
47330
  */
45607
47331
  includeChinese: boolean;
45608
47332
  /**
45609
- * The key of the KeyValue index.
47333
+ * The key of the KeyValueInfo.
45610
47334
  */
45611
47335
  key: string;
45612
47336
  /**
@@ -45614,7 +47338,7 @@ export declare namespace tls {
45614
47338
  */
45615
47339
  sqlFlag: boolean;
45616
47340
  /**
45617
- * The type of value.
47341
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45618
47342
  */
45619
47343
  valueType: string;
45620
47344
  }
@@ -45648,6 +47372,24 @@ export declare namespace tls {
45648
47372
  */
45649
47373
  prevOver: boolean;
45650
47374
  }
47375
+ interface GetLogCursorsLogCursor {
47376
+ /**
47377
+ * The cursor value.
47378
+ */
47379
+ cursor: string;
47380
+ /**
47381
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
47382
+ */
47383
+ from: string;
47384
+ /**
47385
+ * The ID of the shard.
47386
+ */
47387
+ shardId: number;
47388
+ /**
47389
+ * The ID of the topic.
47390
+ */
47391
+ topicId: string;
47392
+ }
45651
47393
  interface GetLogHistogramsHistogramInfo {
45652
47394
  /**
45653
47395
  * The count.
@@ -47489,13 +49231,17 @@ export declare namespace tls {
47489
49231
  /**
47490
49232
  * The delimiter of the FullTextInfo.
47491
49233
  */
47492
- delimiter?: string;
49234
+ delimiter: string;
47493
49235
  /**
47494
49236
  * Whether the FullTextInfo include chinese.
47495
49237
  */
47496
49238
  includeChinese?: boolean;
47497
49239
  }
47498
49240
  interface IndexKeyValue {
49241
+ /**
49242
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49243
+ */
49244
+ autoIndexFlag?: boolean;
47499
49245
  /**
47500
49246
  * Whether the value is case sensitive.
47501
49247
  */
@@ -47512,6 +49258,10 @@ export declare namespace tls {
47512
49258
  * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47513
49259
  */
47514
49260
  indexAll?: boolean;
49261
+ /**
49262
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49263
+ */
49264
+ indexSqlAll?: boolean;
47515
49265
  /**
47516
49266
  * The JSON subfield key value index.
47517
49267
  */
@@ -47534,12 +49284,20 @@ export declare namespace tls {
47534
49284
  * The key of the subfield key value index.
47535
49285
  */
47536
49286
  key: string;
49287
+ /**
49288
+ * Whether the filed is enabled for analysis.
49289
+ */
49290
+ sqlFlag?: boolean;
47537
49291
  /**
47538
49292
  * The type of value. Valid values: `long`, `double`, `text`.
47539
49293
  */
47540
49294
  valueType: string;
47541
49295
  }
47542
49296
  interface IndexUserInnerKeyValue {
49297
+ /**
49298
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49299
+ */
49300
+ autoIndexFlag?: boolean;
47543
49301
  /**
47544
49302
  * Whether the value is case sensitive.
47545
49303
  */
@@ -47552,6 +49310,14 @@ export declare namespace tls {
47552
49310
  * Whether the value include chinese.
47553
49311
  */
47554
49312
  includeChinese?: boolean;
49313
+ /**
49314
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49315
+ */
49316
+ indexAll?: boolean;
49317
+ /**
49318
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49319
+ */
49320
+ indexSqlAll?: boolean;
47555
49321
  /**
47556
49322
  * The JSON subfield key value index.
47557
49323
  */
@@ -47574,6 +49340,10 @@ export declare namespace tls {
47574
49340
  * The key of the subfield key value index.
47575
49341
  */
47576
49342
  key: string;
49343
+ /**
49344
+ * Whether the filed is enabled for analysis.
49345
+ */
49346
+ sqlFlag?: boolean;
47577
49347
  /**
47578
49348
  * The type of value. Valid values: `long`, `double`, `text`.
47579
49349
  */
@@ -47609,7 +49379,7 @@ export declare namespace tls {
47609
49379
  */
47610
49380
  modifyTime: string;
47611
49381
  /**
47612
- * The topic id of the tls index.
49382
+ * The topic id of tls index.
47613
49383
  */
47614
49384
  topicId: string;
47615
49385
  /**
@@ -47632,6 +49402,10 @@ export declare namespace tls {
47632
49402
  includeChinese: boolean;
47633
49403
  }
47634
49404
  interface IndexesTlsIndexKeyValue {
49405
+ /**
49406
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49407
+ */
49408
+ autoIndexFlag: boolean;
47635
49409
  /**
47636
49410
  * Whether the value is case sensitive.
47637
49411
  */
@@ -47645,15 +49419,19 @@ export declare namespace tls {
47645
49419
  */
47646
49420
  includeChinese: boolean;
47647
49421
  /**
47648
- * Whether to create indexes for all fields in JSON fields with text values.
49422
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47649
49423
  */
47650
49424
  indexAll: boolean;
49425
+ /**
49426
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49427
+ */
49428
+ indexSqlAll: boolean;
47651
49429
  /**
47652
49430
  * The JSON subfield key value index.
47653
49431
  */
47654
49432
  jsonKeys: outputs.tls.IndexesTlsIndexKeyValueJsonKey[];
47655
49433
  /**
47656
- * The key of the KeyValue index.
49434
+ * The key of the KeyValueInfo.
47657
49435
  */
47658
49436
  key: string;
47659
49437
  /**
@@ -47661,7 +49439,7 @@ export declare namespace tls {
47661
49439
  */
47662
49440
  sqlFlag: boolean;
47663
49441
  /**
47664
- * The type of value.
49442
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47665
49443
  */
47666
49444
  valueType: string;
47667
49445
  }
@@ -47679,7 +49457,7 @@ export declare namespace tls {
47679
49457
  */
47680
49458
  includeChinese: boolean;
47681
49459
  /**
47682
- * The key of the KeyValue index.
49460
+ * The key of the KeyValueInfo.
47683
49461
  */
47684
49462
  key: string;
47685
49463
  /**
@@ -47687,11 +49465,15 @@ export declare namespace tls {
47687
49465
  */
47688
49466
  sqlFlag: boolean;
47689
49467
  /**
47690
- * The type of value.
49468
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47691
49469
  */
47692
49470
  valueType: string;
47693
49471
  }
47694
49472
  interface IndexesTlsIndexUserInnerKeyValue {
49473
+ /**
49474
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49475
+ */
49476
+ autoIndexFlag: boolean;
47695
49477
  /**
47696
49478
  * Whether the value is case sensitive.
47697
49479
  */
@@ -47704,12 +49486,20 @@ export declare namespace tls {
47704
49486
  * Whether the value include chinese.
47705
49487
  */
47706
49488
  includeChinese: boolean;
49489
+ /**
49490
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49491
+ */
49492
+ indexAll: boolean;
49493
+ /**
49494
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49495
+ */
49496
+ indexSqlAll: boolean;
47707
49497
  /**
47708
49498
  * The JSON subfield key value index.
47709
49499
  */
47710
49500
  jsonKeys: outputs.tls.IndexesTlsIndexUserInnerKeyValueJsonKey[];
47711
49501
  /**
47712
- * The key of the KeyValue index.
49502
+ * The key of the KeyValueInfo.
47713
49503
  */
47714
49504
  key: string;
47715
49505
  /**
@@ -47717,7 +49507,7 @@ export declare namespace tls {
47717
49507
  */
47718
49508
  sqlFlag: boolean;
47719
49509
  /**
47720
- * The type of value.
49510
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47721
49511
  */
47722
49512
  valueType: string;
47723
49513
  }
@@ -47735,7 +49525,7 @@ export declare namespace tls {
47735
49525
  */
47736
49526
  includeChinese: boolean;
47737
49527
  /**
47738
- * The key of the KeyValue index.
49528
+ * The key of the KeyValueInfo.
47739
49529
  */
47740
49530
  key: string;
47741
49531
  /**
@@ -47743,7 +49533,7 @@ export declare namespace tls {
47743
49533
  */
47744
49534
  sqlFlag: boolean;
47745
49535
  /**
47746
- * The type of value.
49536
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47747
49537
  */
47748
49538
  valueType: string;
47749
49539
  }
@@ -47777,6 +49567,24 @@ export declare namespace tls {
47777
49567
  */
47778
49568
  prevOver: boolean;
47779
49569
  }
49570
+ interface LogCursorsLogCursor {
49571
+ /**
49572
+ * The cursor value.
49573
+ */
49574
+ cursor: string;
49575
+ /**
49576
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
49577
+ */
49578
+ from: string;
49579
+ /**
49580
+ * The ID of the shard.
49581
+ */
49582
+ shardId: number;
49583
+ /**
49584
+ * The ID of the topic.
49585
+ */
49586
+ topicId: string;
49587
+ }
47780
49588
  interface LogHistogramsHistogramInfo {
47781
49589
  /**
47782
49590
  * The count.