tencentcloud-sdk-ciam 3.0.589 → 3.0.591
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220331/models.rb +45 -45
- 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: c7c54555c4093018c14d8ea2bbbbbeb067df32b2
|
4
|
+
data.tar.gz: 79072535240cff2fe5709468444478aa2455f556
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6087ffc6112cd5f7ef2cb31a25bb8023f029cd262000b0a0ff13fde352ec038e48e5ac1e30becbae3dac98d44431b9de58c74ba65314c7fbc52a4d7338d865c3
|
7
|
+
data.tar.gz: 3df8b059b831117caa7ed122a47398835f5011eeb5f50853b13db3ed1b7d8d9d7b1afa0e2dea6e0a874ecf5c6969bfada17068f3dc39847f8e90b9a360007502
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.591
|
data/lib/v20220331/models.rb
CHANGED
@@ -25,7 +25,7 @@ module TencentCloud
|
|
25
25
|
# @type DataFlowUserCreateList: Array
|
26
26
|
|
27
27
|
attr_accessor :UserStoreId, :DataFlowUserCreateList
|
28
|
-
|
28
|
+
|
29
29
|
def initialize(userstoreid=nil, dataflowusercreatelist=nil)
|
30
30
|
@UserStoreId = userstoreid
|
31
31
|
@DataFlowUserCreateList = dataflowusercreatelist
|
@@ -52,7 +52,7 @@ module TencentCloud
|
|
52
52
|
# @type RequestId: String
|
53
53
|
|
54
54
|
attr_accessor :Job, :RequestId
|
55
|
-
|
55
|
+
|
56
56
|
def initialize(job=nil, requestid=nil)
|
57
57
|
@Job = job
|
58
58
|
@RequestId = requestid
|
@@ -85,7 +85,7 @@ module TencentCloud
|
|
85
85
|
# @type ExportPropertyMaps: Array
|
86
86
|
|
87
87
|
attr_accessor :UserStoreId, :Format, :Filters, :ExportPropertyMaps
|
88
|
-
|
88
|
+
|
89
89
|
def initialize(userstoreid=nil, format=nil, filters=nil, exportpropertymaps=nil)
|
90
90
|
@UserStoreId = userstoreid
|
91
91
|
@Format = format
|
@@ -123,7 +123,7 @@ module TencentCloud
|
|
123
123
|
# @type RequestId: String
|
124
124
|
|
125
125
|
attr_accessor :Job, :RequestId
|
126
|
-
|
126
|
+
|
127
127
|
def initialize(job=nil, requestid=nil)
|
128
128
|
@Job = job
|
129
129
|
@RequestId = requestid
|
@@ -172,7 +172,7 @@ module TencentCloud
|
|
172
172
|
# @type IndexedAttribute5: String
|
173
173
|
|
174
174
|
attr_accessor :UserStoreId, :PhoneNumber, :Email, :Password, :UserName, :Nickname, :Address, :UserGroup, :Birthdate, :CustomizationAttributes, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
|
175
|
-
|
175
|
+
|
176
176
|
def initialize(userstoreid=nil, phonenumber=nil, email=nil, password=nil, username=nil, nickname=nil, address=nil, usergroup=nil, birthdate=nil, customizationattributes=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
|
177
177
|
@UserStoreId = userstoreid
|
178
178
|
@PhoneNumber = phonenumber
|
@@ -226,7 +226,7 @@ module TencentCloud
|
|
226
226
|
# @type RequestId: String
|
227
227
|
|
228
228
|
attr_accessor :User, :RequestId
|
229
|
-
|
229
|
+
|
230
230
|
def initialize(user=nil, requestid=nil)
|
231
231
|
@User = user
|
232
232
|
@RequestId = requestid
|
@@ -249,7 +249,7 @@ module TencentCloud
|
|
249
249
|
# @type UserIds: Array
|
250
250
|
|
251
251
|
attr_accessor :UserStoreId, :UserIds
|
252
|
-
|
252
|
+
|
253
253
|
def initialize(userstoreid=nil, userids=nil)
|
254
254
|
@UserStoreId = userstoreid
|
255
255
|
@UserIds = userids
|
@@ -267,7 +267,7 @@ module TencentCloud
|
|
267
267
|
# @type RequestId: String
|
268
268
|
|
269
269
|
attr_accessor :RequestId
|
270
|
-
|
270
|
+
|
271
271
|
def initialize(requestid=nil)
|
272
272
|
@RequestId = requestid
|
273
273
|
end
|
@@ -290,7 +290,7 @@ module TencentCloud
|
|
290
290
|
# @type Original: Boolean
|
291
291
|
|
292
292
|
attr_accessor :UserStoreId, :UserId, :Original
|
293
|
-
|
293
|
+
|
294
294
|
def initialize(userstoreid=nil, userid=nil, original=nil)
|
295
295
|
@UserStoreId = userstoreid
|
296
296
|
@UserId = userid
|
@@ -313,7 +313,7 @@ module TencentCloud
|
|
313
313
|
# @type RequestId: String
|
314
314
|
|
315
315
|
attr_accessor :User, :RequestId
|
316
|
-
|
316
|
+
|
317
317
|
def initialize(user=nil, requestid=nil)
|
318
318
|
@User = user
|
319
319
|
@RequestId = requestid
|
@@ -342,7 +342,7 @@ module TencentCloud
|
|
342
342
|
# @type Sort: :class:`Tencentcloud::Ciam.v20220331.models.Sort`
|
343
343
|
|
344
344
|
attr_accessor :UserStoreId, :Pageable, :Filters, :Original, :Sort
|
345
|
-
|
345
|
+
|
346
346
|
def initialize(userstoreid=nil, pageable=nil, filters=nil, original=nil, sort=nil)
|
347
347
|
@UserStoreId = userstoreid
|
348
348
|
@Pageable = pageable
|
@@ -388,7 +388,7 @@ module TencentCloud
|
|
388
388
|
# @type RequestId: String
|
389
389
|
|
390
390
|
attr_accessor :Total, :Pageable, :Content, :RequestId
|
391
|
-
|
391
|
+
|
392
392
|
def initialize(total=nil, pageable=nil, content=nil, requestid=nil)
|
393
393
|
@Total = total
|
394
394
|
@Pageable = pageable
|
@@ -423,7 +423,7 @@ module TencentCloud
|
|
423
423
|
# @type Error: String
|
424
424
|
|
425
425
|
attr_accessor :UserId, :Error
|
426
|
-
|
426
|
+
|
427
427
|
def initialize(userid=nil, error=nil)
|
428
428
|
@UserId = userid
|
429
429
|
@Error = error
|
@@ -443,7 +443,7 @@ module TencentCloud
|
|
443
443
|
# @type ColumnName: String
|
444
444
|
|
445
445
|
attr_accessor :UserPropertyCode, :ColumnName
|
446
|
-
|
446
|
+
|
447
447
|
def initialize(userpropertycode=nil, columnname=nil)
|
448
448
|
@UserPropertyCode = userpropertycode
|
449
449
|
@ColumnName = columnname
|
@@ -465,7 +465,7 @@ module TencentCloud
|
|
465
465
|
# @type FailedReason: String
|
466
466
|
|
467
467
|
attr_accessor :FailedUserIdentification, :FailedReason
|
468
|
-
|
468
|
+
|
469
469
|
def initialize(faileduseridentification=nil, failedreason=nil)
|
470
470
|
@FailedUserIdentification = faileduseridentification
|
471
471
|
@FailedReason = failedreason
|
@@ -487,7 +487,7 @@ module TencentCloud
|
|
487
487
|
# @type Logic: Boolean
|
488
488
|
|
489
489
|
attr_accessor :Key, :Values, :Logic
|
490
|
-
|
490
|
+
|
491
491
|
def initialize(key=nil, values=nil, logic=nil)
|
492
492
|
@Key = key
|
493
493
|
@Values = values
|
@@ -573,7 +573,7 @@ module TencentCloud
|
|
573
573
|
# @type IndexedAttribute5: String
|
574
574
|
|
575
575
|
attr_accessor :UserName, :PhoneNumber, :Email, :ResidentIdentityCard, :Nickname, :Address, :UserGroup, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :Description, :Birthdate, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Zone, :Password, :CustomizationAttributes, :Salt, :PasswordEncryptTypeEnum, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
|
576
|
-
|
576
|
+
|
577
577
|
def initialize(username=nil, phonenumber=nil, email=nil, residentidentitycard=nil, nickname=nil, address=nil, usergroup=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, description=nil, birthdate=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, zone=nil, password=nil, customizationattributes=nil, salt=nil, passwordencrypttypeenum=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
|
578
578
|
@UserName = username
|
579
579
|
@PhoneNumber = phonenumber
|
@@ -688,7 +688,7 @@ module TencentCloud
|
|
688
688
|
# @type FailedUsers: Array
|
689
689
|
|
690
690
|
attr_accessor :Id, :Status, :Type, :CreatedDate, :Format, :Location, :ErrorDetails, :FailedUsers
|
691
|
-
|
691
|
+
|
692
692
|
def initialize(id=nil, status=nil, type=nil, createddate=nil, format=nil, location=nil, errordetails=nil, failedusers=nil)
|
693
693
|
@Id = id
|
694
694
|
@Status = status
|
@@ -741,7 +741,7 @@ module TencentCloud
|
|
741
741
|
# @type UserLinkedOnAttribute: String
|
742
742
|
|
743
743
|
attr_accessor :UserStoreId, :PrimaryUserId, :SecondaryUserId, :UserLinkedOnAttribute
|
744
|
-
|
744
|
+
|
745
745
|
def initialize(userstoreid=nil, primaryuserid=nil, secondaryuserid=nil, userlinkedonattribute=nil)
|
746
746
|
@UserStoreId = userstoreid
|
747
747
|
@PrimaryUserId = primaryuserid
|
@@ -763,7 +763,7 @@ module TencentCloud
|
|
763
763
|
# @type RequestId: String
|
764
764
|
|
765
765
|
attr_accessor :RequestId
|
766
|
-
|
766
|
+
|
767
767
|
def initialize(requestid=nil)
|
768
768
|
@RequestId = requestid
|
769
769
|
end
|
@@ -781,7 +781,7 @@ module TencentCloud
|
|
781
781
|
# @type JobIds: Array
|
782
782
|
|
783
783
|
attr_accessor :UserStoreId, :JobIds
|
784
|
-
|
784
|
+
|
785
785
|
def initialize(userstoreid=nil, jobids=nil)
|
786
786
|
@UserStoreId = userstoreid
|
787
787
|
@JobIds = jobids
|
@@ -802,7 +802,7 @@ module TencentCloud
|
|
802
802
|
# @type RequestId: String
|
803
803
|
|
804
804
|
attr_accessor :JobSet, :RequestId
|
805
|
-
|
805
|
+
|
806
806
|
def initialize(jobset=nil, requestid=nil)
|
807
807
|
@JobSet = jobset
|
808
808
|
@RequestId = requestid
|
@@ -835,7 +835,7 @@ module TencentCloud
|
|
835
835
|
# @type Filters: Array
|
836
836
|
|
837
837
|
attr_accessor :UserStoreId, :Pageable, :StartTime, :Filters
|
838
|
-
|
838
|
+
|
839
839
|
def initialize(userstoreid=nil, pageable=nil, starttime=nil, filters=nil)
|
840
840
|
@UserStoreId = userstoreid
|
841
841
|
@Pageable = pageable
|
@@ -874,7 +874,7 @@ module TencentCloud
|
|
874
874
|
# @type RequestId: String
|
875
875
|
|
876
876
|
attr_accessor :Total, :Pageable, :Content, :RequestId
|
877
|
-
|
877
|
+
|
878
878
|
def initialize(total=nil, pageable=nil, content=nil, requestid=nil)
|
879
879
|
@Total = total
|
880
880
|
@Pageable = pageable
|
@@ -915,7 +915,7 @@ module TencentCloud
|
|
915
915
|
# @type Original: Boolean
|
916
916
|
|
917
917
|
attr_accessor :UserStoreId, :PropertyCode, :PropertyValue, :Original
|
918
|
-
|
918
|
+
|
919
919
|
def initialize(userstoreid=nil, propertycode=nil, propertyvalue=nil, original=nil)
|
920
920
|
@UserStoreId = userstoreid
|
921
921
|
@PropertyCode = propertycode
|
@@ -940,7 +940,7 @@ module TencentCloud
|
|
940
940
|
# @type RequestId: String
|
941
941
|
|
942
942
|
attr_accessor :Users, :RequestId
|
943
|
-
|
943
|
+
|
944
944
|
def initialize(users=nil, requestid=nil)
|
945
945
|
@Users = users
|
946
946
|
@RequestId = requestid
|
@@ -974,7 +974,7 @@ module TencentCloud
|
|
974
974
|
# @type Original: Boolean
|
975
975
|
|
976
976
|
attr_accessor :UserStoreId, :Pageable, :Filters, :Original
|
977
|
-
|
977
|
+
|
978
978
|
def initialize(userstoreid=nil, pageable=nil, filters=nil, original=nil)
|
979
979
|
@UserStoreId = userstoreid
|
980
980
|
@Pageable = pageable
|
@@ -1015,7 +1015,7 @@ module TencentCloud
|
|
1015
1015
|
# @type RequestId: String
|
1016
1016
|
|
1017
1017
|
attr_accessor :Total, :Pageable, :Content, :RequestId
|
1018
|
-
|
1018
|
+
|
1019
1019
|
def initialize(total=nil, pageable=nil, content=nil, requestid=nil)
|
1020
1020
|
@Total = total
|
1021
1021
|
@Pageable = pageable
|
@@ -1098,7 +1098,7 @@ module TencentCloud
|
|
1098
1098
|
# @type Detail: String
|
1099
1099
|
|
1100
1100
|
attr_accessor :LogId, :TenantId, :UserStoreId, :EventCode, :EventDate, :Description, :Participant, :ApplicationClientId, :ApplicationName, :AuthSourceId, :AuthSourceName, :AuthSourceType, :AuthSourceCategory, :Ip, :UserAgent, :UserId, :Detail
|
1101
|
-
|
1101
|
+
|
1102
1102
|
def initialize(logid=nil, tenantid=nil, userstoreid=nil, eventcode=nil, eventdate=nil, description=nil, participant=nil, applicationclientid=nil, applicationname=nil, authsourceid=nil, authsourcename=nil, authsourcetype=nil, authsourcecategory=nil, ip=nil, useragent=nil, userid=nil, detail=nil)
|
1103
1103
|
@LogId = logid
|
1104
1104
|
@TenantId = tenantid
|
@@ -1151,7 +1151,7 @@ module TencentCloud
|
|
1151
1151
|
# @type Type: String
|
1152
1152
|
|
1153
1153
|
attr_accessor :Name, :Value, :Type
|
1154
|
-
|
1154
|
+
|
1155
1155
|
def initialize(name=nil, value=nil, type=nil)
|
1156
1156
|
@Name = name
|
1157
1157
|
@Value = value
|
@@ -1173,7 +1173,7 @@ module TencentCloud
|
|
1173
1173
|
# @type PageNumber: Integer
|
1174
1174
|
|
1175
1175
|
attr_accessor :PageSize, :PageNumber
|
1176
|
-
|
1176
|
+
|
1177
1177
|
def initialize(pagesize=nil, pagenumber=nil)
|
1178
1178
|
@PageSize = pagesize
|
1179
1179
|
@PageNumber = pagenumber
|
@@ -1197,7 +1197,7 @@ module TencentCloud
|
|
1197
1197
|
# @type OperateLogic: String
|
1198
1198
|
|
1199
1199
|
attr_accessor :PropertyKey, :PropertyValue, :Logic, :OperateLogic
|
1200
|
-
|
1200
|
+
|
1201
1201
|
def initialize(propertykey=nil, propertyvalue=nil, logic=nil, operatelogic=nil)
|
1202
1202
|
@PropertyKey = propertykey
|
1203
1203
|
@PropertyValue = propertyvalue
|
@@ -1221,7 +1221,7 @@ module TencentCloud
|
|
1221
1221
|
# @type UserStoreId: String
|
1222
1222
|
|
1223
1223
|
attr_accessor :UserId, :UserStoreId
|
1224
|
-
|
1224
|
+
|
1225
1225
|
def initialize(userid=nil, userstoreid=nil)
|
1226
1226
|
@UserId = userid
|
1227
1227
|
@UserStoreId = userstoreid
|
@@ -1241,7 +1241,7 @@ module TencentCloud
|
|
1241
1241
|
# @type RequestId: String
|
1242
1242
|
|
1243
1243
|
attr_accessor :Password, :RequestId
|
1244
|
-
|
1244
|
+
|
1245
1245
|
def initialize(password=nil, requestid=nil)
|
1246
1246
|
@Password = password
|
1247
1247
|
@RequestId = requestid
|
@@ -1261,7 +1261,7 @@ module TencentCloud
|
|
1261
1261
|
# @type SaltLocation: :class:`Tencentcloud::Ciam.v20220331.models.SaltLocation`
|
1262
1262
|
|
1263
1263
|
attr_accessor :SaltValue, :SaltLocation
|
1264
|
-
|
1264
|
+
|
1265
1265
|
def initialize(saltvalue=nil, saltlocation=nil)
|
1266
1266
|
@SaltValue = saltvalue
|
1267
1267
|
@SaltLocation = saltlocation
|
@@ -1284,7 +1284,7 @@ module TencentCloud
|
|
1284
1284
|
# @type SaltLocationRule: :class:`Tencentcloud::Ciam.v20220331.models.SaltLocationRule`
|
1285
1285
|
|
1286
1286
|
attr_accessor :SaltLocationTypeEnum, :SaltLocationRule
|
1287
|
-
|
1287
|
+
|
1288
1288
|
def initialize(saltlocationtypeenum=nil, saltlocationrule=nil)
|
1289
1289
|
@SaltLocationTypeEnum = saltlocationtypeenum
|
1290
1290
|
@SaltLocationRule = saltlocationrule
|
@@ -1305,7 +1305,7 @@ module TencentCloud
|
|
1305
1305
|
# @type Regex: String
|
1306
1306
|
|
1307
1307
|
attr_accessor :Regex
|
1308
|
-
|
1308
|
+
|
1309
1309
|
def initialize(regex=nil)
|
1310
1310
|
@Regex = regex
|
1311
1311
|
end
|
@@ -1325,7 +1325,7 @@ module TencentCloud
|
|
1325
1325
|
# @type Password: String
|
1326
1326
|
|
1327
1327
|
attr_accessor :UserStoreId, :UserId, :Password
|
1328
|
-
|
1328
|
+
|
1329
1329
|
def initialize(userstoreid=nil, userid=nil, password=nil)
|
1330
1330
|
@UserStoreId = userstoreid
|
1331
1331
|
@UserId = userid
|
@@ -1345,7 +1345,7 @@ module TencentCloud
|
|
1345
1345
|
# @type RequestId: String
|
1346
1346
|
|
1347
1347
|
attr_accessor :RequestId
|
1348
|
-
|
1348
|
+
|
1349
1349
|
def initialize(requestid=nil)
|
1350
1350
|
@RequestId = requestid
|
1351
1351
|
end
|
@@ -1363,7 +1363,7 @@ module TencentCloud
|
|
1363
1363
|
# @type Order: String
|
1364
1364
|
|
1365
1365
|
attr_accessor :PropertyKey, :Order
|
1366
|
-
|
1366
|
+
|
1367
1367
|
def initialize(propertykey=nil, order=nil)
|
1368
1368
|
@PropertyKey = propertykey
|
1369
1369
|
@Order = order
|
@@ -1409,7 +1409,7 @@ module TencentCloud
|
|
1409
1409
|
# @type IndexedAttribute5: String
|
1410
1410
|
|
1411
1411
|
attr_accessor :UserId, :UserStoreId, :UserName, :PhoneNumber, :Email, :Nickname, :Address, :UserGroup, :Birthdate, :CustomizationAttributes, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
|
1412
|
-
|
1412
|
+
|
1413
1413
|
def initialize(userid=nil, userstoreid=nil, username=nil, phonenumber=nil, email=nil, nickname=nil, address=nil, usergroup=nil, birthdate=nil, customizationattributes=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
|
1414
1414
|
@UserId = userid
|
1415
1415
|
@UserStoreId = userstoreid
|
@@ -1463,7 +1463,7 @@ module TencentCloud
|
|
1463
1463
|
# @type RequestId: String
|
1464
1464
|
|
1465
1465
|
attr_accessor :User, :RequestId
|
1466
|
-
|
1466
|
+
|
1467
1467
|
def initialize(user=nil, requestid=nil)
|
1468
1468
|
@User = user
|
1469
1469
|
@RequestId = requestid
|
@@ -1492,7 +1492,7 @@ module TencentCloud
|
|
1492
1492
|
# @type Status: String
|
1493
1493
|
|
1494
1494
|
attr_accessor :UserStoreId, :UserId, :Status
|
1495
|
-
|
1495
|
+
|
1496
1496
|
def initialize(userstoreid=nil, userid=nil, status=nil)
|
1497
1497
|
@UserStoreId = userstoreid
|
1498
1498
|
@UserId = userid
|
@@ -1512,7 +1512,7 @@ module TencentCloud
|
|
1512
1512
|
# @type RequestId: String
|
1513
1513
|
|
1514
1514
|
attr_accessor :RequestId
|
1515
|
-
|
1515
|
+
|
1516
1516
|
def initialize(requestid=nil)
|
1517
1517
|
@RequestId = requestid
|
1518
1518
|
end
|
@@ -1645,7 +1645,7 @@ module TencentCloud
|
|
1645
1645
|
# @type IndexedAttribute5: String
|
1646
1646
|
|
1647
1647
|
attr_accessor :UserId, :UserName, :PhoneNumber, :Email, :LastSignOn, :CreatedDate, :Status, :UserDataSourceEnum, :Nickname, :Address, :Birthdate, :UserGroups, :LastModifiedDate, :CustomAttributes, :ResidentIdentityCard, :QqOpenId, :QqUnionId, :WechatOpenId, :WechatUnionId, :AlipayUserId, :Description, :Name, :Locale, :Gender, :IdentityVerificationMethod, :IdentityVerified, :Job, :Nationality, :Primary, :Zone, :AlreadyFirstLogin, :TenantId, :UserStoreId, :Version, :LockType, :LockTime, :IndexedAttribute1, :IndexedAttribute2, :IndexedAttribute3, :IndexedAttribute4, :IndexedAttribute5
|
1648
|
-
|
1648
|
+
|
1649
1649
|
def initialize(userid=nil, username=nil, phonenumber=nil, email=nil, lastsignon=nil, createddate=nil, status=nil, userdatasourceenum=nil, nickname=nil, address=nil, birthdate=nil, usergroups=nil, lastmodifieddate=nil, customattributes=nil, residentidentitycard=nil, qqopenid=nil, qqunionid=nil, wechatopenid=nil, wechatunionid=nil, alipayuserid=nil, description=nil, name=nil, locale=nil, gender=nil, identityverificationmethod=nil, identityverified=nil, job=nil, nationality=nil, primary=nil, zone=nil, alreadyfirstlogin=nil, tenantid=nil, userstoreid=nil, version=nil, locktype=nil, locktime=nil, indexedattribute1=nil, indexedattribute2=nil, indexedattribute3=nil, indexedattribute4=nil, indexedattribute5=nil)
|
1650
1650
|
@UserId = userid
|
1651
1651
|
@UserName = username
|
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.591
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|