tencentcloud-sdk-ciam 3.0.1012 → 3.0.1013
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/v20220331/models.rb +0 -46
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 339cad800e496fa7698599483d02651bf6dbbb17
|
4
|
+
data.tar.gz: 12172eba6839692c939b39f227d87bcdbcfb24c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72496d28888da49ed5dea60f825a680c198b996a17d53ddce6ce5cb55a0bd27f813732aa86655a31c7c158ee079ba81040c3b969def71075635e453a4825cb24
|
7
|
+
data.tar.gz: 4b109d11da56996e3d24a373f7707b37ddae13086a7e4d535c4c3982d405d8a6836586479de652ecbee92b1470f98389d4eb5a4fd8363590a6eaa2e2bd59f4d0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1013
|
data/lib/v20220331/models.rb
CHANGED
@@ -20,13 +20,10 @@ module TencentCloud
|
|
20
20
|
# 用户组删除时关联的应用信息
|
21
21
|
class AppAssociatedUserGroupIds < TencentCloud::Common::AbstractModel
|
22
22
|
# @param UserGroupId: 用户组id
|
23
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24
23
|
# @type UserGroupId: String
|
25
24
|
# @param ApplicationId: 应用id
|
26
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27
25
|
# @type ApplicationId: String
|
28
26
|
# @param ApplicationName: 应用名称
|
29
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30
27
|
# @type ApplicationName: String
|
31
28
|
|
32
29
|
attr_accessor :UserGroupId, :ApplicationId, :ApplicationName
|
@@ -291,7 +288,6 @@ module TencentCloud
|
|
291
288
|
# CreateUser返回参数结构体
|
292
289
|
class CreateUserResponse < TencentCloud::Common::AbstractModel
|
293
290
|
# @param User: 创建的用户信息
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
291
|
# @type User: :class:`Tencentcloud::Ciam.v20220331.models.User`
|
296
292
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
297
293
|
# @type RequestId: String
|
@@ -379,7 +375,6 @@ module TencentCloud
|
|
379
375
|
# DeleteUserGroups返回参数结构体
|
380
376
|
class DeleteUserGroupsResponse < TencentCloud::Common::AbstractModel
|
381
377
|
# @param UserGroupDeletedInfo: 删除的用户组关联的应用信息
|
382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
383
378
|
# @type UserGroupDeletedInfo: :class:`Tencentcloud::Ciam.v20220331.models.UserGroupDeleteResp`
|
384
379
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
385
380
|
# @type RequestId: String
|
@@ -567,13 +562,11 @@ module TencentCloud
|
|
567
562
|
# DescribeUser返回参数结构体
|
568
563
|
class DescribeUserResponse < TencentCloud::Common::AbstractModel
|
569
564
|
# @param Total: 总条数
|
570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
571
565
|
# @type Total: Integer
|
572
566
|
# @param Pageable: 分页对象
|
573
567
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
574
568
|
# @type Pageable: :class:`Tencentcloud::Ciam.v20220331.models.Pageable`
|
575
569
|
# @param Content: 用户列表
|
576
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
577
570
|
# @type Content: Array
|
578
571
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
579
572
|
# @type RequestId: String
|
@@ -608,7 +601,6 @@ module TencentCloud
|
|
608
601
|
# 失败详情
|
609
602
|
class ErrorDetails < TencentCloud::Common::AbstractModel
|
610
603
|
# @param UserId: 用户信息
|
611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
612
604
|
# @type UserId: String
|
613
605
|
# @param Error: 失败原因
|
614
606
|
# @type Error: String
|
@@ -649,10 +641,8 @@ module TencentCloud
|
|
649
641
|
# 失败的用户
|
650
642
|
class FailedUsers < TencentCloud::Common::AbstractModel
|
651
643
|
# @param FailedUserIdentification: 失败用户标识
|
652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
653
644
|
# @type FailedUserIdentification: String
|
654
645
|
# @param FailedReason: 导入的用户失败原因
|
655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
656
646
|
# @type FailedReason: String
|
657
647
|
|
658
648
|
attr_accessor :FailedUserIdentification, :FailedReason
|
@@ -876,7 +866,6 @@ module TencentCloud
|
|
876
866
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
877
867
|
# @type Location: String
|
878
868
|
# @param ErrorDetails: 失败详情
|
879
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
880
869
|
# @type ErrorDetails: Array
|
881
870
|
# @param FailedUsers: 失败的用户
|
882
871
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -991,7 +980,6 @@ module TencentCloud
|
|
991
980
|
# ListJobs返回参数结构体
|
992
981
|
class ListJobsResponse < TencentCloud::Common::AbstractModel
|
993
982
|
# @param JobSet: 任务列表
|
994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
995
983
|
# @type JobSet: Array
|
996
984
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
997
985
|
# @type RequestId: String
|
@@ -1063,7 +1051,6 @@ module TencentCloud
|
|
1063
1051
|
# @param Pageable: 分页对象
|
1064
1052
|
# @type Pageable: :class:`Tencentcloud::Ciam.v20220331.models.Pageable`
|
1065
1053
|
# @param Content: 日志列表
|
1066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1067
1054
|
# @type Content: Array
|
1068
1055
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1069
1056
|
# @type RequestId: String
|
@@ -1129,7 +1116,6 @@ module TencentCloud
|
|
1129
1116
|
# ListUserByProperty返回参数结构体
|
1130
1117
|
class ListUserByPropertyResponse < TencentCloud::Common::AbstractModel
|
1131
1118
|
# @param Users: 用户列表
|
1132
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1133
1119
|
# @type Users: Array
|
1134
1120
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1135
1121
|
# @type RequestId: String
|
@@ -1193,13 +1179,10 @@ module TencentCloud
|
|
1193
1179
|
# ListUserGroups返回参数结构体
|
1194
1180
|
class ListUserGroupsResponse < TencentCloud::Common::AbstractModel
|
1195
1181
|
# @param Content: 用户组列表
|
1196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1197
1182
|
# @type Content: Array
|
1198
1183
|
# @param Total: 总条数
|
1199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1200
1184
|
# @type Total: Integer
|
1201
1185
|
# @param Pageable: 分页
|
1202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1203
1186
|
# @type Pageable: :class:`Tencentcloud::Ciam.v20220331.models.Pageable`
|
1204
1187
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1205
1188
|
# @type RequestId: String
|
@@ -1275,13 +1258,11 @@ module TencentCloud
|
|
1275
1258
|
# ListUser返回参数结构体
|
1276
1259
|
class ListUserResponse < TencentCloud::Common::AbstractModel
|
1277
1260
|
# @param Total: 总条数
|
1278
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1279
1261
|
# @type Total: Integer
|
1280
1262
|
# @param Pageable: 分页对象
|
1281
1263
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1282
1264
|
# @type Pageable: :class:`Tencentcloud::Ciam.v20220331.models.Pageable`
|
1283
1265
|
# @param Content: 用户列表
|
1284
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1285
1266
|
# @type Content: Array
|
1286
1267
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1287
1268
|
# @type RequestId: String
|
@@ -1357,16 +1338,12 @@ module TencentCloud
|
|
1357
1338
|
# @param LogId: 日志标识
|
1358
1339
|
# @type LogId: String
|
1359
1340
|
# @param TenantId: 租户ID
|
1360
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1361
1341
|
# @type TenantId: String
|
1362
1342
|
# @param UserStoreId: 用户池ID
|
1363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1364
1343
|
# @type UserStoreId: String
|
1365
1344
|
# @param EventCode: 事件编码
|
1366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1367
1345
|
# @type EventCode: String
|
1368
1346
|
# @param EventDate: 事件发生时间戳,单位:毫秒
|
1369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1370
1347
|
# @type EventDate: Integer
|
1371
1348
|
# @param Description: 描述
|
1372
1349
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1375,34 +1352,24 @@ module TencentCloud
|
|
1375
1352
|
|
1376
1353
|
# <li> **TENANT** </li> 租户
|
1377
1354
|
# <li> **USER** </li> 用户
|
1378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1379
1355
|
# @type Participant: String
|
1380
1356
|
# @param ApplicationClientId: 应用clientId
|
1381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1382
1357
|
# @type ApplicationClientId: String
|
1383
1358
|
# @param ApplicationName: 应用名称
|
1384
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1385
1359
|
# @type ApplicationName: String
|
1386
1360
|
# @param AuthSourceId: 认证源ID
|
1387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1388
1361
|
# @type AuthSourceId: String
|
1389
1362
|
# @param AuthSourceName: 认证源名称
|
1390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1391
1363
|
# @type AuthSourceName: String
|
1392
1364
|
# @param AuthSourceType: 认证源类型
|
1393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1394
1365
|
# @type AuthSourceType: String
|
1395
1366
|
# @param AuthSourceCategory: 认证源类别
|
1396
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1397
1367
|
# @type AuthSourceCategory: String
|
1398
1368
|
# @param Ip: IP地址
|
1399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1400
1369
|
# @type Ip: String
|
1401
1370
|
# @param UserAgent: 用户代理
|
1402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1403
1371
|
# @type UserAgent: String
|
1404
1372
|
# @param UserId: 用户ID
|
1405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1406
1373
|
# @type UserId: String
|
1407
1374
|
# @param Detail: 详情
|
1408
1375
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1463,7 +1430,6 @@ module TencentCloud
|
|
1463
1430
|
# @param Value: 值
|
1464
1431
|
# @type Value: String
|
1465
1432
|
# @param Type: 类型
|
1466
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1467
1433
|
# @type Type: String
|
1468
1434
|
|
1469
1435
|
attr_accessor :Name, :Value, :Type
|
@@ -1817,7 +1783,6 @@ module TencentCloud
|
|
1817
1783
|
# UpdateUser返回参数结构体
|
1818
1784
|
class UpdateUserResponse < TencentCloud::Common::AbstractModel
|
1819
1785
|
# @param User: 更新之后的用户信息
|
1820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1821
1786
|
# @type User: :class:`Tencentcloud::Ciam.v20220331.models.User`
|
1822
1787
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1823
1788
|
# @type RequestId: String
|
@@ -1964,7 +1929,6 @@ module TencentCloud
|
|
1964
1929
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1965
1930
|
# @type LastModifiedDate: Integer
|
1966
1931
|
# @param CustomAttributes: 自定义属性
|
1967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1968
1932
|
# @type CustomAttributes: Array
|
1969
1933
|
# @param ResidentIdentityCard: 身份证号
|
1970
1934
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2003,7 +1967,6 @@ module TencentCloud
|
|
2003
1967
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2004
1968
|
# @type IdentityVerificationMethod: String
|
2005
1969
|
# @param IdentityVerified: 是否已经实名核验
|
2006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2007
1970
|
# @type IdentityVerified: Boolean
|
2008
1971
|
# @param Job: 工作
|
2009
1972
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2012,19 +1975,15 @@ module TencentCloud
|
|
2012
1975
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2013
1976
|
# @type Nationality: String
|
2014
1977
|
# @param Primary: 是否主账号(进行过账号融合后,主账号为true,从账号为false)
|
2015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2016
1978
|
# @type Primary: Boolean
|
2017
1979
|
# @param Zone: 时区
|
2018
1980
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2019
1981
|
# @type Zone: String
|
2020
1982
|
# @param AlreadyFirstLogin: 是否已经首次登录
|
2021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2022
1983
|
# @type AlreadyFirstLogin: Boolean
|
2023
1984
|
# @param TenantId: 租户id
|
2024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2025
1985
|
# @type TenantId: String
|
2026
1986
|
# @param UserStoreId: 用户目录id
|
2027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2028
1987
|
# @type UserStoreId: String
|
2029
1988
|
# @param Version: 版本
|
2030
1989
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2195,10 +2154,8 @@ module TencentCloud
|
|
2195
2154
|
# 删除用户组信息时返回的详情
|
2196
2155
|
class UserGroupDeleteResp < TencentCloud::Common::AbstractModel
|
2197
2156
|
# @param ErrorMessage: 错误详情
|
2198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2199
2157
|
# @type ErrorMessage: String
|
2200
2158
|
# @param AppAssociatedUserGroupIds: 用户组关联的应用信息
|
2201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2202
2159
|
# @type AppAssociatedUserGroupIds: Array
|
2203
2160
|
|
2204
2161
|
attr_accessor :ErrorMessage, :AppAssociatedUserGroupIds
|
@@ -2240,13 +2197,10 @@ module TencentCloud
|
|
2240
2197
|
# @param AppNum: 应用数量
|
2241
2198
|
# @type AppNum: Integer
|
2242
2199
|
# @param LastStatus: 上次切换的用户池
|
2243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2244
2200
|
# @type LastStatus: Boolean
|
2245
2201
|
# @param DefaultStatus: 默认用户池
|
2246
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2247
2202
|
# @type DefaultStatus: Boolean
|
2248
2203
|
# @param CreateDate: 创建时间
|
2249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2250
2204
|
# @type CreateDate: Integer
|
2251
2205
|
# @param LastStatusTime: 上次切换时间
|
2252
2206
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ciam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1013
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|