Skip to content

Commit 13eed77

Browse files
committed
Generated 2021-03-08 for eds-user.
1 parent 43c83c0 commit 13eed77

File tree

4 files changed

+182
-2
lines changed

4 files changed

+182
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.2284 - 2025-7-2
4+
- Generated 2021-03-08 for `eds-user`.
5+
6+
37
## 1.8.2283 - 2025-6-30
48
- Public AssumeRole AssumeRoleWithSAML AssumeRoleWithOIDC for supporting sourceIdentity.
59

src/EdsUser/V20210308/EdsUserApiResolver.php

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@
99
* @method ChangeUserPassword changeUserPassword(array $options = [])
1010
* @method CheckUsedProperty checkUsedProperty(array $options = [])
1111
* @method CheckUsedPropertyValue checkUsedPropertyValue(array $options = [])
12+
* @method CreateGroup createGroup(array $options = [])
1213
* @method CreateOrg createOrg(array $options = [])
1314
* @method CreateProperty createProperty(array $options = [])
1415
* @method CreateResourceGroup createResourceGroup(array $options = [])
1516
* @method CreateUsers createUsers(array $options = [])
1617
* @method DeleteResourceGroup deleteResourceGroup(array $options = [])
1718
* @method DeleteUserPropertyValue deleteUserPropertyValue(array $options = [])
19+
* @method DescribeGroups describeGroups(array $options = [])
20+
* @method DescribeGroupUser describeGroupUser(array $options = [])
1821
* @method DescribeMfaDevices describeMfaDevices(array $options = [])
1922
* @method DescribeOrgByLayer describeOrgByLayer(array $options = [])
2023
* @method DescribeOrgs describeOrgs(array $options = [])
@@ -27,10 +30,13 @@
2730
* @method ListPropertyValue listPropertyValue(array $options = [])
2831
* @method LockMfaDevice lockMfaDevice(array $options = [])
2932
* @method LockUsers lockUsers(array $options = [])
33+
* @method ModifyGroup modifyGroup(array $options = [])
3034
* @method ModifyOrg modifyOrg(array $options = [])
3135
* @method ModifyUser modifyUser(array $options = [])
3236
* @method MoveOrg moveOrg(array $options = [])
37+
* @method MoveUserOrg moveUserOrg(array $options = [])
3338
* @method QuerySyncStatusByAliUid querySyncStatusByAliUid(array $options = [])
39+
* @method RemoveGroup removeGroup(array $options = [])
3440
* @method RemoveMfaDevice removeMfaDevice(array $options = [])
3541
* @method RemoveOrg removeOrg(array $options = [])
3642
* @method RemoveProperty removeProperty(array $options = [])
@@ -41,6 +47,8 @@
4147
* @method UnlockMfaDevice unlockMfaDevice(array $options = [])
4248
* @method UnlockUsers unlockUsers(array $options = [])
4349
* @method UpdateProperty updateProperty(array $options = [])
50+
* @method UserBatchJoinGroup userBatchJoinGroup(array $options = [])
51+
* @method UserBatchQuitGroup userBatchQuitGroup(array $options = [])
4452
*/
4553
class EdsUserApiResolver extends ApiResolver
4654
{
@@ -163,6 +171,20 @@ class CheckUsedPropertyValue extends Rpc
163171
{
164172
}
165173

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+
166188
/**
167189
* @method string getIcon()
168190
* @method $this withIcon($value)
@@ -348,6 +370,32 @@ public function withPropertyId($value)
348370
}
349371
}
350372

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+
351399
/**
352400
* @method array getEndUserIds()
353401
* @method array getSerialNumbers()
@@ -476,6 +524,8 @@ class DescribeResourceGroups extends Rpc
476524
* @method string getMaxResults()
477525
* @method $this withMaxResults($value)
478526
* @method string getShowExtras()
527+
* @method string getStatus()
528+
* @method $this withStatus($value)
479529
*/
480530
class DescribeUsers extends Rpc
481531
{
@@ -748,6 +798,16 @@ public function withUsers(array $users)
748798
}
749799
}
750800

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+
751811
/**
752812
* @method string getIcon()
753813
* @method $this withIcon($value)
@@ -806,10 +866,54 @@ public function withOrgId($value)
806866
}
807867
}
808868

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+
809905
class QuerySyncStatusByAliUid extends Rpc
810906
{
811907
}
812908

909+
/**
910+
* @method string getGroupId()
911+
* @method $this withGroupId($value)
912+
*/
913+
class RemoveGroup extends Rpc
914+
{
915+
}
916+
813917
/**
814918
* @method string getSerialNumber()
815919
* @method $this withSerialNumber($value)
@@ -1072,3 +1176,75 @@ public function withPropertyValues(array $propertyValues)
10721176
return $this;
10731177
}
10741178
}
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+
}

src/Release.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.2283';
19+
const VERSION = '1.8.2284';
2020

2121
/**
2222
* @param Event $event

src/endpoints.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"endpoint_map":{"ap-northeast-2-pop":"sts.aliyuncs.com","cn-beijing-finance-1":"sts.aliyuncs.com","cn-beijing-finance-pop":"sts.aliyuncs.com","cn-beijing-gov-1":"sts.aliyuncs.com","cn-beijing-nu16-b01":"sts.aliyuncs.com","cn-edge-1":"sts.aliyuncs.com","cn-fujian":"sts.aliyuncs.com","cn-haidian-cm12-c01":"sts.aliyuncs.com","cn-hangzhou-bj-b01":"sts.aliyuncs.com","cn-hangzhou-finance":"sts.aliyuncs.com","cn-hangzhou-internal-prod-1":"sts.aliyuncs.com","cn-hangzhou-internal-test-1":"sts.aliyuncs.com","cn-hangzhou-internal-test-2":"sts.aliyuncs.com","cn-hangzhou-internal-test-3":"sts.aliyuncs.com","cn-hangzhou-test-306":"sts.aliyuncs.com","cn-hongkong-finance-pop":"sts.aliyuncs.com","cn-huhehaote-nebula-1":"sts.aliyuncs.com","cn-north-2-gov-1":"sts-vpc.cn-north-2-gov-1.aliyuncs.com","cn-qingdao-nebula":"sts.aliyuncs.com","cn-shanghai-et15-b01":"sts.aliyuncs.com","cn-shanghai-et2-b01":"sts.aliyuncs.com","cn-shanghai-inner":"sts.aliyuncs.com","cn-shanghai-internal-test-1":"sts.aliyuncs.com","cn-shenzhen-finance-1":"sts-vpc.cn-shenzhen-finance-1.aliyuncs.com","cn-shenzhen-inner":"sts.aliyuncs.com","cn-shenzhen-st4-d01":"sts.aliyuncs.com","cn-shenzhen-su18-b01":"sts.aliyuncs.com","cn-wuhan":"sts.aliyuncs.com","cn-yushanfang":"sts.aliyuncs.com","cn-zhangbei":"sts.aliyuncs.com","cn-zhangbei-na61-b01":"sts.aliyuncs.com","cn-zhangjiakou-na62-a01":"sts.aliyuncs.com","cn-zhengzhou-nebula-1":"sts.aliyuncs.com","eu-west-1-oxs":"sts.aliyuncs.com","rus-west-1-pop":"sts.aliyuncs.com"},"endpoint_regional":"regional","standard":{"ap-northeast-1":"sts.ap-northeast-1.aliyuncs.com","ap-south-1":"sts.ap-south-1.aliyuncs.com","ap-southeast-1":"sts.ap-southeast-1.aliyuncs.com","ap-southeast-2":"sts.ap-southeast-2.aliyuncs.com","ap-southeast-3":"sts.ap-southeast-3.aliyuncs.com","ap-southeast-5":"sts.ap-southeast-5.aliyuncs.com","cn-beijing":"sts.cn-beijing.aliyuncs.com","cn-chengdu":"sts.cn-chengdu.aliyuncs.com","cn-hangzhou":"sts.cn-hangzhou.aliyuncs.com","cn-hongkong":"sts.cn-hongkong.aliyuncs.com","cn-huhehaote":"sts.cn-huhehaote.aliyuncs.com","cn-qingdao":"sts.cn-qingdao.aliyuncs.com","cn-shanghai":"sts.cn-shanghai.aliyuncs.com","cn-shanghai-finance-1":"sts.cn-shanghai-finance-1.aliyuncs.com","cn-shenzhen":"sts.cn-shenzhen.aliyuncs.com","cn-wulanchabu":"sts.cn-wulanchabu.aliyuncs.com","cn-zhangjiakou":"sts.cn-zhangjiakou.aliyuncs.com","eu-central-1":"sts.eu-central-1.aliyuncs.com","eu-west-1":"sts.eu-west-1.aliyuncs.com","me-east-1":"sts.me-east-1.aliyuncs.com","us-east-1":"sts.us-east-1.aliyuncs.com","us-west-1":"sts.us-west-1.aliyuncs.com"},"regions":["ap-northeast-1","ap-northeast-2-pop","ap-south-1","ap-southeast-1","ap-southeast-2","ap-southeast-3","ap-southeast-5","cn-beijing","cn-beijing-finance-1","cn-beijing-finance-pop","cn-beijing-gov-1","cn-beijing-nu16-b01","cn-chengdu","cn-edge-1","cn-fujian","cn-haidian-cm12-c01","cn-hangzhou","cn-hangzhou-bj-b01","cn-hangzhou-finance","cn-hangzhou-internal-prod-1","cn-hangzhou-internal-test-1","cn-hangzhou-internal-test-2","cn-hangzhou-internal-test-3","cn-hangzhou-test-306","cn-hongkong","cn-hongkong-finance-pop","cn-huhehaote","cn-huhehaote-nebula-1","cn-north-2-gov-1","cn-qingdao","cn-qingdao-nebula","cn-shanghai","cn-shanghai-et15-b01","cn-shanghai-et2-b01","cn-shanghai-finance-1","cn-shanghai-inner","cn-shanghai-internal-test-1","cn-shenzhen","cn-shenzhen-finance-1","cn-shenzhen-inner","cn-shenzhen-st4-d01","cn-shenzhen-su18-b01","cn-wuhan","cn-wulanchabu","cn-yushanfang","cn-zhangbei","cn-zhangbei-na61-b01","cn-zhangjiakou","cn-zhangjiakou-na62-a01","cn-zhengzhou-nebula-1","eu-central-1","eu-west-1","eu-west-1-oxs","me-east-1","rus-west-1-pop","us-east-1","us-west-1"],"endpoint_health":[]}
1+
{"endpoint_map":{},"endpoint_regional":"regional","standard":{"cn-shanghai":"eds-user.cn-shanghai.aliyuncs.com"},"regions":["cn-shanghai"],"endpoint_health":[]}

0 commit comments

Comments
 (0)