@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.d.ts CHANGED
@@ -84,7 +84,7 @@ export default class Client extends OpenApi {
84
84
  */
85
85
  addUserToAuthorizationRule(request: $_model.AddUserToAuthorizationRuleRequest): Promise<$_model.AddUserToAuthorizationRuleResponse>;
86
86
  /**
87
- * Adds a specified EIAM account to one or more EIAM organizations. If the account already exists in one of the specified organizations, the request succeeds.
87
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
88
88
  *
89
89
  * @param request - AddUserToOrganizationalUnitsRequest
90
90
  * @param runtime - runtime options for this request RuntimeOptions
@@ -92,14 +92,14 @@ export default class Client extends OpenApi {
92
92
  */
93
93
  addUserToOrganizationalUnitsWithOptions(request: $_model.AddUserToOrganizationalUnitsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUserToOrganizationalUnitsResponse>;
94
94
  /**
95
- * Adds a specified EIAM account to one or more EIAM organizations. If the account already exists in one of the specified organizations, the request succeeds.
95
+ * Adds a specified EIAM account to multiple EIAM organizations. If the account already exists in an organization, the operation returns a success response directly.
96
96
  *
97
97
  * @param request - AddUserToOrganizationalUnitsRequest
98
98
  * @returns AddUserToOrganizationalUnitsResponse
99
99
  */
100
100
  addUserToOrganizationalUnits(request: $_model.AddUserToOrganizationalUnitsRequest): Promise<$_model.AddUserToOrganizationalUnitsResponse>;
101
101
  /**
102
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
102
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
103
103
  *
104
104
  * @param request - AddUsersToGroupRequest
105
105
  * @param runtime - runtime options for this request RuntimeOptions
@@ -107,7 +107,7 @@ export default class Client extends OpenApi {
107
107
  */
108
108
  addUsersToGroupWithOptions(request: $_model.AddUsersToGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddUsersToGroupResponse>;
109
109
  /**
110
- * Adds Employee Identity and Access Management (EIAM) accounts to an EIAM group of Identity as a Service (IDaaS).
110
+ * Adds multiple Employee Identity and Access Management (EIAM) accounts to a specified EIAM account group.
111
111
  *
112
112
  * @param request - AddUsersToGroupRequest
113
113
  * @returns AddUsersToGroupResponse
@@ -597,7 +597,7 @@ export default class Client extends OpenApi {
597
597
  */
598
598
  createFederatedCredentialProvider(request: $_model.CreateFederatedCredentialProviderRequest): Promise<$_model.CreateFederatedCredentialProviderResponse>;
599
599
  /**
600
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
600
+ * Create an EIAM account group.
601
601
  *
602
602
  * @param request - CreateGroupRequest
603
603
  * @param runtime - runtime options for this request RuntimeOptions
@@ -605,14 +605,14 @@ export default class Client extends OpenApi {
605
605
  */
606
606
  createGroupWithOptions(request: $_model.CreateGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateGroupResponse>;
607
607
  /**
608
- * Creates an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
608
+ * Create an EIAM account group.
609
609
  *
610
610
  * @param request - CreateGroupRequest
611
611
  * @returns CreateGroupResponse
612
612
  */
613
613
  createGroup(request: $_model.CreateGroupRequest): Promise<$_model.CreateGroupResponse>;
614
614
  /**
615
- * Creates an identity provider.
615
+ * Create an identity provider.
616
616
  *
617
617
  * @param request - CreateIdentityProviderRequest
618
618
  * @param runtime - runtime options for this request RuntimeOptions
@@ -620,7 +620,7 @@ export default class Client extends OpenApi {
620
620
  */
621
621
  createIdentityProviderWithOptions(request: $_model.CreateIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateIdentityProviderResponse>;
622
622
  /**
623
- * Creates an identity provider.
623
+ * Create an identity provider.
624
624
  *
625
625
  * @param request - CreateIdentityProviderRequest
626
626
  * @returns CreateIdentityProviderResponse
@@ -702,7 +702,7 @@ export default class Client extends OpenApi {
702
702
  */
703
703
  createNetworkZone(request: $_model.CreateNetworkZoneRequest): Promise<$_model.CreateNetworkZoneResponse>;
704
704
  /**
705
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
705
+ * Creates an EIAM organization under a specified organization.
706
706
  *
707
707
  * @param request - CreateOrganizationalUnitRequest
708
708
  * @param runtime - runtime options for this request RuntimeOptions
@@ -710,7 +710,7 @@ export default class Client extends OpenApi {
710
710
  */
711
711
  createOrganizationalUnitWithOptions(request: $_model.CreateOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateOrganizationalUnitResponse>;
712
712
  /**
713
- * Creates an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
713
+ * Creates an EIAM organization under a specified organization.
714
714
  *
715
715
  * @param request - CreateOrganizationalUnitRequest
716
716
  * @returns CreateOrganizationalUnitResponse
@@ -732,7 +732,7 @@ export default class Client extends OpenApi {
732
732
  */
733
733
  createResourceServerScope(request: $_model.CreateResourceServerScopeRequest): Promise<$_model.CreateResourceServerScopeResponse>;
734
734
  /**
735
- * Create an EIAM account in a specific EIAM instance.
735
+ * Creates an EIAM account in a specified EIAM instance.
736
736
  *
737
737
  * @param request - CreateUserRequest
738
738
  * @param runtime - runtime options for this request RuntimeOptions
@@ -740,7 +740,7 @@ export default class Client extends OpenApi {
740
740
  */
741
741
  createUserWithOptions(request: $_model.CreateUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateUserResponse>;
742
742
  /**
743
- * Create an EIAM account in a specific EIAM instance.
743
+ * Creates an EIAM account in a specified EIAM instance.
744
744
  *
745
745
  * @param request - CreateUserRequest
746
746
  * @returns CreateUserResponse
@@ -1050,7 +1050,7 @@ export default class Client extends OpenApi {
1050
1050
  */
1051
1051
  deleteFederatedCredentialProvider(request: $_model.DeleteFederatedCredentialProviderRequest): Promise<$_model.DeleteFederatedCredentialProviderResponse>;
1052
1052
  /**
1053
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
1053
+ * Delete an EIAM account group.
1054
1054
  *
1055
1055
  * @param request - DeleteGroupRequest
1056
1056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1058,14 +1058,14 @@ export default class Client extends OpenApi {
1058
1058
  */
1059
1059
  deleteGroupWithOptions(request: $_model.DeleteGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGroupResponse>;
1060
1060
  /**
1061
- * Deletes the information of an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
1061
+ * Delete an EIAM account group.
1062
1062
  *
1063
1063
  * @param request - DeleteGroupRequest
1064
1064
  * @returns DeleteGroupResponse
1065
1065
  */
1066
1066
  deleteGroup(request: $_model.DeleteGroupRequest): Promise<$_model.DeleteGroupResponse>;
1067
1067
  /**
1068
- * Delete identity provider
1068
+ * Deletes an identity provider.
1069
1069
  *
1070
1070
  * @param request - DeleteIdentityProviderRequest
1071
1071
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1073,7 +1073,7 @@ export default class Client extends OpenApi {
1073
1073
  */
1074
1074
  deleteIdentityProviderWithOptions(request: $_model.DeleteIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteIdentityProviderResponse>;
1075
1075
  /**
1076
- * Delete identity provider
1076
+ * Deletes an identity provider.
1077
1077
  *
1078
1078
  * @param request - DeleteIdentityProviderRequest
1079
1079
  * @returns DeleteIdentityProviderResponse
@@ -1131,7 +1131,7 @@ export default class Client extends OpenApi {
1131
1131
  */
1132
1132
  deleteNetworkZone(request: $_model.DeleteNetworkZoneRequest): Promise<$_model.DeleteNetworkZoneResponse>;
1133
1133
  /**
1134
- * Deletes an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM). If the organization has EIAM accounts or child organizations, the delete operation fails.
1134
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
1135
1135
  *
1136
1136
  * @param request - DeleteOrganizationalUnitRequest
1137
1137
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1139,14 +1139,14 @@ export default class Client extends OpenApi {
1139
1139
  */
1140
1140
  deleteOrganizationalUnitWithOptions(request: $_model.DeleteOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteOrganizationalUnitResponse>;
1141
1141
  /**
1142
- * Deletes an organization in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM). If the organization has EIAM accounts or child organizations, the delete operation fails.
1142
+ * Deletes a specified EIAM organizational unit. The deletion fails if the organizational unit contains EIAM accounts or child organizational units.
1143
1143
  *
1144
1144
  * @param request - DeleteOrganizationalUnitRequest
1145
1145
  * @returns DeleteOrganizationalUnitResponse
1146
1146
  */
1147
1147
  deleteOrganizationalUnit(request: $_model.DeleteOrganizationalUnitRequest): Promise<$_model.DeleteOrganizationalUnitResponse>;
1148
1148
  /**
1149
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
1149
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
1150
1150
  *
1151
1151
  * @param request - DeleteOrganizationalUnitChildrenRequest
1152
1152
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1154,7 +1154,7 @@ export default class Client extends OpenApi {
1154
1154
  */
1155
1155
  deleteOrganizationalUnitChildrenWithOptions(request: $_model.DeleteOrganizationalUnitChildrenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteOrganizationalUnitChildrenResponse>;
1156
1156
  /**
1157
- * Deletes information about an organization and forcefully deletes all accounts and sub-organizations in the organization.
1157
+ * Deletes all data of a specified organization. This operation can force delete all accounts and sub-organizations under the specified organization.
1158
1158
  *
1159
1159
  * @param request - DeleteOrganizationalUnitChildrenRequest
1160
1160
  * @returns DeleteOrganizationalUnitChildrenResponse
@@ -1176,7 +1176,7 @@ export default class Client extends OpenApi {
1176
1176
  */
1177
1177
  deleteResourceServerScope(request: $_model.DeleteResourceServerScopeRequest): Promise<$_model.DeleteResourceServerScopeResponse>;
1178
1178
  /**
1179
- * Deletes a specified EIAM user and purges all related information.
1179
+ * Deletes a specified EIAM account and purges all information associated with the account.
1180
1180
  *
1181
1181
  * @param request - DeleteUserRequest
1182
1182
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1184,7 +1184,7 @@ export default class Client extends OpenApi {
1184
1184
  */
1185
1185
  deleteUserWithOptions(request: $_model.DeleteUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteUserResponse>;
1186
1186
  /**
1187
- * Deletes a specified EIAM user and purges all related information.
1187
+ * Deletes a specified EIAM account and purges all information associated with the account.
1188
1188
  *
1189
1189
  * @param request - DeleteUserRequest
1190
1190
  * @returns DeleteUserResponse
@@ -1557,7 +1557,7 @@ export default class Client extends OpenApi {
1557
1557
  * Disables authentication.
1558
1558
  *
1559
1559
  * @remarks
1560
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Before you perform this operation, make sure that you understand the associated risks.
1560
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1561
1561
  *
1562
1562
  * @param request - DisableIdentityProviderAuthnRequest
1563
1563
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1568,14 +1568,14 @@ export default class Client extends OpenApi {
1568
1568
  * Disables authentication.
1569
1569
  *
1570
1570
  * @remarks
1571
- * When you disable an application, all its features, such as single sign-on (SSO) and account synchronization, become unavailable. Before you perform this operation, make sure that you understand the associated risks.
1571
+ * When you change an application from the enabled state to the disabled state, all features of the application become unavailable, such as SSO and account synchronization. Make sure that you are aware of the risks that this operation may cause.
1572
1572
  *
1573
1573
  * @param request - DisableIdentityProviderAuthnRequest
1574
1574
  * @returns DisableIdentityProviderAuthnResponse
1575
1575
  */
1576
1576
  disableIdentityProviderAuthn(request: $_model.DisableIdentityProviderAuthnRequest): Promise<$_model.DisableIdentityProviderAuthnResponse>;
1577
1577
  /**
1578
- * Disable identity provider synchronization
1578
+ * Disables the inbound synchronization feature of an identity provider.
1579
1579
  *
1580
1580
  * @param request - DisableIdentityProviderUdPullRequest
1581
1581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1583,7 +1583,7 @@ export default class Client extends OpenApi {
1583
1583
  */
1584
1584
  disableIdentityProviderUdPullWithOptions(request: $_model.DisableIdentityProviderUdPullRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableIdentityProviderUdPullResponse>;
1585
1585
  /**
1586
- * Disable identity provider synchronization
1586
+ * Disables the inbound synchronization feature of an identity provider.
1587
1587
  *
1588
1588
  * @param request - DisableIdentityProviderUdPullRequest
1589
1589
  * @returns DisableIdentityProviderUdPullResponse
@@ -1635,7 +1635,7 @@ export default class Client extends OpenApi {
1635
1635
  */
1636
1636
  disableResourceServerCustomSubject(request: $_model.DisableResourceServerCustomSubjectRequest): Promise<$_model.DisableResourceServerCustomSubjectResponse>;
1637
1637
  /**
1638
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
1638
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
1639
1639
  *
1640
1640
  * @param request - DisableUserRequest
1641
1641
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1643,7 +1643,7 @@ export default class Client extends OpenApi {
1643
1643
  */
1644
1644
  disableUserWithOptions(request: $_model.DisableUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DisableUserResponse>;
1645
1645
  /**
1646
- * Disables an Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM) account. If the account is disabled, a success message is returned.
1646
+ * Sets an account status to disabled. If the account is already disabled, the operation returns success directly.
1647
1647
  *
1648
1648
  * @param request - DisableUserRequest
1649
1649
  * @returns DisableUserResponse
@@ -1980,7 +1980,7 @@ export default class Client extends OpenApi {
1980
1980
  * Enables authentication.
1981
1981
  *
1982
1982
  * @remarks
1983
- * When a conditional access policy is disabled, it no longer blocks access. Ensure that you understand the potential security threats before you perform this operation.
1983
+ * When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
1984
1984
  *
1985
1985
  * @param request - EnableIdentityProviderAuthnRequest
1986
1986
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1991,14 +1991,14 @@ export default class Client extends OpenApi {
1991
1991
  * Enables authentication.
1992
1992
  *
1993
1993
  * @remarks
1994
- * When a conditional access policy is disabled, it no longer blocks access. Ensure that you understand the potential security threats before you perform this operation.
1994
+ * When you change a conditional access policy from enabled to disabled, the policy no longer intercepts requests. Make sure that you are aware of the risks that this operation may cause.
1995
1995
  *
1996
1996
  * @param request - EnableIdentityProviderAuthnRequest
1997
1997
  * @returns EnableIdentityProviderAuthnResponse
1998
1998
  */
1999
1999
  enableIdentityProviderAuthn(request: $_model.EnableIdentityProviderAuthnRequest): Promise<$_model.EnableIdentityProviderAuthnResponse>;
2000
2000
  /**
2001
- * Enable identity provider synchronization.
2001
+ * Enables the inbound synchronization feature for an identity provider.
2002
2002
  *
2003
2003
  * @param request - EnableIdentityProviderUdPullRequest
2004
2004
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2006,7 +2006,7 @@ export default class Client extends OpenApi {
2006
2006
  */
2007
2007
  enableIdentityProviderUdPullWithOptions(request: $_model.EnableIdentityProviderUdPullRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableIdentityProviderUdPullResponse>;
2008
2008
  /**
2009
- * Enable identity provider synchronization.
2009
+ * Enables the inbound synchronization feature for an identity provider.
2010
2010
  *
2011
2011
  * @param request - EnableIdentityProviderUdPullRequest
2012
2012
  * @returns EnableIdentityProviderUdPullResponse
@@ -2058,7 +2058,7 @@ export default class Client extends OpenApi {
2058
2058
  */
2059
2059
  enableResourceServerCustomSubject(request: $_model.EnableResourceServerCustomSubjectRequest): Promise<$_model.EnableResourceServerCustomSubjectResponse>;
2060
2060
  /**
2061
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
2061
+ * Sets an account to the enabled state.
2062
2062
  *
2063
2063
  * @param request - EnableUserRequest
2064
2064
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2066,7 +2066,7 @@ export default class Client extends OpenApi {
2066
2066
  */
2067
2067
  enableUserWithOptions(request: $_model.EnableUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.EnableUserResponse>;
2068
2068
  /**
2069
- * Enables an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS).
2069
+ * Sets an account to the enabled state.
2070
2070
  *
2071
2071
  * @param request - EnableUserRequest
2072
2072
  * @returns EnableUserResponse
@@ -2343,7 +2343,7 @@ export default class Client extends OpenApi {
2343
2343
  */
2344
2344
  getAuthorizationRule(request: $_model.GetAuthorizationRuleRequest): Promise<$_model.GetAuthorizationRuleResponse>;
2345
2345
  /**
2346
- * 查询授权服务器
2346
+ * Queries an authorization server.
2347
2347
  *
2348
2348
  * @param request - GetAuthorizationServerRequest
2349
2349
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2351,7 +2351,7 @@ export default class Client extends OpenApi {
2351
2351
  */
2352
2352
  getAuthorizationServerWithOptions(request: $_model.GetAuthorizationServerRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetAuthorizationServerResponse>;
2353
2353
  /**
2354
- * 查询授权服务器
2354
+ * Queries an authorization server.
2355
2355
  *
2356
2356
  * @param request - GetAuthorizationServerRequest
2357
2357
  * @returns GetAuthorizationServerResponse
@@ -2388,7 +2388,7 @@ export default class Client extends OpenApi {
2388
2388
  */
2389
2389
  getClientPublicKey(request: $_model.GetClientPublicKeyRequest): Promise<$_model.GetClientPublicKeyResponse>;
2390
2390
  /**
2391
- * Retrieves information about resources in an Alibaba Cloud account.
2391
+ * Queries the resource information of a cloud account.
2392
2392
  *
2393
2393
  * @param request - GetCloudAccountRequest
2394
2394
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2396,7 +2396,7 @@ export default class Client extends OpenApi {
2396
2396
  */
2397
2397
  getCloudAccountWithOptions(request: $_model.GetCloudAccountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetCloudAccountResponse>;
2398
2398
  /**
2399
- * Retrieves information about resources in an Alibaba Cloud account.
2399
+ * Queries the resource information of a cloud account.
2400
2400
  *
2401
2401
  * @param request - GetCloudAccountRequest
2402
2402
  * @returns GetCloudAccountResponse
@@ -2559,7 +2559,7 @@ export default class Client extends OpenApi {
2559
2559
  */
2560
2560
  getForgetPasswordConfiguration(request: $_model.GetForgetPasswordConfigurationRequest): Promise<$_model.GetForgetPasswordConfigurationResponse>;
2561
2561
  /**
2562
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2562
+ * Queries the details of an EIAM account group.
2563
2563
  *
2564
2564
  * @param request - GetGroupRequest
2565
2565
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2567,14 +2567,14 @@ export default class Client extends OpenApi {
2567
2567
  */
2568
2568
  getGroupWithOptions(request: $_model.GetGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetGroupResponse>;
2569
2569
  /**
2570
- * Retrieves the information about an account group in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
2570
+ * Queries the details of an EIAM account group.
2571
2571
  *
2572
2572
  * @param request - GetGroupRequest
2573
2573
  * @returns GetGroupResponse
2574
2574
  */
2575
2575
  getGroup(request: $_model.GetGroupRequest): Promise<$_model.GetGroupResponse>;
2576
2576
  /**
2577
- * Get an identity provider.
2577
+ * Retrieves an identity provider.
2578
2578
  *
2579
2579
  * @param request - GetIdentityProviderRequest
2580
2580
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2582,7 +2582,7 @@ export default class Client extends OpenApi {
2582
2582
  */
2583
2583
  getIdentityProviderWithOptions(request: $_model.GetIdentityProviderRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderResponse>;
2584
2584
  /**
2585
- * Get an identity provider.
2585
+ * Retrieves an identity provider.
2586
2586
  *
2587
2587
  * @param request - GetIdentityProviderRequest
2588
2588
  * @returns GetIdentityProviderResponse
@@ -2619,7 +2619,7 @@ export default class Client extends OpenApi {
2619
2619
  */
2620
2620
  getIdentityProviderStatusCheckJob(request: $_model.GetIdentityProviderStatusCheckJobRequest): Promise<$_model.GetIdentityProviderStatusCheckJobResponse>;
2621
2621
  /**
2622
- * Get IdP Inbound Synchronization Configuration Information
2622
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
2623
2623
  *
2624
2624
  * @param request - GetIdentityProviderUdPullConfigurationRequest
2625
2625
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2627,7 +2627,7 @@ export default class Client extends OpenApi {
2627
2627
  */
2628
2628
  getIdentityProviderUdPullConfigurationWithOptions(request: $_model.GetIdentityProviderUdPullConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetIdentityProviderUdPullConfigurationResponse>;
2629
2629
  /**
2630
- * Get IdP Inbound Synchronization Configuration Information
2630
+ * Retrieves the inbound synchronization configuration of an identity provider (IdP).
2631
2631
  *
2632
2632
  * @param request - GetIdentityProviderUdPullConfigurationRequest
2633
2633
  * @returns GetIdentityProviderUdPullConfigurationResponse
@@ -2805,7 +2805,7 @@ export default class Client extends OpenApi {
2805
2805
  */
2806
2806
  getNetworkZone(request: $_model.GetNetworkZoneRequest): Promise<$_model.GetNetworkZoneResponse>;
2807
2807
  /**
2808
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
2808
+ * Queries the information of an EIAM organizational unit.
2809
2809
  *
2810
2810
  * @param request - GetOrganizationalUnitRequest
2811
2811
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2813,7 +2813,7 @@ export default class Client extends OpenApi {
2813
2813
  */
2814
2814
  getOrganizationalUnitWithOptions(request: $_model.GetOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetOrganizationalUnitResponse>;
2815
2815
  /**
2816
- * Queries the information about an organizational unit in Identity as a Service (IDaaS) Employee IAM (EIAM).
2816
+ * Queries the information of an EIAM organizational unit.
2817
2817
  *
2818
2818
  * @param request - GetOrganizationalUnitRequest
2819
2819
  * @returns GetOrganizationalUnitResponse
@@ -2880,7 +2880,7 @@ export default class Client extends OpenApi {
2880
2880
  */
2881
2881
  getPasswordInitializationConfiguration(request: $_model.GetPasswordInitializationConfigurationRequest): Promise<$_model.GetPasswordInitializationConfigurationResponse>;
2882
2882
  /**
2883
- * Retrieves the permission scopes for a specified resource server.
2883
+ * Queries the scope permissions under a specified ResourceServer.
2884
2884
  *
2885
2885
  * @param request - GetResourceServerScopeRequest
2886
2886
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2888,7 +2888,7 @@ export default class Client extends OpenApi {
2888
2888
  */
2889
2889
  getResourceServerScopeWithOptions(request: $_model.GetResourceServerScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetResourceServerScopeResponse>;
2890
2890
  /**
2891
- * Retrieves the permission scopes for a specified resource server.
2891
+ * Queries the scope permissions under a specified ResourceServer.
2892
2892
  *
2893
2893
  * @param request - GetResourceServerScopeRequest
2894
2894
  * @returns GetResourceServerScopeResponse
@@ -2940,7 +2940,7 @@ export default class Client extends OpenApi {
2940
2940
  */
2941
2941
  getSynchronizationJob(request: $_model.GetSynchronizationJobRequest): Promise<$_model.GetSynchronizationJobResponse>;
2942
2942
  /**
2943
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
2943
+ * Queries the details of an EIAM account.
2944
2944
  *
2945
2945
  * @param request - GetUserRequest
2946
2946
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2948,7 +2948,7 @@ export default class Client extends OpenApi {
2948
2948
  */
2949
2949
  getUserWithOptions(request: $_model.GetUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetUserResponse>;
2950
2950
  /**
2951
- * Retrieves the details of an account in Identity as a Service (IDaaS) Employee IAM (EIAM).
2951
+ * Queries the details of an EIAM account.
2952
2952
  *
2953
2953
  * @param request - GetUserRequest
2954
2954
  * @returns GetUserResponse
@@ -3126,7 +3126,7 @@ export default class Client extends OpenApi {
3126
3126
  */
3127
3127
  listApplicationsForAuthorizationRule(request: $_model.ListApplicationsForAuthorizationRuleRequest): Promise<$_model.ListApplicationsForAuthorizationRuleResponse>;
3128
3128
  /**
3129
- * Retrieves a list of applications that an EIAM group can access.
3129
+ * Query the list of applications accessible to an EIAM group.
3130
3130
  *
3131
3131
  * @param request - ListApplicationsForGroupRequest
3132
3132
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3134,7 +3134,7 @@ export default class Client extends OpenApi {
3134
3134
  */
3135
3135
  listApplicationsForGroupWithOptions(request: $_model.ListApplicationsForGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsForGroupResponse>;
3136
3136
  /**
3137
- * Retrieves a list of applications that an EIAM group can access.
3137
+ * Query the list of applications accessible to an EIAM group.
3138
3138
  *
3139
3139
  * @param request - ListApplicationsForGroupRequest
3140
3140
  * @returns ListApplicationsForGroupResponse
@@ -3171,10 +3171,10 @@ export default class Client extends OpenApi {
3171
3171
  */
3172
3172
  listApplicationsForNetworkZone(request: $_model.ListApplicationsForNetworkZoneRequest): Promise<$_model.ListApplicationsForNetworkZoneResponse>;
3173
3173
  /**
3174
- * This operation queries a paginated list of applications that an EIAM organization can access. The response includes application IDs. To retrieve detailed information about an application, call the GetApplication operation.
3174
+ * Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
3175
3175
  *
3176
3176
  * @remarks
3177
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
3177
+ * This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3178
3178
  *
3179
3179
  * @param request - ListApplicationsForOrganizationalUnitRequest
3180
3180
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3182,10 +3182,10 @@ export default class Client extends OpenApi {
3182
3182
  */
3183
3183
  listApplicationsForOrganizationalUnitWithOptions(request: $_model.ListApplicationsForOrganizationalUnitRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListApplicationsForOrganizationalUnitResponse>;
3184
3184
  /**
3185
- * This operation queries a paginated list of applications that an EIAM organization can access. The response includes application IDs. To retrieve detailed information about an application, call the GetApplication operation.
3185
+ * Queries the list of applications accessible to an EIAM organizational unit by paging. The response includes application IDs. To obtain detailed application information, call the GetApplication operation.
3186
3186
  *
3187
3187
  * @remarks
3188
- * This operation queries only the applications that are directly assigned to an organization. You can use the **ApplicationIds** parameter to filter the applications.
3188
+ * This operation queries only the direct permissions of the organizational unit, that is, applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3189
3189
  *
3190
3190
  * @param request - ListApplicationsForOrganizationalUnitRequest
3191
3191
  * @returns ListApplicationsForOrganizationalUnitResponse
@@ -3342,7 +3342,7 @@ export default class Client extends OpenApi {
3342
3342
  */
3343
3343
  listCloudAccountRoles(request: $_model.ListCloudAccountRolesRequest): Promise<$_model.ListCloudAccountRolesResponse>;
3344
3344
  /**
3345
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
3345
+ * Queries information about one or more cloud accounts by using paging.
3346
3346
  *
3347
3347
  * @param request - ListCloudAccountsRequest
3348
3348
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3350,7 +3350,7 @@ export default class Client extends OpenApi {
3350
3350
  */
3351
3351
  listCloudAccountsWithOptions(request: $_model.ListCloudAccountsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudAccountsResponse>;
3352
3352
  /**
3353
- * Returns a paginated list of information about one or more Alibaba Cloud accounts.
3353
+ * Queries information about one or more cloud accounts by using paging.
3354
3354
  *
3355
3355
  * @param request - ListCloudAccountsRequest
3356
3356
  * @returns ListCloudAccountsResponse
@@ -3378,7 +3378,7 @@ export default class Client extends OpenApi {
3378
3378
  */
3379
3379
  listConditionalAccessPolicies(request: $_model.ListConditionalAccessPoliciesRequest): Promise<$_model.ListConditionalAccessPoliciesResponse>;
3380
3380
  /**
3381
- * Lists the conditional access policies associated with an application.
3381
+ * List conditional access policies associated with an application.
3382
3382
  *
3383
3383
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
3384
3384
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3386,7 +3386,7 @@ export default class Client extends OpenApi {
3386
3386
  */
3387
3387
  listConditionalAccessPoliciesForApplicationWithOptions(request: $_model.ListConditionalAccessPoliciesForApplicationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListConditionalAccessPoliciesForApplicationResponse>;
3388
3388
  /**
3389
- * Lists the conditional access policies associated with an application.
3389
+ * List conditional access policies associated with an application.
3390
3390
  *
3391
3391
  * @param request - ListConditionalAccessPoliciesForApplicationRequest
3392
3392
  * @returns ListConditionalAccessPoliciesForApplicationResponse
@@ -3546,7 +3546,7 @@ export default class Client extends OpenApi {
3546
3546
  */
3547
3547
  listEiamRegions(): Promise<$_model.ListEiamRegionsResponse>;
3548
3548
  /**
3549
- * View the event list.
3549
+ * Queries the event list.
3550
3550
  *
3551
3551
  * @param request - ListEventTypesRequest
3552
3552
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3554,7 +3554,7 @@ export default class Client extends OpenApi {
3554
3554
  */
3555
3555
  listEventTypesWithOptions(request: $_model.ListEventTypesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListEventTypesResponse>;
3556
3556
  /**
3557
- * View the event list.
3557
+ * Queries the event list.
3558
3558
  *
3559
3559
  * @param request - ListEventTypesRequest
3560
3560
  * @returns ListEventTypesResponse
@@ -3576,7 +3576,7 @@ export default class Client extends OpenApi {
3576
3576
  */
3577
3577
  listFederatedCredentialProviders(request: $_model.ListFederatedCredentialProvidersRequest): Promise<$_model.ListFederatedCredentialProvidersResponse>;
3578
3578
  /**
3579
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3579
+ * List EIAM account groups.
3580
3580
  *
3581
3581
  * @param request - ListGroupsRequest
3582
3582
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3584,7 +3584,7 @@ export default class Client extends OpenApi {
3584
3584
  */
3585
3585
  listGroupsWithOptions(request: $_model.ListGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListGroupsResponse>;
3586
3586
  /**
3587
- * Queries a list of account groups in Identity as a Service (IDaaS) Employee Identity and Access Management (EIAM).
3587
+ * List EIAM account groups.
3588
3588
  *
3589
3589
  * @param request - ListGroupsRequest
3590
3590
  * @returns ListGroupsResponse
@@ -3636,7 +3636,7 @@ export default class Client extends OpenApi {
3636
3636
  */
3637
3637
  listGroupsForResourceServer(request: $_model.ListGroupsForResourceServerRequest): Promise<$_model.ListGroupsForResourceServerResponse>;
3638
3638
  /**
3639
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
3639
+ * Queries the list of account groups to which a specified EIAM account belongs.
3640
3640
  *
3641
3641
  * @param request - ListGroupsForUserRequest
3642
3642
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3644,14 +3644,14 @@ export default class Client extends OpenApi {
3644
3644
  */
3645
3645
  listGroupsForUserWithOptions(request: $_model.ListGroupsForUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListGroupsForUserResponse>;
3646
3646
  /**
3647
- * Queries a list of account groups to which an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) belongs.
3647
+ * Queries the list of account groups to which a specified EIAM account belongs.
3648
3648
  *
3649
3649
  * @param request - ListGroupsForUserRequest
3650
3650
  * @returns ListGroupsForUserResponse
3651
3651
  */
3652
3652
  listGroupsForUser(request: $_model.ListGroupsForUserRequest): Promise<$_model.ListGroupsForUserResponse>;
3653
3653
  /**
3654
- * Retrieves a list of identity providers.
3654
+ * Query the list of identity providers.
3655
3655
  *
3656
3656
  * @param request - ListIdentityProvidersRequest
3657
3657
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3659,7 +3659,7 @@ export default class Client extends OpenApi {
3659
3659
  */
3660
3660
  listIdentityProvidersWithOptions(request: $_model.ListIdentityProvidersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListIdentityProvidersResponse>;
3661
3661
  /**
3662
- * Retrieves a list of identity providers.
3662
+ * Query the list of identity providers.
3663
3663
  *
3664
3664
  * @param request - ListIdentityProvidersRequest
3665
3665
  * @returns ListIdentityProvidersResponse
@@ -3681,7 +3681,7 @@ export default class Client extends OpenApi {
3681
3681
  */
3682
3682
  listIdentityProvidersForNetworkAccessEndpoint(request: $_model.ListIdentityProvidersForNetworkAccessEndpointRequest): Promise<$_model.ListIdentityProvidersForNetworkAccessEndpointResponse>;
3683
3683
  /**
3684
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
3684
+ * Queries information about one or more EIAM instances.
3685
3685
  *
3686
3686
  * @param request - ListInstancesRequest
3687
3687
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3689,7 +3689,7 @@ export default class Client extends OpenApi {
3689
3689
  */
3690
3690
  listInstancesWithOptions(request: $_model.ListInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListInstancesResponse>;
3691
3691
  /**
3692
- * Queries information about one or more Employee Identity and Access Management (EIAM) instances.
3692
+ * Queries information about one or more EIAM instances.
3693
3693
  *
3694
3694
  * @param request - ListInstancesRequest
3695
3695
  * @returns ListInstancesResponse
@@ -3768,7 +3768,7 @@ export default class Client extends OpenApi {
3768
3768
  */
3769
3769
  listNetworkZones(request: $_model.ListNetworkZonesRequest): Promise<$_model.ListNetworkZonesResponse>;
3770
3770
  /**
3771
- * Queries all parent organizational units of a specified EIAM organizational unit. The returned organizational units are sorted in hierarchical order from the highest level to the lowest level.
3771
+ * Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
3772
3772
  *
3773
3773
  * @param request - ListOrganizationalUnitParentsRequest
3774
3774
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3776,7 +3776,7 @@ export default class Client extends OpenApi {
3776
3776
  */
3777
3777
  listOrganizationalUnitParentsWithOptions(request: $_model.ListOrganizationalUnitParentsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListOrganizationalUnitParentsResponse>;
3778
3778
  /**
3779
- * Queries all parent organizational units of a specified EIAM organizational unit. The returned organizational units are sorted in hierarchical order from the highest level to the lowest level.
3779
+ * Queries all ancestor organizations of a specified EIAM organization. The organizations in the result list are sorted in hierarchical order from the top level to the bottom level.
3780
3780
  *
3781
3781
  * @param request - ListOrganizationalUnitParentsRequest
3782
3782
  * @returns ListOrganizationalUnitParentsResponse
@@ -3918,10 +3918,10 @@ export default class Client extends OpenApi {
3918
3918
  */
3919
3919
  listUserAuthnSourceMappings(request: $_model.ListUserAuthnSourceMappingsRequest): Promise<$_model.ListUserAuthnSourceMappingsResponse>;
3920
3920
  /**
3921
- * Retrieves a paginated list of EIAM accounts.
3921
+ * Queries EIAM account information by using paging.
3922
3922
  *
3923
3923
  * @remarks
3924
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
3924
+ * This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3925
3925
  *
3926
3926
  * @param request - ListUsersRequest
3927
3927
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3929,10 +3929,10 @@ export default class Client extends OpenApi {
3929
3929
  */
3930
3930
  listUsersWithOptions(request: $_model.ListUsersRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListUsersResponse>;
3931
3931
  /**
3932
- * Retrieves a paginated list of EIAM accounts.
3932
+ * Queries EIAM account information by using paging.
3933
3933
  *
3934
3934
  * @remarks
3935
- * This API retrieves only applications directly assigned to an organization. Use the **ApplicationIds** parameter to filter applications.
3935
+ * This operation queries only the direct permissions of an organizational unit, which are the applications directly assigned to the organizational unit. When you call this operation, you can use the **ApplicationIds** parameter to filter applications.
3936
3936
  *
3937
3937
  * @param request - ListUsersRequest
3938
3938
  * @returns ListUsersResponse
@@ -4050,7 +4050,7 @@ export default class Client extends OpenApi {
4050
4050
  */
4051
4051
  obtainCredential(request: $_model.ObtainCredentialRequest): Promise<$_model.ObtainCredentialResponse>;
4052
4052
  /**
4053
- * Obtains the proxy token for a domain name in an EIAM instance.
4053
+ * Queries the proxy token of an EIAM instance domain name.
4054
4054
  *
4055
4055
  * @param request - ObtainDomainProxyTokenRequest
4056
4056
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4058,7 +4058,7 @@ export default class Client extends OpenApi {
4058
4058
  */
4059
4059
  obtainDomainProxyTokenWithOptions(request: $_model.ObtainDomainProxyTokenRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ObtainDomainProxyTokenResponse>;
4060
4060
  /**
4061
- * Obtains the proxy token for a domain name in an EIAM instance.
4061
+ * Queries the proxy token of an EIAM instance domain name.
4062
4062
  *
4063
4063
  * @param request - ObtainDomainProxyTokenRequest
4064
4064
  * @returns ObtainDomainProxyTokenResponse
@@ -4422,7 +4422,7 @@ export default class Client extends OpenApi {
4422
4422
  */
4423
4423
  setApplicationSsoConfig(request: $_model.SetApplicationSsoConfigRequest): Promise<$_model.SetApplicationSsoConfigResponse>;
4424
4424
  /**
4425
- * Sets the default domain name for a specified EIAM instance.
4425
+ * Sets a specified domain name of an EIAM instance as the default domain name.
4426
4426
  *
4427
4427
  * @param request - SetDefaultDomainRequest
4428
4428
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4430,7 +4430,7 @@ export default class Client extends OpenApi {
4430
4430
  */
4431
4431
  setDefaultDomainWithOptions(request: $_model.SetDefaultDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDefaultDomainResponse>;
4432
4432
  /**
4433
- * Sets the default domain name for a specified EIAM instance.
4433
+ * Sets a specified domain name of an EIAM instance as the default domain name.
4434
4434
  *
4435
4435
  * @param request - SetDefaultDomainRequest
4436
4436
  * @returns SetDefaultDomainResponse
@@ -4452,7 +4452,7 @@ export default class Client extends OpenApi {
4452
4452
  */
4453
4453
  setForgetPasswordConfiguration(request: $_model.SetForgetPasswordConfigurationRequest): Promise<$_model.SetForgetPasswordConfigurationResponse>;
4454
4454
  /**
4455
- * Update authentication information
4455
+ * Modify Authentication Information
4456
4456
  *
4457
4457
  * @param request - SetIdentityProviderAuthnConfigurationRequest
4458
4458
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4460,14 +4460,14 @@ export default class Client extends OpenApi {
4460
4460
  */
4461
4461
  setIdentityProviderAuthnConfigurationWithOptions(request: $_model.SetIdentityProviderAuthnConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetIdentityProviderAuthnConfigurationResponse>;
4462
4462
  /**
4463
- * Update authentication information
4463
+ * Modify Authentication Information
4464
4464
  *
4465
4465
  * @param request - SetIdentityProviderAuthnConfigurationRequest
4466
4466
  * @returns SetIdentityProviderAuthnConfigurationResponse
4467
4467
  */
4468
4468
  setIdentityProviderAuthnConfiguration(request: $_model.SetIdentityProviderAuthnConfigurationRequest): Promise<$_model.SetIdentityProviderAuthnConfigurationResponse>;
4469
4469
  /**
4470
- * Sets the inbound synchronization configuration for an IdP.
4470
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
4471
4471
  *
4472
4472
  * @param request - SetIdentityProviderUdPullConfigurationRequest
4473
4473
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4475,7 +4475,7 @@ export default class Client extends OpenApi {
4475
4475
  */
4476
4476
  setIdentityProviderUdPullConfigurationWithOptions(request: $_model.SetIdentityProviderUdPullConfigurationRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetIdentityProviderUdPullConfigurationResponse>;
4477
4477
  /**
4478
- * Sets the inbound synchronization configuration for an IdP.
4478
+ * Modifies the inbound synchronization configuration of an Identity Provider (IdP).
4479
4479
  *
4480
4480
  * @param request - SetIdentityProviderUdPullConfigurationRequest
4481
4481
  * @returns SetIdentityProviderUdPullConfigurationResponse
@@ -4677,7 +4677,7 @@ export default class Client extends OpenApi {
4677
4677
  */
4678
4678
  unbindUserAuthnSourceMapping(request: $_model.UnbindUserAuthnSourceMappingRequest): Promise<$_model.UnbindUserAuthnSourceMappingResponse>;
4679
4679
  /**
4680
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
4680
+ * Unlocks a locked EIAM account.
4681
4681
  *
4682
4682
  * @param request - UnlockUserRequest
4683
4683
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4685,7 +4685,7 @@ export default class Client extends OpenApi {
4685
4685
  */
4686
4686
  unlockUserWithOptions(request: $_model.UnlockUserRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnlockUserResponse>;
4687
4687
  /**
4688
- * Unlocks an Employee Identity and Access Management (EIAM) account of Identity as a Service (IDaaS) that is locked.
4688
+ * Unlocks a locked EIAM account.
4689
4689
  *
4690
4690
  * @param request - UnlockUserRequest
4691
4691
  * @returns UnlockUserResponse