@alicloud/eiam20211201 2.17.0 → 2.17.2

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 (423) hide show
  1. package/dist/client.d.ts +240 -240
  2. package/dist/client.js +261 -240
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddApplicationAccountToUserRequest.d.ts +1 -1
  5. package/dist/models/AddApplicationAccountToUserResponseBody.d.ts +1 -1
  6. package/dist/models/AddUserToOrganizationalUnitsRequest.d.ts +1 -1
  7. package/dist/models/AddUsersToGroupRequest.d.ts +1 -1
  8. package/dist/models/AuthorizeApplicationToGroupsRequest.d.ts +2 -2
  9. package/dist/models/AuthorizeApplicationToUsersRequest.d.ts +2 -2
  10. package/dist/models/AuthorizeResourceServerScopesToClientRequest.d.ts +3 -3
  11. package/dist/models/AuthorizeResourceServerScopesToGroupRequest.d.ts +3 -3
  12. package/dist/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.d.ts +4 -4
  13. package/dist/models/AuthorizeResourceServerScopesToUserRequest.d.ts +4 -4
  14. package/dist/models/AuthorizeResourceServerToClientRequest.d.ts +2 -2
  15. package/dist/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.d.ts +1 -1
  16. package/dist/models/CreateApplicationClientSecretRequest.d.ts +1 -1
  17. package/dist/models/CreateApplicationClientSecretResponseBody.d.ts +3 -3
  18. package/dist/models/CreateApplicationFederatedCredentialRequest.d.ts +165 -3
  19. package/dist/models/CreateApplicationFederatedCredentialRequest.js +170 -1
  20. package/dist/models/CreateApplicationFederatedCredentialRequest.js.map +1 -1
  21. package/dist/models/CreateApplicationFederatedCredentialResponseBody.d.ts +1 -1
  22. package/dist/models/CreateApplicationRequest.d.ts +10 -16
  23. package/dist/models/CreateApplicationRequest.js.map +1 -1
  24. package/dist/models/CreateApplicationRoleRequest.d.ts +3 -3
  25. package/dist/models/CreateApplicationRoleResponseBody.d.ts +1 -1
  26. package/dist/models/CreateClientPublicKeyRequest.d.ts +2 -2
  27. package/dist/models/CreateClientPublicKeyResponseBody.d.ts +1 -1
  28. package/dist/models/CreateCloudAccountRequest.d.ts +9 -10
  29. package/dist/models/CreateCloudAccountRequest.js.map +1 -1
  30. package/dist/models/CreateCloudAccountResponseBody.d.ts +2 -2
  31. package/dist/models/CreateCredentialProviderRequest.d.ts +25 -34
  32. package/dist/models/CreateCredentialProviderRequest.js.map +1 -1
  33. package/dist/models/CreateCredentialProviderResponseBody.d.ts +1 -1
  34. package/dist/models/CreateCredentialRequest.d.ts +14 -19
  35. package/dist/models/CreateCredentialRequest.js.map +1 -1
  36. package/dist/models/CreateFederatedCredentialProviderRequest.d.ts +24 -24
  37. package/dist/models/CreateFederatedCredentialProviderResponseBody.d.ts +1 -1
  38. package/dist/models/CreateGroupRequest.d.ts +4 -4
  39. package/dist/models/CreateGroupResponseBody.d.ts +2 -2
  40. package/dist/models/CreateIdentityProviderRequest.d.ts +125 -132
  41. package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
  42. package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
  43. package/dist/models/CreateOrganizationalUnitRequest.d.ts +5 -5
  44. package/dist/models/CreateOrganizationalUnitResponseBody.d.ts +2 -2
  45. package/dist/models/CreateUserRequest.d.ts +24 -29
  46. package/dist/models/CreateUserRequest.js.map +1 -1
  47. package/dist/models/CreateUserResponseBody.d.ts +1 -1
  48. package/dist/models/DeleteApplicationClientSecretRequest.d.ts +3 -3
  49. package/dist/models/DeleteApplicationClientSecretResponseBody.d.ts +1 -1
  50. package/dist/models/DeleteApplicationFederatedCredentialRequest.d.ts +1 -1
  51. package/dist/models/DeleteApplicationRequest.d.ts +2 -2
  52. package/dist/models/DeleteApplicationResponseBody.d.ts +1 -1
  53. package/dist/models/DeleteApplicationTokenRequest.d.ts +1 -1
  54. package/dist/models/DeleteCredentialProviderRequest.d.ts +2 -2
  55. package/dist/models/DeleteCredentialProviderResponseBody.d.ts +1 -1
  56. package/dist/models/DeleteGroupRequest.d.ts +2 -2
  57. package/dist/models/DeleteGroupResponseBody.d.ts +1 -1
  58. package/dist/models/DeleteIdentityProviderRequest.d.ts +2 -2
  59. package/dist/models/DeleteOrganizationalUnitChildrenRequest.d.ts +2 -2
  60. package/dist/models/DeleteOrganizationalUnitChildrenResponseBody.d.ts +1 -1
  61. package/dist/models/DeleteOrganizationalUnitRequest.d.ts +1 -1
  62. package/dist/models/DeleteResourceServerScopeRequest.d.ts +3 -3
  63. package/dist/models/DeleteResourceServerScopeResponseBody.d.ts +1 -1
  64. package/dist/models/DisableApplicationFederatedCredentialRequest.d.ts +1 -1
  65. package/dist/models/DisableApplicationRequest.d.ts +2 -2
  66. package/dist/models/DisableApplicationResponseBody.d.ts +1 -1
  67. package/dist/models/DisableApplicationTokenRequest.d.ts +1 -1
  68. package/dist/models/DisableClientPublicKeyRequest.d.ts +2 -2
  69. package/dist/models/DisableIdentityProviderUdPullRequest.d.ts +2 -2
  70. package/dist/models/DisableIdentityProviderUdPullResponseBody.d.ts +1 -1
  71. package/dist/models/DisableUserRequest.d.ts +1 -1
  72. package/dist/models/EnableClientPublicKeyRequest.d.ts +2 -2
  73. package/dist/models/EnableCredentialRequest.d.ts +1 -1
  74. package/dist/models/EnableIdentityProviderAuthnRequest.d.ts +1 -1
  75. package/dist/models/EnableIdentityProviderUdPullRequest.d.ts +2 -2
  76. package/dist/models/EnableIdentityProviderUdPullResponseBody.d.ts +1 -1
  77. package/dist/models/GenerateOauthTokenRequest.d.ts +1 -1
  78. package/dist/models/GenerateOauthTokenResponseBody.d.ts +3 -3
  79. package/dist/models/GetApplicationFederatedCredentialRequest.d.ts +1 -1
  80. package/dist/models/GetApplicationFederatedCredentialResponseBody.d.ts +150 -6
  81. package/dist/models/GetApplicationFederatedCredentialResponseBody.js +170 -1
  82. package/dist/models/GetApplicationFederatedCredentialResponseBody.js.map +1 -1
  83. package/dist/models/GetApplicationGrantScopeRequest.d.ts +2 -2
  84. package/dist/models/GetApplicationGrantScopeResponseBody.d.ts +3 -3
  85. package/dist/models/GetApplicationResponseBody.d.ts +34 -75
  86. package/dist/models/GetApplicationResponseBody.js.map +1 -1
  87. package/dist/models/GetApplicationRoleRequest.d.ts +3 -3
  88. package/dist/models/GetApplicationRoleResponseBody.d.ts +8 -8
  89. package/dist/models/GetApplicationTemplateRequest.d.ts +1 -1
  90. package/dist/models/GetApplicationTemplateResponseBody.d.ts +10 -10
  91. package/dist/models/GetAuthorizationServerRequest.d.ts +2 -2
  92. package/dist/models/GetAuthorizationServerResponseBody.d.ts +28 -11
  93. package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -1
  94. package/dist/models/GetClientPublicKeyRequest.d.ts +1 -1
  95. package/dist/models/GetClientPublicKeyResponseBody.d.ts +5 -5
  96. package/dist/models/GetCloudAccountRequest.d.ts +1 -1
  97. package/dist/models/GetCloudAccountResponseBody.d.ts +23 -26
  98. package/dist/models/GetCloudAccountResponseBody.js +2 -0
  99. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  100. package/dist/models/GetCloudAccountRoleRequest.d.ts +2 -2
  101. package/dist/models/GetCloudAccountRoleResponseBody.d.ts +27 -34
  102. package/dist/models/GetCloudAccountRoleResponseBody.js.map +1 -1
  103. package/dist/models/GetCredentialProviderRequest.d.ts +2 -2
  104. package/dist/models/GetCredentialProviderResponseBody.d.ts +34 -39
  105. package/dist/models/GetCredentialProviderResponseBody.js.map +1 -1
  106. package/dist/models/GetCredentialRequest.d.ts +2 -2
  107. package/dist/models/GetCredentialResponseBody.d.ts +25 -34
  108. package/dist/models/GetCredentialResponseBody.js.map +1 -1
  109. package/dist/models/GetGroupResponseBody.d.ts +9 -10
  110. package/dist/models/GetGroupResponseBody.js.map +1 -1
  111. package/dist/models/GetIdentityProviderResponseBody.d.ts +115 -115
  112. package/dist/models/GetIdentityProviderUdPullConfigurationRequest.d.ts +1 -1
  113. package/dist/models/GetIdentityProviderUdPullConfigurationResponseBody.d.ts +31 -31
  114. package/dist/models/GetOrganizationalUnitRequest.d.ts +2 -2
  115. package/dist/models/GetOrganizationalUnitResponseBody.d.ts +20 -23
  116. package/dist/models/GetOrganizationalUnitResponseBody.js.map +1 -1
  117. package/dist/models/GetResourceServerScopeRequest.d.ts +1 -1
  118. package/dist/models/GetResourceServerScopeResponseBody.d.ts +5 -5
  119. package/dist/models/GetUserRequest.d.ts +2 -2
  120. package/dist/models/GetUserResponseBody.d.ts +39 -41
  121. package/dist/models/GetUserResponseBody.js.map +1 -1
  122. package/dist/models/ListApplicationAccountsRequest.d.ts +1 -1
  123. package/dist/models/ListApplicationAccountsResponseBody.d.ts +5 -5
  124. package/dist/models/ListApplicationFederatedCredentialsForProviderRequest.d.ts +4 -4
  125. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.d.ts +158 -9
  126. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js +172 -1
  127. package/dist/models/ListApplicationFederatedCredentialsForProviderResponseBody.js.map +1 -1
  128. package/dist/models/ListApplicationFederatedCredentialsRequest.d.ts +4 -4
  129. package/dist/models/ListApplicationFederatedCredentialsResponseBody.d.ts +158 -9
  130. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js +172 -1
  131. package/dist/models/ListApplicationFederatedCredentialsResponseBody.js.map +1 -1
  132. package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.d.ts +4 -6
  133. package/dist/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.js.map +1 -1
  134. package/dist/models/ListApplicationTokensRequest.d.ts +1 -1
  135. package/dist/models/ListApplicationTokensResponseBody.d.ts +7 -7
  136. package/dist/models/ListApplicationsForGroupRequest.d.ts +5 -5
  137. package/dist/models/ListApplicationsForGroupResponseBody.d.ts +10 -11
  138. package/dist/models/ListApplicationsForGroupResponseBody.js.map +1 -1
  139. package/dist/models/ListApplicationsForOrganizationalUnitRequest.d.ts +3 -3
  140. package/dist/models/ListApplicationsForOrganizationalUnitResponseBody.d.ts +4 -4
  141. package/dist/models/ListApplicationsRequest.d.ts +16 -19
  142. package/dist/models/ListApplicationsRequest.js +4 -0
  143. package/dist/models/ListApplicationsRequest.js.map +1 -1
  144. package/dist/models/ListApplicationsResponseBody.d.ts +33 -49
  145. package/dist/models/ListApplicationsResponseBody.js.map +1 -1
  146. package/dist/models/ListCloudAccountRolesRequest.d.ts +9 -13
  147. package/dist/models/ListCloudAccountRolesRequest.js.map +1 -1
  148. package/dist/models/ListCloudAccountRolesResponseBody.d.ts +27 -36
  149. package/dist/models/ListCloudAccountRolesResponseBody.js.map +1 -1
  150. package/dist/models/ListCloudAccountsRequest.d.ts +9 -11
  151. package/dist/models/ListCloudAccountsRequest.js.map +1 -1
  152. package/dist/models/ListCloudAccountsResponseBody.d.ts +24 -28
  153. package/dist/models/ListCloudAccountsResponseBody.js +2 -0
  154. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  155. package/dist/models/ListConditionalAccessPoliciesForApplicationRequest.d.ts +2 -2
  156. package/dist/models/ListConditionalAccessPoliciesForApplicationResponseBody.d.ts +33 -33
  157. package/dist/models/ListCredentialProvidersRequest.d.ts +11 -12
  158. package/dist/models/ListCredentialProvidersRequest.js.map +1 -1
  159. package/dist/models/ListCredentialProvidersResponseBody.d.ts +35 -40
  160. package/dist/models/ListCredentialProvidersResponseBody.js.map +1 -1
  161. package/dist/models/ListCredentialsRequest.d.ts +7 -10
  162. package/dist/models/ListCredentialsRequest.js.map +1 -1
  163. package/dist/models/ListCredentialsResponseBody.d.ts +29 -38
  164. package/dist/models/ListCredentialsResponseBody.js.map +1 -1
  165. package/dist/models/ListEventTypesRequest.d.ts +2 -2
  166. package/dist/models/ListEventTypesResponseBody.d.ts +4 -4
  167. package/dist/models/ListFederatedCredentialProvidersRequest.d.ts +5 -5
  168. package/dist/models/ListFederatedCredentialProvidersResponseBody.d.ts +33 -33
  169. package/dist/models/ListGroupsForUserRequest.d.ts +2 -2
  170. package/dist/models/ListGroupsForUserResponseBody.d.ts +17 -5
  171. package/dist/models/ListGroupsForUserResponseBody.js.map +1 -1
  172. package/dist/models/ListGroupsRequest.d.ts +7 -7
  173. package/dist/models/ListGroupsResponseBody.d.ts +13 -12
  174. package/dist/models/ListGroupsResponseBody.js.map +1 -1
  175. package/dist/models/ListIdentityProvidersRequest.d.ts +4 -4
  176. package/dist/models/ListIdentityProvidersResponseBody.d.ts +31 -31
  177. package/dist/models/ListInstancesRequest.d.ts +4 -1
  178. package/dist/models/ListInstancesRequest.js.map +1 -1
  179. package/dist/models/ListInstancesResponseBody.d.ts +33 -5
  180. package/dist/models/ListInstancesResponseBody.js.map +1 -1
  181. package/dist/models/ListOrganizationalUnitParentsRequest.d.ts +1 -1
  182. package/dist/models/ListOrganizationalUnitParentsResponseBody.d.ts +3 -3
  183. package/dist/models/ListResourceServerScopesRequest.d.ts +10 -10
  184. package/dist/models/ListResourceServerScopesResponseBody.d.ts +13 -13
  185. package/dist/models/ListResourceServersForUserRequest.d.ts +2 -2
  186. package/dist/models/ListResourceServersForUserResponseBody.d.ts +10 -8
  187. package/dist/models/ListResourceServersForUserResponseBody.js.map +1 -1
  188. package/dist/models/ListUsersRequest.d.ts +24 -31
  189. package/dist/models/ListUsersRequest.js.map +1 -1
  190. package/dist/models/ListUsersResponseBody.d.ts +32 -38
  191. package/dist/models/ListUsersResponseBody.js.map +1 -1
  192. package/dist/models/ObtainApplicationClientSecretResponseBody.d.ts +5 -7
  193. package/dist/models/ObtainApplicationClientSecretResponseBody.js.map +1 -1
  194. package/dist/models/ObtainApplicationTokenResponseBody.d.ts +4 -4
  195. package/dist/models/ObtainCredentialResponseBody.d.ts +23 -32
  196. package/dist/models/ObtainCredentialResponseBody.js.map +1 -1
  197. package/dist/models/ObtainDomainProxyTokenRequest.d.ts +2 -2
  198. package/dist/models/ObtainDomainProxyTokenResponseBody.d.ts +10 -11
  199. package/dist/models/ObtainDomainProxyTokenResponseBody.js.map +1 -1
  200. package/dist/models/RemoveApplicationAccountFromUserRequest.d.ts +4 -4
  201. package/dist/models/RemoveApplicationAccountFromUserResponseBody.d.ts +1 -1
  202. package/dist/models/RevokeApplicationFromGroupsRequest.d.ts +2 -2
  203. package/dist/models/RevokeApplicationFromUsersRequest.d.ts +2 -2
  204. package/dist/models/RevokeResourceServerFromClientRequest.d.ts +2 -2
  205. package/dist/models/RevokeResourceServerScopesFromClientRequest.d.ts +3 -3
  206. package/dist/models/RevokeResourceServerScopesFromGroupRequest.d.ts +2 -2
  207. package/dist/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.d.ts +3 -3
  208. package/dist/models/RevokeResourceServerScopesFromUserRequest.d.ts +2 -2
  209. package/dist/models/SetApplicationProvisioningConfigRequest.d.ts +31 -48
  210. package/dist/models/SetApplicationProvisioningConfigRequest.js.map +1 -1
  211. package/dist/models/SetApplicationSsoConfigRequest.d.ts +48 -56
  212. package/dist/models/SetApplicationSsoConfigRequest.js.map +1 -1
  213. package/dist/models/SetDefaultDomainRequest.d.ts +1 -1
  214. package/dist/models/SetIdentityProviderAuthnConfigurationRequest.d.ts +18 -18
  215. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.d.ts +21 -22
  216. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.js.map +1 -1
  217. package/dist/models/UpdateApplicationAdvancedConfigRequest.d.ts +3 -3
  218. package/dist/models/UpdateApplicationClientSecretExpirationTimeRequest.d.ts +2 -2
  219. package/dist/models/UpdateApplicationFederatedCredentialRequest.d.ts +147 -1
  220. package/dist/models/UpdateApplicationFederatedCredentialRequest.js +168 -1
  221. package/dist/models/UpdateApplicationFederatedCredentialRequest.js.map +1 -1
  222. package/dist/models/UpdateApplicationInfoRequest.d.ts +2 -2
  223. package/dist/models/UpdateApplicationInfoResponseBody.d.ts +1 -1
  224. package/dist/models/UpdateConditionalAccessPolicyDescriptionRequest.d.ts +2 -2
  225. package/dist/models/UpdateConditionalAccessPolicyRequest.d.ts +14 -14
  226. package/dist/models/UpdateCredentialDescriptionRequest.d.ts +3 -3
  227. package/dist/models/UpdateCredentialDescriptionResponseBody.d.ts +1 -1
  228. package/dist/models/UpdateCredentialProviderRequest.d.ts +23 -33
  229. package/dist/models/UpdateCredentialProviderRequest.js.map +1 -1
  230. package/dist/models/UpdateCredentialProviderResponseBody.d.ts +1 -1
  231. package/dist/models/UpdateFederatedCredentialProviderDescriptionRequest.d.ts +2 -2
  232. package/dist/models/UpdateFederatedCredentialProviderRequest.d.ts +12 -12
  233. package/dist/models/UpdateIdentityProviderRequest.d.ts +53 -89
  234. package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
  235. package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
  236. package/dist/models/UpdateNetworkZoneRequest.d.ts +2 -2
  237. package/dist/models/UpdateUserRequest.d.ts +13 -16
  238. package/dist/models/UpdateUserRequest.js.map +1 -1
  239. package/dist/models/model.d.ts +30 -0
  240. package/dist/models/model.js +104 -44
  241. package/dist/models/model.js.map +1 -1
  242. package/package.json +1 -1
  243. package/src/client.ts +268 -240
  244. package/src/models/AddApplicationAccountToUserRequest.ts +1 -1
  245. package/src/models/AddApplicationAccountToUserResponseBody.ts +1 -1
  246. package/src/models/AddUserToOrganizationalUnitsRequest.ts +1 -1
  247. package/src/models/AddUsersToGroupRequest.ts +1 -1
  248. package/src/models/AuthorizeApplicationToGroupsRequest.ts +2 -2
  249. package/src/models/AuthorizeApplicationToUsersRequest.ts +2 -2
  250. package/src/models/AuthorizeResourceServerScopesToClientRequest.ts +3 -3
  251. package/src/models/AuthorizeResourceServerScopesToGroupRequest.ts +3 -3
  252. package/src/models/AuthorizeResourceServerScopesToOrganizationalUnitRequest.ts +4 -4
  253. package/src/models/AuthorizeResourceServerScopesToUserRequest.ts +4 -4
  254. package/src/models/AuthorizeResourceServerToClientRequest.ts +2 -2
  255. package/src/models/CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponseBody.ts +1 -1
  256. package/src/models/CreateApplicationClientSecretRequest.ts +1 -1
  257. package/src/models/CreateApplicationClientSecretResponseBody.ts +3 -3
  258. package/src/models/CreateApplicationFederatedCredentialRequest.ts +280 -3
  259. package/src/models/CreateApplicationFederatedCredentialResponseBody.ts +1 -1
  260. package/src/models/CreateApplicationRequest.ts +10 -16
  261. package/src/models/CreateApplicationRoleRequest.ts +3 -3
  262. package/src/models/CreateApplicationRoleResponseBody.ts +1 -1
  263. package/src/models/CreateClientPublicKeyRequest.ts +2 -2
  264. package/src/models/CreateClientPublicKeyResponseBody.ts +1 -1
  265. package/src/models/CreateCloudAccountRequest.ts +9 -10
  266. package/src/models/CreateCloudAccountResponseBody.ts +2 -2
  267. package/src/models/CreateCredentialProviderRequest.ts +25 -34
  268. package/src/models/CreateCredentialProviderResponseBody.ts +1 -1
  269. package/src/models/CreateCredentialRequest.ts +14 -19
  270. package/src/models/CreateFederatedCredentialProviderRequest.ts +24 -24
  271. package/src/models/CreateFederatedCredentialProviderResponseBody.ts +1 -1
  272. package/src/models/CreateGroupRequest.ts +4 -4
  273. package/src/models/CreateGroupResponseBody.ts +2 -2
  274. package/src/models/CreateIdentityProviderRequest.ts +125 -132
  275. package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
  276. package/src/models/CreateOrganizationalUnitRequest.ts +5 -5
  277. package/src/models/CreateOrganizationalUnitResponseBody.ts +2 -2
  278. package/src/models/CreateUserRequest.ts +24 -29
  279. package/src/models/CreateUserResponseBody.ts +1 -1
  280. package/src/models/DeleteApplicationClientSecretRequest.ts +3 -3
  281. package/src/models/DeleteApplicationClientSecretResponseBody.ts +1 -1
  282. package/src/models/DeleteApplicationFederatedCredentialRequest.ts +1 -1
  283. package/src/models/DeleteApplicationRequest.ts +2 -2
  284. package/src/models/DeleteApplicationResponseBody.ts +1 -1
  285. package/src/models/DeleteApplicationTokenRequest.ts +1 -1
  286. package/src/models/DeleteCredentialProviderRequest.ts +2 -2
  287. package/src/models/DeleteCredentialProviderResponseBody.ts +1 -1
  288. package/src/models/DeleteGroupRequest.ts +2 -2
  289. package/src/models/DeleteGroupResponseBody.ts +1 -1
  290. package/src/models/DeleteIdentityProviderRequest.ts +2 -2
  291. package/src/models/DeleteOrganizationalUnitChildrenRequest.ts +2 -2
  292. package/src/models/DeleteOrganizationalUnitChildrenResponseBody.ts +1 -1
  293. package/src/models/DeleteOrganizationalUnitRequest.ts +1 -1
  294. package/src/models/DeleteResourceServerScopeRequest.ts +3 -3
  295. package/src/models/DeleteResourceServerScopeResponseBody.ts +1 -1
  296. package/src/models/DisableApplicationFederatedCredentialRequest.ts +1 -1
  297. package/src/models/DisableApplicationRequest.ts +2 -2
  298. package/src/models/DisableApplicationResponseBody.ts +1 -1
  299. package/src/models/DisableApplicationTokenRequest.ts +1 -1
  300. package/src/models/DisableClientPublicKeyRequest.ts +2 -2
  301. package/src/models/DisableIdentityProviderUdPullRequest.ts +2 -2
  302. package/src/models/DisableIdentityProviderUdPullResponseBody.ts +1 -1
  303. package/src/models/DisableUserRequest.ts +1 -1
  304. package/src/models/EnableClientPublicKeyRequest.ts +2 -2
  305. package/src/models/EnableCredentialRequest.ts +1 -1
  306. package/src/models/EnableIdentityProviderAuthnRequest.ts +1 -1
  307. package/src/models/EnableIdentityProviderUdPullRequest.ts +2 -2
  308. package/src/models/EnableIdentityProviderUdPullResponseBody.ts +1 -1
  309. package/src/models/GenerateOauthTokenRequest.ts +1 -1
  310. package/src/models/GenerateOauthTokenResponseBody.ts +3 -3
  311. package/src/models/GetApplicationFederatedCredentialRequest.ts +1 -1
  312. package/src/models/GetApplicationFederatedCredentialResponseBody.ts +265 -6
  313. package/src/models/GetApplicationGrantScopeRequest.ts +2 -2
  314. package/src/models/GetApplicationGrantScopeResponseBody.ts +3 -3
  315. package/src/models/GetApplicationResponseBody.ts +34 -75
  316. package/src/models/GetApplicationRoleRequest.ts +3 -3
  317. package/src/models/GetApplicationRoleResponseBody.ts +8 -8
  318. package/src/models/GetApplicationTemplateRequest.ts +1 -1
  319. package/src/models/GetApplicationTemplateResponseBody.ts +10 -10
  320. package/src/models/GetAuthorizationServerRequest.ts +2 -2
  321. package/src/models/GetAuthorizationServerResponseBody.ts +28 -11
  322. package/src/models/GetClientPublicKeyRequest.ts +1 -1
  323. package/src/models/GetClientPublicKeyResponseBody.ts +5 -5
  324. package/src/models/GetCloudAccountRequest.ts +1 -1
  325. package/src/models/GetCloudAccountResponseBody.ts +25 -26
  326. package/src/models/GetCloudAccountRoleRequest.ts +2 -2
  327. package/src/models/GetCloudAccountRoleResponseBody.ts +27 -34
  328. package/src/models/GetCredentialProviderRequest.ts +2 -2
  329. package/src/models/GetCredentialProviderResponseBody.ts +34 -39
  330. package/src/models/GetCredentialRequest.ts +2 -2
  331. package/src/models/GetCredentialResponseBody.ts +25 -34
  332. package/src/models/GetGroupResponseBody.ts +9 -10
  333. package/src/models/GetIdentityProviderResponseBody.ts +115 -115
  334. package/src/models/GetIdentityProviderUdPullConfigurationRequest.ts +1 -1
  335. package/src/models/GetIdentityProviderUdPullConfigurationResponseBody.ts +31 -31
  336. package/src/models/GetOrganizationalUnitRequest.ts +2 -2
  337. package/src/models/GetOrganizationalUnitResponseBody.ts +20 -23
  338. package/src/models/GetResourceServerScopeRequest.ts +1 -1
  339. package/src/models/GetResourceServerScopeResponseBody.ts +5 -5
  340. package/src/models/GetUserRequest.ts +2 -2
  341. package/src/models/GetUserResponseBody.ts +39 -41
  342. package/src/models/ListApplicationAccountsRequest.ts +1 -1
  343. package/src/models/ListApplicationAccountsResponseBody.ts +5 -5
  344. package/src/models/ListApplicationFederatedCredentialsForProviderRequest.ts +4 -4
  345. package/src/models/ListApplicationFederatedCredentialsForProviderResponseBody.ts +275 -9
  346. package/src/models/ListApplicationFederatedCredentialsRequest.ts +4 -4
  347. package/src/models/ListApplicationFederatedCredentialsResponseBody.ts +275 -9
  348. package/src/models/ListApplicationSupportedProvisionProtocolTypesResponseBody.ts +4 -6
  349. package/src/models/ListApplicationTokensRequest.ts +1 -1
  350. package/src/models/ListApplicationTokensResponseBody.ts +7 -7
  351. package/src/models/ListApplicationsForGroupRequest.ts +5 -5
  352. package/src/models/ListApplicationsForGroupResponseBody.ts +10 -11
  353. package/src/models/ListApplicationsForOrganizationalUnitRequest.ts +3 -3
  354. package/src/models/ListApplicationsForOrganizationalUnitResponseBody.ts +4 -4
  355. package/src/models/ListApplicationsRequest.ts +20 -19
  356. package/src/models/ListApplicationsResponseBody.ts +33 -49
  357. package/src/models/ListCloudAccountRolesRequest.ts +9 -13
  358. package/src/models/ListCloudAccountRolesResponseBody.ts +27 -36
  359. package/src/models/ListCloudAccountsRequest.ts +9 -11
  360. package/src/models/ListCloudAccountsResponseBody.ts +26 -28
  361. package/src/models/ListConditionalAccessPoliciesForApplicationRequest.ts +2 -2
  362. package/src/models/ListConditionalAccessPoliciesForApplicationResponseBody.ts +33 -33
  363. package/src/models/ListCredentialProvidersRequest.ts +11 -12
  364. package/src/models/ListCredentialProvidersResponseBody.ts +35 -40
  365. package/src/models/ListCredentialsRequest.ts +7 -10
  366. package/src/models/ListCredentialsResponseBody.ts +29 -38
  367. package/src/models/ListEventTypesRequest.ts +2 -2
  368. package/src/models/ListEventTypesResponseBody.ts +4 -4
  369. package/src/models/ListFederatedCredentialProvidersRequest.ts +5 -5
  370. package/src/models/ListFederatedCredentialProvidersResponseBody.ts +33 -33
  371. package/src/models/ListGroupsForUserRequest.ts +2 -2
  372. package/src/models/ListGroupsForUserResponseBody.ts +17 -5
  373. package/src/models/ListGroupsRequest.ts +7 -7
  374. package/src/models/ListGroupsResponseBody.ts +13 -12
  375. package/src/models/ListIdentityProvidersRequest.ts +4 -4
  376. package/src/models/ListIdentityProvidersResponseBody.ts +31 -31
  377. package/src/models/ListInstancesRequest.ts +4 -1
  378. package/src/models/ListInstancesResponseBody.ts +33 -5
  379. package/src/models/ListOrganizationalUnitParentsRequest.ts +1 -1
  380. package/src/models/ListOrganizationalUnitParentsResponseBody.ts +3 -3
  381. package/src/models/ListResourceServerScopesRequest.ts +10 -10
  382. package/src/models/ListResourceServerScopesResponseBody.ts +13 -13
  383. package/src/models/ListResourceServersForUserRequest.ts +2 -2
  384. package/src/models/ListResourceServersForUserResponseBody.ts +10 -8
  385. package/src/models/ListUsersRequest.ts +24 -31
  386. package/src/models/ListUsersResponseBody.ts +32 -38
  387. package/src/models/ObtainApplicationClientSecretResponseBody.ts +5 -7
  388. package/src/models/ObtainApplicationTokenResponseBody.ts +4 -4
  389. package/src/models/ObtainCredentialResponseBody.ts +23 -32
  390. package/src/models/ObtainDomainProxyTokenRequest.ts +2 -2
  391. package/src/models/ObtainDomainProxyTokenResponseBody.ts +10 -11
  392. package/src/models/RemoveApplicationAccountFromUserRequest.ts +4 -4
  393. package/src/models/RemoveApplicationAccountFromUserResponseBody.ts +1 -1
  394. package/src/models/RevokeApplicationFromGroupsRequest.ts +2 -2
  395. package/src/models/RevokeApplicationFromUsersRequest.ts +2 -2
  396. package/src/models/RevokeResourceServerFromClientRequest.ts +2 -2
  397. package/src/models/RevokeResourceServerScopesFromClientRequest.ts +3 -3
  398. package/src/models/RevokeResourceServerScopesFromGroupRequest.ts +2 -2
  399. package/src/models/RevokeResourceServerScopesFromOrganizationalUnitRequest.ts +3 -3
  400. package/src/models/RevokeResourceServerScopesFromUserRequest.ts +2 -2
  401. package/src/models/SetApplicationProvisioningConfigRequest.ts +31 -48
  402. package/src/models/SetApplicationSsoConfigRequest.ts +48 -56
  403. package/src/models/SetDefaultDomainRequest.ts +1 -1
  404. package/src/models/SetIdentityProviderAuthnConfigurationRequest.ts +18 -18
  405. package/src/models/SetIdentityProviderUdPullConfigurationRequest.ts +21 -22
  406. package/src/models/UpdateApplicationAdvancedConfigRequest.ts +3 -3
  407. package/src/models/UpdateApplicationClientSecretExpirationTimeRequest.ts +2 -2
  408. package/src/models/UpdateApplicationFederatedCredentialRequest.ts +260 -1
  409. package/src/models/UpdateApplicationInfoRequest.ts +2 -2
  410. package/src/models/UpdateApplicationInfoResponseBody.ts +1 -1
  411. package/src/models/UpdateConditionalAccessPolicyDescriptionRequest.ts +2 -2
  412. package/src/models/UpdateConditionalAccessPolicyRequest.ts +14 -14
  413. package/src/models/UpdateCredentialDescriptionRequest.ts +3 -3
  414. package/src/models/UpdateCredentialDescriptionResponseBody.ts +1 -1
  415. package/src/models/UpdateCredentialProviderRequest.ts +23 -33
  416. package/src/models/UpdateCredentialProviderResponseBody.ts +1 -1
  417. package/src/models/UpdateFederatedCredentialProviderDescriptionRequest.ts +2 -2
  418. package/src/models/UpdateFederatedCredentialProviderRequest.ts +12 -12
  419. package/src/models/UpdateIdentityProviderRequest.ts +53 -89
  420. package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
  421. package/src/models/UpdateNetworkZoneRequest.ts +2 -2
  422. package/src/models/UpdateUserRequest.ts +13 -16
  423. package/src/models/model.ts +30 -0
package/dist/client.d.ts CHANGED
@@ -9,7 +9,7 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Adds an application account to a specified user in the current application.
12
+ * Adds an application account for a specified employee under the current application.
13
13
  *
14
14
  * @param request - AddApplicationAccountToUserRequest
15
15
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17,7 +17,7 @@ export default class Client extends OpenApi {
17
17
  */
18
18
  addApplicationAccountToUserWithOptions(request: $_model.AddApplicationAccountToUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddApplicationAccountToUserResponse>;
19
19
  /**
20
- * Adds an application account to a specified user in the current application.
20
+ * Adds an application account for a specified employee under the current application.
21
21
  *
22
22
  * @param request - AddApplicationAccountToUserRequest
23
23
  * @returns AddApplicationAccountToUserResponse
@@ -84,7 +84,7 @@ export default class Client extends OpenApi {
84
84
  */
85
85
  addUserToAuthorizationRule(request: $_model.AddUserToAuthorizationRuleRequest): Promise<$_model.AddUserToAuthorizationRuleResponse>;
86
86
  /**
87
- * Adds a specified EIAM account to one or more EIAM organizations. If the account already exists in one of the specified organizations, the request succeeds.
87
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
88
88
  *
89
89
  * @param request - AddUserToOrganizationalUnitsRequest
90
90
  * @param runtime - runtime options for this request RuntimeOptions
@@ -92,14 +92,14 @@ export default class Client extends OpenApi {
92
92
  */
93
93
  addUserToOrganizationalUnitsWithOptions(request: $_model.AddUserToOrganizationalUnitsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUserToOrganizationalUnitsResponse>;
94
94
  /**
95
- * Adds a specified EIAM account to one or more EIAM organizations. If the account already exists in one of the specified organizations, the request succeeds.
95
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
96
96
  *
97
97
  * @param request - AddUserToOrganizationalUnitsRequest
98
98
  * @returns AddUserToOrganizationalUnitsResponse
99
99
  */
100
100
  addUserToOrganizationalUnits(request: $_model.AddUserToOrganizationalUnitsRequest): Promise<$_model.AddUserToOrganizationalUnitsResponse>;
101
101
  /**
102
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
102
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
103
103
  *
104
104
  * @param request - AddUsersToGroupRequest
105
105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -107,14 +107,14 @@ export default class Client extends OpenApi {
107
107
  */
108
108
  addUsersToGroupWithOptions(request: $_model.AddUsersToGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUsersToGroupResponse>;
109
109
  /**
110
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
110
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
111
111
  *
112
112
  * @param request - AddUsersToGroupRequest
113
113
  * @returns AddUsersToGroupResponse
114
114
  */
115
115
  addUsersToGroup(request: $_model.AddUsersToGroupRequest): Promise<$_model.AddUsersToGroupResponse>;
116
116
  /**
117
- * Grants multiple EIAM groups access to an application.
117
+ * Grants multiple EIAM groups access to an application in a batch.
118
118
  *
119
119
  * @param request - AuthorizeApplicationToGroupsRequest
120
120
  * @param runtime - runtime options for this request RuntimeOptions
@@ -122,7 +122,7 @@ export default class Client extends OpenApi {
122
122
  */
123
123
  authorizeApplicationToGroupsWithOptions(request: $_model.AuthorizeApplicationToGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeApplicationToGroupsResponse>;
124
124
  /**
125
- * Grants multiple EIAM groups access to an application.
125
+ * Grants multiple EIAM groups access to an application in a batch.
126
126
  *
127
127
  * @param request - AuthorizeApplicationToGroupsRequest
128
128
  * @returns AuthorizeApplicationToGroupsResponse
@@ -144,7 +144,7 @@ export default class Client extends OpenApi {
144
144
  */
145
145
  authorizeApplicationToOrganizationalUnits(request: $_model.AuthorizeApplicationToOrganizationalUnitsRequest): Promise<$_model.AuthorizeApplicationToOrganizationalUnitsResponse>;
146
146
  /**
147
- * Grants permissions to multiple EIAM accounts to access an application.
147
+ * Grants multiple EIAM accounts access to an application in a batch.
148
148
  *
149
149
  * @param request - AuthorizeApplicationToUsersRequest
150
150
  * @param runtime - runtime options for this request RuntimeOptions
@@ -152,14 +152,14 @@ export default class Client extends OpenApi {
152
152
  */
153
153
  authorizeApplicationToUsersWithOptions(request: $_model.AuthorizeApplicationToUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeApplicationToUsersResponse>;
154
154
  /**
155
- * Grants permissions to multiple EIAM accounts to access an application.
155
+ * Grants multiple EIAM accounts access to an application in a batch.
156
156
  *
157
157
  * @param request - AuthorizeApplicationToUsersRequest
158
158
  * @returns AuthorizeApplicationToUsersResponse
159
159
  */
160
160
  authorizeApplicationToUsers(request: $_model.AuthorizeApplicationToUsersRequest): Promise<$_model.AuthorizeApplicationToUsersResponse>;
161
161
  /**
162
- * Grants a client application permissions for specific scopes on a specified resource server.
162
+ * Grants Scope permissions under a specified ResourceServer to a Client application.
163
163
  *
164
164
  * @param request - AuthorizeResourceServerScopesToClientRequest
165
165
  * @param runtime - runtime options for this request RuntimeOptions
@@ -167,14 +167,14 @@ export default class Client extends OpenApi {
167
167
  */
168
168
  authorizeResourceServerScopesToClientWithOptions(request: $_model.AuthorizeResourceServerScopesToClientRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeResourceServerScopesToClientResponse>;
169
169
  /**
170
- * Grants a client application permissions for specific scopes on a specified resource server.
170
+ * Grants Scope permissions under a specified ResourceServer to a Client application.
171
171
  *
172
172
  * @param request - AuthorizeResourceServerScopesToClientRequest
173
173
  * @returns AuthorizeResourceServerScopesToClientResponse
174
174
  */
175
175
  authorizeResourceServerScopesToClient(request: $_model.AuthorizeResourceServerScopesToClientRequest): Promise<$_model.AuthorizeResourceServerScopesToClientResponse>;
176
176
  /**
177
- * Grants a group permissions for specified scopes on a resource server.
177
+ * Grants Scope permissions under a specified ResourceServer to a group.
178
178
  *
179
179
  * @param request - AuthorizeResourceServerScopesToGroupRequest
180
180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -182,14 +182,14 @@ export default class Client extends OpenApi {
182
182
  */
183
183
  authorizeResourceServerScopesToGroupWithOptions(request: $_model.AuthorizeResourceServerScopesToGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeResourceServerScopesToGroupResponse>;
184
184
  /**
185
- * Grants a group permissions for specified scopes on a resource server.
185
+ * Grants Scope permissions under a specified ResourceServer to a group.
186
186
  *
187
187
  * @param request - AuthorizeResourceServerScopesToGroupRequest
188
188
  * @returns AuthorizeResourceServerScopesToGroupResponse
189
189
  */
190
190
  authorizeResourceServerScopesToGroup(request: $_model.AuthorizeResourceServerScopesToGroupRequest): Promise<$_model.AuthorizeResourceServerScopesToGroupResponse>;
191
191
  /**
192
- * Grants scope permissions for a specified resource server to an organization.
192
+ * Grants scope permissions under a specified ResourceServer to an organizational unit.
193
193
  *
194
194
  * @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
195
195
  * @param runtime - runtime options for this request RuntimeOptions
@@ -197,14 +197,14 @@ export default class Client extends OpenApi {
197
197
  */
198
198
  authorizeResourceServerScopesToOrganizationalUnitWithOptions(request: $_model.AuthorizeResourceServerScopesToOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeResourceServerScopesToOrganizationalUnitResponse>;
199
199
  /**
200
- * Grants scope permissions for a specified resource server to an organization.
200
+ * Grants scope permissions under a specified ResourceServer to an organizational unit.
201
201
  *
202
202
  * @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
203
203
  * @returns AuthorizeResourceServerScopesToOrganizationalUnitResponse
204
204
  */
205
205
  authorizeResourceServerScopesToOrganizationalUnit(request: $_model.AuthorizeResourceServerScopesToOrganizationalUnitRequest): Promise<$_model.AuthorizeResourceServerScopesToOrganizationalUnitResponse>;
206
206
  /**
207
- * Grants scope permissions for a specified resource server to a user account.
207
+ * Grants Scope permissions under a specified ResourceServer to an account.
208
208
  *
209
209
  * @param request - AuthorizeResourceServerScopesToUserRequest
210
210
  * @param runtime - runtime options for this request RuntimeOptions
@@ -212,14 +212,14 @@ export default class Client extends OpenApi {
212
212
  */
213
213
  authorizeResourceServerScopesToUserWithOptions(request: $_model.AuthorizeResourceServerScopesToUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeResourceServerScopesToUserResponse>;
214
214
  /**
215
- * Grants scope permissions for a specified resource server to a user account.
215
+ * Grants Scope permissions under a specified ResourceServer to an account.
216
216
  *
217
217
  * @param request - AuthorizeResourceServerScopesToUserRequest
218
218
  * @returns AuthorizeResourceServerScopesToUserResponse
219
219
  */
220
220
  authorizeResourceServerScopesToUser(request: $_model.AuthorizeResourceServerScopesToUserRequest): Promise<$_model.AuthorizeResourceServerScopesToUserResponse>;
221
221
  /**
222
- * Authorizes a resource server for a client application.
222
+ * Authorizes a specified ResourceServer for a Client application.
223
223
  *
224
224
  * @param request - AuthorizeResourceServerToClientRequest
225
225
  * @param runtime - runtime options for this request RuntimeOptions
@@ -227,7 +227,7 @@ export default class Client extends OpenApi {
227
227
  */
228
228
  authorizeResourceServerToClientWithOptions(request: $_model.AuthorizeResourceServerToClientRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AuthorizeResourceServerToClientResponse>;
229
229
  /**
230
- * Authorizes a resource server for a client application.
230
+ * Authorizes a specified ResourceServer for a Client application.
231
231
  *
232
232
  * @param request - AuthorizeResourceServerToClientRequest
233
233
  * @returns AuthorizeResourceServerToClientResponse
@@ -249,7 +249,7 @@ export default class Client extends OpenApi {
249
249
  */
250
250
  bindUserAuthnSourceMapping(request: $_model.BindUserAuthnSourceMappingRequest): Promise<$_model.BindUserAuthnSourceMappingResponse>;
251
251
  /**
252
- * Checks whether the primary organizational unit for an application is within the synchronization scope.
252
+ * Checks whether the primary organization for application synchronization is within the application synchronization scope.
253
253
  *
254
254
  * @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
255
255
  * @param runtime - runtime options for this request RuntimeOptions
@@ -257,7 +257,7 @@ export default class Client extends OpenApi {
257
257
  */
258
258
  checkApplicationProvisioningUserPrimaryOrganizationalUnitWithOptions(request: $_model.CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse>;
259
259
  /**
260
- * Checks whether the primary organizational unit for an application is within the synchronization scope.
260
+ * Checks whether the primary organization for application synchronization is within the application synchronization scope.
261
261
  *
262
262
  * @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
263
263
  * @returns CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse
@@ -294,10 +294,10 @@ export default class Client extends OpenApi {
294
294
  */
295
295
  checkInstanceModuleStatus(request: $_model.CheckInstanceModuleStatusRequest): Promise<$_model.CheckInstanceModuleStatusResponse>;
296
296
  /**
297
- * Creates an application in the specified EIAM instance.
297
+ * Creates an application resource in a specified EIAM instance.
298
298
  *
299
299
  * @remarks
300
- * You must select the required SSO protocol when you create the application. This selection cannot be changed after creation.
300
+ * EIAM supports two standard SSO protocols for application access: SAML 2.0 and OIDC. This parameter cannot be changed after it is specified. Create the application based on the SSO protocol type used in your business scenario.
301
301
  *
302
302
  * @param request - CreateApplicationRequest
303
303
  * @param runtime - runtime options for this request RuntimeOptions
@@ -305,17 +305,17 @@ export default class Client extends OpenApi {
305
305
  */
306
306
  createApplicationWithOptions(request: $_model.CreateApplicationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationResponse>;
307
307
  /**
308
- * Creates an application in the specified EIAM instance.
308
+ * Creates an application resource in a specified EIAM instance.
309
309
  *
310
310
  * @remarks
311
- * You must select the required SSO protocol when you create the application. This selection cannot be changed after creation.
311
+ * EIAM supports two standard SSO protocols for application access: SAML 2.0 and OIDC. This parameter cannot be changed after it is specified. Create the application based on the SSO protocol type used in your business scenario.
312
312
  *
313
313
  * @param request - CreateApplicationRequest
314
314
  * @returns CreateApplicationResponse
315
315
  */
316
316
  createApplication(request: $_model.CreateApplicationRequest): Promise<$_model.CreateApplicationResponse>;
317
317
  /**
318
- * Creates a client secret for an EIAM application. You can create up to two client secrets for each application.
318
+ * Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
319
319
  *
320
320
  * @param request - CreateApplicationClientSecretRequest
321
321
  * @param runtime - runtime options for this request RuntimeOptions
@@ -323,14 +323,14 @@ export default class Client extends OpenApi {
323
323
  */
324
324
  createApplicationClientSecretWithOptions(request: $_model.CreateApplicationClientSecretRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationClientSecretResponse>;
325
325
  /**
326
- * Creates a client secret for an EIAM application. You can create up to two client secrets for each application.
326
+ * Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
327
327
  *
328
328
  * @param request - CreateApplicationClientSecretRequest
329
329
  * @returns CreateApplicationClientSecretResponse
330
330
  */
331
331
  createApplicationClientSecret(request: $_model.CreateApplicationClientSecretRequest): Promise<$_model.CreateApplicationClientSecretResponse>;
332
332
  /**
333
- * Creates an application federated credential.
333
+ * Creates an application federated identity credential.
334
334
  *
335
335
  * @param request - CreateApplicationFederatedCredentialRequest
336
336
  * @param runtime - runtime options for this request RuntimeOptions
@@ -338,7 +338,7 @@ export default class Client extends OpenApi {
338
338
  */
339
339
  createApplicationFederatedCredentialWithOptions(request: $_model.CreateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateApplicationFederatedCredentialResponse>;
340
340
  /**
341
- * Creates an application federated credential.
341
+ * Creates an application federated identity credential.
342
342
  *
343
343
  * @param request - CreateApplicationFederatedCredentialRequest
344
344
  * @returns CreateApplicationFederatedCredentialResponse
@@ -420,7 +420,7 @@ export default class Client extends OpenApi {
420
420
  */
421
421
  createBrand(request: $_model.CreateBrandRequest): Promise<$_model.CreateBrandResponse>;
422
422
  /**
423
- * Creates a client public key for an application. The machine-to-machine (M2M) authorization server uses this public key to verify the assertion included in a token request from an M2M client using the PRIVATE_KEY_JWT method.
423
+ * Creates a ClientPublicKey for an application. When an M2M client uses the PRIVATE_KEY_JWT method to request the token endpoint, this public key is used by the M2M authorization server to verify the assertion carried in the client\\"s token endpoint request.
424
424
  *
425
425
  * @param request - CreateClientPublicKeyRequest
426
426
  * @param runtime - runtime options for this request RuntimeOptions
@@ -428,17 +428,17 @@ export default class Client extends OpenApi {
428
428
  */
429
429
  createClientPublicKeyWithOptions(request: $_model.CreateClientPublicKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateClientPublicKeyResponse>;
430
430
  /**
431
- * Creates a client public key for an application. The machine-to-machine (M2M) authorization server uses this public key to verify the assertion included in a token request from an M2M client using the PRIVATE_KEY_JWT method.
431
+ * Creates a ClientPublicKey for an application. When an M2M client uses the PRIVATE_KEY_JWT method to request the token endpoint, this public key is used by the M2M authorization server to verify the assertion carried in the client\\"s token endpoint request.
432
432
  *
433
433
  * @param request - CreateClientPublicKeyRequest
434
434
  * @returns CreateClientPublicKeyResponse
435
435
  */
436
436
  createClientPublicKey(request: $_model.CreateClientPublicKeyRequest): Promise<$_model.CreateClientPublicKeyResponse>;
437
437
  /**
438
- * Creates a cloud account in the specified IDaaS EIAM instance.
438
+ * Creates a cloud account resource in a specified EIAM instance.
439
439
  *
440
440
  * @remarks
441
- * *Before you call this operation, ensure that you understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
441
+ * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
442
442
  *
443
443
  * @param request - CreateCloudAccountRequest
444
444
  * @param runtime - runtime options for this request RuntimeOptions
@@ -446,10 +446,10 @@ export default class Client extends OpenApi {
446
446
  */
447
447
  createCloudAccountWithOptions(request: $_model.CreateCloudAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudAccountResponse>;
448
448
  /**
449
- * Creates a cloud account in the specified IDaaS EIAM instance.
449
+ * Creates a cloud account resource in a specified EIAM instance.
450
450
  *
451
451
  * @remarks
452
- * *Before you call this operation, ensure that you understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
452
+ * *Before you call this operation, make sure that you fully understand the billing methods and [pricing](https://www.aliyun.com/price/product#/ecs/detail) of IDaaS EIAM.**
453
453
  *
454
454
  * @param request - CreateCloudAccountRequest
455
455
  * @returns CreateCloudAccountResponse
@@ -492,7 +492,7 @@ export default class Client extends OpenApi {
492
492
  */
493
493
  createConditionalAccessPolicy(request: $_model.CreateConditionalAccessPolicyRequest): Promise<$_model.CreateConditionalAccessPolicyResponse>;
494
494
  /**
495
- * Creates a credential in a specified EIAM instance.
495
+ * Creates a credential resource in a specified EIAM instance.
496
496
  *
497
497
  * @param request - CreateCredentialRequest
498
498
  * @param runtime - runtime options for this request RuntimeOptions
@@ -500,7 +500,7 @@ export default class Client extends OpenApi {
500
500
  */
501
501
  createCredentialWithOptions(request: $_model.CreateCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCredentialResponse>;
502
502
  /**
503
- * Creates a credential in a specified EIAM instance.
503
+ * Creates a credential resource in a specified EIAM instance.
504
504
  *
505
505
  * @param request - CreateCredentialRequest
506
506
  * @returns CreateCredentialResponse
@@ -582,7 +582,7 @@ export default class Client extends OpenApi {
582
582
  */
583
583
  createDomainProxyToken(request: $_model.CreateDomainProxyTokenRequest): Promise<$_model.CreateDomainProxyTokenResponse>;
584
584
  /**
585
- * Create an identity provider.
585
+ * Creates a federated trust source.
586
586
  *
587
587
  * @param request - CreateFederatedCredentialProviderRequest
588
588
  * @param runtime - runtime options for this request RuntimeOptions
@@ -590,14 +590,14 @@ export default class Client extends OpenApi {
590
590
  */
591
591
  createFederatedCredentialProviderWithOptions(request: $_model.CreateFederatedCredentialProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateFederatedCredentialProviderResponse>;
592
592
  /**
593
- * Create an identity provider.
593
+ * Creates a federated trust source.
594
594
  *
595
595
  * @param request - CreateFederatedCredentialProviderRequest
596
596
  * @returns CreateFederatedCredentialProviderResponse
597
597
  */
598
598
  createFederatedCredentialProvider(request: $_model.CreateFederatedCredentialProviderRequest): Promise<$_model.CreateFederatedCredentialProviderResponse>;
599
599
  /**
600
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
600
+ * Create an EIAM account group.
601
601
  *
602
602
  * @param request - CreateGroupRequest
603
603
  * @param runtime - runtime options for this request RuntimeOptions
@@ -605,14 +605,14 @@ export default class Client extends OpenApi {
605
605
  */
606
606
  createGroupWithOptions(request: $_model.CreateGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateGroupResponse>;
607
607
  /**
608
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
608
+ * Create an EIAM account group.
609
609
  *
610
610
  * @param request - CreateGroupRequest
611
611
  * @returns CreateGroupResponse
612
612
  */
613
613
  createGroup(request: $_model.CreateGroupRequest): Promise<$_model.CreateGroupResponse>;
614
614
  /**
615
- * Creates an identity provider.
615
+ * Create an identity provider.
616
616
  *
617
617
  * @param request - CreateIdentityProviderRequest
618
618
  * @param runtime - runtime options for this request RuntimeOptions
@@ -620,7 +620,7 @@ export default class Client extends OpenApi {
620
620
  */
621
621
  createIdentityProviderWithOptions(request: $_model.CreateIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIdentityProviderResponse>;
622
622
  /**
623
- * Creates an identity provider.
623
+ * Create an identity provider.
624
624
  *
625
625
  * @param request - CreateIdentityProviderRequest
626
626
  * @returns CreateIdentityProviderResponse
@@ -702,7 +702,7 @@ export default class Client extends OpenApi {
702
702
  */
703
703
  createNetworkZone(request: $_model.CreateNetworkZoneRequest): Promise<$_model.CreateNetworkZoneResponse>;
704
704
  /**
705
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
705
+ * Creates an EIAM organization under a specified organization.
706
706
  *
707
707
  * @param request - CreateOrganizationalUnitRequest
708
708
  * @param runtime - runtime options for this request RuntimeOptions
@@ -710,7 +710,7 @@ export default class Client extends OpenApi {
710
710
  */
711
711
  createOrganizationalUnitWithOptions(request: $_model.CreateOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateOrganizationalUnitResponse>;
712
712
  /**
713
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
713
+ * Creates an EIAM organization under a specified organization.
714
714
  *
715
715
  * @param request - CreateOrganizationalUnitRequest
716
716
  * @returns CreateOrganizationalUnitResponse
@@ -732,7 +732,7 @@ export default class Client extends OpenApi {
732
732
  */
733
733
  createResourceServerScope(request: $_model.CreateResourceServerScopeRequest): Promise<$_model.CreateResourceServerScopeResponse>;
734
734
  /**
735
- * Create an EIAM account in a specific EIAM instance.
735
+ * Creates an EIAM account in a specified EIAM instance.
736
736
  *
737
737
  * @param request - CreateUserRequest
738
738
  * @param runtime - runtime options for this request RuntimeOptions
@@ -740,17 +740,17 @@ export default class Client extends OpenApi {
740
740
  */
741
741
  createUserWithOptions(request: $_model.CreateUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUserResponse>;
742
742
  /**
743
- * Create an EIAM account in a specific EIAM instance.
743
+ * Creates an EIAM account in a specified EIAM instance.
744
744
  *
745
745
  * @param request - CreateUserRequest
746
746
  * @returns CreateUserResponse
747
747
  */
748
748
  createUser(request: $_model.CreateUserRequest): Promise<$_model.CreateUserResponse>;
749
749
  /**
750
- * Deletes an Employee Identity and Access Management (EIAM) application.
750
+ * Deletes an EIAM application resource.
751
751
  *
752
752
  * @remarks
753
- * Make sure that the EIAM application that you want to delete is not used before you delete the EIAM application. After you delete the EIAM application, all configurations are deleted and cannot be restored.
753
+ * Before deleting a specified EIAM application, make sure the application is no longer in use. After the application is deleted, all configuration data is permanently deleted and cannot be recovered.
754
754
  *
755
755
  * @param request - DeleteApplicationRequest
756
756
  * @param runtime - runtime options for this request RuntimeOptions
@@ -758,17 +758,17 @@ export default class Client extends OpenApi {
758
758
  */
759
759
  deleteApplicationWithOptions(request: $_model.DeleteApplicationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApplicationResponse>;
760
760
  /**
761
- * Deletes an Employee Identity and Access Management (EIAM) application.
761
+ * Deletes an EIAM application resource.
762
762
  *
763
763
  * @remarks
764
- * Make sure that the EIAM application that you want to delete is not used before you delete the EIAM application. After you delete the EIAM application, all configurations are deleted and cannot be restored.
764
+ * Before deleting a specified EIAM application, make sure the application is no longer in use. After the application is deleted, all configuration data is permanently deleted and cannot be recovered.
765
765
  *
766
766
  * @param request - DeleteApplicationRequest
767
767
  * @returns DeleteApplicationResponse
768
768
  */
769
769
  deleteApplication(request: $_model.DeleteApplicationRequest): Promise<$_model.DeleteApplicationResponse>;
770
770
  /**
771
- * Deletes a client key for an Employee Identity and Access Management (EIAM) application.
771
+ * Deletes a client secret of an EIAM application.
772
772
  *
773
773
  * @param request - DeleteApplicationClientSecretRequest
774
774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -776,14 +776,14 @@ export default class Client extends OpenApi {
776
776
  */
777
777
  deleteApplicationClientSecretWithOptions(request: $_model.DeleteApplicationClientSecretRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApplicationClientSecretResponse>;
778
778
  /**
779
- * Deletes a client key for an Employee Identity and Access Management (EIAM) application.
779
+ * Deletes a client secret of an EIAM application.
780
780
  *
781
781
  * @param request - DeleteApplicationClientSecretRequest
782
782
  * @returns DeleteApplicationClientSecretResponse
783
783
  */
784
784
  deleteApplicationClientSecret(request: $_model.DeleteApplicationClientSecretRequest): Promise<$_model.DeleteApplicationClientSecretResponse>;
785
785
  /**
786
- * Deletes a federated credential for an application.
786
+ * Deletes a federated identity credential of an application.
787
787
  *
788
788
  * @param request - DeleteApplicationFederatedCredentialRequest
789
789
  * @param runtime - runtime options for this request RuntimeOptions
@@ -791,7 +791,7 @@ export default class Client extends OpenApi {
791
791
  */
792
792
  deleteApplicationFederatedCredentialWithOptions(request: $_model.DeleteApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApplicationFederatedCredentialResponse>;
793
793
  /**
794
- * Deletes a federated credential for an application.
794
+ * Deletes a federated identity credential of an application.
795
795
  *
796
796
  * @param request - DeleteApplicationFederatedCredentialRequest
797
797
  * @returns DeleteApplicationFederatedCredentialResponse
@@ -813,7 +813,7 @@ export default class Client extends OpenApi {
813
813
  */
814
814
  deleteApplicationRole(request: $_model.DeleteApplicationRoleRequest): Promise<$_model.DeleteApplicationRoleResponse>;
815
815
  /**
816
- * Deletes an application token.
816
+ * Deletes an ApplicationToken.
817
817
  *
818
818
  * @param request - DeleteApplicationTokenRequest
819
819
  * @param runtime - runtime options for this request RuntimeOptions
@@ -821,7 +821,7 @@ export default class Client extends OpenApi {
821
821
  */
822
822
  deleteApplicationTokenWithOptions(request: $_model.DeleteApplicationTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteApplicationTokenResponse>;
823
823
  /**
824
- * Deletes an application token.
824
+ * Deletes an ApplicationToken.
825
825
  *
826
826
  * @param request - DeleteApplicationTokenRequest
827
827
  * @returns DeleteApplicationTokenResponse
@@ -873,7 +873,7 @@ export default class Client extends OpenApi {
873
873
  */
874
874
  deleteBrand(request: $_model.DeleteBrandRequest): Promise<$_model.DeleteBrandResponse>;
875
875
  /**
876
- * Deletes the ClientPublicKey for a specified application.
876
+ * Deletes a specified application ClientPublicKey.
877
877
  *
878
878
  * @param request - DeleteClientPublicKeyRequest
879
879
  * @param runtime - runtime options for this request RuntimeOptions
@@ -881,7 +881,7 @@ export default class Client extends OpenApi {
881
881
  */
882
882
  deleteClientPublicKeyWithOptions(request: $_model.DeleteClientPublicKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteClientPublicKeyResponse>;
883
883
  /**
884
- * Deletes the ClientPublicKey for a specified application.
884
+ * Deletes a specified application ClientPublicKey.
885
885
  *
886
886
  * @param request - DeleteClientPublicKeyRequest
887
887
  * @returns DeleteClientPublicKeyResponse
@@ -1050,7 +1050,7 @@ export default class Client extends OpenApi {
1050
1050
  */
1051
1051
  deleteFederatedCredentialProvider(request: $_model.DeleteFederatedCredentialProviderRequest): Promise<$_model.DeleteFederatedCredentialProviderResponse>;
1052
1052
  /**
1053
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
1053
+ * Delete an EIAM account group.
1054
1054
  *
1055
1055
  * @param request - DeleteGroupRequest
1056
1056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1058,14 +1058,14 @@ export default class Client extends OpenApi {
1058
1058
  */
1059
1059
  deleteGroupWithOptions(request: $_model.DeleteGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGroupResponse>;
1060
1060
  /**
1061
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
1061
+ * Delete an EIAM account group.
1062
1062
  *
1063
1063
  * @param request - DeleteGroupRequest
1064
1064
  * @returns DeleteGroupResponse
1065
1065
  */
1066
1066
  deleteGroup(request: $_model.DeleteGroupRequest): Promise<$_model.DeleteGroupResponse>;
1067
1067
  /**
1068
- * Delete identity provider
1068
+ * Deletes an identity provider.
1069
1069
  *
1070
1070
  * @param request - DeleteIdentityProviderRequest
1071
1071
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1073,7 +1073,7 @@ export default class Client extends OpenApi {
1073
1073
  */
1074
1074
  deleteIdentityProviderWithOptions(request: $_model.DeleteIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteIdentityProviderResponse>;
1075
1075
  /**
1076
- * Delete identity provider
1076
+ * Deletes an identity provider.
1077
1077
  *
1078
1078
  * @param request - DeleteIdentityProviderRequest
1079
1079
  * @returns DeleteIdentityProviderResponse
@@ -1131,7 +1131,7 @@ export default class Client extends OpenApi {
1131
1131
  */
1132
1132
  deleteNetworkZone(request: $_model.DeleteNetworkZoneRequest): Promise<$_model.DeleteNetworkZoneResponse>;
1133
1133
  /**
1134
- * Deletes an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM). If the organization has EIAM accounts or child organizations, the delete operation fails.
1134
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
1135
1135
  *
1136
1136
  * @param request - DeleteOrganizationalUnitRequest
1137
1137
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1139,14 +1139,14 @@ export default class Client extends OpenApi {
1139
1139
  */
1140
1140
  deleteOrganizationalUnitWithOptions(request: $_model.DeleteOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteOrganizationalUnitResponse>;
1141
1141
  /**
1142
- * Deletes an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM). If the organization has EIAM accounts or child organizations, the delete operation fails.
1142
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
1143
1143
  *
1144
1144
  * @param request - DeleteOrganizationalUnitRequest
1145
1145
  * @returns DeleteOrganizationalUnitResponse
1146
1146
  */
1147
1147
  deleteOrganizationalUnit(request: $_model.DeleteOrganizationalUnitRequest): Promise<$_model.DeleteOrganizationalUnitResponse>;
1148
1148
  /**
1149
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
1149
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
1150
1150
  *
1151
1151
  * @param request - DeleteOrganizationalUnitChildrenRequest
1152
1152
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1154,14 +1154,14 @@ export default class Client extends OpenApi {
1154
1154
  */
1155
1155
  deleteOrganizationalUnitChildrenWithOptions(request: $_model.DeleteOrganizationalUnitChildrenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteOrganizationalUnitChildrenResponse>;
1156
1156
  /**
1157
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
1157
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
1158
1158
  *
1159
1159
  * @param request - DeleteOrganizationalUnitChildrenRequest
1160
1160
  * @returns DeleteOrganizationalUnitChildrenResponse
1161
1161
  */
1162
1162
  deleteOrganizationalUnitChildren(request: $_model.DeleteOrganizationalUnitChildrenRequest): Promise<$_model.DeleteOrganizationalUnitChildrenResponse>;
1163
1163
  /**
1164
- * Deletes a scope permission from a specified resource server.
1164
+ * Deletes a scope permission under a specified ResourceServer.
1165
1165
  *
1166
1166
  * @param request - DeleteResourceServerScopeRequest
1167
1167
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1169,14 +1169,14 @@ export default class Client extends OpenApi {
1169
1169
  */
1170
1170
  deleteResourceServerScopeWithOptions(request: $_model.DeleteResourceServerScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteResourceServerScopeResponse>;
1171
1171
  /**
1172
- * Deletes a scope permission from a specified resource server.
1172
+ * Deletes a scope permission under a specified ResourceServer.
1173
1173
  *
1174
1174
  * @param request - DeleteResourceServerScopeRequest
1175
1175
  * @returns DeleteResourceServerScopeResponse
1176
1176
  */
1177
1177
  deleteResourceServerScope(request: $_model.DeleteResourceServerScopeRequest): Promise<$_model.DeleteResourceServerScopeResponse>;
1178
1178
  /**
1179
- * Deletes a specified EIAM user and purges all related information.
1179
+ * Deletes a specified EIAM account and purges all information associated with the account.
1180
1180
  *
1181
1181
  * @param request - DeleteUserRequest
1182
1182
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1184,7 +1184,7 @@ export default class Client extends OpenApi {
1184
1184
  */
1185
1185
  deleteUserWithOptions(request: $_model.DeleteUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUserResponse>;
1186
1186
  /**
1187
- * Deletes a specified EIAM user and purges all related information.
1187
+ * Deletes a specified EIAM account and purges all information associated with the account.
1188
1188
  *
1189
1189
  * @param request - DeleteUserRequest
1190
1190
  * @returns DeleteUserResponse
@@ -1221,10 +1221,10 @@ export default class Client extends OpenApi {
1221
1221
  */
1222
1222
  deleteWebAuthnAuthenticator(request: $_model.DeleteWebAuthnAuthenticatorRequest): Promise<$_model.DeleteWebAuthnAuthenticatorResponse>;
1223
1223
  /**
1224
- * Disables an enabled Employee Identity and Access Management (EIAM) application. All features of the EIAM application cannot be used if you disable the EIAM application.
1224
+ * Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
1225
1225
  *
1226
1226
  * @remarks
1227
- * All features of the EIAM application cannot be used if you disable the EIAM application, such as single sign-on (SSO) and account synchronization. Make sure that you acknowledge the risks of the delete operation.
1227
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable (such as SSO and account synchronization). Confirm that you are aware of the risks that this operation may cause.
1228
1228
  *
1229
1229
  * @param request - DisableApplicationRequest
1230
1230
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1232,10 +1232,10 @@ export default class Client extends OpenApi {
1232
1232
  */
1233
1233
  disableApplicationWithOptions(request: $_model.DisableApplicationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableApplicationResponse>;
1234
1234
  /**
1235
- * Disables an enabled Employee Identity and Access Management (EIAM) application. All features of the EIAM application cannot be used if you disable the EIAM application.
1235
+ * Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
1236
1236
  *
1237
1237
  * @remarks
1238
- * All features of the EIAM application cannot be used if you disable the EIAM application, such as single sign-on (SSO) and account synchronization. Make sure that you acknowledge the risks of the delete operation.
1238
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable (such as SSO and account synchronization). Confirm that you are aware of the risks that this operation may cause.
1239
1239
  *
1240
1240
  * @param request - DisableApplicationRequest
1241
1241
  * @returns DisableApplicationResponse
@@ -1272,7 +1272,7 @@ export default class Client extends OpenApi {
1272
1272
  */
1273
1273
  disableApplicationClientSecret(request: $_model.DisableApplicationClientSecretRequest): Promise<$_model.DisableApplicationClientSecretResponse>;
1274
1274
  /**
1275
- * Disables a federated credential for an application.
1275
+ * Disables a federated identity credential for an application.
1276
1276
  *
1277
1277
  * @param request - DisableApplicationFederatedCredentialRequest
1278
1278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1280,7 +1280,7 @@ export default class Client extends OpenApi {
1280
1280
  */
1281
1281
  disableApplicationFederatedCredentialWithOptions(request: $_model.DisableApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableApplicationFederatedCredentialResponse>;
1282
1282
  /**
1283
- * Disables a federated credential for an application.
1283
+ * Disables a federated identity credential for an application.
1284
1284
  *
1285
1285
  * @param request - DisableApplicationFederatedCredentialRequest
1286
1286
  * @returns DisableApplicationFederatedCredentialResponse
@@ -1317,7 +1317,7 @@ export default class Client extends OpenApi {
1317
1317
  */
1318
1318
  disableApplicationProvisioning(request: $_model.DisableApplicationProvisioningRequest): Promise<$_model.DisableApplicationProvisioningResponse>;
1319
1319
  /**
1320
- * Disables the resource server functionality for a specified application.
1320
+ * Disables the ResourceServer capability of a specified application.
1321
1321
  *
1322
1322
  * @param request - DisableApplicationResourceServerRequest
1323
1323
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1325,7 +1325,7 @@ export default class Client extends OpenApi {
1325
1325
  */
1326
1326
  disableApplicationResourceServerWithOptions(request: $_model.DisableApplicationResourceServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableApplicationResourceServerResponse>;
1327
1327
  /**
1328
- * Disables the resource server functionality for a specified application.
1328
+ * Disables the ResourceServer capability of a specified application.
1329
1329
  *
1330
1330
  * @param request - DisableApplicationResourceServerRequest
1331
1331
  * @returns DisableApplicationResourceServerResponse
@@ -1350,7 +1350,7 @@ export default class Client extends OpenApi {
1350
1350
  * Disables an application token.
1351
1351
  *
1352
1352
  * @remarks
1353
- * When you change the status of an application from enabled to disabled, all application features, such as single sign-on (SSO) and account synchronization, become unavailable. Be aware of the potential threats associated with this operation.
1353
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1354
1354
  *
1355
1355
  * @param request - DisableApplicationTokenRequest
1356
1356
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1361,7 +1361,7 @@ export default class Client extends OpenApi {
1361
1361
  * Disables an application token.
1362
1362
  *
1363
1363
  * @remarks
1364
- * When you change the status of an application from enabled to disabled, all application features, such as single sign-on (SSO) and account synchronization, become unavailable. Be aware of the potential threats associated with this operation.
1364
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1365
1365
  *
1366
1366
  * @param request - DisableApplicationTokenRequest
1367
1367
  * @returns DisableApplicationTokenResponse
@@ -1398,7 +1398,7 @@ export default class Client extends OpenApi {
1398
1398
  */
1399
1399
  disableBrand(request: $_model.DisableBrandRequest): Promise<$_model.DisableBrandResponse>;
1400
1400
  /**
1401
- * Disables the ClientPublicKey for a specified application.
1401
+ * Disables a specified application ClientPublicKey.
1402
1402
  *
1403
1403
  * @param request - DisableClientPublicKeyRequest
1404
1404
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1406,7 +1406,7 @@ export default class Client extends OpenApi {
1406
1406
  */
1407
1407
  disableClientPublicKeyWithOptions(request: $_model.DisableClientPublicKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableClientPublicKeyResponse>;
1408
1408
  /**
1409
- * Disables the ClientPublicKey for a specified application.
1409
+ * Disables a specified application ClientPublicKey.
1410
1410
  *
1411
1411
  * @param request - DisableClientPublicKeyRequest
1412
1412
  * @returns DisableClientPublicKeyResponse
@@ -1557,7 +1557,7 @@ export default class Client extends OpenApi {
1557
1557
  * Disables authentication.
1558
1558
  *
1559
1559
  * @remarks
1560
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Before you perform this operation, make sure that you understand the associated risks.
1560
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1561
1561
  *
1562
1562
  * @param request - DisableIdentityProviderAuthnRequest
1563
1563
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1568,14 +1568,14 @@ export default class Client extends OpenApi {
1568
1568
  * Disables authentication.
1569
1569
  *
1570
1570
  * @remarks
1571
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Before you perform this operation, make sure that you understand the associated risks.
1571
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1572
1572
  *
1573
1573
  * @param request - DisableIdentityProviderAuthnRequest
1574
1574
  * @returns DisableIdentityProviderAuthnResponse
1575
1575
  */
1576
1576
  disableIdentityProviderAuthn(request: $_model.DisableIdentityProviderAuthnRequest): Promise<$_model.DisableIdentityProviderAuthnResponse>;
1577
1577
  /**
1578
- * Disable identity provider synchronization
1578
+ * Disables the inbound synchronization feature of an identity provider.
1579
1579
  *
1580
1580
  * @param request - DisableIdentityProviderUdPullRequest
1581
1581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1583,7 +1583,7 @@ export default class Client extends OpenApi {
1583
1583
  */
1584
1584
  disableIdentityProviderUdPullWithOptions(request: $_model.DisableIdentityProviderUdPullRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableIdentityProviderUdPullResponse>;
1585
1585
  /**
1586
- * Disable identity provider synchronization
1586
+ * Disables the inbound synchronization feature of an identity provider.
1587
1587
  *
1588
1588
  * @param request - DisableIdentityProviderUdPullRequest
1589
1589
  * @returns DisableIdentityProviderUdPullResponse
@@ -1635,7 +1635,7 @@ export default class Client extends OpenApi {
1635
1635
  */
1636
1636
  disableResourceServerCustomSubject(request: $_model.DisableResourceServerCustomSubjectRequest): Promise<$_model.DisableResourceServerCustomSubjectResponse>;
1637
1637
  /**
1638
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
1638
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
1639
1639
  *
1640
1640
  * @param request - DisableUserRequest
1641
1641
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1643,7 +1643,7 @@ export default class Client extends OpenApi {
1643
1643
  */
1644
1644
  disableUserWithOptions(request: $_model.DisableUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableUserResponse>;
1645
1645
  /**
1646
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
1646
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
1647
1647
  *
1648
1648
  * @param request - DisableUserRequest
1649
1649
  * @returns DisableUserResponse
@@ -1755,7 +1755,7 @@ export default class Client extends OpenApi {
1755
1755
  */
1756
1756
  enableApplicationResourceServer(request: $_model.EnableApplicationResourceServerRequest): Promise<$_model.EnableApplicationResourceServerResponse>;
1757
1757
  /**
1758
- * Enables single sign-on (SSO) for an EIAM application.
1758
+ * Enables the SSO feature for an EIAM application.
1759
1759
  *
1760
1760
  * @param request - EnableApplicationSsoRequest
1761
1761
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1763,7 +1763,7 @@ export default class Client extends OpenApi {
1763
1763
  */
1764
1764
  enableApplicationSsoWithOptions(request: $_model.EnableApplicationSsoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableApplicationSsoResponse>;
1765
1765
  /**
1766
- * Enables single sign-on (SSO) for an EIAM application.
1766
+ * Enables the SSO feature for an EIAM application.
1767
1767
  *
1768
1768
  * @param request - EnableApplicationSsoRequest
1769
1769
  * @returns EnableApplicationSsoResponse
@@ -1815,7 +1815,7 @@ export default class Client extends OpenApi {
1815
1815
  */
1816
1816
  enableBrand(request: $_model.EnableBrandRequest): Promise<$_model.EnableBrandResponse>;
1817
1817
  /**
1818
- * Enables the specified ClientPublicKey for an application.
1818
+ * Enables a specified application ClientPublicKey.
1819
1819
  *
1820
1820
  * @param request - EnableClientPublicKeyRequest
1821
1821
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1823,7 +1823,7 @@ export default class Client extends OpenApi {
1823
1823
  */
1824
1824
  enableClientPublicKeyWithOptions(request: $_model.EnableClientPublicKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableClientPublicKeyResponse>;
1825
1825
  /**
1826
- * Enables the specified ClientPublicKey for an application.
1826
+ * Enables a specified application ClientPublicKey.
1827
1827
  *
1828
1828
  * @param request - EnableClientPublicKeyRequest
1829
1829
  * @returns EnableClientPublicKeyResponse
@@ -1980,7 +1980,7 @@ export default class Client extends OpenApi {
1980
1980
  * Enables authentication.
1981
1981
  *
1982
1982
  * @remarks
1983
- * When a conditional access policy is disabled, it no longer blocks access. Ensure that you understand the potential security threats before you perform this operation.
1983
+ * When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
1984
1984
  *
1985
1985
  * @param request - EnableIdentityProviderAuthnRequest
1986
1986
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1991,14 +1991,14 @@ export default class Client extends OpenApi {
1991
1991
  * Enables authentication.
1992
1992
  *
1993
1993
  * @remarks
1994
- * When a conditional access policy is disabled, it no longer blocks access. Ensure that you understand the potential security threats before you perform this operation.
1994
+ * When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
1995
1995
  *
1996
1996
  * @param request - EnableIdentityProviderAuthnRequest
1997
1997
  * @returns EnableIdentityProviderAuthnResponse
1998
1998
  */
1999
1999
  enableIdentityProviderAuthn(request: $_model.EnableIdentityProviderAuthnRequest): Promise<$_model.EnableIdentityProviderAuthnResponse>;
2000
2000
  /**
2001
- * Enable identity provider synchronization.
2001
+ * Enables the inbound synchronization feature for an identity provider.
2002
2002
  *
2003
2003
  * @param request - EnableIdentityProviderUdPullRequest
2004
2004
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2006,7 +2006,7 @@ export default class Client extends OpenApi {
2006
2006
  */
2007
2007
  enableIdentityProviderUdPullWithOptions(request: $_model.EnableIdentityProviderUdPullRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableIdentityProviderUdPullResponse>;
2008
2008
  /**
2009
- * Enable identity provider synchronization.
2009
+ * Enables the inbound synchronization feature for an identity provider.
2010
2010
  *
2011
2011
  * @param request - EnableIdentityProviderUdPullRequest
2012
2012
  * @returns EnableIdentityProviderUdPullResponse
@@ -2058,7 +2058,7 @@ export default class Client extends OpenApi {
2058
2058
  */
2059
2059
  enableResourceServerCustomSubject(request: $_model.EnableResourceServerCustomSubjectRequest): Promise<$_model.EnableResourceServerCustomSubjectResponse>;
2060
2060
  /**
2061
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
2061
+ * Sets an account to the enabled state.
2062
2062
  *
2063
2063
  * @param request - EnableUserRequest
2064
2064
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2066,7 +2066,7 @@ export default class Client extends OpenApi {
2066
2066
  */
2067
2067
  enableUserWithOptions(request: $_model.EnableUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableUserResponse>;
2068
2068
  /**
2069
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
2069
+ * Sets an account to the enabled state.
2070
2070
  *
2071
2071
  * @param request - EnableUserRequest
2072
2072
  * @returns EnableUserResponse
@@ -2118,7 +2118,7 @@ export default class Client extends OpenApi {
2118
2118
  */
2119
2119
  generateFileImportTemplate(request: $_model.GenerateFileImportTemplateRequest): Promise<$_model.GenerateFileImportTemplateResponse>;
2120
2120
  /**
2121
- * Obtain an access token to call a resource server using a specified application as the client.
2121
+ * Obtains an access token for accessing a resource server by using a specified application as the client identity.
2122
2122
  *
2123
2123
  * @param request - GenerateOauthTokenRequest
2124
2124
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2126,7 +2126,7 @@ export default class Client extends OpenApi {
2126
2126
  */
2127
2127
  generateOauthTokenWithOptions(request: $_model.GenerateOauthTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GenerateOauthTokenResponse>;
2128
2128
  /**
2129
- * Obtain an access token to call a resource server using a specified application as the client.
2129
+ * Obtains an access token for accessing a resource server by using a specified application as the client identity.
2130
2130
  *
2131
2131
  * @param request - GenerateOauthTokenRequest
2132
2132
  * @returns GenerateOauthTokenResponse
@@ -2193,7 +2193,7 @@ export default class Client extends OpenApi {
2193
2193
  */
2194
2194
  getApplicationAdvancedConfig(request: $_model.GetApplicationAdvancedConfigRequest): Promise<$_model.GetApplicationAdvancedConfigResponse>;
2195
2195
  /**
2196
- * Retrieves the federated credential for an application.
2196
+ * Retrieves the federated identity credential of an application.
2197
2197
  *
2198
2198
  * @param request - GetApplicationFederatedCredentialRequest
2199
2199
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2201,14 +2201,14 @@ export default class Client extends OpenApi {
2201
2201
  */
2202
2202
  getApplicationFederatedCredentialWithOptions(request: $_model.GetApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationFederatedCredentialResponse>;
2203
2203
  /**
2204
- * Retrieves the federated credential for an application.
2204
+ * Retrieves the federated identity credential of an application.
2205
2205
  *
2206
2206
  * @param request - GetApplicationFederatedCredentialRequest
2207
2207
  * @returns GetApplicationFederatedCredentialResponse
2208
2208
  */
2209
2209
  getApplicationFederatedCredential(request: $_model.GetApplicationFederatedCredentialRequest): Promise<$_model.GetApplicationFederatedCredentialResponse>;
2210
2210
  /**
2211
- * Queries the permissions of the Developer API feature for an Employee Identity and Access Management (EIAM) application.
2211
+ * Queries the Developer API authorization scope of an EIAM application.
2212
2212
  *
2213
2213
  * @param request - GetApplicationGrantScopeRequest
2214
2214
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2216,7 +2216,7 @@ export default class Client extends OpenApi {
2216
2216
  */
2217
2217
  getApplicationGrantScopeWithOptions(request: $_model.GetApplicationGrantScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationGrantScopeResponse>;
2218
2218
  /**
2219
- * Queries the permissions of the Developer API feature for an Employee Identity and Access Management (EIAM) application.
2219
+ * Queries the Developer API authorization scope of an EIAM application.
2220
2220
  *
2221
2221
  * @param request - GetApplicationGrantScopeRequest
2222
2222
  * @returns GetApplicationGrantScopeResponse
@@ -2268,7 +2268,7 @@ export default class Client extends OpenApi {
2268
2268
  */
2269
2269
  getApplicationProvisioningUserPrimaryOrganizationalUnit(request: $_model.GetApplicationProvisioningUserPrimaryOrganizationalUnitRequest): Promise<$_model.GetApplicationProvisioningUserPrimaryOrganizationalUnitResponse>;
2270
2270
  /**
2271
- * Retrieves the details of an application role.
2271
+ * Retrieves application role information.
2272
2272
  *
2273
2273
  * @param request - GetApplicationRoleRequest
2274
2274
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2276,7 +2276,7 @@ export default class Client extends OpenApi {
2276
2276
  */
2277
2277
  getApplicationRoleWithOptions(request: $_model.GetApplicationRoleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationRoleResponse>;
2278
2278
  /**
2279
- * Retrieves the details of an application role.
2279
+ * Retrieves application role information.
2280
2280
  *
2281
2281
  * @param request - GetApplicationRoleRequest
2282
2282
  * @returns GetApplicationRoleResponse
@@ -2298,7 +2298,7 @@ export default class Client extends OpenApi {
2298
2298
  */
2299
2299
  getApplicationSsoConfig(request: $_model.GetApplicationSsoConfigRequest): Promise<$_model.GetApplicationSsoConfigResponse>;
2300
2300
  /**
2301
- * Retrieves the details of an application template.
2301
+ * Retrieves application template information.
2302
2302
  *
2303
2303
  * @param request - GetApplicationTemplateRequest
2304
2304
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2306,7 +2306,7 @@ export default class Client extends OpenApi {
2306
2306
  */
2307
2307
  getApplicationTemplateWithOptions(request: $_model.GetApplicationTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetApplicationTemplateResponse>;
2308
2308
  /**
2309
- * Retrieves the details of an application template.
2309
+ * Retrieves application template information.
2310
2310
  *
2311
2311
  * @param request - GetApplicationTemplateRequest
2312
2312
  * @returns GetApplicationTemplateResponse
@@ -2343,7 +2343,7 @@ export default class Client extends OpenApi {
2343
2343
  */
2344
2344
  getAuthorizationRule(request: $_model.GetAuthorizationRuleRequest): Promise<$_model.GetAuthorizationRuleResponse>;
2345
2345
  /**
2346
- * 查询授权服务器
2346
+ * Queries an authorization server.
2347
2347
  *
2348
2348
  * @param request - GetAuthorizationServerRequest
2349
2349
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2351,7 +2351,7 @@ export default class Client extends OpenApi {
2351
2351
  */
2352
2352
  getAuthorizationServerWithOptions(request: $_model.GetAuthorizationServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAuthorizationServerResponse>;
2353
2353
  /**
2354
- * 查询授权服务器
2354
+ * Queries an authorization server.
2355
2355
  *
2356
2356
  * @param request - GetAuthorizationServerRequest
2357
2357
  * @returns GetAuthorizationServerResponse
@@ -2373,7 +2373,7 @@ export default class Client extends OpenApi {
2373
2373
  */
2374
2374
  getBrand(request: $_model.GetBrandRequest): Promise<$_model.GetBrandResponse>;
2375
2375
  /**
2376
- * Retrieves the ClientPublicKey for a specified application.
2376
+ * Queries the ClientPublicKey of a specified application.
2377
2377
  *
2378
2378
  * @param request - GetClientPublicKeyRequest
2379
2379
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2381,14 +2381,14 @@ export default class Client extends OpenApi {
2381
2381
  */
2382
2382
  getClientPublicKeyWithOptions(request: $_model.GetClientPublicKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetClientPublicKeyResponse>;
2383
2383
  /**
2384
- * Retrieves the ClientPublicKey for a specified application.
2384
+ * Queries the ClientPublicKey of a specified application.
2385
2385
  *
2386
2386
  * @param request - GetClientPublicKeyRequest
2387
2387
  * @returns GetClientPublicKeyResponse
2388
2388
  */
2389
2389
  getClientPublicKey(request: $_model.GetClientPublicKeyRequest): Promise<$_model.GetClientPublicKeyResponse>;
2390
2390
  /**
2391
- * Retrieves information about resources in an Alibaba Cloud account.
2391
+ * Queries the resource information of a cloud account.
2392
2392
  *
2393
2393
  * @param request - GetCloudAccountRequest
2394
2394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2396,14 +2396,14 @@ export default class Client extends OpenApi {
2396
2396
  */
2397
2397
  getCloudAccountWithOptions(request: $_model.GetCloudAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCloudAccountResponse>;
2398
2398
  /**
2399
- * Retrieves information about resources in an Alibaba Cloud account.
2399
+ * Queries the resource information of a cloud account.
2400
2400
  *
2401
2401
  * @param request - GetCloudAccountRequest
2402
2402
  * @returns GetCloudAccountResponse
2403
2403
  */
2404
2404
  getCloudAccount(request: $_model.GetCloudAccountRequest): Promise<$_model.GetCloudAccountResponse>;
2405
2405
  /**
2406
- * Retrieves information about a cloud role.
2406
+ * Queries the resource information of a cloud role.
2407
2407
  *
2408
2408
  * @param request - GetCloudAccountRoleRequest
2409
2409
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2411,7 +2411,7 @@ export default class Client extends OpenApi {
2411
2411
  */
2412
2412
  getCloudAccountRoleWithOptions(request: $_model.GetCloudAccountRoleRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCloudAccountRoleResponse>;
2413
2413
  /**
2414
- * Retrieves information about a cloud role.
2414
+ * Queries the resource information of a cloud role.
2415
2415
  *
2416
2416
  * @param request - GetCloudAccountRoleRequest
2417
2417
  * @returns GetCloudAccountRoleResponse
@@ -2439,7 +2439,7 @@ export default class Client extends OpenApi {
2439
2439
  */
2440
2440
  getConditionalAccessPolicy(request: $_model.GetConditionalAccessPolicyRequest): Promise<$_model.GetConditionalAccessPolicyResponse>;
2441
2441
  /**
2442
- * Retrieves the details of a specific credential.
2442
+ * Queries the information about a credential resource.
2443
2443
  *
2444
2444
  * @param request - GetCredentialRequest
2445
2445
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2447,14 +2447,14 @@ export default class Client extends OpenApi {
2447
2447
  */
2448
2448
  getCredentialWithOptions(request: $_model.GetCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialResponse>;
2449
2449
  /**
2450
- * Retrieves the details of a specific credential.
2450
+ * Queries the information about a credential resource.
2451
2451
  *
2452
2452
  * @param request - GetCredentialRequest
2453
2453
  * @returns GetCredentialResponse
2454
2454
  */
2455
2455
  getCredential(request: $_model.GetCredentialRequest): Promise<$_model.GetCredentialResponse>;
2456
2456
  /**
2457
- * Retrieves the details of a credential provider.
2457
+ * Queries the details of a credential provider.
2458
2458
  *
2459
2459
  * @param request - GetCredentialProviderRequest
2460
2460
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2462,7 +2462,7 @@ export default class Client extends OpenApi {
2462
2462
  */
2463
2463
  getCredentialProviderWithOptions(request: $_model.GetCredentialProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCredentialProviderResponse>;
2464
2464
  /**
2465
- * Retrieves the details of a credential provider.
2465
+ * Queries the details of a credential provider.
2466
2466
  *
2467
2467
  * @param request - GetCredentialProviderRequest
2468
2468
  * @returns GetCredentialProviderResponse
@@ -2559,7 +2559,7 @@ export default class Client extends OpenApi {
2559
2559
  */
2560
2560
  getForgetPasswordConfiguration(request: $_model.GetForgetPasswordConfigurationRequest): Promise<$_model.GetForgetPasswordConfigurationResponse>;
2561
2561
  /**
2562
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2562
+ * Queries the details of an EIAM account group.
2563
2563
  *
2564
2564
  * @param request - GetGroupRequest
2565
2565
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2567,14 +2567,14 @@ export default class Client extends OpenApi {
2567
2567
  */
2568
2568
  getGroupWithOptions(request: $_model.GetGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetGroupResponse>;
2569
2569
  /**
2570
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2570
+ * Queries the details of an EIAM account group.
2571
2571
  *
2572
2572
  * @param request - GetGroupRequest
2573
2573
  * @returns GetGroupResponse
2574
2574
  */
2575
2575
  getGroup(request: $_model.GetGroupRequest): Promise<$_model.GetGroupResponse>;
2576
2576
  /**
2577
- * Get an identity provider.
2577
+ * Retrieves an identity provider.
2578
2578
  *
2579
2579
  * @param request - GetIdentityProviderRequest
2580
2580
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2582,7 +2582,7 @@ export default class Client extends OpenApi {
2582
2582
  */
2583
2583
  getIdentityProviderWithOptions(request: $_model.GetIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderResponse>;
2584
2584
  /**
2585
- * Get an identity provider.
2585
+ * Retrieves an identity provider.
2586
2586
  *
2587
2587
  * @param request - GetIdentityProviderRequest
2588
2588
  * @returns GetIdentityProviderResponse
@@ -2619,7 +2619,7 @@ export default class Client extends OpenApi {
2619
2619
  */
2620
2620
  getIdentityProviderStatusCheckJob(request: $_model.GetIdentityProviderStatusCheckJobRequest): Promise<$_model.GetIdentityProviderStatusCheckJobResponse>;
2621
2621
  /**
2622
- * Get IdP Inbound Synchronization Configuration Information
2622
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
2623
2623
  *
2624
2624
  * @param request - GetIdentityProviderUdPullConfigurationRequest
2625
2625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2627,7 +2627,7 @@ export default class Client extends OpenApi {
2627
2627
  */
2628
2628
  getIdentityProviderUdPullConfigurationWithOptions(request: $_model.GetIdentityProviderUdPullConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderUdPullConfigurationResponse>;
2629
2629
  /**
2630
- * Get IdP Inbound Synchronization Configuration Information
2630
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
2631
2631
  *
2632
2632
  * @param request - GetIdentityProviderUdPullConfigurationRequest
2633
2633
  * @returns GetIdentityProviderUdPullConfigurationResponse
@@ -2805,7 +2805,7 @@ export default class Client extends OpenApi {
2805
2805
  */
2806
2806
  getNetworkZone(request: $_model.GetNetworkZoneRequest): Promise<$_model.GetNetworkZoneResponse>;
2807
2807
  /**
2808
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
2808
+ * Queries the information of an EIAM organizational unit.
2809
2809
  *
2810
2810
  * @param request - GetOrganizationalUnitRequest
2811
2811
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2813,7 +2813,7 @@ export default class Client extends OpenApi {
2813
2813
  */
2814
2814
  getOrganizationalUnitWithOptions(request: $_model.GetOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOrganizationalUnitResponse>;
2815
2815
  /**
2816
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
2816
+ * Queries the information of an EIAM organizational unit.
2817
2817
  *
2818
2818
  * @param request - GetOrganizationalUnitRequest
2819
2819
  * @returns GetOrganizationalUnitResponse
@@ -2880,7 +2880,7 @@ export default class Client extends OpenApi {
2880
2880
  */
2881
2881
  getPasswordInitializationConfiguration(request: $_model.GetPasswordInitializationConfigurationRequest): Promise<$_model.GetPasswordInitializationConfigurationResponse>;
2882
2882
  /**
2883
- * Retrieves the permission scopes for a specified resource server.
2883
+ * Queries the scope permissions under a specified ResourceServer.
2884
2884
  *
2885
2885
  * @param request - GetResourceServerScopeRequest
2886
2886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2888,7 +2888,7 @@ export default class Client extends OpenApi {
2888
2888
  */
2889
2889
  getResourceServerScopeWithOptions(request: $_model.GetResourceServerScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceServerScopeResponse>;
2890
2890
  /**
2891
- * Retrieves the permission scopes for a specified resource server.
2891
+ * Queries the scope permissions under a specified ResourceServer.
2892
2892
  *
2893
2893
  * @param request - GetResourceServerScopeRequest
2894
2894
  * @returns GetResourceServerScopeResponse
@@ -2940,7 +2940,7 @@ export default class Client extends OpenApi {
2940
2940
  */
2941
2941
  getSynchronizationJob(request: $_model.GetSynchronizationJobRequest): Promise<$_model.GetSynchronizationJobResponse>;
2942
2942
  /**
2943
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
2943
+ * Queries the details of an EIAM account.
2944
2944
  *
2945
2945
  * @param request - GetUserRequest
2946
2946
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2948,7 +2948,7 @@ export default class Client extends OpenApi {
2948
2948
  */
2949
2949
  getUserWithOptions(request: $_model.GetUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
2950
2950
  /**
2951
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
2951
+ * Queries the details of an EIAM account.
2952
2952
  *
2953
2953
  * @param request - GetUserRequest
2954
2954
  * @returns GetUserResponse
@@ -2970,7 +2970,7 @@ export default class Client extends OpenApi {
2970
2970
  */
2971
2971
  listActionTrackEventTypes(request: $_model.ListActionTrackEventTypesRequest): Promise<$_model.ListActionTrackEventTypesResponse>;
2972
2972
  /**
2973
- * Returns a paginated list of application accounts.
2973
+ * Queries the application accounts of an application by paging.
2974
2974
  *
2975
2975
  * @param request - ListApplicationAccountsRequest
2976
2976
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2978,7 +2978,7 @@ export default class Client extends OpenApi {
2978
2978
  */
2979
2979
  listApplicationAccountsWithOptions(request: $_model.ListApplicationAccountsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationAccountsResponse>;
2980
2980
  /**
2981
- * Returns a paginated list of application accounts.
2981
+ * Queries the application accounts of an application by paging.
2982
2982
  *
2983
2983
  * @param request - ListApplicationAccountsRequest
2984
2984
  * @returns ListApplicationAccountsResponse
@@ -3021,7 +3021,7 @@ export default class Client extends OpenApi {
3021
3021
  */
3022
3022
  listApplicationClientSecrets(request: $_model.ListApplicationClientSecretsRequest): Promise<$_model.ListApplicationClientSecretsResponse>;
3023
3023
  /**
3024
- * Lists the federated credentials for an application.
3024
+ * Queries a list of application federated credentials.
3025
3025
  *
3026
3026
  * @param request - ListApplicationFederatedCredentialsRequest
3027
3027
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3029,14 +3029,14 @@ export default class Client extends OpenApi {
3029
3029
  */
3030
3030
  listApplicationFederatedCredentialsWithOptions(request: $_model.ListApplicationFederatedCredentialsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationFederatedCredentialsResponse>;
3031
3031
  /**
3032
- * Lists the federated credentials for an application.
3032
+ * Queries a list of application federated credentials.
3033
3033
  *
3034
3034
  * @param request - ListApplicationFederatedCredentialsRequest
3035
3035
  * @returns ListApplicationFederatedCredentialsResponse
3036
3036
  */
3037
3037
  listApplicationFederatedCredentials(request: $_model.ListApplicationFederatedCredentialsRequest): Promise<$_model.ListApplicationFederatedCredentialsResponse>;
3038
3038
  /**
3039
- * Lists the application federated credentials for a specified federated credential provider.
3039
+ * Queries the list of application federated credentials by federated trust source ID.
3040
3040
  *
3041
3041
  * @param request - ListApplicationFederatedCredentialsForProviderRequest
3042
3042
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3044,7 +3044,7 @@ export default class Client extends OpenApi {
3044
3044
  */
3045
3045
  listApplicationFederatedCredentialsForProviderWithOptions(request: $_model.ListApplicationFederatedCredentialsForProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationFederatedCredentialsForProviderResponse>;
3046
3046
  /**
3047
- * Lists the application federated credentials for a specified federated credential provider.
3047
+ * Queries the list of application federated credentials by federated trust source ID.
3048
3048
  *
3049
3049
  * @param request - ListApplicationFederatedCredentialsForProviderRequest
3050
3050
  * @returns ListApplicationFederatedCredentialsForProviderResponse
@@ -3066,7 +3066,7 @@ export default class Client extends OpenApi {
3066
3066
  */
3067
3067
  listApplicationRoles(request: $_model.ListApplicationRolesRequest): Promise<$_model.ListApplicationRolesResponse>;
3068
3068
  /**
3069
- * Call the ListApplicationSupportedProvisionProtocolTypes operation to query the account synchronization protocols supported by an application.
3069
+ * Queries the list of account synchronization types supported by an application.
3070
3070
  *
3071
3071
  * @param request - ListApplicationSupportedProvisionProtocolTypesRequest
3072
3072
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3074,14 +3074,14 @@ export default class Client extends OpenApi {
3074
3074
  */
3075
3075
  listApplicationSupportedProvisionProtocolTypesWithOptions(request: $_model.ListApplicationSupportedProvisionProtocolTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationSupportedProvisionProtocolTypesResponse>;
3076
3076
  /**
3077
- * Call the ListApplicationSupportedProvisionProtocolTypes operation to query the account synchronization protocols supported by an application.
3077
+ * Queries the list of account synchronization types supported by an application.
3078
3078
  *
3079
3079
  * @param request - ListApplicationSupportedProvisionProtocolTypesRequest
3080
3080
  * @returns ListApplicationSupportedProvisionProtocolTypesResponse
3081
3081
  */
3082
3082
  listApplicationSupportedProvisionProtocolTypes(request: $_model.ListApplicationSupportedProvisionProtocolTypesRequest): Promise<$_model.ListApplicationSupportedProvisionProtocolTypesResponse>;
3083
3083
  /**
3084
- * Retrieves a list of application tokens.
3084
+ * Retrieves the list of application tokens.
3085
3085
  *
3086
3086
  * @param request - ListApplicationTokensRequest
3087
3087
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3089,14 +3089,14 @@ export default class Client extends OpenApi {
3089
3089
  */
3090
3090
  listApplicationTokensWithOptions(request: $_model.ListApplicationTokensRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationTokensResponse>;
3091
3091
  /**
3092
- * Retrieves a list of application tokens.
3092
+ * Retrieves the list of application tokens.
3093
3093
  *
3094
3094
  * @param request - ListApplicationTokensRequest
3095
3095
  * @returns ListApplicationTokensResponse
3096
3096
  */
3097
3097
  listApplicationTokens(request: $_model.ListApplicationTokensRequest): Promise<$_model.ListApplicationTokensResponse>;
3098
3098
  /**
3099
- * Retrieves a paginated list of EIAM applications.
3099
+ * Performs a paged query to retrieve information about one or more EIAM applications with paging.
3100
3100
  *
3101
3101
  * @param request - ListApplicationsRequest
3102
3102
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3104,7 +3104,7 @@ export default class Client extends OpenApi {
3104
3104
  */
3105
3105
  listApplicationsWithOptions(request: $_model.ListApplicationsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsResponse>;
3106
3106
  /**
3107
- * Retrieves a paginated list of EIAM applications.
3107
+ * Performs a paged query to retrieve information about one or more EIAM applications with paging.
3108
3108
  *
3109
3109
  * @param request - ListApplicationsRequest
3110
3110
  * @returns ListApplicationsResponse
@@ -3126,7 +3126,7 @@ export default class Client extends OpenApi {
3126
3126
  */
3127
3127
  listApplicationsForAuthorizationRule(request: $_model.ListApplicationsForAuthorizationRuleRequest): Promise<$_model.ListApplicationsForAuthorizationRuleResponse>;
3128
3128
  /**
3129
- * Retrieves a list of applications that an EIAM group can access.
3129
+ * Query the list of applications accessible to an EIAM group.
3130
3130
  *
3131
3131
  * @param request - ListApplicationsForGroupRequest
3132
3132
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3134,7 +3134,7 @@ export default class Client extends OpenApi {
3134
3134
  */
3135
3135
  listApplicationsForGroupWithOptions(request: $_model.ListApplicationsForGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsForGroupResponse>;
3136
3136
  /**
3137
- * Retrieves a list of applications that an EIAM group can access.
3137
+ * Query the list of applications accessible to an EIAM group.
3138
3138
  *
3139
3139
  * @param request - ListApplicationsForGroupRequest
3140
3140
  * @returns ListApplicationsForGroupResponse
@@ -3171,10 +3171,10 @@ export default class Client extends OpenApi {
3171
3171
  */
3172
3172
  listApplicationsForNetworkZone(request: $_model.ListApplicationsForNetworkZoneRequest): Promise<$_model.ListApplicationsForNetworkZoneResponse>;
3173
3173
  /**
3174
- * This operation queries a paginated list of applications that an EIAM organization can access. The response includes application IDs. To retrieve detailed information about an application, call the GetApplication operation.
3174
+ * Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
3175
3175
  *
3176
3176
  * @remarks
3177
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
3177
+ * This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3178
3178
  *
3179
3179
  * @param request - ListApplicationsForOrganizationalUnitRequest
3180
3180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3182,10 +3182,10 @@ export default class Client extends OpenApi {
3182
3182
  */
3183
3183
  listApplicationsForOrganizationalUnitWithOptions(request: $_model.ListApplicationsForOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsForOrganizationalUnitResponse>;
3184
3184
  /**
3185
- * This operation queries a paginated list of applications that an EIAM organization can access. The response includes application IDs. To retrieve detailed information about an application, call the GetApplication operation.
3185
+ * Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
3186
3186
  *
3187
3187
  * @remarks
3188
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
3188
+ * This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3189
3189
  *
3190
3190
  * @param request - ListApplicationsForOrganizationalUnitRequest
3191
3191
  * @returns ListApplicationsForOrganizationalUnitResponse
@@ -3327,7 +3327,7 @@ export default class Client extends OpenApi {
3327
3327
  */
3328
3328
  listClientPublicKeys(request: $_model.ListClientPublicKeysRequest): Promise<$_model.ListClientPublicKeysResponse>;
3329
3329
  /**
3330
- * Queries a paginated list of cloud roles.
3330
+ * Queries the information about one or more cloud roles by using paging.
3331
3331
  *
3332
3332
  * @param request - ListCloudAccountRolesRequest
3333
3333
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3335,14 +3335,14 @@ export default class Client extends OpenApi {
3335
3335
  */
3336
3336
  listCloudAccountRolesWithOptions(request: $_model.ListCloudAccountRolesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountRolesResponse>;
3337
3337
  /**
3338
- * Queries a paginated list of cloud roles.
3338
+ * Queries the information about one or more cloud roles by using paging.
3339
3339
  *
3340
3340
  * @param request - ListCloudAccountRolesRequest
3341
3341
  * @returns ListCloudAccountRolesResponse
3342
3342
  */
3343
3343
  listCloudAccountRoles(request: $_model.ListCloudAccountRolesRequest): Promise<$_model.ListCloudAccountRolesResponse>;
3344
3344
  /**
3345
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
3345
+ * Queries information about one or more cloud accounts by using paging.
3346
3346
  *
3347
3347
  * @param request - ListCloudAccountsRequest
3348
3348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3350,7 +3350,7 @@ export default class Client extends OpenApi {
3350
3350
  */
3351
3351
  listCloudAccountsWithOptions(request: $_model.ListCloudAccountsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountsResponse>;
3352
3352
  /**
3353
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
3353
+ * Queries information about one or more cloud accounts by using paging.
3354
3354
  *
3355
3355
  * @param request - ListCloudAccountsRequest
3356
3356
  * @returns ListCloudAccountsResponse
@@ -3378,7 +3378,7 @@ export default class Client extends OpenApi {
3378
3378
  */
3379
3379
  listConditionalAccessPolicies(request: $_model.ListConditionalAccessPoliciesRequest): Promise<$_model.ListConditionalAccessPoliciesResponse>;
3380
3380
  /**
3381
- * Lists the conditional access policies associated with an application.
3381
+ * List conditional access policies associated with an application.
3382
3382
  *
3383
3383
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
3384
3384
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3386,7 +3386,7 @@ export default class Client extends OpenApi {
3386
3386
  */
3387
3387
  listConditionalAccessPoliciesForApplicationWithOptions(request: $_model.ListConditionalAccessPoliciesForApplicationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListConditionalAccessPoliciesForApplicationResponse>;
3388
3388
  /**
3389
- * Lists the conditional access policies associated with an application.
3389
+ * List conditional access policies associated with an application.
3390
3390
  *
3391
3391
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
3392
3392
  * @returns ListConditionalAccessPoliciesForApplicationResponse
@@ -3429,7 +3429,7 @@ export default class Client extends OpenApi {
3429
3429
  */
3430
3430
  listConditionalAccessPoliciesForUser(request: $_model.ListConditionalAccessPoliciesForUserRequest): Promise<$_model.ListConditionalAccessPoliciesForUserResponse>;
3431
3431
  /**
3432
- * Lists the credential providers.
3432
+ * Lists credential providers.
3433
3433
  *
3434
3434
  * @param request - ListCredentialProvidersRequest
3435
3435
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3437,14 +3437,14 @@ export default class Client extends OpenApi {
3437
3437
  */
3438
3438
  listCredentialProvidersWithOptions(request: $_model.ListCredentialProvidersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialProvidersResponse>;
3439
3439
  /**
3440
- * Lists the credential providers.
3440
+ * Lists credential providers.
3441
3441
  *
3442
3442
  * @param request - ListCredentialProvidersRequest
3443
3443
  * @returns ListCredentialProvidersResponse
3444
3444
  */
3445
3445
  listCredentialProviders(request: $_model.ListCredentialProvidersRequest): Promise<$_model.ListCredentialProvidersResponse>;
3446
3446
  /**
3447
- * Retrieves a paginated list of credentials.
3447
+ * Queries the information of one or more credentials by using paging.
3448
3448
  *
3449
3449
  * @param request - ListCredentialsRequest
3450
3450
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3452,7 +3452,7 @@ export default class Client extends OpenApi {
3452
3452
  */
3453
3453
  listCredentialsWithOptions(request: $_model.ListCredentialsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCredentialsResponse>;
3454
3454
  /**
3455
- * Retrieves a paginated list of credentials.
3455
+ * Queries the information of one or more credentials by using paging.
3456
3456
  *
3457
3457
  * @param request - ListCredentialsRequest
3458
3458
  * @returns ListCredentialsResponse
@@ -3546,7 +3546,7 @@ export default class Client extends OpenApi {
3546
3546
  */
3547
3547
  listEiamRegions(): Promise<$_model.ListEiamRegionsResponse>;
3548
3548
  /**
3549
- * View the event list.
3549
+ * Queries the event list.
3550
3550
  *
3551
3551
  * @param request - ListEventTypesRequest
3552
3552
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3554,14 +3554,14 @@ export default class Client extends OpenApi {
3554
3554
  */
3555
3555
  listEventTypesWithOptions(request: $_model.ListEventTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListEventTypesResponse>;
3556
3556
  /**
3557
- * View the event list.
3557
+ * Queries the event list.
3558
3558
  *
3559
3559
  * @param request - ListEventTypesRequest
3560
3560
  * @returns ListEventTypesResponse
3561
3561
  */
3562
3562
  listEventTypes(request: $_model.ListEventTypesRequest): Promise<$_model.ListEventTypesResponse>;
3563
3563
  /**
3564
- * Lists federated identity providers.
3564
+ * Queries a list of federated trust sources.
3565
3565
  *
3566
3566
  * @param request - ListFederatedCredentialProvidersRequest
3567
3567
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3569,14 +3569,14 @@ export default class Client extends OpenApi {
3569
3569
  */
3570
3570
  listFederatedCredentialProvidersWithOptions(request: $_model.ListFederatedCredentialProvidersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListFederatedCredentialProvidersResponse>;
3571
3571
  /**
3572
- * Lists federated identity providers.
3572
+ * Queries a list of federated trust sources.
3573
3573
  *
3574
3574
  * @param request - ListFederatedCredentialProvidersRequest
3575
3575
  * @returns ListFederatedCredentialProvidersResponse
3576
3576
  */
3577
3577
  listFederatedCredentialProviders(request: $_model.ListFederatedCredentialProvidersRequest): Promise<$_model.ListFederatedCredentialProvidersResponse>;
3578
3578
  /**
3579
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3579
+ * List EIAM account groups.
3580
3580
  *
3581
3581
  * @param request - ListGroupsRequest
3582
3582
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3584,7 +3584,7 @@ export default class Client extends OpenApi {
3584
3584
  */
3585
3585
  listGroupsWithOptions(request: $_model.ListGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListGroupsResponse>;
3586
3586
  /**
3587
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3587
+ * List EIAM account groups.
3588
3588
  *
3589
3589
  * @param request - ListGroupsRequest
3590
3590
  * @returns ListGroupsResponse
@@ -3636,7 +3636,7 @@ export default class Client extends OpenApi {
3636
3636
  */
3637
3637
  listGroupsForResourceServer(request: $_model.ListGroupsForResourceServerRequest): Promise<$_model.ListGroupsForResourceServerResponse>;
3638
3638
  /**
3639
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
3639
+ * Queries the list of account groups to which a specified EIAM account belongs.
3640
3640
  *
3641
3641
  * @param request - ListGroupsForUserRequest
3642
3642
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3644,14 +3644,14 @@ export default class Client extends OpenApi {
3644
3644
  */
3645
3645
  listGroupsForUserWithOptions(request: $_model.ListGroupsForUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListGroupsForUserResponse>;
3646
3646
  /**
3647
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
3647
+ * Queries the list of account groups to which a specified EIAM account belongs.
3648
3648
  *
3649
3649
  * @param request - ListGroupsForUserRequest
3650
3650
  * @returns ListGroupsForUserResponse
3651
3651
  */
3652
3652
  listGroupsForUser(request: $_model.ListGroupsForUserRequest): Promise<$_model.ListGroupsForUserResponse>;
3653
3653
  /**
3654
- * Retrieves a list of identity providers.
3654
+ * Query the list of identity providers.
3655
3655
  *
3656
3656
  * @param request - ListIdentityProvidersRequest
3657
3657
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3659,7 +3659,7 @@ export default class Client extends OpenApi {
3659
3659
  */
3660
3660
  listIdentityProvidersWithOptions(request: $_model.ListIdentityProvidersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListIdentityProvidersResponse>;
3661
3661
  /**
3662
- * Retrieves a list of identity providers.
3662
+ * Query the list of identity providers.
3663
3663
  *
3664
3664
  * @param request - ListIdentityProvidersRequest
3665
3665
  * @returns ListIdentityProvidersResponse
@@ -3681,7 +3681,7 @@ export default class Client extends OpenApi {
3681
3681
  */
3682
3682
  listIdentityProvidersForNetworkAccessEndpoint(request: $_model.ListIdentityProvidersForNetworkAccessEndpointRequest): Promise<$_model.ListIdentityProvidersForNetworkAccessEndpointResponse>;
3683
3683
  /**
3684
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
3684
+ * Queries information about one or more EIAM instances.
3685
3685
  *
3686
3686
  * @param request - ListInstancesRequest
3687
3687
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3689,7 +3689,7 @@ export default class Client extends OpenApi {
3689
3689
  */
3690
3690
  listInstancesWithOptions(request: $_model.ListInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstancesResponse>;
3691
3691
  /**
3692
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
3692
+ * Queries information about one or more EIAM instances.
3693
3693
  *
3694
3694
  * @param request - ListInstancesRequest
3695
3695
  * @returns ListInstancesResponse
@@ -3768,7 +3768,7 @@ export default class Client extends OpenApi {
3768
3768
  */
3769
3769
  listNetworkZones(request: $_model.ListNetworkZonesRequest): Promise<$_model.ListNetworkZonesResponse>;
3770
3770
  /**
3771
- * Queries all parent organizational units of a specified EIAM organizational unit. The returned organizational units are sorted in hierarchical order from the highest level to the lowest level.
3771
+ * Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
3772
3772
  *
3773
3773
  * @param request - ListOrganizationalUnitParentsRequest
3774
3774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3776,7 +3776,7 @@ export default class Client extends OpenApi {
3776
3776
  */
3777
3777
  listOrganizationalUnitParentsWithOptions(request: $_model.ListOrganizationalUnitParentsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOrganizationalUnitParentsResponse>;
3778
3778
  /**
3779
- * Queries all parent organizational units of a specified EIAM organizational unit. The returned organizational units are sorted in hierarchical order from the highest level to the lowest level.
3779
+ * Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
3780
3780
  *
3781
3781
  * @param request - ListOrganizationalUnitParentsRequest
3782
3782
  * @returns ListOrganizationalUnitParentsResponse
@@ -3840,7 +3840,7 @@ export default class Client extends OpenApi {
3840
3840
  */
3841
3841
  listRegions(): Promise<$_model.ListRegionsResponse>;
3842
3842
  /**
3843
- * Query the list of Scope permissions under a specified ResourceServer using cursor-based pagination.
3843
+ * Queries the list of scope permissions under a specified ResourceServer by using a cursor.
3844
3844
  *
3845
3845
  * @param request - ListResourceServerScopesRequest
3846
3846
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3848,14 +3848,14 @@ export default class Client extends OpenApi {
3848
3848
  */
3849
3849
  listResourceServerScopesWithOptions(request: $_model.ListResourceServerScopesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceServerScopesResponse>;
3850
3850
  /**
3851
- * Query the list of Scope permissions under a specified ResourceServer using cursor-based pagination.
3851
+ * Queries the list of scope permissions under a specified ResourceServer by using a cursor.
3852
3852
  *
3853
3853
  * @param request - ListResourceServerScopesRequest
3854
3854
  * @returns ListResourceServerScopesResponse
3855
3855
  */
3856
3856
  listResourceServerScopes(request: $_model.ListResourceServerScopesRequest): Promise<$_model.ListResourceServerScopesResponse>;
3857
3857
  /**
3858
- * Performs a paged query to retrieve the ResourceServer and Scope permissions that are granted to the current user.
3858
+ * Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
3859
3859
  *
3860
3860
  * @param request - ListResourceServersForUserRequest
3861
3861
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3863,7 +3863,7 @@ export default class Client extends OpenApi {
3863
3863
  */
3864
3864
  listResourceServersForUserWithOptions(request: $_model.ListResourceServersForUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListResourceServersForUserResponse>;
3865
3865
  /**
3866
- * Performs a paged query to retrieve the ResourceServer and Scope permissions that are granted to the current user.
3866
+ * Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
3867
3867
  *
3868
3868
  * @param request - ListResourceServersForUserRequest
3869
3869
  * @returns ListResourceServersForUserResponse
@@ -3918,10 +3918,10 @@ export default class Client extends OpenApi {
3918
3918
  */
3919
3919
  listUserAuthnSourceMappings(request: $_model.ListUserAuthnSourceMappingsRequest): Promise<$_model.ListUserAuthnSourceMappingsResponse>;
3920
3920
  /**
3921
- * Retrieves a paginated list of EIAM accounts.
3921
+ * Queries EIAM account information by using paging.
3922
3922
  *
3923
3923
  * @remarks
3924
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
3924
+ * This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3925
3925
  *
3926
3926
  * @param request - ListUsersRequest
3927
3927
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3929,10 +3929,10 @@ export default class Client extends OpenApi {
3929
3929
  */
3930
3930
  listUsersWithOptions(request: $_model.ListUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUsersResponse>;
3931
3931
  /**
3932
- * Retrieves a paginated list of EIAM accounts.
3932
+ * Queries EIAM account information by using paging.
3933
3933
  *
3934
3934
  * @remarks
3935
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
3935
+ * This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3936
3936
  *
3937
3937
  * @param request - ListUsersRequest
3938
3938
  * @returns ListUsersResponse
@@ -3999,7 +3999,7 @@ export default class Client extends OpenApi {
3999
3999
  */
4000
4000
  listUsersForResourceServer(request: $_model.ListUsersForResourceServerRequest): Promise<$_model.ListUsersForResourceServerResponse>;
4001
4001
  /**
4002
- * Obtains the client secret for an EIAM application. The secret is returned without desensitization. To obtain a desensitized secret, call the ListApplicationClientSecrets operation.
4002
+ * Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
4003
4003
  *
4004
4004
  * @param request - ObtainApplicationClientSecretRequest
4005
4005
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4007,17 +4007,17 @@ export default class Client extends OpenApi {
4007
4007
  */
4008
4008
  obtainApplicationClientSecretWithOptions(request: $_model.ObtainApplicationClientSecretRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ObtainApplicationClientSecretResponse>;
4009
4009
  /**
4010
- * Obtains the client secret for an EIAM application. The secret is returned without desensitization. To obtain a desensitized secret, call the ListApplicationClientSecrets operation.
4010
+ * Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
4011
4011
  *
4012
4012
  * @param request - ObtainApplicationClientSecretRequest
4013
4013
  * @returns ObtainApplicationClientSecretResponse
4014
4014
  */
4015
4015
  obtainApplicationClientSecret(request: $_model.ObtainApplicationClientSecretRequest): Promise<$_model.ObtainApplicationClientSecretResponse>;
4016
4016
  /**
4017
- * Queries the token of a specified application.
4017
+ * Queries a specified application token.
4018
4018
  *
4019
4019
  * @remarks
4020
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Ensure that you understand the potential threats of this operation.
4020
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that may result from this operation.
4021
4021
  *
4022
4022
  * @param request - ObtainApplicationTokenRequest
4023
4023
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4025,17 +4025,17 @@ export default class Client extends OpenApi {
4025
4025
  */
4026
4026
  obtainApplicationTokenWithOptions(request: $_model.ObtainApplicationTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ObtainApplicationTokenResponse>;
4027
4027
  /**
4028
- * Queries the token of a specified application.
4028
+ * Queries a specified application token.
4029
4029
  *
4030
4030
  * @remarks
4031
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Ensure that you understand the potential threats of this operation.
4031
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that may result from this operation.
4032
4032
  *
4033
4033
  * @param request - ObtainApplicationTokenRequest
4034
4034
  * @returns ObtainApplicationTokenResponse
4035
4035
  */
4036
4036
  obtainApplicationToken(request: $_model.ObtainApplicationTokenRequest): Promise<$_model.ObtainApplicationTokenResponse>;
4037
4037
  /**
4038
- * Retrieves a credential containing sensitive information.
4038
+ * Queries a credential resource that contains sensitive information.
4039
4039
  *
4040
4040
  * @param request - ObtainCredentialRequest
4041
4041
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4043,14 +4043,14 @@ export default class Client extends OpenApi {
4043
4043
  */
4044
4044
  obtainCredentialWithOptions(request: $_model.ObtainCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ObtainCredentialResponse>;
4045
4045
  /**
4046
- * Retrieves a credential containing sensitive information.
4046
+ * Queries a credential resource that contains sensitive information.
4047
4047
  *
4048
4048
  * @param request - ObtainCredentialRequest
4049
4049
  * @returns ObtainCredentialResponse
4050
4050
  */
4051
4051
  obtainCredential(request: $_model.ObtainCredentialRequest): Promise<$_model.ObtainCredentialResponse>;
4052
4052
  /**
4053
- * Obtains the proxy token for a domain name in an EIAM instance.
4053
+ * Queries the proxy token of an EIAM instance domain name.
4054
4054
  *
4055
4055
  * @param request - ObtainDomainProxyTokenRequest
4056
4056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4058,17 +4058,17 @@ export default class Client extends OpenApi {
4058
4058
  */
4059
4059
  obtainDomainProxyTokenWithOptions(request: $_model.ObtainDomainProxyTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ObtainDomainProxyTokenResponse>;
4060
4060
  /**
4061
- * Obtains the proxy token for a domain name in an EIAM instance.
4061
+ * Queries the proxy token of an EIAM instance domain name.
4062
4062
  *
4063
4063
  * @param request - ObtainDomainProxyTokenRequest
4064
4064
  * @returns ObtainDomainProxyTokenResponse
4065
4065
  */
4066
4066
  obtainDomainProxyToken(request: $_model.ObtainDomainProxyTokenRequest): Promise<$_model.ObtainDomainProxyTokenResponse>;
4067
4067
  /**
4068
- * Deletes the application account of a specified user from an application.
4068
+ * Deletes an application account of a specified employee under the current application.
4069
4069
  *
4070
4070
  * @remarks
4071
- * This operation queries only applications that are directly assigned to an organization. When you call this operation, you can use the **ApplicationIds** parameter to filter the applications.
4071
+ * This operation only queries the direct permissions of the organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
4072
4072
  *
4073
4073
  * @param request - RemoveApplicationAccountFromUserRequest
4074
4074
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4076,10 +4076,10 @@ export default class Client extends OpenApi {
4076
4076
  */
4077
4077
  removeApplicationAccountFromUserWithOptions(request: $_model.RemoveApplicationAccountFromUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveApplicationAccountFromUserResponse>;
4078
4078
  /**
4079
- * Deletes the application account of a specified user from an application.
4079
+ * Deletes an application account of a specified employee under the current application.
4080
4080
  *
4081
4081
  * @remarks
4082
- * This operation queries only applications that are directly assigned to an organization. When you call this operation, you can use the **ApplicationIds** parameter to filter the applications.
4082
+ * This operation only queries the direct permissions of the organization, that is, applications directly assigned to the organization. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
4083
4083
  *
4084
4084
  * @param request - RemoveApplicationAccountFromUserRequest
4085
4085
  * @returns RemoveApplicationAccountFromUserResponse
@@ -4191,7 +4191,7 @@ export default class Client extends OpenApi {
4191
4191
  */
4192
4192
  renewFreeLicenseEndTime(request: $_model.RenewFreeLicenseEndTimeRequest): Promise<$_model.RenewFreeLicenseEndTimeResponse>;
4193
4193
  /**
4194
- * Revokes application access from multiple EIAM groups in a batch.
4194
+ * Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
4195
4195
  *
4196
4196
  * @param request - RevokeApplicationFromGroupsRequest
4197
4197
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4199,7 +4199,7 @@ export default class Client extends OpenApi {
4199
4199
  */
4200
4200
  revokeApplicationFromGroupsWithOptions(request: $_model.RevokeApplicationFromGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeApplicationFromGroupsResponse>;
4201
4201
  /**
4202
- * Revokes application access from multiple EIAM groups in a batch.
4202
+ * Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
4203
4203
  *
4204
4204
  * @param request - RevokeApplicationFromGroupsRequest
4205
4205
  * @returns RevokeApplicationFromGroupsResponse
@@ -4221,7 +4221,7 @@ export default class Client extends OpenApi {
4221
4221
  */
4222
4222
  revokeApplicationFromOrganizationalUnits(request: $_model.RevokeApplicationFromOrganizationalUnitsRequest): Promise<$_model.RevokeApplicationFromOrganizationalUnitsResponse>;
4223
4223
  /**
4224
- * Revokes access to an application from multiple EIAM accounts.
4224
+ * Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
4225
4225
  *
4226
4226
  * @param request - RevokeApplicationFromUsersRequest
4227
4227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4229,14 +4229,14 @@ export default class Client extends OpenApi {
4229
4229
  */
4230
4230
  revokeApplicationFromUsersWithOptions(request: $_model.RevokeApplicationFromUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeApplicationFromUsersResponse>;
4231
4231
  /**
4232
- * Revokes access to an application from multiple EIAM accounts.
4232
+ * Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
4233
4233
  *
4234
4234
  * @param request - RevokeApplicationFromUsersRequest
4235
4235
  * @returns RevokeApplicationFromUsersResponse
4236
4236
  */
4237
4237
  revokeApplicationFromUsers(request: $_model.RevokeApplicationFromUsersRequest): Promise<$_model.RevokeApplicationFromUsersResponse>;
4238
4238
  /**
4239
- * Revokes the authorization for a resource server from a client application.
4239
+ * Cancels the authorization granted by a specified ResourceServer to a Client application.
4240
4240
  *
4241
4241
  * @param request - RevokeResourceServerFromClientRequest
4242
4242
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4244,14 +4244,14 @@ export default class Client extends OpenApi {
4244
4244
  */
4245
4245
  revokeResourceServerFromClientWithOptions(request: $_model.RevokeResourceServerFromClientRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeResourceServerFromClientResponse>;
4246
4246
  /**
4247
- * Revokes the authorization for a resource server from a client application.
4247
+ * Cancels the authorization granted by a specified ResourceServer to a Client application.
4248
4248
  *
4249
4249
  * @param request - RevokeResourceServerFromClientRequest
4250
4250
  * @returns RevokeResourceServerFromClientResponse
4251
4251
  */
4252
4252
  revokeResourceServerFromClient(request: $_model.RevokeResourceServerFromClientRequest): Promise<$_model.RevokeResourceServerFromClientResponse>;
4253
4253
  /**
4254
- * Revokes specified scope permissions of a resource server from a client application.
4254
+ * Revokes the scope permissions of a specified ResourceServer from a client application.
4255
4255
  *
4256
4256
  * @param request - RevokeResourceServerScopesFromClientRequest
4257
4257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4259,14 +4259,14 @@ export default class Client extends OpenApi {
4259
4259
  */
4260
4260
  revokeResourceServerScopesFromClientWithOptions(request: $_model.RevokeResourceServerScopesFromClientRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeResourceServerScopesFromClientResponse>;
4261
4261
  /**
4262
- * Revokes specified scope permissions of a resource server from a client application.
4262
+ * Revokes the scope permissions of a specified ResourceServer from a client application.
4263
4263
  *
4264
4264
  * @param request - RevokeResourceServerScopesFromClientRequest
4265
4265
  * @returns RevokeResourceServerScopesFromClientResponse
4266
4266
  */
4267
4267
  revokeResourceServerScopesFromClient(request: $_model.RevokeResourceServerScopesFromClientRequest): Promise<$_model.RevokeResourceServerScopesFromClientResponse>;
4268
4268
  /**
4269
- * Revokes a resource server\\"s scope permissions from a group.
4269
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
4270
4270
  *
4271
4271
  * @param request - RevokeResourceServerScopesFromGroupRequest
4272
4272
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4274,14 +4274,14 @@ export default class Client extends OpenApi {
4274
4274
  */
4275
4275
  revokeResourceServerScopesFromGroupWithOptions(request: $_model.RevokeResourceServerScopesFromGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeResourceServerScopesFromGroupResponse>;
4276
4276
  /**
4277
- * Revokes a resource server\\"s scope permissions from a group.
4277
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
4278
4278
  *
4279
4279
  * @param request - RevokeResourceServerScopesFromGroupRequest
4280
4280
  * @returns RevokeResourceServerScopesFromGroupResponse
4281
4281
  */
4282
4282
  revokeResourceServerScopesFromGroup(request: $_model.RevokeResourceServerScopesFromGroupRequest): Promise<$_model.RevokeResourceServerScopesFromGroupResponse>;
4283
4283
  /**
4284
- * Revokes scope permissions for a resource server from an organization.
4284
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
4285
4285
  *
4286
4286
  * @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
4287
4287
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4289,14 +4289,14 @@ export default class Client extends OpenApi {
4289
4289
  */
4290
4290
  revokeResourceServerScopesFromOrganizationalUnitWithOptions(request: $_model.RevokeResourceServerScopesFromOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeResourceServerScopesFromOrganizationalUnitResponse>;
4291
4291
  /**
4292
- * Revokes scope permissions for a resource server from an organization.
4292
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
4293
4293
  *
4294
4294
  * @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
4295
4295
  * @returns RevokeResourceServerScopesFromOrganizationalUnitResponse
4296
4296
  */
4297
4297
  revokeResourceServerScopesFromOrganizationalUnit(request: $_model.RevokeResourceServerScopesFromOrganizationalUnitRequest): Promise<$_model.RevokeResourceServerScopesFromOrganizationalUnitResponse>;
4298
4298
  /**
4299
- * Revokes scope permissions for a specified resource server from an account.
4299
+ * Revokes the Scope permissions under a specified ResourceServer from an account.
4300
4300
  *
4301
4301
  * @param request - RevokeResourceServerScopesFromUserRequest
4302
4302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4304,7 +4304,7 @@ export default class Client extends OpenApi {
4304
4304
  */
4305
4305
  revokeResourceServerScopesFromUserWithOptions(request: $_model.RevokeResourceServerScopesFromUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeResourceServerScopesFromUserResponse>;
4306
4306
  /**
4307
- * Revokes scope permissions for a specified resource server from an account.
4307
+ * Revokes the Scope permissions under a specified ResourceServer from an account.
4308
4308
  *
4309
4309
  * @param request - RevokeResourceServerScopesFromUserRequest
4310
4310
  * @returns RevokeResourceServerScopesFromUserResponse
@@ -4401,10 +4401,10 @@ export default class Client extends OpenApi {
4401
4401
  */
4402
4402
  setApplicationResourceServerIdentifier(request: $_model.SetApplicationResourceServerIdentifierRequest): Promise<$_model.SetApplicationResourceServerIdentifierResponse>;
4403
4403
  /**
4404
- * Sets the single sign-on (SSO) properties for an IDaaS application.
4404
+ * Sets the single sign-on (SSO) configuration properties for an EIAM application.
4405
4405
  *
4406
4406
  * @remarks
4407
- * In IDaaS, the Application Management feature lets you add applications that use various SSO protocols, such as SAML 2.0 and OpenID Connect (OIDC). However, each application can support only one SSO protocol. The protocol is specified during application creation and cannot be changed afterward. You must configure the SSO parameters according to the protocol that your application uses.
4407
+ * In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
4408
4408
  *
4409
4409
  * @param request - SetApplicationSsoConfigRequest
4410
4410
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4412,17 +4412,17 @@ export default class Client extends OpenApi {
4412
4412
  */
4413
4413
  setApplicationSsoConfigWithOptions(request: $_model.SetApplicationSsoConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetApplicationSsoConfigResponse>;
4414
4414
  /**
4415
- * Sets the single sign-on (SSO) properties for an IDaaS application.
4415
+ * Sets the single sign-on (SSO) configuration properties for an EIAM application.
4416
4416
  *
4417
4417
  * @remarks
4418
- * In IDaaS, the Application Management feature lets you add applications that use various SSO protocols, such as SAML 2.0 and OpenID Connect (OIDC). However, each application can support only one SSO protocol. The protocol is specified during application creation and cannot be changed afterward. You must configure the SSO parameters according to the protocol that your application uses.
4418
+ * In EIAM, application management supports adding applications that use multiple single sign-on (SSO) protocols (SAML 2.0 and OIDC). However, each application supports only one SSO protocol, which is specified during creation and cannot be changed. Specify the corresponding SSO configuration property parameters based on the SSO protocol type supported by the application.
4419
4419
  *
4420
4420
  * @param request - SetApplicationSsoConfigRequest
4421
4421
  * @returns SetApplicationSsoConfigResponse
4422
4422
  */
4423
4423
  setApplicationSsoConfig(request: $_model.SetApplicationSsoConfigRequest): Promise<$_model.SetApplicationSsoConfigResponse>;
4424
4424
  /**
4425
- * Sets the default domain name for a specified EIAM instance.
4425
+ * Sets a specified domain name of an EIAM instance as the default domain name.
4426
4426
  *
4427
4427
  * @param request - SetDefaultDomainRequest
4428
4428
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4430,7 +4430,7 @@ export default class Client extends OpenApi {
4430
4430
  */
4431
4431
  setDefaultDomainWithOptions(request: $_model.SetDefaultDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDefaultDomainResponse>;
4432
4432
  /**
4433
- * Sets the default domain name for a specified EIAM instance.
4433
+ * Sets a specified domain name of an EIAM instance as the default domain name.
4434
4434
  *
4435
4435
  * @param request - SetDefaultDomainRequest
4436
4436
  * @returns SetDefaultDomainResponse
@@ -4452,7 +4452,7 @@ export default class Client extends OpenApi {
4452
4452
  */
4453
4453
  setForgetPasswordConfiguration(request: $_model.SetForgetPasswordConfigurationRequest): Promise<$_model.SetForgetPasswordConfigurationResponse>;
4454
4454
  /**
4455
- * Update authentication information
4455
+ * Modify Authentication Information
4456
4456
  *
4457
4457
  * @param request - SetIdentityProviderAuthnConfigurationRequest
4458
4458
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4460,14 +4460,14 @@ export default class Client extends OpenApi {
4460
4460
  */
4461
4461
  setIdentityProviderAuthnConfigurationWithOptions(request: $_model.SetIdentityProviderAuthnConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetIdentityProviderAuthnConfigurationResponse>;
4462
4462
  /**
4463
- * Update authentication information
4463
+ * Modify Authentication Information
4464
4464
  *
4465
4465
  * @param request - SetIdentityProviderAuthnConfigurationRequest
4466
4466
  * @returns SetIdentityProviderAuthnConfigurationResponse
4467
4467
  */
4468
4468
  setIdentityProviderAuthnConfiguration(request: $_model.SetIdentityProviderAuthnConfigurationRequest): Promise<$_model.SetIdentityProviderAuthnConfigurationResponse>;
4469
4469
  /**
4470
- * Sets the inbound synchronization configuration for an IdP.
4470
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
4471
4471
  *
4472
4472
  * @param request - SetIdentityProviderUdPullConfigurationRequest
4473
4473
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4475,7 +4475,7 @@ export default class Client extends OpenApi {
4475
4475
  */
4476
4476
  setIdentityProviderUdPullConfigurationWithOptions(request: $_model.SetIdentityProviderUdPullConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetIdentityProviderUdPullConfigurationResponse>;
4477
4477
  /**
4478
- * Sets the inbound synchronization configuration for an IdP.
4478
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
4479
4479
  *
4480
4480
  * @param request - SetIdentityProviderUdPullConfigurationRequest
4481
4481
  * @returns SetIdentityProviderUdPullConfigurationResponse
@@ -4677,7 +4677,7 @@ export default class Client extends OpenApi {
4677
4677
  */
4678
4678
  unbindUserAuthnSourceMapping(request: $_model.UnbindUserAuthnSourceMappingRequest): Promise<$_model.UnbindUserAuthnSourceMappingResponse>;
4679
4679
  /**
4680
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
4680
+ * Unlocks a locked EIAM account.
4681
4681
  *
4682
4682
  * @param request - UnlockUserRequest
4683
4683
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4685,14 +4685,14 @@ export default class Client extends OpenApi {
4685
4685
  */
4686
4686
  unlockUserWithOptions(request: $_model.UnlockUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnlockUserResponse>;
4687
4687
  /**
4688
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
4688
+ * Unlocks a locked EIAM account.
4689
4689
  *
4690
4690
  * @param request - UnlockUserRequest
4691
4691
  * @returns UnlockUserResponse
4692
4692
  */
4693
4693
  unlockUser(request: $_model.UnlockUserRequest): Promise<$_model.UnlockUserResponse>;
4694
4694
  /**
4695
- * Updates the advanced configuration of an application.
4695
+ * Modifies the advanced configuration of an application.
4696
4696
  *
4697
4697
  * @param request - UpdateApplicationAdvancedConfigRequest
4698
4698
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4700,7 +4700,7 @@ export default class Client extends OpenApi {
4700
4700
  */
4701
4701
  updateApplicationAdvancedConfigWithOptions(request: $_model.UpdateApplicationAdvancedConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationAdvancedConfigResponse>;
4702
4702
  /**
4703
- * Updates the advanced configuration of an application.
4703
+ * Modifies the advanced configuration of an application.
4704
4704
  *
4705
4705
  * @param request - UpdateApplicationAdvancedConfigRequest
4706
4706
  * @returns UpdateApplicationAdvancedConfigResponse
@@ -4722,7 +4722,7 @@ export default class Client extends OpenApi {
4722
4722
  */
4723
4723
  updateApplicationAuthorizationType(request: $_model.UpdateApplicationAuthorizationTypeRequest): Promise<$_model.UpdateApplicationAuthorizationTypeResponse>;
4724
4724
  /**
4725
- * Updates the expiration time of a specified client secret for an application.
4725
+ * Updates the expiration time of a specified ClientSecret for an application.
4726
4726
  *
4727
4727
  * @param request - UpdateApplicationClientSecretExpirationTimeRequest
4728
4728
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4730,7 +4730,7 @@ export default class Client extends OpenApi {
4730
4730
  */
4731
4731
  updateApplicationClientSecretExpirationTimeWithOptions(request: $_model.UpdateApplicationClientSecretExpirationTimeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationClientSecretExpirationTimeResponse>;
4732
4732
  /**
4733
- * Updates the expiration time of a specified client secret for an application.
4733
+ * Updates the expiration time of a specified ClientSecret for an application.
4734
4734
  *
4735
4735
  * @param request - UpdateApplicationClientSecretExpirationTimeRequest
4736
4736
  * @returns UpdateApplicationClientSecretExpirationTimeResponse
@@ -4752,7 +4752,7 @@ export default class Client extends OpenApi {
4752
4752
  */
4753
4753
  updateApplicationDescription(request: $_model.UpdateApplicationDescriptionRequest): Promise<$_model.UpdateApplicationDescriptionResponse>;
4754
4754
  /**
4755
- * Updates an application\\"s federated credential.
4755
+ * Updates a federated credential for an application.
4756
4756
  *
4757
4757
  * @param request - UpdateApplicationFederatedCredentialRequest
4758
4758
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4760,7 +4760,7 @@ export default class Client extends OpenApi {
4760
4760
  */
4761
4761
  updateApplicationFederatedCredentialWithOptions(request: $_model.UpdateApplicationFederatedCredentialRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationFederatedCredentialResponse>;
4762
4762
  /**
4763
- * Updates an application\\"s federated credential.
4763
+ * Updates a federated credential for an application.
4764
4764
  *
4765
4765
  * @param request - UpdateApplicationFederatedCredentialRequest
4766
4766
  * @returns UpdateApplicationFederatedCredentialResponse
@@ -4782,7 +4782,7 @@ export default class Client extends OpenApi {
4782
4782
  */
4783
4783
  updateApplicationFederatedCredentialDescription(request: $_model.UpdateApplicationFederatedCredentialDescriptionRequest): Promise<$_model.UpdateApplicationFederatedCredentialDescriptionResponse>;
4784
4784
  /**
4785
- * Updates the basic information for an application.
4785
+ * Updates the basic information of an application.
4786
4786
  *
4787
4787
  * @param request - UpdateApplicationInfoRequest
4788
4788
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4790,7 +4790,7 @@ export default class Client extends OpenApi {
4790
4790
  */
4791
4791
  updateApplicationInfoWithOptions(request: $_model.UpdateApplicationInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationInfoResponse>;
4792
4792
  /**
4793
- * Updates the basic information for an application.
4793
+ * Updates the basic information of an application.
4794
4794
  *
4795
4795
  * @param request - UpdateApplicationInfoRequest
4796
4796
  * @returns UpdateApplicationInfoResponse
@@ -4812,7 +4812,7 @@ export default class Client extends OpenApi {
4812
4812
  */
4813
4813
  updateApplicationRole(request: $_model.UpdateApplicationRoleRequest): Promise<$_model.UpdateApplicationRoleResponse>;
4814
4814
  /**
4815
- * Updates the description of an application role.
4815
+ * Modifies the description of an application role.
4816
4816
  *
4817
4817
  * @param request - UpdateApplicationRoleDescriptionRequest
4818
4818
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4820,7 +4820,7 @@ export default class Client extends OpenApi {
4820
4820
  */
4821
4821
  updateApplicationRoleDescriptionWithOptions(request: $_model.UpdateApplicationRoleDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateApplicationRoleDescriptionResponse>;
4822
4822
  /**
4823
- * Updates the description of an application role.
4823
+ * Modifies the description of an application role.
4824
4824
  *
4825
4825
  * @param request - UpdateApplicationRoleDescriptionRequest
4826
4826
  * @returns UpdateApplicationRoleDescriptionResponse
@@ -5085,7 +5085,7 @@ export default class Client extends OpenApi {
5085
5085
  */
5086
5086
  updateCredential(request: $_model.UpdateCredentialRequest): Promise<$_model.UpdateCredentialResponse>;
5087
5087
  /**
5088
- * Update the description of a credential.
5088
+ * Updates the description of a credential.
5089
5089
  *
5090
5090
  * @param request - UpdateCredentialDescriptionRequest
5091
5091
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5093,7 +5093,7 @@ export default class Client extends OpenApi {
5093
5093
  */
5094
5094
  updateCredentialDescriptionWithOptions(request: $_model.UpdateCredentialDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCredentialDescriptionResponse>;
5095
5095
  /**
5096
- * Update the description of a credential.
5096
+ * Updates the description of a credential.
5097
5097
  *
5098
5098
  * @param request - UpdateCredentialDescriptionRequest
5099
5099
  * @returns UpdateCredentialDescriptionResponse
@@ -5175,7 +5175,7 @@ export default class Client extends OpenApi {
5175
5175
  */
5176
5176
  updateDomainIcpNumber(request: $_model.UpdateDomainIcpNumberRequest): Promise<$_model.UpdateDomainIcpNumberResponse>;
5177
5177
  /**
5178
- * Updates a federated credential provider.
5178
+ * Updates a federated trust source.
5179
5179
  *
5180
5180
  * @param request - UpdateFederatedCredentialProviderRequest
5181
5181
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5183,14 +5183,14 @@ export default class Client extends OpenApi {
5183
5183
  */
5184
5184
  updateFederatedCredentialProviderWithOptions(request: $_model.UpdateFederatedCredentialProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateFederatedCredentialProviderResponse>;
5185
5185
  /**
5186
- * Updates a federated credential provider.
5186
+ * Updates a federated trust source.
5187
5187
  *
5188
5188
  * @param request - UpdateFederatedCredentialProviderRequest
5189
5189
  * @returns UpdateFederatedCredentialProviderResponse
5190
5190
  */
5191
5191
  updateFederatedCredentialProvider(request: $_model.UpdateFederatedCredentialProviderRequest): Promise<$_model.UpdateFederatedCredentialProviderResponse>;
5192
5192
  /**
5193
- * Updates the description of a federated credential provider.
5193
+ * Updates the description of a federated trust source.
5194
5194
  *
5195
5195
  * @param request - UpdateFederatedCredentialProviderDescriptionRequest
5196
5196
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5198,7 +5198,7 @@ export default class Client extends OpenApi {
5198
5198
  */
5199
5199
  updateFederatedCredentialProviderDescriptionWithOptions(request: $_model.UpdateFederatedCredentialProviderDescriptionRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateFederatedCredentialProviderDescriptionResponse>;
5200
5200
  /**
5201
- * Updates the description of a federated credential provider.
5201
+ * Updates the description of a federated trust source.
5202
5202
  *
5203
5203
  * @param request - UpdateFederatedCredentialProviderDescriptionRequest
5204
5204
  * @returns UpdateFederatedCredentialProviderDescriptionResponse