@volcengine/pulumi 0.0.44 → 0.0.45

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 (267) 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/package.json +1 -1
  189. package/tls/checkPoints.d.ts +109 -0
  190. package/tls/checkPoints.js +58 -0
  191. package/tls/checkPoints.js.map +1 -0
  192. package/tls/describeTraces.d.ts +4 -4
  193. package/tls/describeTraces.js +4 -4
  194. package/tls/downloadTask.d.ts +13 -9
  195. package/tls/downloadTask.js +13 -9
  196. package/tls/downloadTask.js.map +1 -1
  197. package/tls/downloadTasks.d.ts +4 -6
  198. package/tls/downloadTasks.js +4 -6
  199. package/tls/downloadTasks.js.map +1 -1
  200. package/tls/downloadUrls.d.ts +2 -2
  201. package/tls/downloadUrls.js +2 -2
  202. package/tls/etlTask.d.ts +1 -1
  203. package/tls/etlTask.js +1 -1
  204. package/tls/getCheckPoints.d.ts +107 -0
  205. package/tls/getCheckPoints.js +55 -0
  206. package/tls/getCheckPoints.js.map +1 -0
  207. package/tls/getDescribeTraces.d.ts +4 -4
  208. package/tls/getDescribeTraces.js +4 -4
  209. package/tls/getDownloadTasks.d.ts +4 -6
  210. package/tls/getDownloadTasks.js +4 -6
  211. package/tls/getDownloadTasks.js.map +1 -1
  212. package/tls/getDownloadUrls.d.ts +2 -2
  213. package/tls/getDownloadUrls.js +2 -2
  214. package/tls/getHostGroupRules.d.ts +2 -2
  215. package/tls/getHostGroupRules.js +2 -2
  216. package/tls/getIndexes.d.ts +14 -11
  217. package/tls/getIndexes.js +3 -3
  218. package/tls/getIndexes.js.map +1 -1
  219. package/tls/getLogCursors.d.ts +102 -0
  220. package/tls/getLogCursors.js +52 -0
  221. package/tls/getLogCursors.js.map +1 -0
  222. package/tls/getRuleBoundHostGroups.d.ts +2 -2
  223. package/tls/getRuleBoundHostGroups.js +2 -2
  224. package/tls/getRules.d.ts +8 -8
  225. package/tls/getRules.js +8 -8
  226. package/tls/getSearchTraces.d.ts +10 -4
  227. package/tls/getSearchTraces.js +10 -4
  228. package/tls/getSearchTraces.js.map +1 -1
  229. package/tls/getTags.d.ts +2 -2
  230. package/tls/getTags.js +2 -2
  231. package/tls/hostGroup.d.ts +2 -2
  232. package/tls/hostGroup.js +2 -2
  233. package/tls/hostGroupRules.d.ts +2 -2
  234. package/tls/hostGroupRules.js +2 -2
  235. package/tls/index.d.ts +12 -0
  236. package/tls/index.js +16 -3
  237. package/tls/index.js.map +1 -1
  238. package/tls/index_.d.ts +11 -7
  239. package/tls/index_.js +11 -7
  240. package/tls/index_.js.map +1 -1
  241. package/tls/indexes.d.ts +14 -11
  242. package/tls/indexes.js +3 -3
  243. package/tls/indexes.js.map +1 -1
  244. package/tls/logCursors.d.ts +104 -0
  245. package/tls/logCursors.js +55 -0
  246. package/tls/logCursors.js.map +1 -0
  247. package/tls/project.d.ts +1 -1
  248. package/tls/project.js +1 -1
  249. package/tls/rule.d.ts +10 -10
  250. package/tls/rule.js +10 -10
  251. package/tls/ruleBoundHostGroups.d.ts +2 -2
  252. package/tls/ruleBoundHostGroups.js +2 -2
  253. package/tls/rules.d.ts +8 -8
  254. package/tls/rules.js +8 -8
  255. package/tls/searchTraces.d.ts +10 -4
  256. package/tls/searchTraces.js +10 -4
  257. package/tls/searchTraces.js.map +1 -1
  258. package/tls/shard.d.ts +2 -2
  259. package/tls/shard.js +2 -2
  260. package/tls/shipper.d.ts +1 -1
  261. package/tls/shipper.js +1 -1
  262. package/tls/tags.d.ts +2 -2
  263. package/tls/tags.js +2 -2
  264. package/tls/traceInstance.d.ts +1 -1
  265. package/tls/traceInstance.js +1 -1
  266. package/types/input.d.ts +79 -1
  267. package/types/output.d.ts +1744 -230
package/types/output.d.ts CHANGED
@@ -23380,6 +23380,20 @@ 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
23399
  * The user access key id.
@@ -23398,429 +23412,1711 @@ export declare namespace iam {
23398
23412
  */
23399
23413
  updateDate: string;
23400
23414
  /**
23401
- * The user names.
23415
+ * The user name.
23402
23416
  */
23403
23417
  userName: string;
23404
23418
  }
23405
- interface GetAccessKeysAccessKeyMetadata {
23419
+ interface AccountSummariesAccountSummary {
23406
23420
  /**
23407
- * The user access key id.
23421
+ * The quota of access keys per account.
23408
23422
  */
23409
- accessKeyId: string;
23423
+ accessKeysPerAccountQuota: number;
23410
23424
  /**
23411
- * The user access key create date.
23425
+ * The quota of access keys per user.
23412
23426
  */
23413
- createDate: string;
23427
+ accessKeysPerUserQuota: number;
23414
23428
  /**
23415
- * The user access key status.
23429
+ * The quota of attached policies per group.
23416
23430
  */
23417
- status: string;
23431
+ attachedPoliciesPerGroupQuota: number;
23418
23432
  /**
23419
- * The user access key update date.
23433
+ * The quota of attached policies per role.
23420
23434
  */
23421
- updateDate: string;
23435
+ attachedPoliciesPerRoleQuota: number;
23422
23436
  /**
23423
- * The user names.
23437
+ * The quota of attached policies per user.
23424
23438
  */
23425
- userName: string;
23426
- }
23427
- interface GetOidcProvidersOidcProvider {
23439
+ attachedPoliciesPerUserQuota: number;
23428
23440
  /**
23429
- * The client IDs of the OIDC provider.
23441
+ * The quota of attached system policies per group.
23430
23442
  */
23431
- clientIds: string[];
23443
+ attachedSystemPoliciesPerGroupQuota: number;
23432
23444
  /**
23433
- * The create date of the OIDC provider.
23445
+ * The quota of attached system policies per role.
23434
23446
  */
23435
- createDate: string;
23447
+ attachedSystemPoliciesPerRoleQuota: number;
23436
23448
  /**
23437
- * The description of the OIDC provider.
23449
+ * The quota of attached system policies per user.
23438
23450
  */
23439
- description: string;
23451
+ attachedSystemPoliciesPerUserQuota: number;
23440
23452
  /**
23441
- * The issuance limit time of the OIDC provider.
23453
+ * The quota of groups per user.
23442
23454
  */
23443
- issuanceLimitTime: number;
23455
+ groupsPerUserQuota: number;
23444
23456
  /**
23445
- * The URL of the OIDC provider.
23457
+ * The quota of groups.
23446
23458
  */
23447
- issuerUrl: string;
23459
+ groupsQuota: number;
23448
23460
  /**
23449
- * The name of the OIDC provider.
23461
+ * The usage of groups.
23450
23462
  */
23451
- providerName: string;
23463
+ groupsUsage: number;
23452
23464
  /**
23453
- * The thumbprints of the OIDC provider.
23465
+ * The quota of policies.
23454
23466
  */
23455
- thumbprints: string[];
23467
+ policiesQuota: number;
23456
23468
  /**
23457
- * The trn of OIDC provider.
23469
+ * The usage of policies.
23458
23470
  */
23459
- trn: string;
23471
+ policiesUsage: number;
23460
23472
  /**
23461
- * The update date of the OIDC provider.
23473
+ * The size of policy.
23462
23474
  */
23463
- updateDate: string;
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;
23464
23492
  }
23465
- interface GetPoliciesPolicy {
23493
+ interface AllowedIpAddressIpList {
23466
23494
  /**
23467
- * The create time of the Policy.
23495
+ * The description of the IP address.
23468
23496
  */
23469
- createDate: string;
23497
+ description?: string;
23470
23498
  /**
23471
- * The description of the Policy.
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.
23472
23520
  */
23473
23521
  description: string;
23474
23522
  /**
23475
- * The ID of the Policy.
23523
+ * The IP address.
23476
23524
  */
23477
- id: string;
23525
+ ip: string;
23526
+ }
23527
+ interface CallerIdentitiesCallerIdentity {
23478
23528
  /**
23479
- * The document of the Policy.
23529
+ * The account id.
23480
23530
  */
23481
- policyDocument: string;
23531
+ accountId: string;
23482
23532
  /**
23483
- * The name of the Policy.
23533
+ * The identity id.
23484
23534
  */
23485
- policyName: string;
23535
+ identityId: string;
23486
23536
  /**
23487
- * The resource name of the Policy.
23537
+ * The identity type.
23488
23538
  */
23489
- policyTrn: string;
23539
+ identityType: string;
23490
23540
  /**
23491
- * The type of the Policy.
23541
+ * The trn.
23492
23542
  */
23493
- policyType: string;
23543
+ trn: string;
23544
+ }
23545
+ interface EntitiesPoliciesRole {
23494
23546
  /**
23495
- * The role attach time of the Policy.The data show only query with role_name.
23547
+ * The attach date of the policy scope.
23496
23548
  */
23497
- roleAttachDate: string;
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[];
23498
23566
  /**
23499
- * The name of the IAM role.
23567
+ * The name of the role.
23500
23568
  */
23501
23569
  roleName: string;
23570
+ }
23571
+ interface EntitiesPoliciesRolePolicyScope {
23502
23572
  /**
23503
- * The update time of the Policy.
23573
+ * The attach date of the policy scope.
23504
23574
  */
23505
- updateDate: string;
23575
+ attachDate: string;
23506
23576
  /**
23507
- * The user attach time of the Policy.The data show only query with user_name.
23577
+ * The type of the policy scope.
23508
23578
  */
23509
- userAttachDate: string;
23579
+ policyScopeType: string;
23510
23580
  /**
23511
- * The name of the IAM user.
23581
+ * The display name of the project.
23512
23582
  */
23513
- userName: string;
23583
+ projectDisplayName: string;
23584
+ /**
23585
+ * The name of the project.
23586
+ */
23587
+ projectName: string;
23514
23588
  }
23515
- interface GetRolesRole {
23589
+ interface EntitiesPoliciesUser {
23516
23590
  /**
23517
- * The create time of the Role.
23591
+ * The attach date of the policy scope.
23518
23592
  */
23519
- createDate: string;
23593
+ attachDate: string;
23520
23594
  /**
23521
- * The description of the Role.
23595
+ * The description of the user.
23522
23596
  */
23523
23597
  description: string;
23524
23598
  /**
23525
- * The ID of the Role.
23599
+ * The display name of the user.
23526
23600
  */
23527
- id: string;
23601
+ displayName: string;
23528
23602
  /**
23529
- * The name of the Role, comma separated.
23603
+ * The id of the user.
23530
23604
  */
23531
- roleName: string;
23605
+ id: number;
23532
23606
  /**
23533
- * The resource name of the Role.
23607
+ * The scope of the policy.
23534
23608
  */
23535
- trn: string;
23609
+ policyScopes: outputs.iam.EntitiesPoliciesUserPolicyScope[];
23536
23610
  /**
23537
- * The trust policy document of the Role.
23611
+ * The name of the user.
23538
23612
  */
23539
- trustPolicyDocument: string;
23613
+ userName: string;
23540
23614
  }
23541
- interface GetSamlProvidersProvider {
23615
+ interface EntitiesPoliciesUserGroup {
23542
23616
  /**
23543
- * Identity provider creation time, such as 20150123T123318Z.
23617
+ * The attach date of the policy scope.
23544
23618
  */
23545
- createDate: string;
23619
+ attachDate: string;
23546
23620
  /**
23547
- * The description of the SAML provider.
23621
+ * The description of the user.
23548
23622
  */
23549
23623
  description: string;
23550
23624
  /**
23551
- * Metadata document, encoded in Base64.
23625
+ * The display name of the user.
23552
23626
  */
23553
- encodedSamlMetadataDocument: string;
23627
+ displayName: string;
23554
23628
  /**
23555
- * The name of the SAML provider.
23629
+ * The id of the user.
23556
23630
  */
23557
- samlProviderName: string;
23631
+ id: number;
23558
23632
  /**
23559
- * SSO types, 1. Role-based SSO, 2. User-based SSO.
23633
+ * The scope of the policy.
23560
23634
  */
23561
- ssoType: number;
23635
+ policyScopes: outputs.iam.EntitiesPoliciesUserGroupPolicyScope[];
23562
23636
  /**
23563
- * User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
23637
+ * The name of the user group.
23564
23638
  */
23565
- status: number;
23639
+ userGroupName: string;
23640
+ }
23641
+ interface EntitiesPoliciesUserGroupPolicyScope {
23566
23642
  /**
23567
- * The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
23643
+ * The attach date of the policy scope.
23568
23644
  */
23569
- trn: string;
23645
+ attachDate: string;
23570
23646
  /**
23571
- * Identity provider update time, such as: 20150123T123318Z.
23647
+ * The type of the policy scope.
23572
23648
  */
23573
- updateDate: string;
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;
23574
23658
  }
23575
- interface GetUserGroupPolicyAttachmentsPolicy {
23659
+ interface EntitiesPoliciesUserPolicyScope {
23576
23660
  /**
23577
- * Attached time.
23661
+ * The attach date of the policy scope.
23578
23662
  */
23579
23663
  attachDate: string;
23580
23664
  /**
23581
- * The description.
23665
+ * The type of the policy scope.
23582
23666
  */
23583
- description: string;
23667
+ policyScopeType: string;
23584
23668
  /**
23585
- * Name of the policy.
23669
+ * The display name of the project.
23586
23670
  */
23587
- policyName: string;
23671
+ projectDisplayName: string;
23588
23672
  /**
23589
- * Resource name of the strategy.
23673
+ * The name of the project.
23590
23674
  */
23591
- policyTrn: string;
23675
+ projectName: string;
23676
+ }
23677
+ interface GetAccessKeyLastUsedsAccessKeyLastUsed {
23592
23678
  /**
23593
- * The type of the policy.
23679
+ * The region of the last used.
23594
23680
  */
23595
- policyType: string;
23596
- }
23597
- interface GetUserGroupsUserGroup {
23681
+ region: string;
23598
23682
  /**
23599
- * The id of the account.
23683
+ * The request time of the last used.
23600
23684
  */
23601
- accountId: number;
23685
+ requestTime: string;
23602
23686
  /**
23603
- * The creation date of the user group.
23687
+ * The service of the last used.
23604
23688
  */
23605
- createDate: string;
23689
+ service: string;
23690
+ }
23691
+ interface GetAccessKeysAccessKeyMetadata {
23606
23692
  /**
23607
- * The description of the user group.
23693
+ * The user access key id.
23608
23694
  */
23609
- description: string;
23695
+ accessKeyId: string;
23610
23696
  /**
23611
- * The display name of the user group.
23697
+ * The user access key create date.
23612
23698
  */
23613
- displayName: string;
23699
+ createDate: string;
23614
23700
  /**
23615
- * The update date of the user group.
23701
+ * The user access key status.
23702
+ */
23703
+ status: string;
23704
+ /**
23705
+ * The user access key update date.
23616
23706
  */
23617
23707
  updateDate: string;
23618
23708
  /**
23619
- * The name of the user group.
23709
+ * The user name.
23620
23710
  */
23621
- userGroupName: string;
23711
+ userName: string;
23622
23712
  }
23623
- interface GetUsersUser {
23713
+ interface GetAccountSummariesAccountSummary {
23624
23714
  /**
23625
- * Main account ID to which the sub-user belongs.
23715
+ * The quota of access keys per account.
23626
23716
  */
23627
- accountId: string;
23717
+ accessKeysPerAccountQuota: number;
23628
23718
  /**
23629
- * The create date of the user.
23719
+ * The quota of access keys per user.
23630
23720
  */
23631
- createDate: string;
23721
+ accessKeysPerUserQuota: number;
23632
23722
  /**
23633
- * The description of the user.
23723
+ * The quota of attached policies per group.
23634
23724
  */
23635
- description: string;
23725
+ attachedPoliciesPerGroupQuota: number;
23636
23726
  /**
23637
- * The display name of the user.
23727
+ * The quota of attached policies per role.
23638
23728
  */
23639
- displayName: string;
23729
+ attachedPoliciesPerRoleQuota: number;
23640
23730
  /**
23641
- * The email of the user.
23731
+ * The quota of attached policies per user.
23642
23732
  */
23643
- email: string;
23733
+ attachedPoliciesPerUserQuota: number;
23644
23734
  /**
23645
- * Whether the email has been verified.
23735
+ * The quota of attached system policies per group.
23646
23736
  */
23647
- emailIsVerify: boolean;
23737
+ attachedSystemPoliciesPerGroupQuota: number;
23648
23738
  /**
23649
- * The mobile phone of the user.
23739
+ * The quota of attached system policies per role.
23650
23740
  */
23651
- mobilePhone: string;
23741
+ attachedSystemPoliciesPerRoleQuota: number;
23652
23742
  /**
23653
- * Whether the phone number has been verified.
23743
+ * The quota of attached system policies per user.
23654
23744
  */
23655
- mobilePhoneIsVerify: boolean;
23745
+ attachedSystemPoliciesPerUserQuota: number;
23656
23746
  /**
23657
- * The trn of the user.
23747
+ * The quota of groups per user.
23658
23748
  */
23659
- trn: string;
23749
+ groupsPerUserQuota: number;
23660
23750
  /**
23661
- * The update date of the user.
23751
+ * The quota of groups.
23662
23752
  */
23663
- updateDate: string;
23753
+ groupsQuota: number;
23664
23754
  /**
23665
- * The id of the user.
23755
+ * The usage of groups.
23666
23756
  */
23667
- userId: string;
23757
+ groupsUsage: number;
23668
23758
  /**
23669
- * The name of the user.
23759
+ * The quota of policies.
23670
23760
  */
23671
- userName: string;
23672
- }
23673
- interface OidcProvidersOidcProvider {
23761
+ policiesQuota: number;
23674
23762
  /**
23675
- * The client IDs of the OIDC provider.
23763
+ * The usage of policies.
23676
23764
  */
23677
- clientIds: string[];
23765
+ policiesUsage: number;
23678
23766
  /**
23679
- * The create date of the OIDC provider.
23767
+ * The size of policy.
23680
23768
  */
23681
- createDate: string;
23769
+ policySize: number;
23682
23770
  /**
23683
- * The description of the OIDC provider.
23771
+ * The quota of roles.
23684
23772
  */
23685
- description: string;
23773
+ rolesQuota: number;
23686
23774
  /**
23687
- * The issuance limit time of the OIDC provider.
23775
+ * The usage of roles.
23688
23776
  */
23689
- issuanceLimitTime: number;
23777
+ rolesUsage: number;
23690
23778
  /**
23691
- * The URL of the OIDC provider.
23779
+ * The quota of users.
23692
23780
  */
23693
- issuerUrl: string;
23781
+ usersQuota: number;
23694
23782
  /**
23695
- * The name of the OIDC provider.
23783
+ * The usage of users.
23696
23784
  */
23697
- providerName: string;
23785
+ usersUsage: number;
23786
+ }
23787
+ interface GetAllowedIpAddressesAllowedIpAddress {
23698
23788
  /**
23699
- * The thumbprints of the OIDC provider.
23789
+ * Whether to enable the IP whitelist.
23700
23790
  */
23701
- thumbprints: string[];
23791
+ enableIpList: boolean;
23702
23792
  /**
23703
- * The trn of OIDC provider.
23793
+ * The IP whitelist list.
23704
23794
  */
23705
- trn: string;
23795
+ ipLists: outputs.iam.GetAllowedIpAddressesAllowedIpAddressIpList[];
23706
23796
  /**
23707
- * The update date of the OIDC provider.
23797
+ * The quota of the IP whitelist.
23708
23798
  */
23709
- updateDate: string;
23799
+ quota: number;
23710
23800
  }
23711
- interface PoliciesPolicy {
23801
+ interface GetAllowedIpAddressesAllowedIpAddressIpList {
23712
23802
  /**
23713
- * The create time of the Policy.
23803
+ * The description of the IP address.
23714
23804
  */
23715
- createDate: string;
23805
+ description: string;
23716
23806
  /**
23717
- * The description of the Policy.
23807
+ * The IP address.
23718
23808
  */
23719
- description: string;
23809
+ ip: string;
23810
+ }
23811
+ interface GetCallerIdentitiesCallerIdentity {
23720
23812
  /**
23721
- * The ID of the Policy.
23813
+ * The account id.
23722
23814
  */
23723
- id: string;
23815
+ accountId: string;
23724
23816
  /**
23725
- * The document of the Policy.
23817
+ * The identity id.
23726
23818
  */
23727
- policyDocument: string;
23819
+ identityId: string;
23728
23820
  /**
23729
- * The name of the Policy.
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.
24448
+ */
24449
+ policyScopes: outputs.iam.GetUserGroupPolicyAttachmentsPolicyPolicyScope[];
24450
+ /**
24451
+ * Resource name of the strategy.
24452
+ */
24453
+ policyTrn: string;
24454
+ /**
24455
+ * The type of the policy.
24456
+ */
24457
+ policyType: string;
24458
+ }
24459
+ interface GetUserGroupPolicyAttachmentsPolicyPolicyScope {
24460
+ /**
24461
+ * The attach date of the policy scope.
24462
+ */
24463
+ attachDate: string;
24464
+ /**
24465
+ * The type of the policy scope.
24466
+ */
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;
24476
+ }
24477
+ interface GetUserGroupsUserGroup {
24478
+ /**
24479
+ * The id of the account.
24480
+ */
24481
+ accountId: number;
24482
+ /**
24483
+ * The creation date of the user group.
24484
+ */
24485
+ createDate: string;
24486
+ /**
24487
+ * The description of the user group.
24488
+ */
24489
+ description: string;
24490
+ /**
24491
+ * The display name of the user group.
24492
+ */
24493
+ displayName: string;
24494
+ /**
24495
+ * The update date of the user group.
24496
+ */
24497
+ updateDate: string;
24498
+ /**
24499
+ * The id of the user group.
24500
+ */
24501
+ userGroupId: number;
24502
+ /**
24503
+ * The name of the user group.
24504
+ */
24505
+ userGroupName: string;
24506
+ }
24507
+ interface GetUserPolicyAttachmentsPolicy {
24508
+ /**
24509
+ * The attach date of the policy scope.
24510
+ */
24511
+ attachDate: string;
24512
+ /**
24513
+ * The description of the policy.
24514
+ */
24515
+ description: string;
24516
+ /**
24517
+ * The name of the policy.
24518
+ */
24519
+ policyName: string;
24520
+ /**
24521
+ * The scope of the policy.
24522
+ */
24523
+ policyScopes: outputs.iam.GetUserPolicyAttachmentsPolicyPolicyScope[];
24524
+ /**
24525
+ * The trn of the policy.
24526
+ */
24527
+ policyTrn: string;
24528
+ /**
24529
+ * The type of the policy.
24530
+ */
24531
+ policyType: string;
24532
+ }
24533
+ interface GetUserPolicyAttachmentsPolicyPolicyScope {
24534
+ /**
24535
+ * The attach date of the policy scope.
24536
+ */
24537
+ attachDate: string;
24538
+ /**
24539
+ * The type of the policy scope.
24540
+ */
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;
24550
+ }
24551
+ interface GetUsersUser {
24552
+ /**
24553
+ * Main account ID to which the sub-user belongs.
24554
+ */
24555
+ accountId: string;
24556
+ /**
24557
+ * The create date of the user.
24558
+ */
24559
+ createDate: string;
24560
+ /**
24561
+ * The description of the user.
24562
+ */
24563
+ description: string;
24564
+ /**
24565
+ * The display name of the user.
24566
+ */
24567
+ displayName: string;
24568
+ /**
24569
+ * The email of the user.
24570
+ */
24571
+ email: string;
24572
+ /**
24573
+ * Whether the email has been verified.
24574
+ */
24575
+ emailIsVerify: boolean;
24576
+ /**
24577
+ * The mobile phone of the user.
24578
+ */
24579
+ mobilePhone: string;
24580
+ /**
24581
+ * Whether the phone number has been verified.
24582
+ */
24583
+ mobilePhoneIsVerify: boolean;
24584
+ /**
24585
+ * Tags.
24586
+ */
24587
+ tags?: outputs.iam.GetUsersUserTag[];
24588
+ /**
24589
+ * The trn of the user.
24590
+ */
24591
+ trn: string;
24592
+ /**
24593
+ * The update date of the user.
24594
+ */
24595
+ updateDate: string;
24596
+ /**
24597
+ * The id of the user.
24598
+ */
24599
+ userId: string;
24600
+ /**
24601
+ * The name of the user.
24602
+ */
24603
+ userName: string;
24604
+ }
24605
+ interface GetUsersUserTag {
24606
+ /**
24607
+ * The Key of Tags.
24608
+ */
24609
+ key: string;
24610
+ /**
24611
+ * The Value of Tags.
24612
+ */
24613
+ value: string;
24614
+ }
24615
+ interface GroupUsersUserGroup {
24616
+ /**
24617
+ * The description of the user group.
24618
+ */
24619
+ description: string;
24620
+ /**
24621
+ * The display name of the user group.
24622
+ */
24623
+ displayName: string;
24624
+ /**
24625
+ * The join date of the user group.
24626
+ */
24627
+ joinDate: string;
24628
+ /**
24629
+ * The id of the user group.
24630
+ */
24631
+ userGroupId: number;
24632
+ /**
24633
+ * The name of the user group.
24634
+ */
24635
+ userGroupName: string;
24636
+ }
24637
+ interface IdentityProvidersProvider {
24638
+ /**
24639
+ * The create date of the identity provider.
24640
+ */
24641
+ createDate: string;
24642
+ /**
24643
+ * The description of the identity provider.
24644
+ */
24645
+ description: string;
24646
+ /**
24647
+ * The type of the identity provider.
24648
+ */
24649
+ idpType: number;
24650
+ /**
24651
+ * The name of the identity provider.
24652
+ */
24653
+ providerName: string;
24654
+ /**
24655
+ * The SSO type of the identity provider.
24656
+ */
24657
+ ssoType: number;
24658
+ /**
24659
+ * The status of the identity provider.
24660
+ */
24661
+ status: number;
24662
+ /**
24663
+ * The TRN of the identity provider.
24664
+ */
24665
+ trn: string;
24666
+ /**
24667
+ * The update date of the identity provider.
24668
+ */
24669
+ updateDate: string;
24670
+ }
24671
+ interface LoginProfilesLoginProfile {
24672
+ /**
24673
+ * The create date.
24674
+ */
24675
+ createDate: string;
24676
+ /**
24677
+ * The last login date.
24678
+ */
24679
+ lastLoginDate: string;
24680
+ /**
24681
+ * The last login ip.
24682
+ */
24683
+ lastLoginIp: string;
24684
+ /**
24685
+ * The last reset password time.
24686
+ */
24687
+ lastResetPasswordTime: number;
24688
+ /**
24689
+ * The flag of login allowed.
24690
+ */
24691
+ loginAllowed: boolean;
24692
+ /**
24693
+ * The flag of login locked.
24694
+ */
24695
+ loginLocked: boolean;
24696
+ /**
24697
+ * The password expire at.
24698
+ */
24699
+ passwordExpireAt: number;
24700
+ /**
24701
+ * Is required reset password when next time login in.
24702
+ */
24703
+ passwordResetRequired: boolean;
24704
+ /**
24705
+ * The duration of safe auth exempt.
24706
+ */
24707
+ safeAuthExemptDuration: number;
24708
+ /**
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.
24726
+ */
24727
+ updateDate: string;
24728
+ /**
24729
+ * The user id.
24730
+ */
24731
+ userId: number;
24732
+ /**
24733
+ * The user name.
24734
+ */
24735
+ userName: string;
24736
+ }
24737
+ interface OauthProvidersProvider {
24738
+ /**
24739
+ * The authorize template of the OAuth provider.
24740
+ */
24741
+ authorizeTemplate: string;
24742
+ /**
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.
24756
+ */
24757
+ createDate: string;
24758
+ /**
24759
+ * The description of the OAuth provider.
24760
+ */
24761
+ description: string;
24762
+ /**
24763
+ * The identity map type of the OAuth provider.
24764
+ */
24765
+ identityMapType: number;
24766
+ /**
24767
+ * The idp identity key of the OAuth provider.
24768
+ */
24769
+ idpIdentityKey: string;
24770
+ /**
24771
+ * The name of the OAuth provider.
24772
+ */
24773
+ oauthProviderName: string;
24774
+ /**
24775
+ * The id of the OAuth provider.
24776
+ */
24777
+ providerId: string;
24778
+ /**
24779
+ * The scope of the OAuth provider.
24780
+ */
24781
+ scope: string;
24782
+ /**
24783
+ * The SSO type of the OAuth provider.
24784
+ */
24785
+ ssoType: number;
24786
+ /**
24787
+ * The status of the OAuth provider.
24788
+ */
24789
+ status: number;
24790
+ /**
24791
+ * The token url of the OAuth provider.
24792
+ */
24793
+ tokenUrl: string;
24794
+ /**
24795
+ * The trn of the OAuth provider.
24796
+ */
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;
24806
+ }
24807
+ interface OidcProvidersOidcProvider {
24808
+ /**
24809
+ * The client IDs of the OIDC provider.
24810
+ */
24811
+ clientIds: string[];
24812
+ /**
24813
+ * The create date of the OIDC provider.
24814
+ */
24815
+ createDate: string;
24816
+ /**
24817
+ * The description of the OIDC provider.
24818
+ */
24819
+ description: string;
24820
+ /**
24821
+ * The issuance limit time of the OIDC provider.
24822
+ */
24823
+ issuanceLimitTime: number;
24824
+ /**
24825
+ * The URL of the OIDC provider.
24826
+ */
24827
+ issuerUrl: string;
24828
+ /**
24829
+ * The name of the OIDC provider.
24830
+ */
24831
+ providerName: string;
24832
+ /**
24833
+ * The thumbprints of the OIDC provider.
24834
+ */
24835
+ thumbprints: string[];
24836
+ /**
24837
+ * The trn of OIDC provider.
24838
+ */
24839
+ trn: string;
24840
+ /**
24841
+ * The update date of the OIDC provider.
24842
+ */
24843
+ updateDate: string;
24844
+ }
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;
24854
+ /**
24855
+ * The create time of the Policy.
24856
+ */
24857
+ createDate: string;
24858
+ /**
24859
+ * The description of the Policy.
24860
+ */
24861
+ description: string;
24862
+ /**
24863
+ * The ID of the Policy.
24864
+ */
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;
24896
+ /**
24897
+ * The description of the policy.
24898
+ */
24899
+ description: string;
24900
+ /**
24901
+ * The name of the policy.
24902
+ */
24903
+ policyName: string;
24904
+ /**
24905
+ * The scope of the policy.
24906
+ */
24907
+ policyScopes: outputs.iam.RolePolicyAttachmentsPolicyPolicyScope[];
24908
+ /**
24909
+ * The trn of the policy.
24910
+ */
24911
+ policyTrn: string;
24912
+ /**
24913
+ * The type of the policy.
24914
+ */
24915
+ policyType: string;
24916
+ }
24917
+ interface RolePolicyAttachmentsPolicyPolicyScope {
24918
+ /**
24919
+ * The attach date of the policy scope.
24920
+ */
24921
+ attachDate: string;
24922
+ /**
24923
+ * The type of the policy scope.
24924
+ */
24925
+ policyScopeType: string;
24926
+ /**
24927
+ * The display name of the project.
24928
+ */
24929
+ projectDisplayName: string;
24930
+ /**
24931
+ * The name of the project.
24932
+ */
24933
+ projectName: string;
24934
+ }
24935
+ interface RoleTag {
24936
+ /**
24937
+ * The Key of Tags.
24938
+ */
24939
+ key: string;
24940
+ /**
24941
+ * The Value of Tags.
24942
+ */
24943
+ value: string;
24944
+ }
24945
+ interface RolesRole {
24946
+ /**
24947
+ * The create time of the Role.
24948
+ */
24949
+ createDate: string;
24950
+ /**
24951
+ * The description of the Role.
24952
+ */
24953
+ description: string;
24954
+ /**
24955
+ * The display name of the Role.
24956
+ */
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;
24966
+ /**
24967
+ * The id of the Role.
24968
+ */
24969
+ roleId: number;
24970
+ /**
24971
+ * The name of the Role.
24972
+ */
24973
+ roleName: string;
24974
+ /**
24975
+ * Tags.
24976
+ */
24977
+ tags: outputs.iam.RolesRoleTag[];
24978
+ /**
24979
+ * The resource name of the Role.
24980
+ */
24981
+ trn: string;
24982
+ /**
24983
+ * The trust policy document of the Role.
24984
+ */
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;
25000
+ }
25001
+ interface SamlProvidersProvider {
25002
+ /**
25003
+ * Identity provider creation time, such as 20150123T123318Z.
25004
+ */
25005
+ createDate: string;
25006
+ /**
25007
+ * The description of the SAML provider.
25008
+ */
25009
+ description: string;
25010
+ /**
25011
+ * Metadata document, encoded in Base64.
25012
+ */
25013
+ encodedSamlMetadataDocument: string;
25014
+ /**
25015
+ * The name of the SAML provider.
25016
+ */
25017
+ samlProviderName: string;
25018
+ /**
25019
+ * SSO types, 1. Role-based SSO, 2. User-based SSO.
25020
+ */
25021
+ ssoType: number;
25022
+ /**
25023
+ * User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
23730
25024
  */
23731
- policyName: string;
25025
+ status: number;
23732
25026
  /**
23733
- * The resource name of the Policy.
25027
+ * The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
23734
25028
  */
23735
- policyTrn: string;
25029
+ trn: string;
23736
25030
  /**
23737
- * The type of the Policy.
25031
+ * Identity provider update time, such as: 20150123T123318Z.
23738
25032
  */
23739
- policyType: string;
25033
+ updateDate: string;
25034
+ }
25035
+ interface SecurityConfigsSecurityConfig {
23740
25036
  /**
23741
- * The role attach time of the Policy.The data show only query with role_name.
25037
+ * The status of safe auth.
23742
25038
  */
23743
- roleAttachDate: string;
25039
+ safeAuthClose: number;
23744
25040
  /**
23745
- * The name of the IAM role.
25041
+ * The exempt duration of safe auth.
23746
25042
  */
23747
- roleName: string;
25043
+ safeAuthExemptDuration: number;
23748
25044
  /**
23749
- * The update time of the Policy.
25045
+ * The type of safe auth.
23750
25046
  */
23751
- updateDate: string;
25047
+ safeAuthType: string;
23752
25048
  /**
23753
- * The user attach time of the Policy.The data show only query with user_name.
25049
+ * The user id.
23754
25050
  */
23755
- userAttachDate: string;
25051
+ userId: number;
23756
25052
  /**
23757
- * The name of the IAM user.
25053
+ * The user name.
23758
25054
  */
23759
25055
  userName: string;
23760
25056
  }
23761
- interface RolesRole {
25057
+ interface ServiceLinkedRoleTag {
23762
25058
  /**
23763
- * The create time of the Role.
23764
- */
23765
- createDate: string;
23766
- /**
23767
- * The description of the Role.
25059
+ * The Key of Tags.
23768
25060
  */
23769
- description: string;
25061
+ key: string;
23770
25062
  /**
23771
- * The ID of the Role.
25063
+ * The Value of Tags.
23772
25064
  */
23773
- id: string;
25065
+ value: string;
25066
+ }
25067
+ interface TagTag {
23774
25068
  /**
23775
- * The name of the Role, comma separated.
25069
+ * The Key of Tags.
23776
25070
  */
23777
- roleName: string;
25071
+ key: string;
23778
25072
  /**
23779
- * The resource name of the Role.
25073
+ * The Value of Tags.
23780
25074
  */
23781
- trn: string;
25075
+ value: string;
25076
+ }
25077
+ interface TagsResourceTag {
23782
25078
  /**
23783
- * The trust policy document of the Role.
25079
+ * The name of the resource.
23784
25080
  */
23785
- trustPolicyDocument: string;
23786
- }
23787
- interface SamlProvidersProvider {
25081
+ resourceName: string;
23788
25082
  /**
23789
- * Identity provider creation time, such as 20150123T123318Z.
25083
+ * The type of the resource. Valid values: User, Role.
23790
25084
  */
23791
- createDate: string;
25085
+ resourceType: string;
23792
25086
  /**
23793
- * The description of the SAML provider.
25087
+ * The key of the tag.
23794
25088
  */
23795
- description: string;
25089
+ tagKey: string;
23796
25090
  /**
23797
- * Metadata document, encoded in Base64.
25091
+ * The value of the tag.
23798
25092
  */
23799
- encodedSamlMetadataDocument: string;
25093
+ tagValue: string;
25094
+ }
25095
+ interface UserGroupAttachmentsUser {
23800
25096
  /**
23801
- * The name of the SAML provider.
25097
+ * The description of the user.
23802
25098
  */
23803
- samlProviderName: string;
25099
+ description: string;
23804
25100
  /**
23805
- * SSO types, 1. Role-based SSO, 2. User-based SSO.
25101
+ * The display name of the user.
23806
25102
  */
23807
- ssoType: number;
25103
+ displayName: string;
23808
25104
  /**
23809
- * User SSO status, 1. Enabled, 2. Disable other console login methods after enabling, 3. Disabled, is a required field when creating user SSO.
25105
+ * The join date of the user.
23810
25106
  */
23811
- status: number;
25107
+ joinDate: string;
23812
25108
  /**
23813
- * The format for the resource name of an identity provider is trn:iam::${accountID}:saml-provider/{$SAMLProviderName}.
25109
+ * The id of the user.
23814
25110
  */
23815
- trn: string;
25111
+ userId: number;
23816
25112
  /**
23817
- * Identity provider update time, such as: 20150123T123318Z.
25113
+ * The name of the user.
23818
25114
  */
23819
- updateDate: string;
25115
+ userName: string;
23820
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 {
@@ -43563,6 +44953,16 @@ export declare namespace tls {
43563
44953
  */
43564
44954
  severity: string;
43565
44955
  }
44956
+ interface CheckPointsCheckPoint {
44957
+ /**
44958
+ * The checkpoint value.
44959
+ */
44960
+ checkpoint: string;
44961
+ /**
44962
+ * The ID of the shard.
44963
+ */
44964
+ shardId: number;
44965
+ }
43566
44966
  interface ConsumerGroupsConsumerGroup {
43567
44967
  /**
43568
44968
  * The name of the consumer group.
@@ -44613,6 +46013,16 @@ export declare namespace tls {
44613
46013
  */
44614
46014
  severity: string;
44615
46015
  }
46016
+ interface GetCheckPointsCheckPoint {
46017
+ /**
46018
+ * The checkpoint value.
46019
+ */
46020
+ checkpoint: string;
46021
+ /**
46022
+ * The ID of the shard.
46023
+ */
46024
+ shardId: number;
46025
+ }
44616
46026
  interface GetConsumerGroupsConsumerGroup {
44617
46027
  /**
44618
46028
  * The name of the consumer group.
@@ -45480,7 +46890,7 @@ export declare namespace tls {
45480
46890
  */
45481
46891
  modifyTime: string;
45482
46892
  /**
45483
- * The topic id of the tls index.
46893
+ * The topic id of tls index.
45484
46894
  */
45485
46895
  topicId: string;
45486
46896
  /**
@@ -45503,6 +46913,10 @@ export declare namespace tls {
45503
46913
  includeChinese: boolean;
45504
46914
  }
45505
46915
  interface GetIndexesTlsIndexKeyValue {
46916
+ /**
46917
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
46918
+ */
46919
+ autoIndexFlag: boolean;
45506
46920
  /**
45507
46921
  * Whether the value is case sensitive.
45508
46922
  */
@@ -45516,15 +46930,19 @@ export declare namespace tls {
45516
46930
  */
45517
46931
  includeChinese: boolean;
45518
46932
  /**
45519
- * Whether to create indexes for all fields in JSON fields with text values.
46933
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
45520
46934
  */
45521
46935
  indexAll: boolean;
46936
+ /**
46937
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
46938
+ */
46939
+ indexSqlAll: boolean;
45522
46940
  /**
45523
46941
  * The JSON subfield key value index.
45524
46942
  */
45525
46943
  jsonKeys: outputs.tls.GetIndexesTlsIndexKeyValueJsonKey[];
45526
46944
  /**
45527
- * The key of the KeyValue index.
46945
+ * The key of the KeyValueInfo.
45528
46946
  */
45529
46947
  key: string;
45530
46948
  /**
@@ -45532,7 +46950,7 @@ export declare namespace tls {
45532
46950
  */
45533
46951
  sqlFlag: boolean;
45534
46952
  /**
45535
- * The type of value.
46953
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45536
46954
  */
45537
46955
  valueType: string;
45538
46956
  }
@@ -45550,7 +46968,7 @@ export declare namespace tls {
45550
46968
  */
45551
46969
  includeChinese: boolean;
45552
46970
  /**
45553
- * The key of the KeyValue index.
46971
+ * The key of the KeyValueInfo.
45554
46972
  */
45555
46973
  key: string;
45556
46974
  /**
@@ -45558,11 +46976,15 @@ export declare namespace tls {
45558
46976
  */
45559
46977
  sqlFlag: boolean;
45560
46978
  /**
45561
- * The type of value.
46979
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45562
46980
  */
45563
46981
  valueType: string;
45564
46982
  }
45565
46983
  interface GetIndexesTlsIndexUserInnerKeyValue {
46984
+ /**
46985
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
46986
+ */
46987
+ autoIndexFlag: boolean;
45566
46988
  /**
45567
46989
  * Whether the value is case sensitive.
45568
46990
  */
@@ -45575,12 +46997,20 @@ export declare namespace tls {
45575
46997
  * Whether the value include chinese.
45576
46998
  */
45577
46999
  includeChinese: boolean;
47000
+ /**
47001
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47002
+ */
47003
+ indexAll: boolean;
47004
+ /**
47005
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47006
+ */
47007
+ indexSqlAll: boolean;
45578
47008
  /**
45579
47009
  * The JSON subfield key value index.
45580
47010
  */
45581
47011
  jsonKeys: outputs.tls.GetIndexesTlsIndexUserInnerKeyValueJsonKey[];
45582
47012
  /**
45583
- * The key of the KeyValue index.
47013
+ * The key of the KeyValueInfo.
45584
47014
  */
45585
47015
  key: string;
45586
47016
  /**
@@ -45588,7 +47018,7 @@ export declare namespace tls {
45588
47018
  */
45589
47019
  sqlFlag: boolean;
45590
47020
  /**
45591
- * The type of value.
47021
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45592
47022
  */
45593
47023
  valueType: string;
45594
47024
  }
@@ -45606,7 +47036,7 @@ export declare namespace tls {
45606
47036
  */
45607
47037
  includeChinese: boolean;
45608
47038
  /**
45609
- * The key of the KeyValue index.
47039
+ * The key of the KeyValueInfo.
45610
47040
  */
45611
47041
  key: string;
45612
47042
  /**
@@ -45614,7 +47044,7 @@ export declare namespace tls {
45614
47044
  */
45615
47045
  sqlFlag: boolean;
45616
47046
  /**
45617
- * The type of value.
47047
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
45618
47048
  */
45619
47049
  valueType: string;
45620
47050
  }
@@ -45648,6 +47078,24 @@ export declare namespace tls {
45648
47078
  */
45649
47079
  prevOver: boolean;
45650
47080
  }
47081
+ interface GetLogCursorsLogCursor {
47082
+ /**
47083
+ * The cursor value.
47084
+ */
47085
+ cursor: string;
47086
+ /**
47087
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
47088
+ */
47089
+ from: string;
47090
+ /**
47091
+ * The ID of the shard.
47092
+ */
47093
+ shardId: number;
47094
+ /**
47095
+ * The ID of the topic.
47096
+ */
47097
+ topicId: string;
47098
+ }
45651
47099
  interface GetLogHistogramsHistogramInfo {
45652
47100
  /**
45653
47101
  * The count.
@@ -47489,13 +48937,17 @@ export declare namespace tls {
47489
48937
  /**
47490
48938
  * The delimiter of the FullTextInfo.
47491
48939
  */
47492
- delimiter?: string;
48940
+ delimiter: string;
47493
48941
  /**
47494
48942
  * Whether the FullTextInfo include chinese.
47495
48943
  */
47496
48944
  includeChinese?: boolean;
47497
48945
  }
47498
48946
  interface IndexKeyValue {
48947
+ /**
48948
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
48949
+ */
48950
+ autoIndexFlag?: boolean;
47499
48951
  /**
47500
48952
  * Whether the value is case sensitive.
47501
48953
  */
@@ -47512,6 +48964,10 @@ export declare namespace tls {
47512
48964
  * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47513
48965
  */
47514
48966
  indexAll?: boolean;
48967
+ /**
48968
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
48969
+ */
48970
+ indexSqlAll?: boolean;
47515
48971
  /**
47516
48972
  * The JSON subfield key value index.
47517
48973
  */
@@ -47534,12 +48990,20 @@ export declare namespace tls {
47534
48990
  * The key of the subfield key value index.
47535
48991
  */
47536
48992
  key: string;
48993
+ /**
48994
+ * Whether the filed is enabled for analysis.
48995
+ */
48996
+ sqlFlag?: boolean;
47537
48997
  /**
47538
48998
  * The type of value. Valid values: `long`, `double`, `text`.
47539
48999
  */
47540
49000
  valueType: string;
47541
49001
  }
47542
49002
  interface IndexUserInnerKeyValue {
49003
+ /**
49004
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49005
+ */
49006
+ autoIndexFlag?: boolean;
47543
49007
  /**
47544
49008
  * Whether the value is case sensitive.
47545
49009
  */
@@ -47552,6 +49016,14 @@ export declare namespace tls {
47552
49016
  * Whether the value include chinese.
47553
49017
  */
47554
49018
  includeChinese?: boolean;
49019
+ /**
49020
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49021
+ */
49022
+ indexAll?: boolean;
49023
+ /**
49024
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49025
+ */
49026
+ indexSqlAll?: boolean;
47555
49027
  /**
47556
49028
  * The JSON subfield key value index.
47557
49029
  */
@@ -47574,6 +49046,10 @@ export declare namespace tls {
47574
49046
  * The key of the subfield key value index.
47575
49047
  */
47576
49048
  key: string;
49049
+ /**
49050
+ * Whether the filed is enabled for analysis.
49051
+ */
49052
+ sqlFlag?: boolean;
47577
49053
  /**
47578
49054
  * The type of value. Valid values: `long`, `double`, `text`.
47579
49055
  */
@@ -47609,7 +49085,7 @@ export declare namespace tls {
47609
49085
  */
47610
49086
  modifyTime: string;
47611
49087
  /**
47612
- * The topic id of the tls index.
49088
+ * The topic id of tls index.
47613
49089
  */
47614
49090
  topicId: string;
47615
49091
  /**
@@ -47632,6 +49108,10 @@ export declare namespace tls {
47632
49108
  includeChinese: boolean;
47633
49109
  }
47634
49110
  interface IndexesTlsIndexKeyValue {
49111
+ /**
49112
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49113
+ */
49114
+ autoIndexFlag: boolean;
47635
49115
  /**
47636
49116
  * Whether the value is case sensitive.
47637
49117
  */
@@ -47645,15 +49125,19 @@ export declare namespace tls {
47645
49125
  */
47646
49126
  includeChinese: boolean;
47647
49127
  /**
47648
- * Whether to create indexes for all fields in JSON fields with text values.
49128
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
47649
49129
  */
47650
49130
  indexAll: boolean;
49131
+ /**
49132
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49133
+ */
49134
+ indexSqlAll: boolean;
47651
49135
  /**
47652
49136
  * The JSON subfield key value index.
47653
49137
  */
47654
49138
  jsonKeys: outputs.tls.IndexesTlsIndexKeyValueJsonKey[];
47655
49139
  /**
47656
- * The key of the KeyValue index.
49140
+ * The key of the KeyValueInfo.
47657
49141
  */
47658
49142
  key: string;
47659
49143
  /**
@@ -47661,7 +49145,7 @@ export declare namespace tls {
47661
49145
  */
47662
49146
  sqlFlag: boolean;
47663
49147
  /**
47664
- * The type of value.
49148
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47665
49149
  */
47666
49150
  valueType: string;
47667
49151
  }
@@ -47679,7 +49163,7 @@ export declare namespace tls {
47679
49163
  */
47680
49164
  includeChinese: boolean;
47681
49165
  /**
47682
- * The key of the KeyValue index.
49166
+ * The key of the KeyValueInfo.
47683
49167
  */
47684
49168
  key: string;
47685
49169
  /**
@@ -47687,11 +49171,15 @@ export declare namespace tls {
47687
49171
  */
47688
49172
  sqlFlag: boolean;
47689
49173
  /**
47690
- * The type of value.
49174
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47691
49175
  */
47692
49176
  valueType: string;
47693
49177
  }
47694
49178
  interface IndexesTlsIndexUserInnerKeyValue {
49179
+ /**
49180
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49181
+ */
49182
+ autoIndexFlag: boolean;
47695
49183
  /**
47696
49184
  * Whether the value is case sensitive.
47697
49185
  */
@@ -47704,12 +49192,20 @@ export declare namespace tls {
47704
49192
  * Whether the value include chinese.
47705
49193
  */
47706
49194
  includeChinese: boolean;
49195
+ /**
49196
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49197
+ */
49198
+ indexAll: boolean;
49199
+ /**
49200
+ * Whether to create indexes for all fields in JSON fields with text values. This field is valid when the `valueType` is `json`.
49201
+ */
49202
+ indexSqlAll: boolean;
47707
49203
  /**
47708
49204
  * The JSON subfield key value index.
47709
49205
  */
47710
49206
  jsonKeys: outputs.tls.IndexesTlsIndexUserInnerKeyValueJsonKey[];
47711
49207
  /**
47712
- * The key of the KeyValue index.
49208
+ * The key of the KeyValueInfo.
47713
49209
  */
47714
49210
  key: string;
47715
49211
  /**
@@ -47717,7 +49213,7 @@ export declare namespace tls {
47717
49213
  */
47718
49214
  sqlFlag: boolean;
47719
49215
  /**
47720
- * The type of value.
49216
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47721
49217
  */
47722
49218
  valueType: string;
47723
49219
  }
@@ -47735,7 +49231,7 @@ export declare namespace tls {
47735
49231
  */
47736
49232
  includeChinese: boolean;
47737
49233
  /**
47738
- * The key of the KeyValue index.
49234
+ * The key of the KeyValueInfo.
47739
49235
  */
47740
49236
  key: string;
47741
49237
  /**
@@ -47743,7 +49239,7 @@ export declare namespace tls {
47743
49239
  */
47744
49240
  sqlFlag: boolean;
47745
49241
  /**
47746
- * The type of value.
49242
+ * The type of value. Valid values: `long`, `double`, `text`, `json`.
47747
49243
  */
47748
49244
  valueType: string;
47749
49245
  }
@@ -47777,6 +49273,24 @@ export declare namespace tls {
47777
49273
  */
47778
49274
  prevOver: boolean;
47779
49275
  }
49276
+ interface LogCursorsLogCursor {
49277
+ /**
49278
+ * The cursor value.
49279
+ */
49280
+ cursor: string;
49281
+ /**
49282
+ * The time point of the cursor. The value is a Unix timestamp in seconds, or "begin" or "end".
49283
+ */
49284
+ from: string;
49285
+ /**
49286
+ * The ID of the shard.
49287
+ */
49288
+ shardId: number;
49289
+ /**
49290
+ * The ID of the topic.
49291
+ */
49292
+ topicId: string;
49293
+ }
47780
49294
  interface LogHistogramsHistogramInfo {
47781
49295
  /**
47782
49296
  * The count.