@alicloud/eiam20211201 2.17.0 → 2.17.1

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 (164) hide show
  1. package/dist/client.d.ts +86 -86
  2. package/dist/client.js +86 -86
  3. package/dist/models/AddUserToOrganizationalUnitsRequest.d.ts +1 -1
  4. package/dist/models/AddUsersToGroupRequest.d.ts +1 -1
  5. package/dist/models/CreateGroupRequest.d.ts +4 -4
  6. package/dist/models/CreateGroupResponseBody.d.ts +2 -2
  7. package/dist/models/CreateIdentityProviderRequest.d.ts +125 -132
  8. package/dist/models/CreateIdentityProviderRequest.js.map +1 -1
  9. package/dist/models/CreateIdentityProviderResponseBody.d.ts +2 -2
  10. package/dist/models/CreateOrganizationalUnitRequest.d.ts +5 -5
  11. package/dist/models/CreateOrganizationalUnitResponseBody.d.ts +2 -2
  12. package/dist/models/CreateUserRequest.d.ts +24 -29
  13. package/dist/models/CreateUserRequest.js.map +1 -1
  14. package/dist/models/CreateUserResponseBody.d.ts +1 -1
  15. package/dist/models/DeleteGroupRequest.d.ts +2 -2
  16. package/dist/models/DeleteGroupResponseBody.d.ts +1 -1
  17. package/dist/models/DeleteIdentityProviderRequest.d.ts +2 -2
  18. package/dist/models/DeleteOrganizationalUnitChildrenRequest.d.ts +2 -2
  19. package/dist/models/DeleteOrganizationalUnitChildrenResponseBody.d.ts +1 -1
  20. package/dist/models/DeleteOrganizationalUnitRequest.d.ts +1 -1
  21. package/dist/models/DisableIdentityProviderUdPullRequest.d.ts +2 -2
  22. package/dist/models/DisableIdentityProviderUdPullResponseBody.d.ts +1 -1
  23. package/dist/models/DisableUserRequest.d.ts +1 -1
  24. package/dist/models/EnableIdentityProviderAuthnRequest.d.ts +1 -1
  25. package/dist/models/EnableIdentityProviderUdPullRequest.d.ts +2 -2
  26. package/dist/models/EnableIdentityProviderUdPullResponseBody.d.ts +1 -1
  27. package/dist/models/GetAuthorizationServerRequest.d.ts +2 -2
  28. package/dist/models/GetAuthorizationServerResponseBody.d.ts +28 -11
  29. package/dist/models/GetAuthorizationServerResponseBody.js.map +1 -1
  30. package/dist/models/GetCloudAccountRequest.d.ts +1 -1
  31. package/dist/models/GetCloudAccountResponseBody.d.ts +23 -26
  32. package/dist/models/GetCloudAccountResponseBody.js +2 -0
  33. package/dist/models/GetCloudAccountResponseBody.js.map +1 -1
  34. package/dist/models/GetGroupResponseBody.d.ts +9 -10
  35. package/dist/models/GetGroupResponseBody.js.map +1 -1
  36. package/dist/models/GetIdentityProviderResponseBody.d.ts +115 -115
  37. package/dist/models/GetIdentityProviderUdPullConfigurationRequest.d.ts +1 -1
  38. package/dist/models/GetIdentityProviderUdPullConfigurationResponseBody.d.ts +31 -31
  39. package/dist/models/GetOrganizationalUnitRequest.d.ts +2 -2
  40. package/dist/models/GetOrganizationalUnitResponseBody.d.ts +20 -23
  41. package/dist/models/GetOrganizationalUnitResponseBody.js.map +1 -1
  42. package/dist/models/GetResourceServerScopeRequest.d.ts +1 -1
  43. package/dist/models/GetResourceServerScopeResponseBody.d.ts +5 -5
  44. package/dist/models/GetUserRequest.d.ts +2 -2
  45. package/dist/models/GetUserResponseBody.d.ts +39 -41
  46. package/dist/models/GetUserResponseBody.js.map +1 -1
  47. package/dist/models/ListApplicationsForGroupRequest.d.ts +5 -5
  48. package/dist/models/ListApplicationsForGroupResponseBody.d.ts +10 -11
  49. package/dist/models/ListApplicationsForGroupResponseBody.js.map +1 -1
  50. package/dist/models/ListApplicationsForOrganizationalUnitRequest.d.ts +3 -3
  51. package/dist/models/ListApplicationsForOrganizationalUnitResponseBody.d.ts +4 -4
  52. package/dist/models/ListCloudAccountsRequest.d.ts +9 -11
  53. package/dist/models/ListCloudAccountsRequest.js.map +1 -1
  54. package/dist/models/ListCloudAccountsResponseBody.d.ts +24 -28
  55. package/dist/models/ListCloudAccountsResponseBody.js +2 -0
  56. package/dist/models/ListCloudAccountsResponseBody.js.map +1 -1
  57. package/dist/models/ListConditionalAccessPoliciesForApplicationRequest.d.ts +2 -2
  58. package/dist/models/ListConditionalAccessPoliciesForApplicationResponseBody.d.ts +33 -33
  59. package/dist/models/ListEventTypesRequest.d.ts +2 -2
  60. package/dist/models/ListEventTypesResponseBody.d.ts +4 -4
  61. package/dist/models/ListGroupsForUserRequest.d.ts +2 -2
  62. package/dist/models/ListGroupsForUserResponseBody.d.ts +17 -5
  63. package/dist/models/ListGroupsForUserResponseBody.js.map +1 -1
  64. package/dist/models/ListGroupsRequest.d.ts +7 -7
  65. package/dist/models/ListGroupsResponseBody.d.ts +13 -12
  66. package/dist/models/ListGroupsResponseBody.js.map +1 -1
  67. package/dist/models/ListIdentityProvidersRequest.d.ts +4 -4
  68. package/dist/models/ListIdentityProvidersResponseBody.d.ts +31 -31
  69. package/dist/models/ListInstancesRequest.d.ts +4 -1
  70. package/dist/models/ListInstancesRequest.js.map +1 -1
  71. package/dist/models/ListInstancesResponseBody.d.ts +33 -5
  72. package/dist/models/ListInstancesResponseBody.js.map +1 -1
  73. package/dist/models/ListOrganizationalUnitParentsRequest.d.ts +1 -1
  74. package/dist/models/ListOrganizationalUnitParentsResponseBody.d.ts +3 -3
  75. package/dist/models/ListUsersRequest.d.ts +24 -31
  76. package/dist/models/ListUsersRequest.js.map +1 -1
  77. package/dist/models/ListUsersResponseBody.d.ts +32 -38
  78. package/dist/models/ListUsersResponseBody.js.map +1 -1
  79. package/dist/models/ObtainDomainProxyTokenRequest.d.ts +2 -2
  80. package/dist/models/ObtainDomainProxyTokenResponseBody.d.ts +10 -11
  81. package/dist/models/ObtainDomainProxyTokenResponseBody.js.map +1 -1
  82. package/dist/models/SetDefaultDomainRequest.d.ts +1 -1
  83. package/dist/models/SetIdentityProviderAuthnConfigurationRequest.d.ts +18 -18
  84. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.d.ts +21 -22
  85. package/dist/models/SetIdentityProviderUdPullConfigurationRequest.js.map +1 -1
  86. package/dist/models/UpdateConditionalAccessPolicyDescriptionRequest.d.ts +2 -2
  87. package/dist/models/UpdateConditionalAccessPolicyRequest.d.ts +14 -14
  88. package/dist/models/UpdateIdentityProviderRequest.d.ts +53 -89
  89. package/dist/models/UpdateIdentityProviderRequest.js.map +1 -1
  90. package/dist/models/UpdateIdentityProviderResponseBody.d.ts +1 -1
  91. package/dist/models/UpdateNetworkZoneRequest.d.ts +2 -2
  92. package/dist/models/UpdateUserRequest.d.ts +13 -16
  93. package/dist/models/UpdateUserRequest.js.map +1 -1
  94. package/package.json +1 -1
  95. package/src/client.ts +86 -86
  96. package/src/models/AddUserToOrganizationalUnitsRequest.ts +1 -1
  97. package/src/models/AddUsersToGroupRequest.ts +1 -1
  98. package/src/models/CreateGroupRequest.ts +4 -4
  99. package/src/models/CreateGroupResponseBody.ts +2 -2
  100. package/src/models/CreateIdentityProviderRequest.ts +125 -132
  101. package/src/models/CreateIdentityProviderResponseBody.ts +2 -2
  102. package/src/models/CreateOrganizationalUnitRequest.ts +5 -5
  103. package/src/models/CreateOrganizationalUnitResponseBody.ts +2 -2
  104. package/src/models/CreateUserRequest.ts +24 -29
  105. package/src/models/CreateUserResponseBody.ts +1 -1
  106. package/src/models/DeleteGroupRequest.ts +2 -2
  107. package/src/models/DeleteGroupResponseBody.ts +1 -1
  108. package/src/models/DeleteIdentityProviderRequest.ts +2 -2
  109. package/src/models/DeleteOrganizationalUnitChildrenRequest.ts +2 -2
  110. package/src/models/DeleteOrganizationalUnitChildrenResponseBody.ts +1 -1
  111. package/src/models/DeleteOrganizationalUnitRequest.ts +1 -1
  112. package/src/models/DisableIdentityProviderUdPullRequest.ts +2 -2
  113. package/src/models/DisableIdentityProviderUdPullResponseBody.ts +1 -1
  114. package/src/models/DisableUserRequest.ts +1 -1
  115. package/src/models/EnableIdentityProviderAuthnRequest.ts +1 -1
  116. package/src/models/EnableIdentityProviderUdPullRequest.ts +2 -2
  117. package/src/models/EnableIdentityProviderUdPullResponseBody.ts +1 -1
  118. package/src/models/GetAuthorizationServerRequest.ts +2 -2
  119. package/src/models/GetAuthorizationServerResponseBody.ts +28 -11
  120. package/src/models/GetCloudAccountRequest.ts +1 -1
  121. package/src/models/GetCloudAccountResponseBody.ts +25 -26
  122. package/src/models/GetGroupResponseBody.ts +9 -10
  123. package/src/models/GetIdentityProviderResponseBody.ts +115 -115
  124. package/src/models/GetIdentityProviderUdPullConfigurationRequest.ts +1 -1
  125. package/src/models/GetIdentityProviderUdPullConfigurationResponseBody.ts +31 -31
  126. package/src/models/GetOrganizationalUnitRequest.ts +2 -2
  127. package/src/models/GetOrganizationalUnitResponseBody.ts +20 -23
  128. package/src/models/GetResourceServerScopeRequest.ts +1 -1
  129. package/src/models/GetResourceServerScopeResponseBody.ts +5 -5
  130. package/src/models/GetUserRequest.ts +2 -2
  131. package/src/models/GetUserResponseBody.ts +39 -41
  132. package/src/models/ListApplicationsForGroupRequest.ts +5 -5
  133. package/src/models/ListApplicationsForGroupResponseBody.ts +10 -11
  134. package/src/models/ListApplicationsForOrganizationalUnitRequest.ts +3 -3
  135. package/src/models/ListApplicationsForOrganizationalUnitResponseBody.ts +4 -4
  136. package/src/models/ListCloudAccountsRequest.ts +9 -11
  137. package/src/models/ListCloudAccountsResponseBody.ts +26 -28
  138. package/src/models/ListConditionalAccessPoliciesForApplicationRequest.ts +2 -2
  139. package/src/models/ListConditionalAccessPoliciesForApplicationResponseBody.ts +33 -33
  140. package/src/models/ListEventTypesRequest.ts +2 -2
  141. package/src/models/ListEventTypesResponseBody.ts +4 -4
  142. package/src/models/ListGroupsForUserRequest.ts +2 -2
  143. package/src/models/ListGroupsForUserResponseBody.ts +17 -5
  144. package/src/models/ListGroupsRequest.ts +7 -7
  145. package/src/models/ListGroupsResponseBody.ts +13 -12
  146. package/src/models/ListIdentityProvidersRequest.ts +4 -4
  147. package/src/models/ListIdentityProvidersResponseBody.ts +31 -31
  148. package/src/models/ListInstancesRequest.ts +4 -1
  149. package/src/models/ListInstancesResponseBody.ts +33 -5
  150. package/src/models/ListOrganizationalUnitParentsRequest.ts +1 -1
  151. package/src/models/ListOrganizationalUnitParentsResponseBody.ts +3 -3
  152. package/src/models/ListUsersRequest.ts +24 -31
  153. package/src/models/ListUsersResponseBody.ts +32 -38
  154. package/src/models/ObtainDomainProxyTokenRequest.ts +2 -2
  155. package/src/models/ObtainDomainProxyTokenResponseBody.ts +10 -11
  156. package/src/models/SetDefaultDomainRequest.ts +1 -1
  157. package/src/models/SetIdentityProviderAuthnConfigurationRequest.ts +18 -18
  158. package/src/models/SetIdentityProviderUdPullConfigurationRequest.ts +21 -22
  159. package/src/models/UpdateConditionalAccessPolicyDescriptionRequest.ts +2 -2
  160. package/src/models/UpdateConditionalAccessPolicyRequest.ts +14 -14
  161. package/src/models/UpdateIdentityProviderRequest.ts +53 -89
  162. package/src/models/UpdateIdentityProviderResponseBody.ts +1 -1
  163. package/src/models/UpdateNetworkZoneRequest.ts +2 -2
  164. package/src/models/UpdateUserRequest.ts +13 -16
package/dist/client.js CHANGED
@@ -331,7 +331,7 @@ class Client extends openapi_core_1.default {
331
331
  return await this.addUserToAuthorizationRuleWithOptions(request, runtime);
332
332
  }
333
333
  /**
334
- * 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.
334
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
335
335
  *
336
336
  * @param request - AddUserToOrganizationalUnitsRequest
337
337
  * @param runtime - runtime options for this request RuntimeOptions
@@ -366,7 +366,7 @@ class Client extends openapi_core_1.default {
366
366
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUserToOrganizationalUnitsResponse({}));
367
367
  }
368
368
  /**
369
- * 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.
369
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
370
370
  *
371
371
  * @param request - AddUserToOrganizationalUnitsRequest
372
372
  * @returns AddUserToOrganizationalUnitsResponse
@@ -376,7 +376,7 @@ class Client extends openapi_core_1.default {
376
376
  return await this.addUserToOrganizationalUnitsWithOptions(request, runtime);
377
377
  }
378
378
  /**
379
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
379
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
380
380
  *
381
381
  * @param request - AddUsersToGroupRequest
382
382
  * @param runtime - runtime options for this request RuntimeOptions
@@ -411,7 +411,7 @@ class Client extends openapi_core_1.default {
411
411
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddUsersToGroupResponse({}));
412
412
  }
413
413
  /**
414
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
414
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
415
415
  *
416
416
  * @param request - AddUsersToGroupRequest
417
417
  * @returns AddUsersToGroupResponse
@@ -2075,7 +2075,7 @@ class Client extends openapi_core_1.default {
2075
2075
  return await this.createFederatedCredentialProviderWithOptions(request, runtime);
2076
2076
  }
2077
2077
  /**
2078
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2078
+ * Create an EIAM account group.
2079
2079
  *
2080
2080
  * @param request - CreateGroupRequest
2081
2081
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2113,7 +2113,7 @@ class Client extends openapi_core_1.default {
2113
2113
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateGroupResponse({}));
2114
2114
  }
2115
2115
  /**
2116
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2116
+ * Create an EIAM account group.
2117
2117
  *
2118
2118
  * @param request - CreateGroupRequest
2119
2119
  * @returns CreateGroupResponse
@@ -2123,7 +2123,7 @@ class Client extends openapi_core_1.default {
2123
2123
  return await this.createGroupWithOptions(request, runtime);
2124
2124
  }
2125
2125
  /**
2126
- * Creates an identity provider.
2126
+ * Create an identity provider.
2127
2127
  *
2128
2128
  * @param request - CreateIdentityProviderRequest
2129
2129
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2203,7 +2203,7 @@ class Client extends openapi_core_1.default {
2203
2203
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateIdentityProviderResponse({}));
2204
2204
  }
2205
2205
  /**
2206
- * Creates an identity provider.
2206
+ * Create an identity provider.
2207
2207
  *
2208
2208
  * @param request - CreateIdentityProviderRequest
2209
2209
  * @returns CreateIdentityProviderResponse
@@ -2447,7 +2447,7 @@ class Client extends openapi_core_1.default {
2447
2447
  return await this.createNetworkZoneWithOptions(request, runtime);
2448
2448
  }
2449
2449
  /**
2450
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2450
+ * Creates an EIAM organization under a specified organization.
2451
2451
  *
2452
2452
  * @param request - CreateOrganizationalUnitRequest
2453
2453
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2488,7 +2488,7 @@ class Client extends openapi_core_1.default {
2488
2488
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateOrganizationalUnitResponse({}));
2489
2489
  }
2490
2490
  /**
2491
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2491
+ * Creates an EIAM organization under a specified organization.
2492
2492
  *
2493
2493
  * @param request - CreateOrganizationalUnitRequest
2494
2494
  * @returns CreateOrganizationalUnitResponse
@@ -2552,7 +2552,7 @@ class Client extends openapi_core_1.default {
2552
2552
  return await this.createResourceServerScopeWithOptions(request, runtime);
2553
2553
  }
2554
2554
  /**
2555
- * Create an EIAM account in a specific EIAM instance.
2555
+ * Creates an EIAM account in a specified EIAM instance.
2556
2556
  *
2557
2557
  * @param request - CreateUserRequest
2558
2558
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2626,7 +2626,7 @@ class Client extends openapi_core_1.default {
2626
2626
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.CreateUserResponse({}));
2627
2627
  }
2628
2628
  /**
2629
- * Create an EIAM account in a specific EIAM instance.
2629
+ * Creates an EIAM account in a specified EIAM instance.
2630
2630
  *
2631
2631
  * @param request - CreateUserRequest
2632
2632
  * @returns CreateUserResponse
@@ -3476,7 +3476,7 @@ class Client extends openapi_core_1.default {
3476
3476
  return await this.deleteFederatedCredentialProviderWithOptions(request, runtime);
3477
3477
  }
3478
3478
  /**
3479
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3479
+ * Delete an EIAM account group.
3480
3480
  *
3481
3481
  * @param request - DeleteGroupRequest
3482
3482
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3508,7 +3508,7 @@ class Client extends openapi_core_1.default {
3508
3508
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteGroupResponse({}));
3509
3509
  }
3510
3510
  /**
3511
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3511
+ * Delete an EIAM account group.
3512
3512
  *
3513
3513
  * @param request - DeleteGroupRequest
3514
3514
  * @returns DeleteGroupResponse
@@ -3518,7 +3518,7 @@ class Client extends openapi_core_1.default {
3518
3518
  return await this.deleteGroupWithOptions(request, runtime);
3519
3519
  }
3520
3520
  /**
3521
- * Delete identity provider
3521
+ * Deletes an identity provider.
3522
3522
  *
3523
3523
  * @param request - DeleteIdentityProviderRequest
3524
3524
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3550,7 +3550,7 @@ class Client extends openapi_core_1.default {
3550
3550
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteIdentityProviderResponse({}));
3551
3551
  }
3552
3552
  /**
3553
- * Delete identity provider
3553
+ * Deletes an identity provider.
3554
3554
  *
3555
3555
  * @param request - DeleteIdentityProviderRequest
3556
3556
  * @returns DeleteIdentityProviderResponse
@@ -3689,7 +3689,7 @@ class Client extends openapi_core_1.default {
3689
3689
  return await this.deleteNetworkZoneWithOptions(request, runtime);
3690
3690
  }
3691
3691
  /**
3692
- * 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.
3692
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
3693
3693
  *
3694
3694
  * @param request - DeleteOrganizationalUnitRequest
3695
3695
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3721,7 +3721,7 @@ class Client extends openapi_core_1.default {
3721
3721
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteOrganizationalUnitResponse({}));
3722
3722
  }
3723
3723
  /**
3724
- * 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.
3724
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
3725
3725
  *
3726
3726
  * @param request - DeleteOrganizationalUnitRequest
3727
3727
  * @returns DeleteOrganizationalUnitResponse
@@ -3731,7 +3731,7 @@ class Client extends openapi_core_1.default {
3731
3731
  return await this.deleteOrganizationalUnitWithOptions(request, runtime);
3732
3732
  }
3733
3733
  /**
3734
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
3734
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
3735
3735
  *
3736
3736
  * @param request - DeleteOrganizationalUnitChildrenRequest
3737
3737
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3763,7 +3763,7 @@ class Client extends openapi_core_1.default {
3763
3763
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteOrganizationalUnitChildrenResponse({}));
3764
3764
  }
3765
3765
  /**
3766
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
3766
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
3767
3767
  *
3768
3768
  * @param request - DeleteOrganizationalUnitChildrenRequest
3769
3769
  * @returns DeleteOrganizationalUnitChildrenResponse
@@ -3818,7 +3818,7 @@ class Client extends openapi_core_1.default {
3818
3818
  return await this.deleteResourceServerScopeWithOptions(request, runtime);
3819
3819
  }
3820
3820
  /**
3821
- * Deletes a specified EIAM user and purges all related information.
3821
+ * Deletes a specified EIAM account and purges all information associated with the account.
3822
3822
  *
3823
3823
  * @param request - DeleteUserRequest
3824
3824
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3850,7 +3850,7 @@ class Client extends openapi_core_1.default {
3850
3850
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DeleteUserResponse({}));
3851
3851
  }
3852
3852
  /**
3853
- * Deletes a specified EIAM user and purges all related information.
3853
+ * Deletes a specified EIAM account and purges all information associated with the account.
3854
3854
  *
3855
3855
  * @param request - DeleteUserRequest
3856
3856
  * @returns DeleteUserResponse
@@ -4882,7 +4882,7 @@ class Client extends openapi_core_1.default {
4882
4882
  * Disables authentication.
4883
4883
  *
4884
4884
  * @remarks
4885
- * 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.
4885
+ * 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.
4886
4886
  *
4887
4887
  * @param request - DisableIdentityProviderAuthnRequest
4888
4888
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4917,7 +4917,7 @@ class Client extends openapi_core_1.default {
4917
4917
  * Disables authentication.
4918
4918
  *
4919
4919
  * @remarks
4920
- * 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.
4920
+ * 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.
4921
4921
  *
4922
4922
  * @param request - DisableIdentityProviderAuthnRequest
4923
4923
  * @returns DisableIdentityProviderAuthnResponse
@@ -4927,7 +4927,7 @@ class Client extends openapi_core_1.default {
4927
4927
  return await this.disableIdentityProviderAuthnWithOptions(request, runtime);
4928
4928
  }
4929
4929
  /**
4930
- * Disable identity provider synchronization
4930
+ * Disables the inbound synchronization feature of an identity provider.
4931
4931
  *
4932
4932
  * @param request - DisableIdentityProviderUdPullRequest
4933
4933
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4959,7 +4959,7 @@ class Client extends openapi_core_1.default {
4959
4959
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableIdentityProviderUdPullResponse({}));
4960
4960
  }
4961
4961
  /**
4962
- * Disable identity provider synchronization
4962
+ * Disables the inbound synchronization feature of an identity provider.
4963
4963
  *
4964
4964
  * @param request - DisableIdentityProviderUdPullRequest
4965
4965
  * @returns DisableIdentityProviderUdPullResponse
@@ -5092,7 +5092,7 @@ class Client extends openapi_core_1.default {
5092
5092
  return await this.disableResourceServerCustomSubjectWithOptions(request, runtime);
5093
5093
  }
5094
5094
  /**
5095
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
5095
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
5096
5096
  *
5097
5097
  * @param request - DisableUserRequest
5098
5098
  * @param runtime - runtime options for this request RuntimeOptions
@@ -5124,7 +5124,7 @@ class Client extends openapi_core_1.default {
5124
5124
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DisableUserResponse({}));
5125
5125
  }
5126
5126
  /**
5127
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
5127
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
5128
5128
  *
5129
5129
  * @param request - DisableUserRequest
5130
5130
  * @returns DisableUserResponse
@@ -6063,7 +6063,7 @@ class Client extends openapi_core_1.default {
6063
6063
  * Enables authentication.
6064
6064
  *
6065
6065
  * @remarks
6066
- * 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.
6066
+ * 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.
6067
6067
  *
6068
6068
  * @param request - EnableIdentityProviderAuthnRequest
6069
6069
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6098,7 +6098,7 @@ class Client extends openapi_core_1.default {
6098
6098
  * Enables authentication.
6099
6099
  *
6100
6100
  * @remarks
6101
- * 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.
6101
+ * 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.
6102
6102
  *
6103
6103
  * @param request - EnableIdentityProviderAuthnRequest
6104
6104
  * @returns EnableIdentityProviderAuthnResponse
@@ -6108,7 +6108,7 @@ class Client extends openapi_core_1.default {
6108
6108
  return await this.enableIdentityProviderAuthnWithOptions(request, runtime);
6109
6109
  }
6110
6110
  /**
6111
- * Enable identity provider synchronization.
6111
+ * Enables the inbound synchronization feature for an identity provider.
6112
6112
  *
6113
6113
  * @param request - EnableIdentityProviderUdPullRequest
6114
6114
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6140,7 +6140,7 @@ class Client extends openapi_core_1.default {
6140
6140
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableIdentityProviderUdPullResponse({}));
6141
6141
  }
6142
6142
  /**
6143
- * Enable identity provider synchronization.
6143
+ * Enables the inbound synchronization feature for an identity provider.
6144
6144
  *
6145
6145
  * @param request - EnableIdentityProviderUdPullRequest
6146
6146
  * @returns EnableIdentityProviderUdPullResponse
@@ -6273,7 +6273,7 @@ class Client extends openapi_core_1.default {
6273
6273
  return await this.enableResourceServerCustomSubjectWithOptions(request, runtime);
6274
6274
  }
6275
6275
  /**
6276
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
6276
+ * Sets an account to the enabled state.
6277
6277
  *
6278
6278
  * @param request - EnableUserRequest
6279
6279
  * @param runtime - runtime options for this request RuntimeOptions
@@ -6305,7 +6305,7 @@ class Client extends openapi_core_1.default {
6305
6305
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.EnableUserResponse({}));
6306
6306
  }
6307
6307
  /**
6308
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
6308
+ * Sets an account to the enabled state.
6309
6309
  *
6310
6310
  * @param request - EnableUserRequest
6311
6311
  * @returns EnableUserResponse
@@ -7098,7 +7098,7 @@ class Client extends openapi_core_1.default {
7098
7098
  return await this.getAuthorizationRuleWithOptions(request, runtime);
7099
7099
  }
7100
7100
  /**
7101
- * 查询授权服务器
7101
+ * Queries an authorization server.
7102
7102
  *
7103
7103
  * @param request - GetAuthorizationServerRequest
7104
7104
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7130,7 +7130,7 @@ class Client extends openapi_core_1.default {
7130
7130
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetAuthorizationServerResponse({}));
7131
7131
  }
7132
7132
  /**
7133
- * 查询授权服务器
7133
+ * Queries an authorization server.
7134
7134
  *
7135
7135
  * @param request - GetAuthorizationServerRequest
7136
7136
  * @returns GetAuthorizationServerResponse
@@ -7227,7 +7227,7 @@ class Client extends openapi_core_1.default {
7227
7227
  return await this.getClientPublicKeyWithOptions(request, runtime);
7228
7228
  }
7229
7229
  /**
7230
- * Retrieves information about resources in an Alibaba Cloud account.
7230
+ * Queries the resource information of a cloud account.
7231
7231
  *
7232
7232
  * @param request - GetCloudAccountRequest
7233
7233
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7259,7 +7259,7 @@ class Client extends openapi_core_1.default {
7259
7259
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetCloudAccountResponse({}));
7260
7260
  }
7261
7261
  /**
7262
- * Retrieves information about resources in an Alibaba Cloud account.
7262
+ * Queries the resource information of a cloud account.
7263
7263
  *
7264
7264
  * @param request - GetCloudAccountRequest
7265
7265
  * @returns GetCloudAccountResponse
@@ -7695,7 +7695,7 @@ class Client extends openapi_core_1.default {
7695
7695
  return await this.getForgetPasswordConfigurationWithOptions(request, runtime);
7696
7696
  }
7697
7697
  /**
7698
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
7698
+ * Queries the details of an EIAM account group.
7699
7699
  *
7700
7700
  * @param request - GetGroupRequest
7701
7701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7727,7 +7727,7 @@ class Client extends openapi_core_1.default {
7727
7727
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetGroupResponse({}));
7728
7728
  }
7729
7729
  /**
7730
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
7730
+ * Queries the details of an EIAM account group.
7731
7731
  *
7732
7732
  * @param request - GetGroupRequest
7733
7733
  * @returns GetGroupResponse
@@ -7737,7 +7737,7 @@ class Client extends openapi_core_1.default {
7737
7737
  return await this.getGroupWithOptions(request, runtime);
7738
7738
  }
7739
7739
  /**
7740
- * Get an identity provider.
7740
+ * Retrieves an identity provider.
7741
7741
  *
7742
7742
  * @param request - GetIdentityProviderRequest
7743
7743
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7769,7 +7769,7 @@ class Client extends openapi_core_1.default {
7769
7769
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIdentityProviderResponse({}));
7770
7770
  }
7771
7771
  /**
7772
- * Get an identity provider.
7772
+ * Retrieves an identity provider.
7773
7773
  *
7774
7774
  * @param request - GetIdentityProviderRequest
7775
7775
  * @returns GetIdentityProviderResponse
@@ -7866,7 +7866,7 @@ class Client extends openapi_core_1.default {
7866
7866
  return await this.getIdentityProviderStatusCheckJobWithOptions(request, runtime);
7867
7867
  }
7868
7868
  /**
7869
- * Get IdP Inbound Synchronization Configuration Information
7869
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
7870
7870
  *
7871
7871
  * @param request - GetIdentityProviderUdPullConfigurationRequest
7872
7872
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7898,7 +7898,7 @@ class Client extends openapi_core_1.default {
7898
7898
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetIdentityProviderUdPullConfigurationResponse({}));
7899
7899
  }
7900
7900
  /**
7901
- * Get IdP Inbound Synchronization Configuration Information
7901
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
7902
7902
  *
7903
7903
  * @param request - GetIdentityProviderUdPullConfigurationRequest
7904
7904
  * @returns GetIdentityProviderUdPullConfigurationResponse
@@ -8364,7 +8364,7 @@ class Client extends openapi_core_1.default {
8364
8364
  return await this.getNetworkZoneWithOptions(request, runtime);
8365
8365
  }
8366
8366
  /**
8367
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
8367
+ * Queries the information of an EIAM organizational unit.
8368
8368
  *
8369
8369
  * @param request - GetOrganizationalUnitRequest
8370
8370
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8396,7 +8396,7 @@ class Client extends openapi_core_1.default {
8396
8396
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetOrganizationalUnitResponse({}));
8397
8397
  }
8398
8398
  /**
8399
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
8399
+ * Queries the information of an EIAM organizational unit.
8400
8400
  *
8401
8401
  * @param request - GetOrganizationalUnitRequest
8402
8402
  * @returns GetOrganizationalUnitResponse
@@ -8562,7 +8562,7 @@ class Client extends openapi_core_1.default {
8562
8562
  return await this.getPasswordInitializationConfigurationWithOptions(request, runtime);
8563
8563
  }
8564
8564
  /**
8565
- * Retrieves the permission scopes for a specified resource server.
8565
+ * Queries the scope permissions under a specified ResourceServer.
8566
8566
  *
8567
8567
  * @param request - GetResourceServerScopeRequest
8568
8568
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8597,7 +8597,7 @@ class Client extends openapi_core_1.default {
8597
8597
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetResourceServerScopeResponse({}));
8598
8598
  }
8599
8599
  /**
8600
- * Retrieves the permission scopes for a specified resource server.
8600
+ * Queries the scope permissions under a specified ResourceServer.
8601
8601
  *
8602
8602
  * @param request - GetResourceServerScopeRequest
8603
8603
  * @returns GetResourceServerScopeResponse
@@ -8727,7 +8727,7 @@ class Client extends openapi_core_1.default {
8727
8727
  return await this.getSynchronizationJobWithOptions(request, runtime);
8728
8728
  }
8729
8729
  /**
8730
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
8730
+ * Queries the details of an EIAM account.
8731
8731
  *
8732
8732
  * @param request - GetUserRequest
8733
8733
  * @param runtime - runtime options for this request RuntimeOptions
@@ -8759,7 +8759,7 @@ class Client extends openapi_core_1.default {
8759
8759
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.GetUserResponse({}));
8760
8760
  }
8761
8761
  /**
8762
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
8762
+ * Queries the details of an EIAM account.
8763
8763
  *
8764
8764
  * @param request - GetUserRequest
8765
8765
  * @returns GetUserResponse
@@ -9327,7 +9327,7 @@ class Client extends openapi_core_1.default {
9327
9327
  return await this.listApplicationsForAuthorizationRuleWithOptions(request, runtime);
9328
9328
  }
9329
9329
  /**
9330
- * Retrieves a list of applications that an EIAM group can access.
9330
+ * Query the list of applications accessible to an EIAM group.
9331
9331
  *
9332
9332
  * @param request - ListApplicationsForGroupRequest
9333
9333
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9368,7 +9368,7 @@ class Client extends openapi_core_1.default {
9368
9368
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsForGroupResponse({}));
9369
9369
  }
9370
9370
  /**
9371
- * Retrieves a list of applications that an EIAM group can access.
9371
+ * Query the list of applications accessible to an EIAM group.
9372
9372
  *
9373
9373
  * @param request - ListApplicationsForGroupRequest
9374
9374
  * @returns ListApplicationsForGroupResponse
@@ -9477,10 +9477,10 @@ class Client extends openapi_core_1.default {
9477
9477
  return await this.listApplicationsForNetworkZoneWithOptions(request, runtime);
9478
9478
  }
9479
9479
  /**
9480
- * 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.
9480
+ * 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.
9481
9481
  *
9482
9482
  * @remarks
9483
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
9483
+ * 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.
9484
9484
  *
9485
9485
  * @param request - ListApplicationsForOrganizationalUnitRequest
9486
9486
  * @param runtime - runtime options for this request RuntimeOptions
@@ -9521,10 +9521,10 @@ class Client extends openapi_core_1.default {
9521
9521
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListApplicationsForOrganizationalUnitResponse({}));
9522
9522
  }
9523
9523
  /**
9524
- * 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.
9524
+ * 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.
9525
9525
  *
9526
9526
  * @remarks
9527
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
9527
+ * 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.
9528
9528
  *
9529
9529
  * @param request - ListApplicationsForOrganizationalUnitRequest
9530
9530
  * @returns ListApplicationsForOrganizationalUnitResponse
@@ -10023,7 +10023,7 @@ class Client extends openapi_core_1.default {
10023
10023
  return await this.listCloudAccountRolesWithOptions(request, runtime);
10024
10024
  }
10025
10025
  /**
10026
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
10026
+ * Queries information about one or more cloud accounts by using paging.
10027
10027
  *
10028
10028
  * @param request - ListCloudAccountsRequest
10029
10029
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10061,7 +10061,7 @@ class Client extends openapi_core_1.default {
10061
10061
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListCloudAccountsResponse({}));
10062
10062
  }
10063
10063
  /**
10064
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
10064
+ * Queries information about one or more cloud accounts by using paging.
10065
10065
  *
10066
10066
  * @param request - ListCloudAccountsRequest
10067
10067
  * @returns ListCloudAccountsResponse
@@ -10125,7 +10125,7 @@ class Client extends openapi_core_1.default {
10125
10125
  return await this.listConditionalAccessPoliciesWithOptions(request, runtime);
10126
10126
  }
10127
10127
  /**
10128
- * Lists the conditional access policies associated with an application.
10128
+ * List conditional access policies associated with an application.
10129
10129
  *
10130
10130
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
10131
10131
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10157,7 +10157,7 @@ class Client extends openapi_core_1.default {
10157
10157
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListConditionalAccessPoliciesForApplicationResponse({}));
10158
10158
  }
10159
10159
  /**
10160
- * Lists the conditional access policies associated with an application.
10160
+ * List conditional access policies associated with an application.
10161
10161
  *
10162
10162
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
10163
10163
  * @returns ListConditionalAccessPoliciesForApplicationResponse
@@ -10634,7 +10634,7 @@ class Client extends openapi_core_1.default {
10634
10634
  return await this.listEiamRegionsWithOptions(runtime);
10635
10635
  }
10636
10636
  /**
10637
- * View the event list.
10637
+ * Queries the event list.
10638
10638
  *
10639
10639
  * @param request - ListEventTypesRequest
10640
10640
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10666,7 +10666,7 @@ class Client extends openapi_core_1.default {
10666
10666
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListEventTypesResponse({}));
10667
10667
  }
10668
10668
  /**
10669
- * View the event list.
10669
+ * Queries the event list.
10670
10670
  *
10671
10671
  * @param request - ListEventTypesRequest
10672
10672
  * @returns ListEventTypesResponse
@@ -10730,7 +10730,7 @@ class Client extends openapi_core_1.default {
10730
10730
  return await this.listFederatedCredentialProvidersWithOptions(request, runtime);
10731
10731
  }
10732
10732
  /**
10733
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
10733
+ * List EIAM account groups.
10734
10734
  *
10735
10735
  * @param request - ListGroupsRequest
10736
10736
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10777,7 +10777,7 @@ class Client extends openapi_core_1.default {
10777
10777
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGroupsResponse({}));
10778
10778
  }
10779
10779
  /**
10780
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
10780
+ * List EIAM account groups.
10781
10781
  *
10782
10782
  * @param request - ListGroupsRequest
10783
10783
  * @returns ListGroupsResponse
@@ -10946,7 +10946,7 @@ class Client extends openapi_core_1.default {
10946
10946
  return await this.listGroupsForResourceServerWithOptions(request, runtime);
10947
10947
  }
10948
10948
  /**
10949
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
10949
+ * Queries the list of account groups to which a specified EIAM account belongs.
10950
10950
  *
10951
10951
  * @param request - ListGroupsForUserRequest
10952
10952
  * @param runtime - runtime options for this request RuntimeOptions
@@ -10984,7 +10984,7 @@ class Client extends openapi_core_1.default {
10984
10984
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListGroupsForUserResponse({}));
10985
10985
  }
10986
10986
  /**
10987
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
10987
+ * Queries the list of account groups to which a specified EIAM account belongs.
10988
10988
  *
10989
10989
  * @param request - ListGroupsForUserRequest
10990
10990
  * @returns ListGroupsForUserResponse
@@ -10994,7 +10994,7 @@ class Client extends openapi_core_1.default {
10994
10994
  return await this.listGroupsForUserWithOptions(request, runtime);
10995
10995
  }
10996
10996
  /**
10997
- * Retrieves a list of identity providers.
10997
+ * Query the list of identity providers.
10998
10998
  *
10999
10999
  * @param request - ListIdentityProvidersRequest
11000
11000
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11032,7 +11032,7 @@ class Client extends openapi_core_1.default {
11032
11032
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListIdentityProvidersResponse({}));
11033
11033
  }
11034
11034
  /**
11035
- * Retrieves a list of identity providers.
11035
+ * Query the list of identity providers.
11036
11036
  *
11037
11037
  * @param request - ListIdentityProvidersRequest
11038
11038
  * @returns ListIdentityProvidersResponse
@@ -11090,7 +11090,7 @@ class Client extends openapi_core_1.default {
11090
11090
  return await this.listIdentityProvidersForNetworkAccessEndpointWithOptions(request, runtime);
11091
11091
  }
11092
11092
  /**
11093
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
11093
+ * Queries information about one or more EIAM instances.
11094
11094
  *
11095
11095
  * @param request - ListInstancesRequest
11096
11096
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11134,7 +11134,7 @@ class Client extends openapi_core_1.default {
11134
11134
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListInstancesResponse({}));
11135
11135
  }
11136
11136
  /**
11137
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
11137
+ * Queries information about one or more EIAM instances.
11138
11138
  *
11139
11139
  * @param request - ListInstancesRequest
11140
11140
  * @returns ListInstancesResponse
@@ -11362,7 +11362,7 @@ class Client extends openapi_core_1.default {
11362
11362
  return await this.listNetworkZonesWithOptions(request, runtime);
11363
11363
  }
11364
11364
  /**
11365
- * 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.
11365
+ * 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.
11366
11366
  *
11367
11367
  * @param request - ListOrganizationalUnitParentsRequest
11368
11368
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11394,7 +11394,7 @@ class Client extends openapi_core_1.default {
11394
11394
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListOrganizationalUnitParentsResponse({}));
11395
11395
  }
11396
11396
  /**
11397
- * 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.
11397
+ * 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.
11398
11398
  *
11399
11399
  * @param request - ListOrganizationalUnitParentsRequest
11400
11400
  * @returns ListOrganizationalUnitParentsResponse
@@ -11862,10 +11862,10 @@ class Client extends openapi_core_1.default {
11862
11862
  return await this.listUserAuthnSourceMappingsWithOptions(request, runtime);
11863
11863
  }
11864
11864
  /**
11865
- * Retrieves a paginated list of EIAM accounts.
11865
+ * Queries EIAM account information by using paging.
11866
11866
  *
11867
11867
  * @remarks
11868
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
11868
+ * 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.
11869
11869
  *
11870
11870
  * @param request - ListUsersRequest
11871
11871
  * @param runtime - runtime options for this request RuntimeOptions
@@ -11939,10 +11939,10 @@ class Client extends openapi_core_1.default {
11939
11939
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListUsersResponse({}));
11940
11940
  }
11941
11941
  /**
11942
- * Retrieves a paginated list of EIAM accounts.
11942
+ * Queries EIAM account information by using paging.
11943
11943
  *
11944
11944
  * @remarks
11945
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
11945
+ * 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.
11946
11946
  *
11947
11947
  * @param request - ListUsersRequest
11948
11948
  * @returns ListUsersResponse
@@ -12300,7 +12300,7 @@ class Client extends openapi_core_1.default {
12300
12300
  return await this.obtainCredentialWithOptions(request, runtime);
12301
12301
  }
12302
12302
  /**
12303
- * Obtains the proxy token for a domain name in an EIAM instance.
12303
+ * Queries the proxy token of an EIAM instance domain name.
12304
12304
  *
12305
12305
  * @param request - ObtainDomainProxyTokenRequest
12306
12306
  * @param runtime - runtime options for this request RuntimeOptions
@@ -12335,7 +12335,7 @@ class Client extends openapi_core_1.default {
12335
12335
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.ObtainDomainProxyTokenResponse({}));
12336
12336
  }
12337
12337
  /**
12338
- * Obtains the proxy token for a domain name in an EIAM instance.
12338
+ * Queries the proxy token of an EIAM instance domain name.
12339
12339
  *
12340
12340
  * @param request - ObtainDomainProxyTokenRequest
12341
12341
  * @returns ObtainDomainProxyTokenResponse
@@ -13452,7 +13452,7 @@ class Client extends openapi_core_1.default {
13452
13452
  return await this.setApplicationSsoConfigWithOptions(request, runtime);
13453
13453
  }
13454
13454
  /**
13455
- * Sets the default domain name for a specified EIAM instance.
13455
+ * Sets a specified domain name of an EIAM instance as the default domain name.
13456
13456
  *
13457
13457
  * @param request - SetDefaultDomainRequest
13458
13458
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13484,7 +13484,7 @@ class Client extends openapi_core_1.default {
13484
13484
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetDefaultDomainResponse({}));
13485
13485
  }
13486
13486
  /**
13487
- * Sets the default domain name for a specified EIAM instance.
13487
+ * Sets a specified domain name of an EIAM instance as the default domain name.
13488
13488
  *
13489
13489
  * @param request - SetDefaultDomainRequest
13490
13490
  * @returns SetDefaultDomainResponse
@@ -13539,7 +13539,7 @@ class Client extends openapi_core_1.default {
13539
13539
  return await this.setForgetPasswordConfigurationWithOptions(request, runtime);
13540
13540
  }
13541
13541
  /**
13542
- * Update authentication information
13542
+ * Modify Authentication Information
13543
13543
  *
13544
13544
  * @param request - SetIdentityProviderAuthnConfigurationRequest
13545
13545
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13583,7 +13583,7 @@ class Client extends openapi_core_1.default {
13583
13583
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetIdentityProviderAuthnConfigurationResponse({}));
13584
13584
  }
13585
13585
  /**
13586
- * Update authentication information
13586
+ * Modify Authentication Information
13587
13587
  *
13588
13588
  * @param request - SetIdentityProviderAuthnConfigurationRequest
13589
13589
  * @returns SetIdentityProviderAuthnConfigurationResponse
@@ -13593,7 +13593,7 @@ class Client extends openapi_core_1.default {
13593
13593
  return await this.setIdentityProviderAuthnConfigurationWithOptions(request, runtime);
13594
13594
  }
13595
13595
  /**
13596
- * Sets the inbound synchronization configuration for an IdP.
13596
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
13597
13597
  *
13598
13598
  * @param request - SetIdentityProviderUdPullConfigurationRequest
13599
13599
  * @param runtime - runtime options for this request RuntimeOptions
@@ -13646,7 +13646,7 @@ class Client extends openapi_core_1.default {
13646
13646
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetIdentityProviderUdPullConfigurationResponse({}));
13647
13647
  }
13648
13648
  /**
13649
- * Sets the inbound synchronization configuration for an IdP.
13649
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
13650
13650
  *
13651
13651
  * @param request - SetIdentityProviderUdPullConfigurationRequest
13652
13652
  * @returns SetIdentityProviderUdPullConfigurationResponse
@@ -14286,7 +14286,7 @@ class Client extends openapi_core_1.default {
14286
14286
  return await this.unbindUserAuthnSourceMappingWithOptions(request, runtime);
14287
14287
  }
14288
14288
  /**
14289
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
14289
+ * Unlocks a locked EIAM account.
14290
14290
  *
14291
14291
  * @param request - UnlockUserRequest
14292
14292
  * @param runtime - runtime options for this request RuntimeOptions
@@ -14318,7 +14318,7 @@ class Client extends openapi_core_1.default {
14318
14318
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.UnlockUserResponse({}));
14319
14319
  }
14320
14320
  /**
14321
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
14321
+ * Unlocks a locked EIAM account.
14322
14322
  *
14323
14323
  * @param request - UnlockUserRequest
14324
14324
  * @returns UnlockUserResponse