|
9 | 9 | * @method ChangeUserPassword changeUserPassword(array $options = []) |
10 | 10 | * @method CheckUsedProperty checkUsedProperty(array $options = []) |
11 | 11 | * @method CheckUsedPropertyValue checkUsedPropertyValue(array $options = []) |
| 12 | + * @method CreateGroup createGroup(array $options = []) |
12 | 13 | * @method CreateOrg createOrg(array $options = []) |
13 | 14 | * @method CreateProperty createProperty(array $options = []) |
14 | 15 | * @method CreateResourceGroup createResourceGroup(array $options = []) |
15 | 16 | * @method CreateUsers createUsers(array $options = []) |
16 | 17 | * @method DeleteResourceGroup deleteResourceGroup(array $options = []) |
17 | 18 | * @method DeleteUserPropertyValue deleteUserPropertyValue(array $options = []) |
| 19 | + * @method DescribeGroups describeGroups(array $options = []) |
| 20 | + * @method DescribeGroupUser describeGroupUser(array $options = []) |
18 | 21 | * @method DescribeMfaDevices describeMfaDevices(array $options = []) |
19 | 22 | * @method DescribeOrgByLayer describeOrgByLayer(array $options = []) |
20 | 23 | * @method DescribeOrgs describeOrgs(array $options = []) |
|
27 | 30 | * @method ListPropertyValue listPropertyValue(array $options = []) |
28 | 31 | * @method LockMfaDevice lockMfaDevice(array $options = []) |
29 | 32 | * @method LockUsers lockUsers(array $options = []) |
| 33 | + * @method ModifyGroup modifyGroup(array $options = []) |
30 | 34 | * @method ModifyOrg modifyOrg(array $options = []) |
31 | 35 | * @method ModifyUser modifyUser(array $options = []) |
32 | 36 | * @method MoveOrg moveOrg(array $options = []) |
| 37 | + * @method MoveUserOrg moveUserOrg(array $options = []) |
33 | 38 | * @method QuerySyncStatusByAliUid querySyncStatusByAliUid(array $options = []) |
| 39 | + * @method RemoveGroup removeGroup(array $options = []) |
34 | 40 | * @method RemoveMfaDevice removeMfaDevice(array $options = []) |
35 | 41 | * @method RemoveOrg removeOrg(array $options = []) |
36 | 42 | * @method RemoveProperty removeProperty(array $options = []) |
|
41 | 47 | * @method UnlockMfaDevice unlockMfaDevice(array $options = []) |
42 | 48 | * @method UnlockUsers unlockUsers(array $options = []) |
43 | 49 | * @method UpdateProperty updateProperty(array $options = []) |
| 50 | + * @method UserBatchJoinGroup userBatchJoinGroup(array $options = []) |
| 51 | + * @method UserBatchQuitGroup userBatchQuitGroup(array $options = []) |
44 | 52 | */ |
45 | 53 | class EdsUserApiResolver extends ApiResolver |
46 | 54 | { |
@@ -163,6 +171,20 @@ class CheckUsedPropertyValue extends Rpc |
163 | 171 | { |
164 | 172 | } |
165 | 173 |
|
| 174 | +/** |
| 175 | + * @method string getGroupName() |
| 176 | + * @method $this withGroupName($value) |
| 177 | + * @method string getBizType() |
| 178 | + * @method $this withBizType($value) |
| 179 | + * @method string getParentGroupId() |
| 180 | + * @method $this withParentGroupId($value) |
| 181 | + * @method string getSolutionId() |
| 182 | + * @method $this withSolutionId($value) |
| 183 | + */ |
| 184 | +class CreateGroup extends Rpc |
| 185 | +{ |
| 186 | +} |
| 187 | + |
166 | 188 | /** |
167 | 189 | * @method string getIcon() |
168 | 190 | * @method $this withIcon($value) |
@@ -348,6 +370,32 @@ public function withPropertyId($value) |
348 | 370 | } |
349 | 371 | } |
350 | 372 |
|
| 373 | +/** |
| 374 | + * @method string getGroupId() |
| 375 | + * @method $this withGroupId($value) |
| 376 | + * @method string getGroupName() |
| 377 | + * @method $this withGroupName($value) |
| 378 | + * @method string getBizType() |
| 379 | + * @method $this withBizType($value) |
| 380 | + * @method string getSolutionId() |
| 381 | + * @method $this withSolutionId($value) |
| 382 | + */ |
| 383 | +class DescribeGroups extends Rpc |
| 384 | +{ |
| 385 | +} |
| 386 | + |
| 387 | +/** |
| 388 | + * @method string getGroupId() |
| 389 | + * @method $this withGroupId($value) |
| 390 | + * @method string getBizType() |
| 391 | + * @method $this withBizType($value) |
| 392 | + * @method string getSolutionId() |
| 393 | + * @method $this withSolutionId($value) |
| 394 | + */ |
| 395 | +class DescribeGroupUser extends Rpc |
| 396 | +{ |
| 397 | +} |
| 398 | + |
351 | 399 | /** |
352 | 400 | * @method array getEndUserIds() |
353 | 401 | * @method array getSerialNumbers() |
@@ -476,6 +524,8 @@ class DescribeResourceGroups extends Rpc |
476 | 524 | * @method string getMaxResults() |
477 | 525 | * @method $this withMaxResults($value) |
478 | 526 | * @method string getShowExtras() |
| 527 | + * @method string getStatus() |
| 528 | + * @method $this withStatus($value) |
479 | 529 | */ |
480 | 530 | class DescribeUsers extends Rpc |
481 | 531 | { |
@@ -748,6 +798,16 @@ public function withUsers(array $users) |
748 | 798 | } |
749 | 799 | } |
750 | 800 |
|
| 801 | +/** |
| 802 | + * @method string getGroupId() |
| 803 | + * @method $this withGroupId($value) |
| 804 | + * @method string getNewGroupName() |
| 805 | + * @method $this withNewGroupName($value) |
| 806 | + */ |
| 807 | +class ModifyGroup extends Rpc |
| 808 | +{ |
| 809 | +} |
| 810 | + |
751 | 811 | /** |
752 | 812 | * @method string getIcon() |
753 | 813 | * @method $this withIcon($value) |
@@ -806,10 +866,54 @@ public function withOrgId($value) |
806 | 866 | } |
807 | 867 | } |
808 | 868 |
|
| 869 | +/** |
| 870 | + * @method array getEndUserIds() |
| 871 | + * @method string getOrgId() |
| 872 | + */ |
| 873 | +class MoveUserOrg extends Rpc |
| 874 | +{ |
| 875 | + |
| 876 | + /** |
| 877 | + * @param array $endUserIds |
| 878 | + * |
| 879 | + * @return $this |
| 880 | + */ |
| 881 | + public function withEndUserIds(array $endUserIds) |
| 882 | + { |
| 883 | + $this->data['EndUserIds'] = $endUserIds; |
| 884 | + foreach ($endUserIds as $i => $iValue) { |
| 885 | + $this->options['form_params']['EndUserIds.' . ($i + 1)] = $iValue; |
| 886 | + } |
| 887 | + |
| 888 | + return $this; |
| 889 | + } |
| 890 | + |
| 891 | + /** |
| 892 | + * @param string $value |
| 893 | + * |
| 894 | + * @return $this |
| 895 | + */ |
| 896 | + public function withOrgId($value) |
| 897 | + { |
| 898 | + $this->data['OrgId'] = $value; |
| 899 | + $this->options['form_params']['OrgId'] = $value; |
| 900 | + |
| 901 | + return $this; |
| 902 | + } |
| 903 | +} |
| 904 | + |
809 | 905 | class QuerySyncStatusByAliUid extends Rpc |
810 | 906 | { |
811 | 907 | } |
812 | 908 |
|
| 909 | +/** |
| 910 | + * @method string getGroupId() |
| 911 | + * @method $this withGroupId($value) |
| 912 | + */ |
| 913 | +class RemoveGroup extends Rpc |
| 914 | +{ |
| 915 | +} |
| 916 | + |
813 | 917 | /** |
814 | 918 | * @method string getSerialNumber() |
815 | 919 | * @method $this withSerialNumber($value) |
@@ -1072,3 +1176,75 @@ public function withPropertyValues(array $propertyValues) |
1072 | 1176 | return $this; |
1073 | 1177 | } |
1074 | 1178 | } |
| 1179 | + |
| 1180 | +/** |
| 1181 | + * @method array getEndUserIds() |
| 1182 | + * @method string getGroupId() |
| 1183 | + */ |
| 1184 | +class UserBatchJoinGroup extends Rpc |
| 1185 | +{ |
| 1186 | + |
| 1187 | + /** |
| 1188 | + * @param array $endUserIds |
| 1189 | + * |
| 1190 | + * @return $this |
| 1191 | + */ |
| 1192 | + public function withEndUserIds(array $endUserIds) |
| 1193 | + { |
| 1194 | + $this->data['EndUserIds'] = $endUserIds; |
| 1195 | + foreach ($endUserIds as $i => $iValue) { |
| 1196 | + $this->options['form_params']['EndUserIds.' . ($i + 1)] = $iValue; |
| 1197 | + } |
| 1198 | + |
| 1199 | + return $this; |
| 1200 | + } |
| 1201 | + |
| 1202 | + /** |
| 1203 | + * @param string $value |
| 1204 | + * |
| 1205 | + * @return $this |
| 1206 | + */ |
| 1207 | + public function withGroupId($value) |
| 1208 | + { |
| 1209 | + $this->data['GroupId'] = $value; |
| 1210 | + $this->options['form_params']['GroupId'] = $value; |
| 1211 | + |
| 1212 | + return $this; |
| 1213 | + } |
| 1214 | +} |
| 1215 | + |
| 1216 | +/** |
| 1217 | + * @method array getEndUserIds() |
| 1218 | + * @method string getGroupId() |
| 1219 | + */ |
| 1220 | +class UserBatchQuitGroup extends Rpc |
| 1221 | +{ |
| 1222 | + |
| 1223 | + /** |
| 1224 | + * @param array $endUserIds |
| 1225 | + * |
| 1226 | + * @return $this |
| 1227 | + */ |
| 1228 | + public function withEndUserIds(array $endUserIds) |
| 1229 | + { |
| 1230 | + $this->data['EndUserIds'] = $endUserIds; |
| 1231 | + foreach ($endUserIds as $i => $iValue) { |
| 1232 | + $this->options['form_params']['EndUserIds.' . ($i + 1)] = $iValue; |
| 1233 | + } |
| 1234 | + |
| 1235 | + return $this; |
| 1236 | + } |
| 1237 | + |
| 1238 | + /** |
| 1239 | + * @param string $value |
| 1240 | + * |
| 1241 | + * @return $this |
| 1242 | + */ |
| 1243 | + public function withGroupId($value) |
| 1244 | + { |
| 1245 | + $this->data['GroupId'] = $value; |
| 1246 | + $this->options['form_params']['GroupId'] = $value; |
| 1247 | + |
| 1248 | + return $this; |
| 1249 | + } |
| 1250 | +} |
0 commit comments