@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/src/client.ts CHANGED
@@ -38,7 +38,7 @@ export default class Client extends OpenApi {
38
38
  }
39
39
 
40
40
  /**
41
- * Adds an application account to a specified user in the current application.
41
+ * Adds an application account for a specified employee under the current application.
42
42
  *
43
43
  * @param request - AddApplicationAccountToUserRequest
44
44
  * @param runtime - runtime options for this request RuntimeOptions
@@ -81,7 +81,7 @@ export default class Client extends OpenApi {
81
81
  }
82
82
 
83
83
  /**
84
- * Adds an application account to a specified user in the current application.
84
+ * Adds an application account for a specified employee under the current application.
85
85
  *
86
86
  * @param request - AddApplicationAccountToUserRequest
87
87
  * @returns AddApplicationAccountToUserResponse
@@ -334,7 +334,7 @@ export default class Client extends OpenApi {
334
334
  }
335
335
 
336
336
  /**
337
- * 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.
337
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
338
338
  *
339
339
  * @param request - AddUserToOrganizationalUnitsRequest
340
340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -373,7 +373,7 @@ export default class Client extends OpenApi {
373
373
  }
374
374
 
375
375
  /**
376
- * 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.
376
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
377
377
  *
378
378
  * @param request - AddUserToOrganizationalUnitsRequest
379
379
  * @returns AddUserToOrganizationalUnitsResponse
@@ -384,7 +384,7 @@ export default class Client extends OpenApi {
384
384
  }
385
385
 
386
386
  /**
387
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
387
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
388
388
  *
389
389
  * @param request - AddUsersToGroupRequest
390
390
  * @param runtime - runtime options for this request RuntimeOptions
@@ -423,7 +423,7 @@ export default class Client extends OpenApi {
423
423
  }
424
424
 
425
425
  /**
426
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
426
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
427
427
  *
428
428
  * @param request - AddUsersToGroupRequest
429
429
  * @returns AddUsersToGroupResponse
@@ -434,7 +434,7 @@ export default class Client extends OpenApi {
434
434
  }
435
435
 
436
436
  /**
437
- * Grants multiple EIAM groups access to an application.
437
+ * Grants multiple EIAM groups access to an application in a batch.
438
438
  *
439
439
  * @param request - AuthorizeApplicationToGroupsRequest
440
440
  * @param runtime - runtime options for this request RuntimeOptions
@@ -477,7 +477,7 @@ export default class Client extends OpenApi {
477
477
  }
478
478
 
479
479
  /**
480
- * Grants multiple EIAM groups access to an application.
480
+ * Grants multiple EIAM groups access to an application in a batch.
481
481
  *
482
482
  * @param request - AuthorizeApplicationToGroupsRequest
483
483
  * @returns AuthorizeApplicationToGroupsResponse
@@ -542,7 +542,7 @@ export default class Client extends OpenApi {
542
542
  }
543
543
 
544
544
  /**
545
- * Grants permissions to multiple EIAM accounts to access an application.
545
+ * Grants multiple EIAM accounts access to an application in a batch.
546
546
  *
547
547
  * @param request - AuthorizeApplicationToUsersRequest
548
548
  * @param runtime - runtime options for this request RuntimeOptions
@@ -585,7 +585,7 @@ export default class Client extends OpenApi {
585
585
  }
586
586
 
587
587
  /**
588
- * Grants permissions to multiple EIAM accounts to access an application.
588
+ * Grants multiple EIAM accounts access to an application in a batch.
589
589
  *
590
590
  * @param request - AuthorizeApplicationToUsersRequest
591
591
  * @returns AuthorizeApplicationToUsersResponse
@@ -596,7 +596,7 @@ export default class Client extends OpenApi {
596
596
  }
597
597
 
598
598
  /**
599
- * Grants a client application permissions for specific scopes on a specified resource server.
599
+ * Grants Scope permissions under a specified ResourceServer to a Client application.
600
600
  *
601
601
  * @param request - AuthorizeResourceServerScopesToClientRequest
602
602
  * @param runtime - runtime options for this request RuntimeOptions
@@ -639,7 +639,7 @@ export default class Client extends OpenApi {
639
639
  }
640
640
 
641
641
  /**
642
- * Grants a client application permissions for specific scopes on a specified resource server.
642
+ * Grants Scope permissions under a specified ResourceServer to a Client application.
643
643
  *
644
644
  * @param request - AuthorizeResourceServerScopesToClientRequest
645
645
  * @returns AuthorizeResourceServerScopesToClientResponse
@@ -650,7 +650,7 @@ export default class Client extends OpenApi {
650
650
  }
651
651
 
652
652
  /**
653
- * Grants a group permissions for specified scopes on a resource server.
653
+ * Grants Scope permissions under a specified ResourceServer to a group.
654
654
  *
655
655
  * @param request - AuthorizeResourceServerScopesToGroupRequest
656
656
  * @param runtime - runtime options for this request RuntimeOptions
@@ -697,7 +697,7 @@ export default class Client extends OpenApi {
697
697
  }
698
698
 
699
699
  /**
700
- * Grants a group permissions for specified scopes on a resource server.
700
+ * Grants Scope permissions under a specified ResourceServer to a group.
701
701
  *
702
702
  * @param request - AuthorizeResourceServerScopesToGroupRequest
703
703
  * @returns AuthorizeResourceServerScopesToGroupResponse
@@ -708,7 +708,7 @@ export default class Client extends OpenApi {
708
708
  }
709
709
 
710
710
  /**
711
- * Grants scope permissions for a specified resource server to an organization.
711
+ * Grants scope permissions under a specified ResourceServer to an organizational unit.
712
712
  *
713
713
  * @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
714
714
  * @param runtime - runtime options for this request RuntimeOptions
@@ -755,7 +755,7 @@ export default class Client extends OpenApi {
755
755
  }
756
756
 
757
757
  /**
758
- * Grants scope permissions for a specified resource server to an organization.
758
+ * Grants scope permissions under a specified ResourceServer to an organizational unit.
759
759
  *
760
760
  * @param request - AuthorizeResourceServerScopesToOrganizationalUnitRequest
761
761
  * @returns AuthorizeResourceServerScopesToOrganizationalUnitResponse
@@ -766,7 +766,7 @@ export default class Client extends OpenApi {
766
766
  }
767
767
 
768
768
  /**
769
- * Grants scope permissions for a specified resource server to a user account.
769
+ * Grants Scope permissions under a specified ResourceServer to an account.
770
770
  *
771
771
  * @param request - AuthorizeResourceServerScopesToUserRequest
772
772
  * @param runtime - runtime options for this request RuntimeOptions
@@ -813,7 +813,7 @@ export default class Client extends OpenApi {
813
813
  }
814
814
 
815
815
  /**
816
- * Grants scope permissions for a specified resource server to a user account.
816
+ * Grants Scope permissions under a specified ResourceServer to an account.
817
817
  *
818
818
  * @param request - AuthorizeResourceServerScopesToUserRequest
819
819
  * @returns AuthorizeResourceServerScopesToUserResponse
@@ -824,7 +824,7 @@ export default class Client extends OpenApi {
824
824
  }
825
825
 
826
826
  /**
827
- * Authorizes a resource server for a client application.
827
+ * Authorizes a specified ResourceServer for a Client application.
828
828
  *
829
829
  * @param request - AuthorizeResourceServerToClientRequest
830
830
  * @param runtime - runtime options for this request RuntimeOptions
@@ -863,7 +863,7 @@ export default class Client extends OpenApi {
863
863
  }
864
864
 
865
865
  /**
866
- * Authorizes a resource server for a client application.
866
+ * Authorizes a specified ResourceServer for a Client application.
867
867
  *
868
868
  * @param request - AuthorizeResourceServerToClientRequest
869
869
  * @returns AuthorizeResourceServerToClientResponse
@@ -928,7 +928,7 @@ export default class Client extends OpenApi {
928
928
  }
929
929
 
930
930
  /**
931
- * Checks whether the primary organizational unit for an application is within the synchronization scope.
931
+ * Checks whether the primary organization for application synchronization is within the application synchronization scope.
932
932
  *
933
933
  * @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
934
934
  * @param runtime - runtime options for this request RuntimeOptions
@@ -967,7 +967,7 @@ export default class Client extends OpenApi {
967
967
  }
968
968
 
969
969
  /**
970
- * Checks whether the primary organizational unit for an application is within the synchronization scope.
970
+ * Checks whether the primary organization for application synchronization is within the application synchronization scope.
971
971
  *
972
972
  * @param request - CheckApplicationProvisioningUserPrimaryOrganizationalUnitRequest
973
973
  * @returns CheckApplicationProvisioningUserPrimaryOrganizationalUnitResponse
@@ -1074,10 +1074,10 @@ export default class Client extends OpenApi {
1074
1074
  }
1075
1075
 
1076
1076
  /**
1077
- * Creates an application in the specified EIAM instance.
1077
+ * Creates an application resource in a specified EIAM instance.
1078
1078
  *
1079
1079
  * @remarks
1080
- * You must select the required SSO protocol when you create the application. This selection cannot be changed after creation.
1080
+ * 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.
1081
1081
  *
1082
1082
  * @param request - CreateApplicationRequest
1083
1083
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1144,10 +1144,10 @@ export default class Client extends OpenApi {
1144
1144
  }
1145
1145
 
1146
1146
  /**
1147
- * Creates an application in the specified EIAM instance.
1147
+ * Creates an application resource in a specified EIAM instance.
1148
1148
  *
1149
1149
  * @remarks
1150
- * You must select the required SSO protocol when you create the application. This selection cannot be changed after creation.
1150
+ * 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.
1151
1151
  *
1152
1152
  * @param request - CreateApplicationRequest
1153
1153
  * @returns CreateApplicationResponse
@@ -1158,7 +1158,7 @@ export default class Client extends OpenApi {
1158
1158
  }
1159
1159
 
1160
1160
  /**
1161
- * Creates a client secret for an EIAM application. You can create up to two client secrets for each application.
1161
+ * Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
1162
1162
  *
1163
1163
  * @param request - CreateApplicationClientSecretRequest
1164
1164
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1197,7 +1197,7 @@ export default class Client extends OpenApi {
1197
1197
  }
1198
1198
 
1199
1199
  /**
1200
- * Creates a client secret for an EIAM application. You can create up to two client secrets for each application.
1200
+ * Creates a client secret for an EIAM application. You can create a maximum of two client secrets for each EIAM application.
1201
1201
  *
1202
1202
  * @param request - CreateApplicationClientSecretRequest
1203
1203
  * @returns CreateApplicationClientSecretResponse
@@ -1208,7 +1208,7 @@ export default class Client extends OpenApi {
1208
1208
  }
1209
1209
 
1210
1210
  /**
1211
- * Creates an application federated credential.
1211
+ * Creates an application federated identity credential.
1212
1212
  *
1213
1213
  * @param request - CreateApplicationFederatedCredentialRequest
1214
1214
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1245,10 +1245,22 @@ export default class Client extends OpenApi {
1245
1245
  query["InstanceId"] = request.instanceId;
1246
1246
  }
1247
1247
 
1248
+ if (!$dara.isNull(request.oidcVerificationConfig)) {
1249
+ query["OidcVerificationConfig"] = request.oidcVerificationConfig;
1250
+ }
1251
+
1252
+ if (!$dara.isNull(request.pkcs7VerificationConfig)) {
1253
+ query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
1254
+ }
1255
+
1248
1256
  if (!$dara.isNull(request.verificationCondition)) {
1249
1257
  query["VerificationCondition"] = request.verificationCondition;
1250
1258
  }
1251
1259
 
1260
+ if (!$dara.isNull(request.verificationMode)) {
1261
+ query["VerificationMode"] = request.verificationMode;
1262
+ }
1263
+
1252
1264
  let req = new $OpenApiUtil.OpenApiRequest({
1253
1265
  query: OpenApiUtil.query(query),
1254
1266
  });
@@ -1267,7 +1279,7 @@ export default class Client extends OpenApi {
1267
1279
  }
1268
1280
 
1269
1281
  /**
1270
- * Creates an application federated credential.
1282
+ * Creates an application federated identity credential.
1271
1283
  *
1272
1284
  * @param request - CreateApplicationFederatedCredentialRequest
1273
1285
  * @returns CreateApplicationFederatedCredentialResponse
@@ -1560,7 +1572,7 @@ export default class Client extends OpenApi {
1560
1572
  }
1561
1573
 
1562
1574
  /**
1563
- * 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.
1575
+ * 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.
1564
1576
  *
1565
1577
  * @param request - CreateClientPublicKeyRequest
1566
1578
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1607,7 +1619,7 @@ export default class Client extends OpenApi {
1607
1619
  }
1608
1620
 
1609
1621
  /**
1610
- * 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.
1622
+ * 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.
1611
1623
  *
1612
1624
  * @param request - CreateClientPublicKeyRequest
1613
1625
  * @returns CreateClientPublicKeyResponse
@@ -1618,10 +1630,10 @@ export default class Client extends OpenApi {
1618
1630
  }
1619
1631
 
1620
1632
  /**
1621
- * Creates a cloud account in the specified IDaaS EIAM instance.
1633
+ * Creates a cloud account resource in a specified EIAM instance.
1622
1634
  *
1623
1635
  * @remarks
1624
- * *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.**
1636
+ * *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.**
1625
1637
  *
1626
1638
  * @param request - CreateCloudAccountRequest
1627
1639
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1680,10 +1692,10 @@ export default class Client extends OpenApi {
1680
1692
  }
1681
1693
 
1682
1694
  /**
1683
- * Creates a cloud account in the specified IDaaS EIAM instance.
1695
+ * Creates a cloud account resource in a specified EIAM instance.
1684
1696
  *
1685
1697
  * @remarks
1686
- * *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.**
1698
+ * *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.**
1687
1699
  *
1688
1700
  * @param request - CreateCloudAccountRequest
1689
1701
  * @returns CreateCloudAccountResponse
@@ -1840,7 +1852,7 @@ export default class Client extends OpenApi {
1840
1852
  }
1841
1853
 
1842
1854
  /**
1843
- * Creates a credential in a specified EIAM instance.
1855
+ * Creates a credential resource in a specified EIAM instance.
1844
1856
  *
1845
1857
  * @param request - CreateCredentialRequest
1846
1858
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1919,7 +1931,7 @@ export default class Client extends OpenApi {
1919
1931
  }
1920
1932
 
1921
1933
  /**
1922
- * Creates a credential in a specified EIAM instance.
1934
+ * Creates a credential resource in a specified EIAM instance.
1923
1935
  *
1924
1936
  * @param request - CreateCredentialRequest
1925
1937
  * @returns CreateCredentialResponse
@@ -2248,7 +2260,7 @@ export default class Client extends OpenApi {
2248
2260
  }
2249
2261
 
2250
2262
  /**
2251
- * Create an identity provider.
2263
+ * Creates a federated trust source.
2252
2264
  *
2253
2265
  * @param request - CreateFederatedCredentialProviderRequest
2254
2266
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2311,7 +2323,7 @@ export default class Client extends OpenApi {
2311
2323
  }
2312
2324
 
2313
2325
  /**
2314
- * Create an identity provider.
2326
+ * Creates a federated trust source.
2315
2327
  *
2316
2328
  * @param request - CreateFederatedCredentialProviderRequest
2317
2329
  * @returns CreateFederatedCredentialProviderResponse
@@ -2322,7 +2334,7 @@ export default class Client extends OpenApi {
2322
2334
  }
2323
2335
 
2324
2336
  /**
2325
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2337
+ * Create an EIAM account group.
2326
2338
  *
2327
2339
  * @param request - CreateGroupRequest
2328
2340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2365,7 +2377,7 @@ export default class Client extends OpenApi {
2365
2377
  }
2366
2378
 
2367
2379
  /**
2368
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2380
+ * Create an EIAM account group.
2369
2381
  *
2370
2382
  * @param request - CreateGroupRequest
2371
2383
  * @returns CreateGroupResponse
@@ -2376,7 +2388,7 @@ export default class Client extends OpenApi {
2376
2388
  }
2377
2389
 
2378
2390
  /**
2379
- * Creates an identity provider.
2391
+ * Create an identity provider.
2380
2392
  *
2381
2393
  * @param request - CreateIdentityProviderRequest
2382
2394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2475,7 +2487,7 @@ export default class Client extends OpenApi {
2475
2487
  }
2476
2488
 
2477
2489
  /**
2478
- * Creates an identity provider.
2490
+ * Create an identity provider.
2479
2491
  *
2480
2492
  * @param request - CreateIdentityProviderRequest
2481
2493
  * @returns CreateIdentityProviderResponse
@@ -2748,7 +2760,7 @@ export default class Client extends OpenApi {
2748
2760
  }
2749
2761
 
2750
2762
  /**
2751
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2763
+ * Creates an EIAM organization under a specified organization.
2752
2764
  *
2753
2765
  * @param request - CreateOrganizationalUnitRequest
2754
2766
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2795,7 +2807,7 @@ export default class Client extends OpenApi {
2795
2807
  }
2796
2808
 
2797
2809
  /**
2798
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2810
+ * Creates an EIAM organization under a specified organization.
2799
2811
  *
2800
2812
  * @param request - CreateOrganizationalUnitRequest
2801
2813
  * @returns CreateOrganizationalUnitResponse
@@ -2868,7 +2880,7 @@ export default class Client extends OpenApi {
2868
2880
  }
2869
2881
 
2870
2882
  /**
2871
- * Create an EIAM account in a specific EIAM instance.
2883
+ * Creates an EIAM account in a specified EIAM instance.
2872
2884
  *
2873
2885
  * @param request - CreateUserRequest
2874
2886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2959,7 +2971,7 @@ export default class Client extends OpenApi {
2959
2971
  }
2960
2972
 
2961
2973
  /**
2962
- * Create an EIAM account in a specific EIAM instance.
2974
+ * Creates an EIAM account in a specified EIAM instance.
2963
2975
  *
2964
2976
  * @param request - CreateUserRequest
2965
2977
  * @returns CreateUserResponse
@@ -2970,10 +2982,10 @@ export default class Client extends OpenApi {
2970
2982
  }
2971
2983
 
2972
2984
  /**
2973
- * Deletes an Employee Identity and Access Management (EIAM) application.
2985
+ * Deletes an EIAM application resource.
2974
2986
  *
2975
2987
  * @remarks
2976
- * 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.
2988
+ * 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.
2977
2989
  *
2978
2990
  * @param request - DeleteApplicationRequest
2979
2991
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3008,10 +3020,10 @@ export default class Client extends OpenApi {
3008
3020
  }
3009
3021
 
3010
3022
  /**
3011
- * Deletes an Employee Identity and Access Management (EIAM) application.
3023
+ * Deletes an EIAM application resource.
3012
3024
  *
3013
3025
  * @remarks
3014
- * 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.
3026
+ * 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.
3015
3027
  *
3016
3028
  * @param request - DeleteApplicationRequest
3017
3029
  * @returns DeleteApplicationResponse
@@ -3022,7 +3034,7 @@ export default class Client extends OpenApi {
3022
3034
  }
3023
3035
 
3024
3036
  /**
3025
- * Deletes a client key for an Employee Identity and Access Management (EIAM) application.
3037
+ * Deletes a client secret of an EIAM application.
3026
3038
  *
3027
3039
  * @param request - DeleteApplicationClientSecretRequest
3028
3040
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3061,7 +3073,7 @@ export default class Client extends OpenApi {
3061
3073
  }
3062
3074
 
3063
3075
  /**
3064
- * Deletes a client key for an Employee Identity and Access Management (EIAM) application.
3076
+ * Deletes a client secret of an EIAM application.
3065
3077
  *
3066
3078
  * @param request - DeleteApplicationClientSecretRequest
3067
3079
  * @returns DeleteApplicationClientSecretResponse
@@ -3072,7 +3084,7 @@ export default class Client extends OpenApi {
3072
3084
  }
3073
3085
 
3074
3086
  /**
3075
- * Deletes a federated credential for an application.
3087
+ * Deletes a federated identity credential of an application.
3076
3088
  *
3077
3089
  * @param request - DeleteApplicationFederatedCredentialRequest
3078
3090
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3111,7 +3123,7 @@ export default class Client extends OpenApi {
3111
3123
  }
3112
3124
 
3113
3125
  /**
3114
- * Deletes a federated credential for an application.
3126
+ * Deletes a federated identity credential of an application.
3115
3127
  *
3116
3128
  * @param request - DeleteApplicationFederatedCredentialRequest
3117
3129
  * @returns DeleteApplicationFederatedCredentialResponse
@@ -3172,7 +3184,7 @@ export default class Client extends OpenApi {
3172
3184
  }
3173
3185
 
3174
3186
  /**
3175
- * Deletes an application token.
3187
+ * Deletes an ApplicationToken.
3176
3188
  *
3177
3189
  * @param request - DeleteApplicationTokenRequest
3178
3190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3211,7 +3223,7 @@ export default class Client extends OpenApi {
3211
3223
  }
3212
3224
 
3213
3225
  /**
3214
- * Deletes an application token.
3226
+ * Deletes an ApplicationToken.
3215
3227
  *
3216
3228
  * @param request - DeleteApplicationTokenRequest
3217
3229
  * @returns DeleteApplicationTokenResponse
@@ -3364,7 +3376,7 @@ export default class Client extends OpenApi {
3364
3376
  }
3365
3377
 
3366
3378
  /**
3367
- * Deletes the ClientPublicKey for a specified application.
3379
+ * Deletes a specified application ClientPublicKey.
3368
3380
  *
3369
3381
  * @param request - DeleteClientPublicKeyRequest
3370
3382
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3403,7 +3415,7 @@ export default class Client extends OpenApi {
3403
3415
  }
3404
3416
 
3405
3417
  /**
3406
- * Deletes the ClientPublicKey for a specified application.
3418
+ * Deletes a specified application ClientPublicKey.
3407
3419
  *
3408
3420
  * @param request - DeleteClientPublicKeyRequest
3409
3421
  * @returns DeleteClientPublicKeyResponse
@@ -3894,7 +3906,7 @@ export default class Client extends OpenApi {
3894
3906
  }
3895
3907
 
3896
3908
  /**
3897
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3909
+ * Delete an EIAM account group.
3898
3910
  *
3899
3911
  * @param request - DeleteGroupRequest
3900
3912
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3929,7 +3941,7 @@ export default class Client extends OpenApi {
3929
3941
  }
3930
3942
 
3931
3943
  /**
3932
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3944
+ * Delete an EIAM account group.
3933
3945
  *
3934
3946
  * @param request - DeleteGroupRequest
3935
3947
  * @returns DeleteGroupResponse
@@ -3940,7 +3952,7 @@ export default class Client extends OpenApi {
3940
3952
  }
3941
3953
 
3942
3954
  /**
3943
- * Delete identity provider
3955
+ * Deletes an identity provider.
3944
3956
  *
3945
3957
  * @param request - DeleteIdentityProviderRequest
3946
3958
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3975,7 +3987,7 @@ export default class Client extends OpenApi {
3975
3987
  }
3976
3988
 
3977
3989
  /**
3978
- * Delete identity provider
3990
+ * Deletes an identity provider.
3979
3991
  *
3980
3992
  * @param request - DeleteIdentityProviderRequest
3981
3993
  * @returns DeleteIdentityProviderResponse
@@ -4126,7 +4138,7 @@ export default class Client extends OpenApi {
4126
4138
  }
4127
4139
 
4128
4140
  /**
4129
- * 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.
4141
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
4130
4142
  *
4131
4143
  * @param request - DeleteOrganizationalUnitRequest
4132
4144
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4161,7 +4173,7 @@ export default class Client extends OpenApi {
4161
4173
  }
4162
4174
 
4163
4175
  /**
4164
- * 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.
4176
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
4165
4177
  *
4166
4178
  * @param request - DeleteOrganizationalUnitRequest
4167
4179
  * @returns DeleteOrganizationalUnitResponse
@@ -4172,7 +4184,7 @@ export default class Client extends OpenApi {
4172
4184
  }
4173
4185
 
4174
4186
  /**
4175
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
4187
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
4176
4188
  *
4177
4189
  * @param request - DeleteOrganizationalUnitChildrenRequest
4178
4190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4207,7 +4219,7 @@ export default class Client extends OpenApi {
4207
4219
  }
4208
4220
 
4209
4221
  /**
4210
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
4222
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
4211
4223
  *
4212
4224
  * @param request - DeleteOrganizationalUnitChildrenRequest
4213
4225
  * @returns DeleteOrganizationalUnitChildrenResponse
@@ -4218,7 +4230,7 @@ export default class Client extends OpenApi {
4218
4230
  }
4219
4231
 
4220
4232
  /**
4221
- * Deletes a scope permission from a specified resource server.
4233
+ * Deletes a scope permission under a specified ResourceServer.
4222
4234
  *
4223
4235
  * @param request - DeleteResourceServerScopeRequest
4224
4236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4257,7 +4269,7 @@ export default class Client extends OpenApi {
4257
4269
  }
4258
4270
 
4259
4271
  /**
4260
- * Deletes a scope permission from a specified resource server.
4272
+ * Deletes a scope permission under a specified ResourceServer.
4261
4273
  *
4262
4274
  * @param request - DeleteResourceServerScopeRequest
4263
4275
  * @returns DeleteResourceServerScopeResponse
@@ -4268,7 +4280,7 @@ export default class Client extends OpenApi {
4268
4280
  }
4269
4281
 
4270
4282
  /**
4271
- * Deletes a specified EIAM user and purges all related information.
4283
+ * Deletes a specified EIAM account and purges all information associated with the account.
4272
4284
  *
4273
4285
  * @param request - DeleteUserRequest
4274
4286
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4303,7 +4315,7 @@ export default class Client extends OpenApi {
4303
4315
  }
4304
4316
 
4305
4317
  /**
4306
- * Deletes a specified EIAM user and purges all related information.
4318
+ * Deletes a specified EIAM account and purges all information associated with the account.
4307
4319
  *
4308
4320
  * @param request - DeleteUserRequest
4309
4321
  * @returns DeleteUserResponse
@@ -4410,10 +4422,10 @@ export default class Client extends OpenApi {
4410
4422
  }
4411
4423
 
4412
4424
  /**
4413
- * 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.
4425
+ * Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
4414
4426
  *
4415
4427
  * @remarks
4416
- * 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.
4428
+ * 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.
4417
4429
  *
4418
4430
  * @param request - DisableApplicationRequest
4419
4431
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4448,10 +4460,10 @@ export default class Client extends OpenApi {
4448
4460
  }
4449
4461
 
4450
4462
  /**
4451
- * 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.
4463
+ * Disables an application by changing its status from enabled to disabled, making all capabilities of the application unavailable.
4452
4464
  *
4453
4465
  * @remarks
4454
- * 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.
4466
+ * 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.
4455
4467
  *
4456
4468
  * @param request - DisableApplicationRequest
4457
4469
  * @returns DisableApplicationResponse
@@ -4558,7 +4570,7 @@ export default class Client extends OpenApi {
4558
4570
  }
4559
4571
 
4560
4572
  /**
4561
- * Disables a federated credential for an application.
4573
+ * Disables a federated identity credential for an application.
4562
4574
  *
4563
4575
  * @param request - DisableApplicationFederatedCredentialRequest
4564
4576
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4597,7 +4609,7 @@ export default class Client extends OpenApi {
4597
4609
  }
4598
4610
 
4599
4611
  /**
4600
- * Disables a federated credential for an application.
4612
+ * Disables a federated identity credential for an application.
4601
4613
  *
4602
4614
  * @param request - DisableApplicationFederatedCredentialRequest
4603
4615
  * @returns DisableApplicationFederatedCredentialResponse
@@ -4700,7 +4712,7 @@ export default class Client extends OpenApi {
4700
4712
  }
4701
4713
 
4702
4714
  /**
4703
- * Disables the resource server functionality for a specified application.
4715
+ * Disables the ResourceServer capability of a specified application.
4704
4716
  *
4705
4717
  * @param request - DisableApplicationResourceServerRequest
4706
4718
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4735,7 +4747,7 @@ export default class Client extends OpenApi {
4735
4747
  }
4736
4748
 
4737
4749
  /**
4738
- * Disables the resource server functionality for a specified application.
4750
+ * Disables the ResourceServer capability of a specified application.
4739
4751
  *
4740
4752
  * @param request - DisableApplicationResourceServerRequest
4741
4753
  * @returns DisableApplicationResourceServerResponse
@@ -4795,7 +4807,7 @@ export default class Client extends OpenApi {
4795
4807
  * Disables an application token.
4796
4808
  *
4797
4809
  * @remarks
4798
- * 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.
4810
+ * 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.
4799
4811
  *
4800
4812
  * @param request - DisableApplicationTokenRequest
4801
4813
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4837,7 +4849,7 @@ export default class Client extends OpenApi {
4837
4849
  * Disables an application token.
4838
4850
  *
4839
4851
  * @remarks
4840
- * 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.
4852
+ * 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.
4841
4853
  *
4842
4854
  * @param request - DisableApplicationTokenRequest
4843
4855
  * @returns DisableApplicationTokenResponse
@@ -4946,7 +4958,7 @@ export default class Client extends OpenApi {
4946
4958
  }
4947
4959
 
4948
4960
  /**
4949
- * Disables the ClientPublicKey for a specified application.
4961
+ * Disables a specified application ClientPublicKey.
4950
4962
  *
4951
4963
  * @param request - DisableClientPublicKeyRequest
4952
4964
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4989,7 +5001,7 @@ export default class Client extends OpenApi {
4989
5001
  }
4990
5002
 
4991
5003
  /**
4992
- * Disables the ClientPublicKey for a specified application.
5004
+ * Disables a specified application ClientPublicKey.
4993
5005
  *
4994
5006
  * @param request - DisableClientPublicKeyRequest
4995
5007
  * @returns DisableClientPublicKeyResponse
@@ -5439,7 +5451,7 @@ export default class Client extends OpenApi {
5439
5451
  * Disables authentication.
5440
5452
  *
5441
5453
  * @remarks
5442
- * 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.
5454
+ * 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.
5443
5455
  *
5444
5456
  * @param request - DisableIdentityProviderAuthnRequest
5445
5457
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5477,7 +5489,7 @@ export default class Client extends OpenApi {
5477
5489
  * Disables authentication.
5478
5490
  *
5479
5491
  * @remarks
5480
- * 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.
5492
+ * 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.
5481
5493
  *
5482
5494
  * @param request - DisableIdentityProviderAuthnRequest
5483
5495
  * @returns DisableIdentityProviderAuthnResponse
@@ -5488,7 +5500,7 @@ export default class Client extends OpenApi {
5488
5500
  }
5489
5501
 
5490
5502
  /**
5491
- * Disable identity provider synchronization
5503
+ * Disables the inbound synchronization feature of an identity provider.
5492
5504
  *
5493
5505
  * @param request - DisableIdentityProviderUdPullRequest
5494
5506
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5523,7 +5535,7 @@ export default class Client extends OpenApi {
5523
5535
  }
5524
5536
 
5525
5537
  /**
5526
- * Disable identity provider synchronization
5538
+ * Disables the inbound synchronization feature of an identity provider.
5527
5539
  *
5528
5540
  * @param request - DisableIdentityProviderUdPullRequest
5529
5541
  * @returns DisableIdentityProviderUdPullResponse
@@ -5668,7 +5680,7 @@ export default class Client extends OpenApi {
5668
5680
  }
5669
5681
 
5670
5682
  /**
5671
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
5683
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
5672
5684
  *
5673
5685
  * @param request - DisableUserRequest
5674
5686
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5703,7 +5715,7 @@ export default class Client extends OpenApi {
5703
5715
  }
5704
5716
 
5705
5717
  /**
5706
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
5718
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
5707
5719
  *
5708
5720
  * @param request - DisableUserRequest
5709
5721
  * @returns DisableUserResponse
@@ -6044,7 +6056,7 @@ export default class Client extends OpenApi {
6044
6056
  }
6045
6057
 
6046
6058
  /**
6047
- * Enables single sign-on (SSO) for an EIAM application.
6059
+ * Enables the SSO feature for an EIAM application.
6048
6060
  *
6049
6061
  * @param request - EnableApplicationSsoRequest
6050
6062
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6079,7 +6091,7 @@ export default class Client extends OpenApi {
6079
6091
  }
6080
6092
 
6081
6093
  /**
6082
- * Enables single sign-on (SSO) for an EIAM application.
6094
+ * Enables the SSO feature for an EIAM application.
6083
6095
  *
6084
6096
  * @param request - EnableApplicationSsoRequest
6085
6097
  * @returns EnableApplicationSsoResponse
@@ -6238,7 +6250,7 @@ export default class Client extends OpenApi {
6238
6250
  }
6239
6251
 
6240
6252
  /**
6241
- * Enables the specified ClientPublicKey for an application.
6253
+ * Enables a specified application ClientPublicKey.
6242
6254
  *
6243
6255
  * @param request - EnableClientPublicKeyRequest
6244
6256
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6281,7 +6293,7 @@ export default class Client extends OpenApi {
6281
6293
  }
6282
6294
 
6283
6295
  /**
6284
- * Enables the specified ClientPublicKey for an application.
6296
+ * Enables a specified application ClientPublicKey.
6285
6297
  *
6286
6298
  * @param request - EnableClientPublicKeyRequest
6287
6299
  * @returns EnableClientPublicKeyResponse
@@ -6737,7 +6749,7 @@ export default class Client extends OpenApi {
6737
6749
  * Enables authentication.
6738
6750
  *
6739
6751
  * @remarks
6740
- * 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.
6752
+ * 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.
6741
6753
  *
6742
6754
  * @param request - EnableIdentityProviderAuthnRequest
6743
6755
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6775,7 +6787,7 @@ export default class Client extends OpenApi {
6775
6787
  * Enables authentication.
6776
6788
  *
6777
6789
  * @remarks
6778
- * 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.
6790
+ * 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.
6779
6791
  *
6780
6792
  * @param request - EnableIdentityProviderAuthnRequest
6781
6793
  * @returns EnableIdentityProviderAuthnResponse
@@ -6786,7 +6798,7 @@ export default class Client extends OpenApi {
6786
6798
  }
6787
6799
 
6788
6800
  /**
6789
- * Enable identity provider synchronization.
6801
+ * Enables the inbound synchronization feature for an identity provider.
6790
6802
  *
6791
6803
  * @param request - EnableIdentityProviderUdPullRequest
6792
6804
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6821,7 +6833,7 @@ export default class Client extends OpenApi {
6821
6833
  }
6822
6834
 
6823
6835
  /**
6824
- * Enable identity provider synchronization.
6836
+ * Enables the inbound synchronization feature for an identity provider.
6825
6837
  *
6826
6838
  * @param request - EnableIdentityProviderUdPullRequest
6827
6839
  * @returns EnableIdentityProviderUdPullResponse
@@ -6966,7 +6978,7 @@ export default class Client extends OpenApi {
6966
6978
  }
6967
6979
 
6968
6980
  /**
6969
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
6981
+ * Sets an account to the enabled state.
6970
6982
  *
6971
6983
  * @param request - EnableUserRequest
6972
6984
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7001,7 +7013,7 @@ export default class Client extends OpenApi {
7001
7013
  }
7002
7014
 
7003
7015
  /**
7004
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
7016
+ * Sets an account to the enabled state.
7005
7017
  *
7006
7018
  * @param request - EnableUserRequest
7007
7019
  * @returns EnableUserResponse
@@ -7162,7 +7174,7 @@ export default class Client extends OpenApi {
7162
7174
  }
7163
7175
 
7164
7176
  /**
7165
- * Obtain an access token to call a resource server using a specified application as the client.
7177
+ * Obtains an access token for accessing a resource server by using a specified application as the client identity.
7166
7178
  *
7167
7179
  * @param request - GenerateOauthTokenRequest
7168
7180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7205,7 +7217,7 @@ export default class Client extends OpenApi {
7205
7217
  }
7206
7218
 
7207
7219
  /**
7208
- * Obtain an access token to call a resource server using a specified application as the client.
7220
+ * Obtains an access token for accessing a resource server by using a specified application as the client identity.
7209
7221
  *
7210
7222
  * @param request - GenerateOauthTokenRequest
7211
7223
  * @returns GenerateOauthTokenResponse
@@ -7408,7 +7420,7 @@ export default class Client extends OpenApi {
7408
7420
  }
7409
7421
 
7410
7422
  /**
7411
- * Retrieves the federated credential for an application.
7423
+ * Retrieves the federated identity credential of an application.
7412
7424
  *
7413
7425
  * @param request - GetApplicationFederatedCredentialRequest
7414
7426
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7447,7 +7459,7 @@ export default class Client extends OpenApi {
7447
7459
  }
7448
7460
 
7449
7461
  /**
7450
- * Retrieves the federated credential for an application.
7462
+ * Retrieves the federated identity credential of an application.
7451
7463
  *
7452
7464
  * @param request - GetApplicationFederatedCredentialRequest
7453
7465
  * @returns GetApplicationFederatedCredentialResponse
@@ -7458,7 +7470,7 @@ export default class Client extends OpenApi {
7458
7470
  }
7459
7471
 
7460
7472
  /**
7461
- * Queries the permissions of the Developer API feature for an Employee Identity and Access Management (EIAM) application.
7473
+ * Queries the Developer API authorization scope of an EIAM application.
7462
7474
  *
7463
7475
  * @param request - GetApplicationGrantScopeRequest
7464
7476
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7493,7 +7505,7 @@ export default class Client extends OpenApi {
7493
7505
  }
7494
7506
 
7495
7507
  /**
7496
- * Queries the permissions of the Developer API feature for an Employee Identity and Access Management (EIAM) application.
7508
+ * Queries the Developer API authorization scope of an EIAM application.
7497
7509
  *
7498
7510
  * @param request - GetApplicationGrantScopeRequest
7499
7511
  * @returns GetApplicationGrantScopeResponse
@@ -7642,7 +7654,7 @@ export default class Client extends OpenApi {
7642
7654
  }
7643
7655
 
7644
7656
  /**
7645
- * Retrieves the details of an application role.
7657
+ * Retrieves application role information.
7646
7658
  *
7647
7659
  * @param request - GetApplicationRoleRequest
7648
7660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7681,7 +7693,7 @@ export default class Client extends OpenApi {
7681
7693
  }
7682
7694
 
7683
7695
  /**
7684
- * Retrieves the details of an application role.
7696
+ * Retrieves application role information.
7685
7697
  *
7686
7698
  * @param request - GetApplicationRoleRequest
7687
7699
  * @returns GetApplicationRoleResponse
@@ -7738,7 +7750,7 @@ export default class Client extends OpenApi {
7738
7750
  }
7739
7751
 
7740
7752
  /**
7741
- * Retrieves the details of an application template.
7753
+ * Retrieves application template information.
7742
7754
  *
7743
7755
  * @param request - GetApplicationTemplateRequest
7744
7756
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7769,7 +7781,7 @@ export default class Client extends OpenApi {
7769
7781
  }
7770
7782
 
7771
7783
  /**
7772
- * Retrieves the details of an application template.
7784
+ * Retrieves application template information.
7773
7785
  *
7774
7786
  * @param request - GetApplicationTemplateRequest
7775
7787
  * @returns GetApplicationTemplateResponse
@@ -7876,7 +7888,7 @@ export default class Client extends OpenApi {
7876
7888
  }
7877
7889
 
7878
7890
  /**
7879
- * 查询授权服务器
7891
+ * Queries an authorization server.
7880
7892
  *
7881
7893
  * @param request - GetAuthorizationServerRequest
7882
7894
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7911,7 +7923,7 @@ export default class Client extends OpenApi {
7911
7923
  }
7912
7924
 
7913
7925
  /**
7914
- * 查询授权服务器
7926
+ * Queries an authorization server.
7915
7927
  *
7916
7928
  * @param request - GetAuthorizationServerRequest
7917
7929
  * @returns GetAuthorizationServerResponse
@@ -7968,7 +7980,7 @@ export default class Client extends OpenApi {
7968
7980
  }
7969
7981
 
7970
7982
  /**
7971
- * Retrieves the ClientPublicKey for a specified application.
7983
+ * Queries the ClientPublicKey of a specified application.
7972
7984
  *
7973
7985
  * @param request - GetClientPublicKeyRequest
7974
7986
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8007,7 +8019,7 @@ export default class Client extends OpenApi {
8007
8019
  }
8008
8020
 
8009
8021
  /**
8010
- * Retrieves the ClientPublicKey for a specified application.
8022
+ * Queries the ClientPublicKey of a specified application.
8011
8023
  *
8012
8024
  * @param request - GetClientPublicKeyRequest
8013
8025
  * @returns GetClientPublicKeyResponse
@@ -8018,7 +8030,7 @@ export default class Client extends OpenApi {
8018
8030
  }
8019
8031
 
8020
8032
  /**
8021
- * Retrieves information about resources in an Alibaba Cloud account.
8033
+ * Queries the resource information of a cloud account.
8022
8034
  *
8023
8035
  * @param request - GetCloudAccountRequest
8024
8036
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8053,7 +8065,7 @@ export default class Client extends OpenApi {
8053
8065
  }
8054
8066
 
8055
8067
  /**
8056
- * Retrieves information about resources in an Alibaba Cloud account.
8068
+ * Queries the resource information of a cloud account.
8057
8069
  *
8058
8070
  * @param request - GetCloudAccountRequest
8059
8071
  * @returns GetCloudAccountResponse
@@ -8064,7 +8076,7 @@ export default class Client extends OpenApi {
8064
8076
  }
8065
8077
 
8066
8078
  /**
8067
- * Retrieves information about a cloud role.
8079
+ * Queries the resource information of a cloud role.
8068
8080
  *
8069
8081
  * @param request - GetCloudAccountRoleRequest
8070
8082
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8103,7 +8115,7 @@ export default class Client extends OpenApi {
8103
8115
  }
8104
8116
 
8105
8117
  /**
8106
- * Retrieves information about a cloud role.
8118
+ * Queries the resource information of a cloud role.
8107
8119
  *
8108
8120
  * @param request - GetCloudAccountRoleRequest
8109
8121
  * @returns GetCloudAccountRoleResponse
@@ -8166,7 +8178,7 @@ export default class Client extends OpenApi {
8166
8178
  }
8167
8179
 
8168
8180
  /**
8169
- * Retrieves the details of a specific credential.
8181
+ * Queries the information about a credential resource.
8170
8182
  *
8171
8183
  * @param request - GetCredentialRequest
8172
8184
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8201,7 +8213,7 @@ export default class Client extends OpenApi {
8201
8213
  }
8202
8214
 
8203
8215
  /**
8204
- * Retrieves the details of a specific credential.
8216
+ * Queries the information about a credential resource.
8205
8217
  *
8206
8218
  * @param request - GetCredentialRequest
8207
8219
  * @returns GetCredentialResponse
@@ -8212,7 +8224,7 @@ export default class Client extends OpenApi {
8212
8224
  }
8213
8225
 
8214
8226
  /**
8215
- * Retrieves the details of a credential provider.
8227
+ * Queries the details of a credential provider.
8216
8228
  *
8217
8229
  * @param request - GetCredentialProviderRequest
8218
8230
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8247,7 +8259,7 @@ export default class Client extends OpenApi {
8247
8259
  }
8248
8260
 
8249
8261
  /**
8250
- * Retrieves the details of a credential provider.
8262
+ * Queries the details of a credential provider.
8251
8263
  *
8252
8264
  * @param request - GetCredentialProviderRequest
8253
8265
  * @returns GetCredentialProviderResponse
@@ -8530,7 +8542,7 @@ export default class Client extends OpenApi {
8530
8542
  }
8531
8543
 
8532
8544
  /**
8533
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
8545
+ * Queries the details of an EIAM account group.
8534
8546
  *
8535
8547
  * @param request - GetGroupRequest
8536
8548
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8565,7 +8577,7 @@ export default class Client extends OpenApi {
8565
8577
  }
8566
8578
 
8567
8579
  /**
8568
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
8580
+ * Queries the details of an EIAM account group.
8569
8581
  *
8570
8582
  * @param request - GetGroupRequest
8571
8583
  * @returns GetGroupResponse
@@ -8576,7 +8588,7 @@ export default class Client extends OpenApi {
8576
8588
  }
8577
8589
 
8578
8590
  /**
8579
- * Get an identity provider.
8591
+ * Retrieves an identity provider.
8580
8592
  *
8581
8593
  * @param request - GetIdentityProviderRequest
8582
8594
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8611,7 +8623,7 @@ export default class Client extends OpenApi {
8611
8623
  }
8612
8624
 
8613
8625
  /**
8614
- * Get an identity provider.
8626
+ * Retrieves an identity provider.
8615
8627
  *
8616
8628
  * @param request - GetIdentityProviderRequest
8617
8629
  * @returns GetIdentityProviderResponse
@@ -8718,7 +8730,7 @@ export default class Client extends OpenApi {
8718
8730
  }
8719
8731
 
8720
8732
  /**
8721
- * Get IdP Inbound Synchronization Configuration Information
8733
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
8722
8734
  *
8723
8735
  * @param request - GetIdentityProviderUdPullConfigurationRequest
8724
8736
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8753,7 +8765,7 @@ export default class Client extends OpenApi {
8753
8765
  }
8754
8766
 
8755
8767
  /**
8756
- * Get IdP Inbound Synchronization Configuration Information
8768
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
8757
8769
  *
8758
8770
  * @param request - GetIdentityProviderUdPullConfigurationRequest
8759
8771
  * @returns GetIdentityProviderUdPullConfigurationResponse
@@ -9260,7 +9272,7 @@ export default class Client extends OpenApi {
9260
9272
  }
9261
9273
 
9262
9274
  /**
9263
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
9275
+ * Queries the information of an EIAM organizational unit.
9264
9276
  *
9265
9277
  * @param request - GetOrganizationalUnitRequest
9266
9278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9295,7 +9307,7 @@ export default class Client extends OpenApi {
9295
9307
  }
9296
9308
 
9297
9309
  /**
9298
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
9310
+ * Queries the information of an EIAM organizational unit.
9299
9311
  *
9300
9312
  * @param request - GetOrganizationalUnitRequest
9301
9313
  * @returns GetOrganizationalUnitResponse
@@ -9474,7 +9486,7 @@ export default class Client extends OpenApi {
9474
9486
  }
9475
9487
 
9476
9488
  /**
9477
- * Retrieves the permission scopes for a specified resource server.
9489
+ * Queries the scope permissions under a specified ResourceServer.
9478
9490
  *
9479
9491
  * @param request - GetResourceServerScopeRequest
9480
9492
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9513,7 +9525,7 @@ export default class Client extends OpenApi {
9513
9525
  }
9514
9526
 
9515
9527
  /**
9516
- * Retrieves the permission scopes for a specified resource server.
9528
+ * Queries the scope permissions under a specified ResourceServer.
9517
9529
  *
9518
9530
  * @param request - GetResourceServerScopeRequest
9519
9531
  * @returns GetResourceServerScopeResponse
@@ -9654,7 +9666,7 @@ export default class Client extends OpenApi {
9654
9666
  }
9655
9667
 
9656
9668
  /**
9657
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
9669
+ * Queries the details of an EIAM account.
9658
9670
  *
9659
9671
  * @param request - GetUserRequest
9660
9672
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9689,7 +9701,7 @@ export default class Client extends OpenApi {
9689
9701
  }
9690
9702
 
9691
9703
  /**
9692
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
9704
+ * Queries the details of an EIAM account.
9693
9705
  *
9694
9706
  * @param request - GetUserRequest
9695
9707
  * @returns GetUserResponse
@@ -9754,7 +9766,7 @@ export default class Client extends OpenApi {
9754
9766
  }
9755
9767
 
9756
9768
  /**
9757
- * Returns a paginated list of application accounts.
9769
+ * Queries the application accounts of an application by paging.
9758
9770
  *
9759
9771
  * @param request - ListApplicationAccountsRequest
9760
9772
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9797,7 +9809,7 @@ export default class Client extends OpenApi {
9797
9809
  }
9798
9810
 
9799
9811
  /**
9800
- * Returns a paginated list of application accounts.
9812
+ * Queries the application accounts of an application by paging.
9801
9813
  *
9802
9814
  * @param request - ListApplicationAccountsRequest
9803
9815
  * @returns ListApplicationAccountsResponse
@@ -9910,7 +9922,7 @@ export default class Client extends OpenApi {
9910
9922
  }
9911
9923
 
9912
9924
  /**
9913
- * Lists the federated credentials for an application.
9925
+ * Queries a list of application federated credentials.
9914
9926
  *
9915
9927
  * @param request - ListApplicationFederatedCredentialsRequest
9916
9928
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9961,7 +9973,7 @@ export default class Client extends OpenApi {
9961
9973
  }
9962
9974
 
9963
9975
  /**
9964
- * Lists the federated credentials for an application.
9976
+ * Queries a list of application federated credentials.
9965
9977
  *
9966
9978
  * @param request - ListApplicationFederatedCredentialsRequest
9967
9979
  * @returns ListApplicationFederatedCredentialsResponse
@@ -9972,7 +9984,7 @@ export default class Client extends OpenApi {
9972
9984
  }
9973
9985
 
9974
9986
  /**
9975
- * Lists the application federated credentials for a specified federated credential provider.
9987
+ * Queries the list of application federated credentials by federated trust source ID.
9976
9988
  *
9977
9989
  * @param request - ListApplicationFederatedCredentialsForProviderRequest
9978
9990
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10019,7 +10031,7 @@ export default class Client extends OpenApi {
10019
10031
  }
10020
10032
 
10021
10033
  /**
10022
- * Lists the application federated credentials for a specified federated credential provider.
10034
+ * Queries the list of application federated credentials by federated trust source ID.
10023
10035
  *
10024
10036
  * @param request - ListApplicationFederatedCredentialsForProviderRequest
10025
10037
  * @returns ListApplicationFederatedCredentialsForProviderResponse
@@ -10088,7 +10100,7 @@ export default class Client extends OpenApi {
10088
10100
  }
10089
10101
 
10090
10102
  /**
10091
- * Call the ListApplicationSupportedProvisionProtocolTypes operation to query the account synchronization protocols supported by an application.
10103
+ * Queries the list of account synchronization types supported by an application.
10092
10104
  *
10093
10105
  * @param request - ListApplicationSupportedProvisionProtocolTypesRequest
10094
10106
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10123,7 +10135,7 @@ export default class Client extends OpenApi {
10123
10135
  }
10124
10136
 
10125
10137
  /**
10126
- * Call the ListApplicationSupportedProvisionProtocolTypes operation to query the account synchronization protocols supported by an application.
10138
+ * Queries the list of account synchronization types supported by an application.
10127
10139
  *
10128
10140
  * @param request - ListApplicationSupportedProvisionProtocolTypesRequest
10129
10141
  * @returns ListApplicationSupportedProvisionProtocolTypesResponse
@@ -10134,7 +10146,7 @@ export default class Client extends OpenApi {
10134
10146
  }
10135
10147
 
10136
10148
  /**
10137
- * Retrieves a list of application tokens.
10149
+ * Retrieves the list of application tokens.
10138
10150
  *
10139
10151
  * @param request - ListApplicationTokensRequest
10140
10152
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10173,7 +10185,7 @@ export default class Client extends OpenApi {
10173
10185
  }
10174
10186
 
10175
10187
  /**
10176
- * Retrieves a list of application tokens.
10188
+ * Retrieves the list of application tokens.
10177
10189
  *
10178
10190
  * @param request - ListApplicationTokensRequest
10179
10191
  * @returns ListApplicationTokensResponse
@@ -10184,7 +10196,7 @@ export default class Client extends OpenApi {
10184
10196
  }
10185
10197
 
10186
10198
  /**
10187
- * Retrieves a paginated list of EIAM applications.
10199
+ * Performs a paged query to retrieve information about one or more EIAM applications with paging.
10188
10200
  *
10189
10201
  * @param request - ListApplicationsRequest
10190
10202
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10225,6 +10237,10 @@ export default class Client extends OpenApi {
10225
10237
  query["M2MClientStatus"] = request.m2MClientStatus;
10226
10238
  }
10227
10239
 
10240
+ if (!$dara.isNull(request.managedServiceCode)) {
10241
+ query["ManagedServiceCode"] = request.managedServiceCode;
10242
+ }
10243
+
10228
10244
  if (!$dara.isNull(request.pageNumber)) {
10229
10245
  query["PageNumber"] = request.pageNumber;
10230
10246
  }
@@ -10237,6 +10253,10 @@ export default class Client extends OpenApi {
10237
10253
  query["ResourceServerStatus"] = request.resourceServerStatus;
10238
10254
  }
10239
10255
 
10256
+ if (!$dara.isNull(request.serviceManaged)) {
10257
+ query["ServiceManaged"] = request.serviceManaged;
10258
+ }
10259
+
10240
10260
  if (!$dara.isNull(request.ssoType)) {
10241
10261
  query["SsoType"] = request.ssoType;
10242
10262
  }
@@ -10263,7 +10283,7 @@ export default class Client extends OpenApi {
10263
10283
  }
10264
10284
 
10265
10285
  /**
10266
- * Retrieves a paginated list of EIAM applications.
10286
+ * Performs a paged query to retrieve information about one or more EIAM applications with paging.
10267
10287
  *
10268
10288
  * @param request - ListApplicationsRequest
10269
10289
  * @returns ListApplicationsResponse
@@ -10332,7 +10352,7 @@ export default class Client extends OpenApi {
10332
10352
  }
10333
10353
 
10334
10354
  /**
10335
- * Retrieves a list of applications that an EIAM group can access.
10355
+ * Query the list of applications accessible to an EIAM group.
10336
10356
  *
10337
10357
  * @param request - ListApplicationsForGroupRequest
10338
10358
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10379,7 +10399,7 @@ export default class Client extends OpenApi {
10379
10399
  }
10380
10400
 
10381
10401
  /**
10382
- * Retrieves a list of applications that an EIAM group can access.
10402
+ * Query the list of applications accessible to an EIAM group.
10383
10403
  *
10384
10404
  * @param request - ListApplicationsForGroupRequest
10385
10405
  * @returns ListApplicationsForGroupResponse
@@ -10502,10 +10522,10 @@ export default class Client extends OpenApi {
10502
10522
  }
10503
10523
 
10504
10524
  /**
10505
- * 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.
10525
+ * 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.
10506
10526
  *
10507
10527
  * @remarks
10508
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
10528
+ * 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.
10509
10529
  *
10510
10530
  * @param request - ListApplicationsForOrganizationalUnitRequest
10511
10531
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10552,10 +10572,10 @@ export default class Client extends OpenApi {
10552
10572
  }
10553
10573
 
10554
10574
  /**
10555
- * 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.
10575
+ * 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.
10556
10576
  *
10557
10577
  * @remarks
10558
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
10578
+ * 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.
10559
10579
  *
10560
10580
  * @param request - ListApplicationsForOrganizationalUnitRequest
10561
10581
  * @returns ListApplicationsForOrganizationalUnitResponse
@@ -11060,7 +11080,7 @@ export default class Client extends OpenApi {
11060
11080
  }
11061
11081
 
11062
11082
  /**
11063
- * Queries a paginated list of cloud roles.
11083
+ * Queries the information about one or more cloud roles by using paging.
11064
11084
  *
11065
11085
  * @param request - ListCloudAccountRolesRequest
11066
11086
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11107,7 +11127,7 @@ export default class Client extends OpenApi {
11107
11127
  }
11108
11128
 
11109
11129
  /**
11110
- * Queries a paginated list of cloud roles.
11130
+ * Queries the information about one or more cloud roles by using paging.
11111
11131
  *
11112
11132
  * @param request - ListCloudAccountRolesRequest
11113
11133
  * @returns ListCloudAccountRolesResponse
@@ -11118,7 +11138,7 @@ export default class Client extends OpenApi {
11118
11138
  }
11119
11139
 
11120
11140
  /**
11121
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
11141
+ * Queries information about one or more cloud accounts by using paging.
11122
11142
  *
11123
11143
  * @param request - ListCloudAccountsRequest
11124
11144
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11161,7 +11181,7 @@ export default class Client extends OpenApi {
11161
11181
  }
11162
11182
 
11163
11183
  /**
11164
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
11184
+ * Queries information about one or more cloud accounts by using paging.
11165
11185
  *
11166
11186
  * @param request - ListCloudAccountsRequest
11167
11187
  * @returns ListCloudAccountsResponse
@@ -11232,7 +11252,7 @@ export default class Client extends OpenApi {
11232
11252
  }
11233
11253
 
11234
11254
  /**
11235
- * Lists the conditional access policies associated with an application.
11255
+ * List conditional access policies associated with an application.
11236
11256
  *
11237
11257
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
11238
11258
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11267,7 +11287,7 @@ export default class Client extends OpenApi {
11267
11287
  }
11268
11288
 
11269
11289
  /**
11270
- * Lists the conditional access policies associated with an application.
11290
+ * List conditional access policies associated with an application.
11271
11291
  *
11272
11292
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
11273
11293
  * @returns ListConditionalAccessPoliciesForApplicationResponse
@@ -11376,7 +11396,7 @@ export default class Client extends OpenApi {
11376
11396
  }
11377
11397
 
11378
11398
  /**
11379
- * Lists the credential providers.
11399
+ * Lists credential providers.
11380
11400
  *
11381
11401
  * @param request - ListCredentialProvidersRequest
11382
11402
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11431,7 +11451,7 @@ export default class Client extends OpenApi {
11431
11451
  }
11432
11452
 
11433
11453
  /**
11434
- * Lists the credential providers.
11454
+ * Lists credential providers.
11435
11455
  *
11436
11456
  * @param request - ListCredentialProvidersRequest
11437
11457
  * @returns ListCredentialProvidersResponse
@@ -11442,7 +11462,7 @@ export default class Client extends OpenApi {
11442
11462
  }
11443
11463
 
11444
11464
  /**
11445
- * Retrieves a paginated list of credentials.
11465
+ * Queries the information of one or more credentials by using paging.
11446
11466
  *
11447
11467
  * @param request - ListCredentialsRequest
11448
11468
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11505,7 +11525,7 @@ export default class Client extends OpenApi {
11505
11525
  }
11506
11526
 
11507
11527
  /**
11508
- * Retrieves a paginated list of credentials.
11528
+ * Queries the information of one or more credentials by using paging.
11509
11529
  *
11510
11530
  * @param request - ListCredentialsRequest
11511
11531
  * @returns ListCredentialsResponse
@@ -11801,7 +11821,7 @@ export default class Client extends OpenApi {
11801
11821
  }
11802
11822
 
11803
11823
  /**
11804
- * View the event list.
11824
+ * Queries the event list.
11805
11825
  *
11806
11826
  * @param request - ListEventTypesRequest
11807
11827
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11836,7 +11856,7 @@ export default class Client extends OpenApi {
11836
11856
  }
11837
11857
 
11838
11858
  /**
11839
- * View the event list.
11859
+ * Queries the event list.
11840
11860
  *
11841
11861
  * @param request - ListEventTypesRequest
11842
11862
  * @returns ListEventTypesResponse
@@ -11847,7 +11867,7 @@ export default class Client extends OpenApi {
11847
11867
  }
11848
11868
 
11849
11869
  /**
11850
- * Lists federated identity providers.
11870
+ * Queries a list of federated trust sources.
11851
11871
  *
11852
11872
  * @param request - ListFederatedCredentialProvidersRequest
11853
11873
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11898,7 +11918,7 @@ export default class Client extends OpenApi {
11898
11918
  }
11899
11919
 
11900
11920
  /**
11901
- * Lists federated identity providers.
11921
+ * Queries a list of federated trust sources.
11902
11922
  *
11903
11923
  * @param request - ListFederatedCredentialProvidersRequest
11904
11924
  * @returns ListFederatedCredentialProvidersResponse
@@ -11909,7 +11929,7 @@ export default class Client extends OpenApi {
11909
11929
  }
11910
11930
 
11911
11931
  /**
11912
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
11932
+ * List EIAM account groups.
11913
11933
  *
11914
11934
  * @param request - ListGroupsRequest
11915
11935
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11964,7 +11984,7 @@ export default class Client extends OpenApi {
11964
11984
  }
11965
11985
 
11966
11986
  /**
11967
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
11987
+ * List EIAM account groups.
11968
11988
  *
11969
11989
  * @param request - ListGroupsRequest
11970
11990
  * @returns ListGroupsResponse
@@ -12157,7 +12177,7 @@ export default class Client extends OpenApi {
12157
12177
  }
12158
12178
 
12159
12179
  /**
12160
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
12180
+ * Queries the list of account groups to which a specified EIAM account belongs.
12161
12181
  *
12162
12182
  * @param request - ListGroupsForUserRequest
12163
12183
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12200,7 +12220,7 @@ export default class Client extends OpenApi {
12200
12220
  }
12201
12221
 
12202
12222
  /**
12203
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
12223
+ * Queries the list of account groups to which a specified EIAM account belongs.
12204
12224
  *
12205
12225
  * @param request - ListGroupsForUserRequest
12206
12226
  * @returns ListGroupsForUserResponse
@@ -12211,7 +12231,7 @@ export default class Client extends OpenApi {
12211
12231
  }
12212
12232
 
12213
12233
  /**
12214
- * Retrieves a list of identity providers.
12234
+ * Query the list of identity providers.
12215
12235
  *
12216
12236
  * @param request - ListIdentityProvidersRequest
12217
12237
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12254,7 +12274,7 @@ export default class Client extends OpenApi {
12254
12274
  }
12255
12275
 
12256
12276
  /**
12257
- * Retrieves a list of identity providers.
12277
+ * Query the list of identity providers.
12258
12278
  *
12259
12279
  * @param request - ListIdentityProvidersRequest
12260
12280
  * @returns ListIdentityProvidersResponse
@@ -12319,7 +12339,7 @@ export default class Client extends OpenApi {
12319
12339
  }
12320
12340
 
12321
12341
  /**
12322
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
12342
+ * Queries information about one or more EIAM instances.
12323
12343
  *
12324
12344
  * @param request - ListInstancesRequest
12325
12345
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12370,7 +12390,7 @@ export default class Client extends OpenApi {
12370
12390
  }
12371
12391
 
12372
12392
  /**
12373
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
12393
+ * Queries information about one or more EIAM instances.
12374
12394
  *
12375
12395
  * @param request - ListInstancesRequest
12376
12396
  * @returns ListInstancesResponse
@@ -12624,7 +12644,7 @@ export default class Client extends OpenApi {
12624
12644
  }
12625
12645
 
12626
12646
  /**
12627
- * 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.
12647
+ * 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.
12628
12648
  *
12629
12649
  * @param request - ListOrganizationalUnitParentsRequest
12630
12650
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12659,7 +12679,7 @@ export default class Client extends OpenApi {
12659
12679
  }
12660
12680
 
12661
12681
  /**
12662
- * 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.
12682
+ * 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.
12663
12683
  *
12664
12684
  * @param request - ListOrganizationalUnitParentsRequest
12665
12685
  * @returns ListOrganizationalUnitParentsResponse
@@ -12891,7 +12911,7 @@ export default class Client extends OpenApi {
12891
12911
  }
12892
12912
 
12893
12913
  /**
12894
- * Query the list of Scope permissions under a specified ResourceServer using cursor-based pagination.
12914
+ * Queries the list of scope permissions under a specified ResourceServer by using a cursor.
12895
12915
  *
12896
12916
  * @param request - ListResourceServerScopesRequest
12897
12917
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12958,7 +12978,7 @@ export default class Client extends OpenApi {
12958
12978
  }
12959
12979
 
12960
12980
  /**
12961
- * Query the list of Scope permissions under a specified ResourceServer using cursor-based pagination.
12981
+ * Queries the list of scope permissions under a specified ResourceServer by using a cursor.
12962
12982
  *
12963
12983
  * @param request - ListResourceServerScopesRequest
12964
12984
  * @returns ListResourceServerScopesResponse
@@ -12969,7 +12989,7 @@ export default class Client extends OpenApi {
12969
12989
  }
12970
12990
 
12971
12991
  /**
12972
- * Performs a paged query to retrieve the ResourceServer and Scope permissions that are granted to the current user.
12992
+ * Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
12973
12993
  *
12974
12994
  * @param request - ListResourceServersForUserRequest
12975
12995
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13016,7 +13036,7 @@ export default class Client extends OpenApi {
13016
13036
  }
13017
13037
 
13018
13038
  /**
13019
- * Performs a paged query to retrieve the ResourceServer and Scope permissions that are granted to the current user.
13039
+ * Queries the list of ResourceServer and Scope permissions granted to the current account by using a cursor-based approach.
13020
13040
  *
13021
13041
  * @param request - ListResourceServersForUserRequest
13022
13042
  * @returns ListResourceServersForUserResponse
@@ -13197,10 +13217,10 @@ export default class Client extends OpenApi {
13197
13217
  }
13198
13218
 
13199
13219
  /**
13200
- * Retrieves a paginated list of EIAM accounts.
13220
+ * Queries EIAM account information by using paging.
13201
13221
  *
13202
13222
  * @remarks
13203
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
13223
+ * 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.
13204
13224
  *
13205
13225
  * @param request - ListUsersRequest
13206
13226
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13291,10 +13311,10 @@ export default class Client extends OpenApi {
13291
13311
  }
13292
13312
 
13293
13313
  /**
13294
- * Retrieves a paginated list of EIAM accounts.
13314
+ * Queries EIAM account information by using paging.
13295
13315
  *
13296
13316
  * @remarks
13297
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
13317
+ * 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.
13298
13318
  *
13299
13319
  * @param request - ListUsersRequest
13300
13320
  * @returns ListUsersResponse
@@ -13545,7 +13565,7 @@ export default class Client extends OpenApi {
13545
13565
  }
13546
13566
 
13547
13567
  /**
13548
- * Obtains the client secret for an EIAM application. The secret is returned without desensitization. To obtain a desensitized secret, call the ListApplicationClientSecrets operation.
13568
+ * Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
13549
13569
  *
13550
13570
  * @param request - ObtainApplicationClientSecretRequest
13551
13571
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13584,7 +13604,7 @@ export default class Client extends OpenApi {
13584
13604
  }
13585
13605
 
13586
13606
  /**
13587
- * Obtains the client secret for an EIAM application. The secret is returned without desensitization. To obtain a desensitized secret, call the ListApplicationClientSecrets operation.
13607
+ * Retrieves the client secret of an EIAM application. The returned secret is not masked. To retrieve masked secrets, call the ListApplicationClientSecrets operation.
13588
13608
  *
13589
13609
  * @param request - ObtainApplicationClientSecretRequest
13590
13610
  * @returns ObtainApplicationClientSecretResponse
@@ -13595,10 +13615,10 @@ export default class Client extends OpenApi {
13595
13615
  }
13596
13616
 
13597
13617
  /**
13598
- * Queries the token of a specified application.
13618
+ * Queries a specified application token.
13599
13619
  *
13600
13620
  * @remarks
13601
- * 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.
13621
+ * 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.
13602
13622
  *
13603
13623
  * @param request - ObtainApplicationTokenRequest
13604
13624
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13637,10 +13657,10 @@ export default class Client extends OpenApi {
13637
13657
  }
13638
13658
 
13639
13659
  /**
13640
- * Queries the token of a specified application.
13660
+ * Queries a specified application token.
13641
13661
  *
13642
13662
  * @remarks
13643
- * 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.
13663
+ * 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.
13644
13664
  *
13645
13665
  * @param request - ObtainApplicationTokenRequest
13646
13666
  * @returns ObtainApplicationTokenResponse
@@ -13651,7 +13671,7 @@ export default class Client extends OpenApi {
13651
13671
  }
13652
13672
 
13653
13673
  /**
13654
- * Retrieves a credential containing sensitive information.
13674
+ * Queries a credential resource that contains sensitive information.
13655
13675
  *
13656
13676
  * @param request - ObtainCredentialRequest
13657
13677
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13686,7 +13706,7 @@ export default class Client extends OpenApi {
13686
13706
  }
13687
13707
 
13688
13708
  /**
13689
- * Retrieves a credential containing sensitive information.
13709
+ * Queries a credential resource that contains sensitive information.
13690
13710
  *
13691
13711
  * @param request - ObtainCredentialRequest
13692
13712
  * @returns ObtainCredentialResponse
@@ -13697,7 +13717,7 @@ export default class Client extends OpenApi {
13697
13717
  }
13698
13718
 
13699
13719
  /**
13700
- * Obtains the proxy token for a domain name in an EIAM instance.
13720
+ * Queries the proxy token of an EIAM instance domain name.
13701
13721
  *
13702
13722
  * @param request - ObtainDomainProxyTokenRequest
13703
13723
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13736,7 +13756,7 @@ export default class Client extends OpenApi {
13736
13756
  }
13737
13757
 
13738
13758
  /**
13739
- * Obtains the proxy token for a domain name in an EIAM instance.
13759
+ * Queries the proxy token of an EIAM instance domain name.
13740
13760
  *
13741
13761
  * @param request - ObtainDomainProxyTokenRequest
13742
13762
  * @returns ObtainDomainProxyTokenResponse
@@ -13747,10 +13767,10 @@ export default class Client extends OpenApi {
13747
13767
  }
13748
13768
 
13749
13769
  /**
13750
- * Deletes the application account of a specified user from an application.
13770
+ * Deletes an application account of a specified employee under the current application.
13751
13771
  *
13752
13772
  * @remarks
13753
- * 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.
13773
+ * 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.
13754
13774
  *
13755
13775
  * @param request - RemoveApplicationAccountFromUserRequest
13756
13776
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13793,10 +13813,10 @@ export default class Client extends OpenApi {
13793
13813
  }
13794
13814
 
13795
13815
  /**
13796
- * Deletes the application account of a specified user from an application.
13816
+ * Deletes an application account of a specified employee under the current application.
13797
13817
  *
13798
13818
  * @remarks
13799
- * 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.
13819
+ * 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.
13800
13820
  *
13801
13821
  * @param request - RemoveApplicationAccountFromUserRequest
13802
13822
  * @returns RemoveApplicationAccountFromUserResponse
@@ -14149,7 +14169,7 @@ export default class Client extends OpenApi {
14149
14169
  }
14150
14170
 
14151
14171
  /**
14152
- * Revokes application access from multiple EIAM groups in a batch.
14172
+ * Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
14153
14173
  *
14154
14174
  * @param request - RevokeApplicationFromGroupsRequest
14155
14175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14192,7 +14212,7 @@ export default class Client extends OpenApi {
14192
14212
  }
14193
14213
 
14194
14214
  /**
14195
- * Revokes application access from multiple EIAM groups in a batch.
14215
+ * Revokes the permissions of multiple Employee Identity and Access Management (EIAM) groups to access an application in a batch.
14196
14216
  *
14197
14217
  * @param request - RevokeApplicationFromGroupsRequest
14198
14218
  * @returns RevokeApplicationFromGroupsResponse
@@ -14257,7 +14277,7 @@ export default class Client extends OpenApi {
14257
14277
  }
14258
14278
 
14259
14279
  /**
14260
- * Revokes access to an application from multiple EIAM accounts.
14280
+ * Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
14261
14281
  *
14262
14282
  * @param request - RevokeApplicationFromUsersRequest
14263
14283
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14300,7 +14320,7 @@ export default class Client extends OpenApi {
14300
14320
  }
14301
14321
 
14302
14322
  /**
14303
- * Revokes access to an application from multiple EIAM accounts.
14323
+ * Revokes the permissions of multiple Enterprise Identity Access Management (EIAM) accounts to access an application in a batch.
14304
14324
  *
14305
14325
  * @param request - RevokeApplicationFromUsersRequest
14306
14326
  * @returns RevokeApplicationFromUsersResponse
@@ -14311,7 +14331,7 @@ export default class Client extends OpenApi {
14311
14331
  }
14312
14332
 
14313
14333
  /**
14314
- * Revokes the authorization for a resource server from a client application.
14334
+ * Cancels the authorization granted by a specified ResourceServer to a Client application.
14315
14335
  *
14316
14336
  * @param request - RevokeResourceServerFromClientRequest
14317
14337
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14350,7 +14370,7 @@ export default class Client extends OpenApi {
14350
14370
  }
14351
14371
 
14352
14372
  /**
14353
- * Revokes the authorization for a resource server from a client application.
14373
+ * Cancels the authorization granted by a specified ResourceServer to a Client application.
14354
14374
  *
14355
14375
  * @param request - RevokeResourceServerFromClientRequest
14356
14376
  * @returns RevokeResourceServerFromClientResponse
@@ -14361,7 +14381,7 @@ export default class Client extends OpenApi {
14361
14381
  }
14362
14382
 
14363
14383
  /**
14364
- * Revokes specified scope permissions of a resource server from a client application.
14384
+ * Revokes the scope permissions of a specified ResourceServer from a client application.
14365
14385
  *
14366
14386
  * @param request - RevokeResourceServerScopesFromClientRequest
14367
14387
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14404,7 +14424,7 @@ export default class Client extends OpenApi {
14404
14424
  }
14405
14425
 
14406
14426
  /**
14407
- * Revokes specified scope permissions of a resource server from a client application.
14427
+ * Revokes the scope permissions of a specified ResourceServer from a client application.
14408
14428
  *
14409
14429
  * @param request - RevokeResourceServerScopesFromClientRequest
14410
14430
  * @returns RevokeResourceServerScopesFromClientResponse
@@ -14415,7 +14435,7 @@ export default class Client extends OpenApi {
14415
14435
  }
14416
14436
 
14417
14437
  /**
14418
- * Revokes a resource server\\"s scope permissions from a group.
14438
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
14419
14439
  *
14420
14440
  * @param request - RevokeResourceServerScopesFromGroupRequest
14421
14441
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14458,7 +14478,7 @@ export default class Client extends OpenApi {
14458
14478
  }
14459
14479
 
14460
14480
  /**
14461
- * Revokes a resource server\\"s scope permissions from a group.
14481
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from a group.
14462
14482
  *
14463
14483
  * @param request - RevokeResourceServerScopesFromGroupRequest
14464
14484
  * @returns RevokeResourceServerScopesFromGroupResponse
@@ -14469,7 +14489,7 @@ export default class Client extends OpenApi {
14469
14489
  }
14470
14490
 
14471
14491
  /**
14472
- * Revokes scope permissions for a resource server from an organization.
14492
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
14473
14493
  *
14474
14494
  * @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
14475
14495
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14512,7 +14532,7 @@ export default class Client extends OpenApi {
14512
14532
  }
14513
14533
 
14514
14534
  /**
14515
- * Revokes scope permissions for a resource server from an organization.
14535
+ * Revokes the authorization of Scope permissions under a specified ResourceServer from an organizational unit.
14516
14536
  *
14517
14537
  * @param request - RevokeResourceServerScopesFromOrganizationalUnitRequest
14518
14538
  * @returns RevokeResourceServerScopesFromOrganizationalUnitResponse
@@ -14523,7 +14543,7 @@ export default class Client extends OpenApi {
14523
14543
  }
14524
14544
 
14525
14545
  /**
14526
- * Revokes scope permissions for a specified resource server from an account.
14546
+ * Revokes the Scope permissions under a specified ResourceServer from an account.
14527
14547
  *
14528
14548
  * @param request - RevokeResourceServerScopesFromUserRequest
14529
14549
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14566,7 +14586,7 @@ export default class Client extends OpenApi {
14566
14586
  }
14567
14587
 
14568
14588
  /**
14569
- * Revokes scope permissions for a specified resource server from an account.
14589
+ * Revokes the Scope permissions under a specified ResourceServer from an account.
14570
14590
  *
14571
14591
  * @param request - RevokeResourceServerScopesFromUserRequest
14572
14592
  * @returns RevokeResourceServerScopesFromUserResponse
@@ -14917,10 +14937,10 @@ export default class Client extends OpenApi {
14917
14937
  }
14918
14938
 
14919
14939
  /**
14920
- * Sets the single sign-on (SSO) properties for an IDaaS application.
14940
+ * Sets the single sign-on (SSO) configuration properties for an EIAM application.
14921
14941
  *
14922
14942
  * @remarks
14923
- * 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.
14943
+ * 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.
14924
14944
  *
14925
14945
  * @param request - SetApplicationSsoConfigRequest
14926
14946
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14975,10 +14995,10 @@ export default class Client extends OpenApi {
14975
14995
  }
14976
14996
 
14977
14997
  /**
14978
- * Sets the single sign-on (SSO) properties for an IDaaS application.
14998
+ * Sets the single sign-on (SSO) configuration properties for an EIAM application.
14979
14999
  *
14980
15000
  * @remarks
14981
- * 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.
15001
+ * 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.
14982
15002
  *
14983
15003
  * @param request - SetApplicationSsoConfigRequest
14984
15004
  * @returns SetApplicationSsoConfigResponse
@@ -14989,7 +15009,7 @@ export default class Client extends OpenApi {
14989
15009
  }
14990
15010
 
14991
15011
  /**
14992
- * Sets the default domain name for a specified EIAM instance.
15012
+ * Sets a specified domain name of an EIAM instance as the default domain name.
14993
15013
  *
14994
15014
  * @param request - SetDefaultDomainRequest
14995
15015
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15024,7 +15044,7 @@ export default class Client extends OpenApi {
15024
15044
  }
15025
15045
 
15026
15046
  /**
15027
- * Sets the default domain name for a specified EIAM instance.
15047
+ * Sets a specified domain name of an EIAM instance as the default domain name.
15028
15048
  *
15029
15049
  * @param request - SetDefaultDomainRequest
15030
15050
  * @returns SetDefaultDomainResponse
@@ -15085,7 +15105,7 @@ export default class Client extends OpenApi {
15085
15105
  }
15086
15106
 
15087
15107
  /**
15088
- * Update authentication information
15108
+ * Modify Authentication Information
15089
15109
  *
15090
15110
  * @param request - SetIdentityProviderAuthnConfigurationRequest
15091
15111
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15136,7 +15156,7 @@ export default class Client extends OpenApi {
15136
15156
  }
15137
15157
 
15138
15158
  /**
15139
- * Update authentication information
15159
+ * Modify Authentication Information
15140
15160
  *
15141
15161
  * @param request - SetIdentityProviderAuthnConfigurationRequest
15142
15162
  * @returns SetIdentityProviderAuthnConfigurationResponse
@@ -15147,7 +15167,7 @@ export default class Client extends OpenApi {
15147
15167
  }
15148
15168
 
15149
15169
  /**
15150
- * Sets the inbound synchronization configuration for an IdP.
15170
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
15151
15171
  *
15152
15172
  * @param request - SetIdentityProviderUdPullConfigurationRequest
15153
15173
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15210,7 +15230,7 @@ export default class Client extends OpenApi {
15210
15230
  }
15211
15231
 
15212
15232
  /**
15213
- * Sets the inbound synchronization configuration for an IdP.
15233
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
15214
15234
  *
15215
15235
  * @param request - SetIdentityProviderUdPullConfigurationRequest
15216
15236
  * @returns SetIdentityProviderUdPullConfigurationResponse
@@ -15931,7 +15951,7 @@ export default class Client extends OpenApi {
15931
15951
  }
15932
15952
 
15933
15953
  /**
15934
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
15954
+ * Unlocks a locked EIAM account.
15935
15955
  *
15936
15956
  * @param request - UnlockUserRequest
15937
15957
  * @param runtime - runtime options for this request RuntimeOptions
@@ -15966,7 +15986,7 @@ export default class Client extends OpenApi {
15966
15986
  }
15967
15987
 
15968
15988
  /**
15969
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
15989
+ * Unlocks a locked EIAM account.
15970
15990
  *
15971
15991
  * @param request - UnlockUserRequest
15972
15992
  * @returns UnlockUserResponse
@@ -15977,7 +15997,7 @@ export default class Client extends OpenApi {
15977
15997
  }
15978
15998
 
15979
15999
  /**
15980
- * Updates the advanced configuration of an application.
16000
+ * Modifies the advanced configuration of an application.
15981
16001
  *
15982
16002
  * @param request - UpdateApplicationAdvancedConfigRequest
15983
16003
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16016,7 +16036,7 @@ export default class Client extends OpenApi {
16016
16036
  }
16017
16037
 
16018
16038
  /**
16019
- * Updates the advanced configuration of an application.
16039
+ * Modifies the advanced configuration of an application.
16020
16040
  *
16021
16041
  * @param request - UpdateApplicationAdvancedConfigRequest
16022
16042
  * @returns UpdateApplicationAdvancedConfigResponse
@@ -16077,7 +16097,7 @@ export default class Client extends OpenApi {
16077
16097
  }
16078
16098
 
16079
16099
  /**
16080
- * Updates the expiration time of a specified client secret for an application.
16100
+ * Updates the expiration time of a specified ClientSecret for an application.
16081
16101
  *
16082
16102
  * @param request - UpdateApplicationClientSecretExpirationTimeRequest
16083
16103
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16120,7 +16140,7 @@ export default class Client extends OpenApi {
16120
16140
  }
16121
16141
 
16122
16142
  /**
16123
- * Updates the expiration time of a specified client secret for an application.
16143
+ * Updates the expiration time of a specified ClientSecret for an application.
16124
16144
  *
16125
16145
  * @param request - UpdateApplicationClientSecretExpirationTimeRequest
16126
16146
  * @returns UpdateApplicationClientSecretExpirationTimeResponse
@@ -16181,7 +16201,7 @@ export default class Client extends OpenApi {
16181
16201
  }
16182
16202
 
16183
16203
  /**
16184
- * Updates an application\\"s federated credential.
16204
+ * Updates a federated credential for an application.
16185
16205
  *
16186
16206
  * @param request - UpdateApplicationFederatedCredentialRequest
16187
16207
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16206,6 +16226,14 @@ export default class Client extends OpenApi {
16206
16226
  query["InstanceId"] = request.instanceId;
16207
16227
  }
16208
16228
 
16229
+ if (!$dara.isNull(request.oidcVerificationConfig)) {
16230
+ query["OidcVerificationConfig"] = request.oidcVerificationConfig;
16231
+ }
16232
+
16233
+ if (!$dara.isNull(request.pkcs7VerificationConfig)) {
16234
+ query["Pkcs7VerificationConfig"] = request.pkcs7VerificationConfig;
16235
+ }
16236
+
16209
16237
  if (!$dara.isNull(request.verificationCondition)) {
16210
16238
  query["VerificationCondition"] = request.verificationCondition;
16211
16239
  }
@@ -16228,7 +16256,7 @@ export default class Client extends OpenApi {
16228
16256
  }
16229
16257
 
16230
16258
  /**
16231
- * Updates an application\\"s federated credential.
16259
+ * Updates a federated credential for an application.
16232
16260
  *
16233
16261
  * @param request - UpdateApplicationFederatedCredentialRequest
16234
16262
  * @returns UpdateApplicationFederatedCredentialResponse
@@ -16293,7 +16321,7 @@ export default class Client extends OpenApi {
16293
16321
  }
16294
16322
 
16295
16323
  /**
16296
- * Updates the basic information for an application.
16324
+ * Updates the basic information of an application.
16297
16325
  *
16298
16326
  * @param request - UpdateApplicationInfoRequest
16299
16327
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16352,7 +16380,7 @@ export default class Client extends OpenApi {
16352
16380
  }
16353
16381
 
16354
16382
  /**
16355
- * Updates the basic information for an application.
16383
+ * Updates the basic information of an application.
16356
16384
  *
16357
16385
  * @param request - UpdateApplicationInfoRequest
16358
16386
  * @returns UpdateApplicationInfoResponse
@@ -16421,7 +16449,7 @@ export default class Client extends OpenApi {
16421
16449
  }
16422
16450
 
16423
16451
  /**
16424
- * Updates the description of an application role.
16452
+ * Modifies the description of an application role.
16425
16453
  *
16426
16454
  * @param request - UpdateApplicationRoleDescriptionRequest
16427
16455
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16464,7 +16492,7 @@ export default class Client extends OpenApi {
16464
16492
  }
16465
16493
 
16466
16494
  /**
16467
- * Updates the description of an application role.
16495
+ * Modifies the description of an application role.
16468
16496
  *
16469
16497
  * @param request - UpdateApplicationRoleDescriptionRequest
16470
16498
  * @returns UpdateApplicationRoleDescriptionResponse
@@ -17423,7 +17451,7 @@ export default class Client extends OpenApi {
17423
17451
  }
17424
17452
 
17425
17453
  /**
17426
- * Update the description of a credential.
17454
+ * Updates the description of a credential.
17427
17455
  *
17428
17456
  * @param request - UpdateCredentialDescriptionRequest
17429
17457
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17466,7 +17494,7 @@ export default class Client extends OpenApi {
17466
17494
  }
17467
17495
 
17468
17496
  /**
17469
- * Update the description of a credential.
17497
+ * Updates the description of a credential.
17470
17498
  *
17471
17499
  * @param request - UpdateCredentialDescriptionRequest
17472
17500
  * @returns UpdateCredentialDescriptionResponse
@@ -17747,7 +17775,7 @@ export default class Client extends OpenApi {
17747
17775
  }
17748
17776
 
17749
17777
  /**
17750
- * Updates a federated credential provider.
17778
+ * Updates a federated trust source.
17751
17779
  *
17752
17780
  * @param request - UpdateFederatedCredentialProviderRequest
17753
17781
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17802,7 +17830,7 @@ export default class Client extends OpenApi {
17802
17830
  }
17803
17831
 
17804
17832
  /**
17805
- * Updates a federated credential provider.
17833
+ * Updates a federated trust source.
17806
17834
  *
17807
17835
  * @param request - UpdateFederatedCredentialProviderRequest
17808
17836
  * @returns UpdateFederatedCredentialProviderResponse
@@ -17813,7 +17841,7 @@ export default class Client extends OpenApi {
17813
17841
  }
17814
17842
 
17815
17843
  /**
17816
- * Updates the description of a federated credential provider.
17844
+ * Updates the description of a federated trust source.
17817
17845
  *
17818
17846
  * @param request - UpdateFederatedCredentialProviderDescriptionRequest
17819
17847
  * @param runtime - runtime options for this request RuntimeOptions
@@ -17852,7 +17880,7 @@ export default class Client extends OpenApi {
17852
17880
  }
17853
17881
 
17854
17882
  /**
17855
- * Updates the description of a federated credential provider.
17883
+ * Updates the description of a federated trust source.
17856
17884
  *
17857
17885
  * @param request - UpdateFederatedCredentialProviderDescriptionRequest
17858
17886
  * @returns UpdateFederatedCredentialProviderDescriptionResponse