tencentcloud-sdk-eiam 3.0.778 → 3.0.779
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210420/models.rb +42 -42
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65dd82a8930981f43c86d0c32985ce42b7e6249d
|
|
4
|
+
data.tar.gz: 21824ee1df6f770d8eaf55f4e29869c6ef31c472
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b257f9e32fdf03ce1fd46b23ebbf356e5ad676ab91ba17f03482da4164c7a1b7afd2d8d8b6ec3b973a7b97f501fa85f9f81f6c8daa07e780b0b3e8a65b56152d
|
|
7
|
+
data.tar.gz: ab6ea008a4ad67712d9ab0da5329d87a325ee96fa88346e32fd6f46ffd4461a0078e08e3f1d3ae0be23a371aa088c7dac869b0c99808a8632d2ee42fb0e2ba46
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.779
|
data/lib/v20210420/models.rb
CHANGED
|
@@ -83,7 +83,7 @@ module TencentCloud
|
|
|
83
83
|
|
|
84
84
|
# AddAccountToAccountGroup返回参数结构体
|
|
85
85
|
class AddAccountToAccountGroupResponse < TencentCloud::Common::AbstractModel
|
|
86
|
-
# @param RequestId: 唯一请求 ID
|
|
86
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
87
87
|
# @type RequestId: String
|
|
88
88
|
|
|
89
89
|
attr_accessor :RequestId
|
|
@@ -122,7 +122,7 @@ module TencentCloud
|
|
|
122
122
|
# @param FailedItems: 未成功加入用户组的用户ID列表信息。
|
|
123
123
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
124
124
|
# @type FailedItems: Array
|
|
125
|
-
# @param RequestId: 唯一请求 ID
|
|
125
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
126
126
|
# @type RequestId: String
|
|
127
127
|
|
|
128
128
|
attr_accessor :FailedItems, :RequestId
|
|
@@ -466,7 +466,7 @@ module TencentCloud
|
|
|
466
466
|
# @param AccountGroupId: 账号组ID。
|
|
467
467
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
468
468
|
# @type AccountGroupId: String
|
|
469
|
-
# @param RequestId: 唯一请求 ID
|
|
469
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
470
470
|
# @type RequestId: String
|
|
471
471
|
|
|
472
472
|
attr_accessor :AccountGroupId, :RequestId
|
|
@@ -515,7 +515,7 @@ module TencentCloud
|
|
|
515
515
|
# @param AccountId: 账号ID
|
|
516
516
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
517
517
|
# @type AccountId: String
|
|
518
|
-
# @param RequestId: 唯一请求 ID
|
|
518
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
519
519
|
# @type RequestId: String
|
|
520
520
|
|
|
521
521
|
attr_accessor :AccountId, :RequestId
|
|
@@ -564,7 +564,7 @@ module TencentCloud
|
|
|
564
564
|
# @param OrgNodeId: 机构节点ID,是机构节点的全局唯一标识。
|
|
565
565
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
566
566
|
# @type OrgNodeId: String
|
|
567
|
-
# @param RequestId: 唯一请求 ID
|
|
567
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
568
568
|
# @type RequestId: String
|
|
569
569
|
|
|
570
570
|
attr_accessor :OrgNodeId, :RequestId
|
|
@@ -605,7 +605,7 @@ module TencentCloud
|
|
|
605
605
|
# @param UserGroupId: 用户组ID,是用户组的全局唯一标识。
|
|
606
606
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
607
607
|
# @type UserGroupId: String
|
|
608
|
-
# @param RequestId: 唯一请求 ID
|
|
608
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
609
609
|
# @type RequestId: String
|
|
610
610
|
|
|
611
611
|
attr_accessor :UserGroupId, :RequestId
|
|
@@ -682,7 +682,7 @@ module TencentCloud
|
|
|
682
682
|
# @param UserId: 返回的新创建的用户ID,是该用户的全局唯一标识。
|
|
683
683
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
684
684
|
# @type UserId: String
|
|
685
|
-
# @param RequestId: 唯一请求 ID
|
|
685
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
686
686
|
# @type RequestId: String
|
|
687
687
|
|
|
688
688
|
attr_accessor :UserId, :RequestId
|
|
@@ -716,7 +716,7 @@ module TencentCloud
|
|
|
716
716
|
|
|
717
717
|
# DeleteAccountGroup返回参数结构体
|
|
718
718
|
class DeleteAccountGroupResponse < TencentCloud::Common::AbstractModel
|
|
719
|
-
# @param RequestId: 唯一请求 ID
|
|
719
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
720
720
|
# @type RequestId: String
|
|
721
721
|
|
|
722
722
|
attr_accessor :RequestId
|
|
@@ -748,7 +748,7 @@ module TencentCloud
|
|
|
748
748
|
|
|
749
749
|
# DeleteAppAccount返回参数结构体
|
|
750
750
|
class DeleteAppAccountResponse < TencentCloud::Common::AbstractModel
|
|
751
|
-
# @param RequestId: 唯一请求 ID
|
|
751
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
752
752
|
# @type RequestId: String
|
|
753
753
|
|
|
754
754
|
attr_accessor :RequestId
|
|
@@ -780,7 +780,7 @@ module TencentCloud
|
|
|
780
780
|
|
|
781
781
|
# DeleteOrgNode返回参数结构体
|
|
782
782
|
class DeleteOrgNodeResponse < TencentCloud::Common::AbstractModel
|
|
783
|
-
# @param RequestId: 唯一请求 ID
|
|
783
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
784
784
|
# @type RequestId: String
|
|
785
785
|
|
|
786
786
|
attr_accessor :RequestId
|
|
@@ -812,7 +812,7 @@ module TencentCloud
|
|
|
812
812
|
|
|
813
813
|
# DeleteUserGroup返回参数结构体
|
|
814
814
|
class DeleteUserGroupResponse < TencentCloud::Common::AbstractModel
|
|
815
|
-
# @param RequestId: 唯一请求 ID
|
|
815
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
816
816
|
# @type RequestId: String
|
|
817
817
|
|
|
818
818
|
attr_accessor :RequestId
|
|
@@ -848,7 +848,7 @@ module TencentCloud
|
|
|
848
848
|
|
|
849
849
|
# DeleteUser返回参数结构体
|
|
850
850
|
class DeleteUserResponse < TencentCloud::Common::AbstractModel
|
|
851
|
-
# @param RequestId: 唯一请求 ID
|
|
851
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
852
852
|
# @type RequestId: String
|
|
853
853
|
|
|
854
854
|
attr_accessor :RequestId
|
|
@@ -887,7 +887,7 @@ module TencentCloud
|
|
|
887
887
|
# @param FailedItems: 未被成功删除的用户信息。当业务参数为DeleteIdList时,本字段将返回未成功删除的用户ID列表。当业务参数为DeleteNameList时,本字段将返回未成功删除的用户名称列表。
|
|
888
888
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
889
889
|
# @type FailedItems: Array
|
|
890
|
-
# @param RequestId: 唯一请求 ID
|
|
890
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
891
891
|
# @type RequestId: String
|
|
892
892
|
|
|
893
893
|
attr_accessor :FailedItems, :RequestId
|
|
@@ -945,7 +945,7 @@ module TencentCloud
|
|
|
945
945
|
# @param AccountGroupList: 返回符合条件的数据列表。
|
|
946
946
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
947
947
|
# @type AccountGroupList: Array
|
|
948
|
-
# @param RequestId: 唯一请求 ID
|
|
948
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
949
949
|
# @type RequestId: String
|
|
950
950
|
|
|
951
951
|
attr_accessor :TotalCount, :ApplicationId, :AccountGroupList, :RequestId
|
|
@@ -1014,7 +1014,7 @@ module TencentCloud
|
|
|
1014
1014
|
# @param AppAccountList: 返回符合条件的数据列表。
|
|
1015
1015
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1016
1016
|
# @type AppAccountList: Array
|
|
1017
|
-
# @param RequestId: 唯一请求 ID
|
|
1017
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1018
1018
|
# @type RequestId: String
|
|
1019
1019
|
|
|
1020
1020
|
attr_accessor :TotalCount, :ApplicationId, :AppAccountList, :RequestId
|
|
@@ -1108,7 +1108,7 @@ module TencentCloud
|
|
|
1108
1108
|
# @param Description: 描述。
|
|
1109
1109
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1110
1110
|
# @type Description: String
|
|
1111
|
-
# @param RequestId: 唯一请求 ID
|
|
1111
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1112
1112
|
# @type RequestId: String
|
|
1113
1113
|
|
|
1114
1114
|
attr_accessor :KeyId, :DisplayName, :LastModifiedDate, :ClientId, :ApplicationType, :CreatedDate, :ApplicationId, :TokenExpired, :ClientSecret, :PublicKey, :AuthorizeUrl, :IconUrl, :SecureLevel, :AppStatus, :Description, :RequestId
|
|
@@ -1201,7 +1201,7 @@ module TencentCloud
|
|
|
1201
1201
|
# @param Description: 机构节点描述。
|
|
1202
1202
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1203
1203
|
# @type Description: String
|
|
1204
|
-
# @param RequestId: 唯一请求 ID
|
|
1204
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1205
1205
|
# @type RequestId: String
|
|
1206
1206
|
|
|
1207
1207
|
attr_accessor :DisplayName, :LastModifiedDate, :CustomizedOrgNodeId, :ParentOrgNodeId, :OrgNodeId, :DataSource, :CreatedDate, :OrgNodeChildInfo, :Description, :RequestId
|
|
@@ -1279,7 +1279,7 @@ module TencentCloud
|
|
|
1279
1279
|
# @param TotalCount: 资源数量
|
|
1280
1280
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1281
1281
|
# @type TotalCount: Integer
|
|
1282
|
-
# @param RequestId: 唯一请求 ID
|
|
1282
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1283
1283
|
# @type RequestId: String
|
|
1284
1284
|
|
|
1285
1285
|
attr_accessor :ApplicationId, :OrgNodeId, :OrgNodeName, :OrgNodePath, :AuthorizationOrgResourceList, :TotalCount, :RequestId
|
|
@@ -1339,7 +1339,7 @@ module TencentCloud
|
|
|
1339
1339
|
# @param ApplicationId: 应用ID,是应用的全局唯一标识。
|
|
1340
1340
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1341
1341
|
# @type ApplicationId: String
|
|
1342
|
-
# @param RequestId: 唯一请求 ID
|
|
1342
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1343
1343
|
# @type RequestId: String
|
|
1344
1344
|
|
|
1345
1345
|
attr_accessor :PublicKey, :KeyId, :ApplicationId, :RequestId
|
|
@@ -1409,7 +1409,7 @@ module TencentCloud
|
|
|
1409
1409
|
# @param AuthorizationUserGroupResourceList: 资源列表
|
|
1410
1410
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1411
1411
|
# @type AuthorizationUserGroupResourceList: Array
|
|
1412
|
-
# @param RequestId: 唯一请求 ID
|
|
1412
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1413
1413
|
# @type RequestId: String
|
|
1414
1414
|
|
|
1415
1415
|
attr_accessor :ApplicationId, :UserGroupId, :UserGroupName, :AuthorizationUserGroupResourceList, :RequestId
|
|
@@ -1449,7 +1449,7 @@ module TencentCloud
|
|
|
1449
1449
|
# @param UserGroupId: 用户组ID,是用户组的全局唯一标识。
|
|
1450
1450
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
1451
|
# @type UserGroupId: String
|
|
1452
|
-
# @param RequestId: 唯一请求 ID
|
|
1452
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1453
1453
|
# @type RequestId: String
|
|
1454
1454
|
|
|
1455
1455
|
attr_accessor :DisplayName, :Description, :UserGroupId, :RequestId
|
|
@@ -1536,7 +1536,7 @@ module TencentCloud
|
|
|
1536
1536
|
# @param AdminFlag: 是否管理员标志,0为否、1为是。
|
|
1537
1537
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1538
1538
|
# @type AdminFlag: Integer
|
|
1539
|
-
# @param RequestId: 唯一请求 ID
|
|
1539
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1540
1540
|
# @type RequestId: String
|
|
1541
1541
|
|
|
1542
1542
|
attr_accessor :UserName, :Status, :DisplayName, :Description, :UserGroupIds, :UserId, :Email, :Phone, :OrgNodeId, :DataSource, :ExpirationTime, :ActivationTime, :PwdNeedReset, :SecondaryOrgNodeIdList, :AdminFlag, :RequestId
|
|
@@ -1624,7 +1624,7 @@ module TencentCloud
|
|
|
1624
1624
|
# @param AuthorizationUserResourceList: 返回的资源列表。
|
|
1625
1625
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1626
1626
|
# @type AuthorizationUserResourceList: Array
|
|
1627
|
-
# @param RequestId: 唯一请求 ID
|
|
1627
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1628
1628
|
# @type RequestId: String
|
|
1629
1629
|
|
|
1630
1630
|
attr_accessor :ApplicationId, :ApplicationAccounts, :UserId, :UserName, :AuthorizationUserResourceList, :RequestId
|
|
@@ -1684,7 +1684,7 @@ module TencentCloud
|
|
|
1684
1684
|
# @param ThirdPartyAccounts: 三方账号的绑定情况。
|
|
1685
1685
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1686
1686
|
# @type ThirdPartyAccounts: Array
|
|
1687
|
-
# @param RequestId: 唯一请求 ID
|
|
1687
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1688
1688
|
# @type RequestId: String
|
|
1689
1689
|
|
|
1690
1690
|
attr_accessor :UserId, :UserName, :ThirdPartyAccounts, :RequestId
|
|
@@ -1797,7 +1797,7 @@ module TencentCloud
|
|
|
1797
1797
|
# @param AccountGroupId: 账号组ID。
|
|
1798
1798
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1799
1799
|
# @type AccountGroupId: String
|
|
1800
|
-
# @param RequestId: 唯一请求 ID
|
|
1800
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1801
1801
|
# @type RequestId: String
|
|
1802
1802
|
|
|
1803
1803
|
attr_accessor :AccountList, :TotalCount, :AccountGroupId, :RequestId
|
|
@@ -1870,7 +1870,7 @@ module TencentCloud
|
|
|
1870
1870
|
# @param TotalCount: 返回的应用信息总数。
|
|
1871
1871
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1872
1872
|
# @type TotalCount: Integer
|
|
1873
|
-
# @param RequestId: 唯一请求 ID
|
|
1873
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1874
1874
|
# @type RequestId: String
|
|
1875
1875
|
|
|
1876
1876
|
attr_accessor :AuthorizationInfoList, :TotalCount, :RequestId
|
|
@@ -1941,7 +1941,7 @@ module TencentCloud
|
|
|
1941
1941
|
# @param ApplicationInfoList: 返回的应用信息列表。
|
|
1942
1942
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1943
1943
|
# @type ApplicationInfoList: Array
|
|
1944
|
-
# @param RequestId: 唯一请求 ID
|
|
1944
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1945
1945
|
# @type RequestId: String
|
|
1946
1946
|
|
|
1947
1947
|
attr_accessor :TotalCount, :ApplicationInfoList, :RequestId
|
|
@@ -1987,7 +1987,7 @@ module TencentCloud
|
|
|
1987
1987
|
# @param ApplicationIds: 机构节点拥有访问权限的应用 id 列表。
|
|
1988
1988
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1989
1989
|
# @type ApplicationIds: Array
|
|
1990
|
-
# @param RequestId: 唯一请求 ID
|
|
1990
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1991
1991
|
# @type RequestId: String
|
|
1992
1992
|
|
|
1993
1993
|
attr_accessor :ApplicationIds, :RequestId
|
|
@@ -2024,7 +2024,7 @@ module TencentCloud
|
|
|
2024
2024
|
# @param ApplicationIds: 用户组拥有访问权限的应用 id 列表。
|
|
2025
2025
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2026
2026
|
# @type ApplicationIds: Array
|
|
2027
|
-
# @param RequestId: 唯一请求 ID
|
|
2027
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2028
2028
|
# @type RequestId: String
|
|
2029
2029
|
|
|
2030
2030
|
attr_accessor :ApplicationIds, :RequestId
|
|
@@ -2065,7 +2065,7 @@ module TencentCloud
|
|
|
2065
2065
|
# @param ApplicationAuthorizationInfo: 用户拥有访问权限的应用信息列表。
|
|
2066
2066
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2067
2067
|
# @type ApplicationAuthorizationInfo: Array
|
|
2068
|
-
# @param RequestId: 唯一请求 ID
|
|
2068
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2069
2069
|
# @type RequestId: String
|
|
2070
2070
|
|
|
2071
2071
|
attr_accessor :ApplicationAuthorizationInfo, :RequestId
|
|
@@ -2140,7 +2140,7 @@ module TencentCloud
|
|
|
2140
2140
|
# @param TotalCount: 返回的用户组信息总数。
|
|
2141
2141
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2142
2142
|
# @type TotalCount: Integer
|
|
2143
|
-
# @param RequestId: 唯一请求 ID
|
|
2143
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2144
2144
|
# @type RequestId: String
|
|
2145
2145
|
|
|
2146
2146
|
attr_accessor :UserGroupIds, :UserId, :UserGroupInfoList, :TotalCount, :RequestId
|
|
@@ -2211,7 +2211,7 @@ module TencentCloud
|
|
|
2211
2211
|
# @param TotalCount: 返回的用户组信息总数。
|
|
2212
2212
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2213
2213
|
# @type TotalCount: Integer
|
|
2214
|
-
# @param RequestId: 唯一请求 ID
|
|
2214
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2215
2215
|
# @type RequestId: String
|
|
2216
2216
|
|
|
2217
2217
|
attr_accessor :UserGroupList, :TotalCount, :RequestId
|
|
@@ -2298,7 +2298,7 @@ module TencentCloud
|
|
|
2298
2298
|
# @param OrgNodeNamePath: 组织机构名称路径。
|
|
2299
2299
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2300
2300
|
# @type OrgNodeNamePath: String
|
|
2301
|
-
# @param RequestId: 唯一请求 ID
|
|
2301
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2302
2302
|
# @type RequestId: String
|
|
2303
2303
|
|
|
2304
2304
|
attr_accessor :OrgNodeChildUserInfo, :OrgNodeId, :UserInfo, :TotalUserNum, :OrgNodeIdPath, :OrgNodeNamePath, :RequestId
|
|
@@ -2427,7 +2427,7 @@ module TencentCloud
|
|
|
2427
2427
|
# @param TotalNum: 返回的用户信息总数。
|
|
2428
2428
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2429
2429
|
# @type TotalNum: Integer
|
|
2430
|
-
# @param RequestId: 唯一请求 ID
|
|
2430
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2431
2431
|
# @type RequestId: String
|
|
2432
2432
|
|
|
2433
2433
|
attr_accessor :UserGroupId, :UserInfo, :TotalNum, :RequestId
|
|
@@ -2504,7 +2504,7 @@ module TencentCloud
|
|
|
2504
2504
|
# @param TotalCount: 返回查询用户的总数量,仅当入参IncludeTotal等于true时返回。
|
|
2505
2505
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2506
2506
|
# @type TotalCount: Integer
|
|
2507
|
-
# @param RequestId: 唯一请求 ID
|
|
2507
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2508
2508
|
# @type RequestId: String
|
|
2509
2509
|
|
|
2510
2510
|
attr_accessor :UserList, :TotalCount, :RequestId
|
|
@@ -2555,7 +2555,7 @@ module TencentCloud
|
|
|
2555
2555
|
|
|
2556
2556
|
# ModifyAccountGroup返回参数结构体
|
|
2557
2557
|
class ModifyAccountGroupResponse < TencentCloud::Common::AbstractModel
|
|
2558
|
-
# @param RequestId: 唯一请求 ID
|
|
2558
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2559
2559
|
# @type RequestId: String
|
|
2560
2560
|
|
|
2561
2561
|
attr_accessor :RequestId
|
|
@@ -2599,7 +2599,7 @@ module TencentCloud
|
|
|
2599
2599
|
|
|
2600
2600
|
# ModifyAppAccount返回参数结构体
|
|
2601
2601
|
class ModifyAppAccountResponse < TencentCloud::Common::AbstractModel
|
|
2602
|
-
# @param RequestId: 唯一请求 ID
|
|
2602
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2603
2603
|
# @type RequestId: String
|
|
2604
2604
|
|
|
2605
2605
|
attr_accessor :RequestId
|
|
@@ -2651,7 +2651,7 @@ module TencentCloud
|
|
|
2651
2651
|
|
|
2652
2652
|
# ModifyApplication返回参数结构体
|
|
2653
2653
|
class ModifyApplicationResponse < TencentCloud::Common::AbstractModel
|
|
2654
|
-
# @param RequestId: 唯一请求 ID
|
|
2654
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2655
2655
|
# @type RequestId: String
|
|
2656
2656
|
|
|
2657
2657
|
attr_accessor :RequestId
|
|
@@ -2727,7 +2727,7 @@ module TencentCloud
|
|
|
2727
2727
|
|
|
2728
2728
|
# ModifyUserInfo返回参数结构体
|
|
2729
2729
|
class ModifyUserInfoResponse < TencentCloud::Common::AbstractModel
|
|
2730
|
-
# @param RequestId: 唯一请求 ID
|
|
2730
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2731
2731
|
# @type RequestId: String
|
|
2732
2732
|
|
|
2733
2733
|
attr_accessor :RequestId
|
|
@@ -2859,7 +2859,7 @@ module TencentCloud
|
|
|
2859
2859
|
|
|
2860
2860
|
# RemoveAccountFromAccountGroup返回参数结构体
|
|
2861
2861
|
class RemoveAccountFromAccountGroupResponse < TencentCloud::Common::AbstractModel
|
|
2862
|
-
# @param RequestId: 唯一请求 ID
|
|
2862
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2863
2863
|
# @type RequestId: String
|
|
2864
2864
|
|
|
2865
2865
|
attr_accessor :RequestId
|
|
@@ -2895,7 +2895,7 @@ module TencentCloud
|
|
|
2895
2895
|
|
|
2896
2896
|
# RemoveUserFromUserGroup返回参数结构体
|
|
2897
2897
|
class RemoveUserFromUserGroupResponse < TencentCloud::Common::AbstractModel
|
|
2898
|
-
# @param RequestId: 唯一请求 ID
|
|
2898
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2899
2899
|
# @type RequestId: String
|
|
2900
2900
|
|
|
2901
2901
|
attr_accessor :RequestId
|
|
@@ -2981,7 +2981,7 @@ module TencentCloud
|
|
|
2981
2981
|
|
|
2982
2982
|
# UpdateOrgNode返回参数结构体
|
|
2983
2983
|
class UpdateOrgNodeResponse < TencentCloud::Common::AbstractModel
|
|
2984
|
-
# @param RequestId: 唯一请求 ID
|
|
2984
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2985
2985
|
# @type RequestId: String
|
|
2986
2986
|
|
|
2987
2987
|
attr_accessor :RequestId
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-eiam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.779
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-eiam.rb
|
|
37
|
-
- lib/v20210420/models.rb
|
|
38
36
|
- lib/v20210420/client.rb
|
|
37
|
+
- lib/v20210420/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-eiam.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|