tencentcloud-sdk-cam 3.0.590 → 3.0.592
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/v20190116/models.rb +200 -200
- metadata +2 -2
data/lib/v20190116/models.rb
CHANGED
@@ -27,7 +27,7 @@ module TencentCloud
|
|
27
27
|
# @type CreateTime: String
|
28
28
|
|
29
29
|
attr_accessor :AccessKeyId, :Status, :CreateTime
|
30
|
-
|
30
|
+
|
31
31
|
def initialize(accesskeyid=nil, status=nil, createtime=nil)
|
32
32
|
@AccessKeyId = accesskeyid
|
33
33
|
@Status = status
|
@@ -53,7 +53,7 @@ module TencentCloud
|
|
53
53
|
# @type CreateTime: String
|
54
54
|
|
55
55
|
attr_accessor :AccessKeyId, :SecretAccessKey, :Status, :CreateTime
|
56
|
-
|
56
|
+
|
57
57
|
def initialize(accesskeyid=nil, secretaccesskey=nil, status=nil, createtime=nil)
|
58
58
|
@AccessKeyId = accesskeyid
|
59
59
|
@SecretAccessKey = secretaccesskey
|
@@ -91,7 +91,7 @@ module TencentCloud
|
|
91
91
|
# @type Email: String
|
92
92
|
|
93
93
|
attr_accessor :Name, :Remark, :ConsoleLogin, :UseApi, :Password, :NeedResetPassword, :PhoneNum, :CountryCode, :Email
|
94
|
-
|
94
|
+
|
95
95
|
def initialize(name=nil, remark=nil, consolelogin=nil, useapi=nil, password=nil, needresetpassword=nil, phonenum=nil, countrycode=nil, email=nil)
|
96
96
|
@Name = name
|
97
97
|
@Remark = remark
|
@@ -135,7 +135,7 @@ module TencentCloud
|
|
135
135
|
# @type RequestId: String
|
136
136
|
|
137
137
|
attr_accessor :Uin, :Name, :Password, :SecretId, :SecretKey, :Uid, :RequestId
|
138
|
-
|
138
|
+
|
139
139
|
def initialize(uin=nil, name=nil, password=nil, secretid=nil, secretkey=nil, uid=nil, requestid=nil)
|
140
140
|
@Uin = uin
|
141
141
|
@Name = name
|
@@ -163,7 +163,7 @@ module TencentCloud
|
|
163
163
|
# @type Info: Array
|
164
164
|
|
165
165
|
attr_accessor :Info
|
166
|
-
|
166
|
+
|
167
167
|
def initialize(info=nil)
|
168
168
|
@Info = info
|
169
169
|
end
|
@@ -186,7 +186,7 @@ module TencentCloud
|
|
186
186
|
# @type RequestId: String
|
187
187
|
|
188
188
|
attr_accessor :RequestId
|
189
|
-
|
189
|
+
|
190
190
|
def initialize(requestid=nil)
|
191
191
|
@RequestId = requestid
|
192
192
|
end
|
@@ -213,7 +213,7 @@ module TencentCloud
|
|
213
213
|
# @type AttachmentTime: String
|
214
214
|
|
215
215
|
attr_accessor :Id, :Name, :Uin, :RelatedType, :AttachmentTime
|
216
|
-
|
216
|
+
|
217
217
|
def initialize(id=nil, name=nil, uin=nil, relatedtype=nil, attachmenttime=nil)
|
218
218
|
@Id = id
|
219
219
|
@Name = name
|
@@ -239,7 +239,7 @@ module TencentCloud
|
|
239
239
|
# @type AttachGroupId: Integer
|
240
240
|
|
241
241
|
attr_accessor :PolicyId, :AttachGroupId
|
242
|
-
|
242
|
+
|
243
243
|
def initialize(policyid=nil, attachgroupid=nil)
|
244
244
|
@PolicyId = policyid
|
245
245
|
@AttachGroupId = attachgroupid
|
@@ -257,7 +257,7 @@ module TencentCloud
|
|
257
257
|
# @type RequestId: String
|
258
258
|
|
259
259
|
attr_accessor :RequestId
|
260
|
-
|
260
|
+
|
261
261
|
def initialize(requestid=nil)
|
262
262
|
@RequestId = requestid
|
263
263
|
end
|
@@ -303,7 +303,7 @@ module TencentCloud
|
|
303
303
|
# @type DeactivedDetail: Array
|
304
304
|
|
305
305
|
attr_accessor :PolicyId, :PolicyName, :AddTime, :CreateMode, :PolicyType, :Remark, :OperateOwnerUin, :OperateUin, :OperateUinType, :Deactived, :DeactivedDetail
|
306
|
-
|
306
|
+
|
307
307
|
def initialize(policyid=nil, policyname=nil, addtime=nil, createmode=nil, policytype=nil, remark=nil, operateowneruin=nil, operateuin=nil, operateuintype=nil, deactived=nil, deactiveddetail=nil)
|
308
308
|
@PolicyId = policyid
|
309
309
|
@PolicyName = policyname
|
@@ -345,7 +345,7 @@ module TencentCloud
|
|
345
345
|
# @type PolicyName: String
|
346
346
|
|
347
347
|
attr_accessor :PolicyId, :AttachRoleId, :AttachRoleName, :PolicyName
|
348
|
-
|
348
|
+
|
349
349
|
def initialize(policyid=nil, attachroleid=nil, attachrolename=nil, policyname=nil)
|
350
350
|
@PolicyId = policyid
|
351
351
|
@AttachRoleId = attachroleid
|
@@ -367,7 +367,7 @@ module TencentCloud
|
|
367
367
|
# @type RequestId: String
|
368
368
|
|
369
369
|
attr_accessor :RequestId
|
370
|
-
|
370
|
+
|
371
371
|
def initialize(requestid=nil)
|
372
372
|
@RequestId = requestid
|
373
373
|
end
|
@@ -385,7 +385,7 @@ module TencentCloud
|
|
385
385
|
# @type AttachUin: Integer
|
386
386
|
|
387
387
|
attr_accessor :PolicyId, :AttachUin
|
388
|
-
|
388
|
+
|
389
389
|
def initialize(policyid=nil, attachuin=nil)
|
390
390
|
@PolicyId = policyid
|
391
391
|
@AttachUin = attachuin
|
@@ -403,7 +403,7 @@ module TencentCloud
|
|
403
403
|
# @type RequestId: String
|
404
404
|
|
405
405
|
attr_accessor :RequestId
|
406
|
-
|
406
|
+
|
407
407
|
def initialize(requestid=nil)
|
408
408
|
@RequestId = requestid
|
409
409
|
end
|
@@ -437,7 +437,7 @@ module TencentCloud
|
|
437
437
|
# @type Description: String
|
438
438
|
|
439
439
|
attr_accessor :PolicyId, :PolicyName, :AddTime, :PolicyType, :CreateMode, :Deactived, :DeactivedDetail, :Description
|
440
|
-
|
440
|
+
|
441
441
|
def initialize(policyid=nil, policyname=nil, addtime=nil, policytype=nil, createmode=nil, deactived=nil, deactiveddetail=nil, description=nil)
|
442
442
|
@PolicyId = policyid
|
443
443
|
@PolicyName = policyname
|
@@ -486,7 +486,7 @@ module TencentCloud
|
|
486
486
|
# @type DeactivedDetail: Array
|
487
487
|
|
488
488
|
attr_accessor :PolicyId, :PolicyName, :Description, :AddTime, :StrategyType, :CreateMode, :Groups, :Deactived, :DeactivedDetail
|
489
|
-
|
489
|
+
|
490
490
|
def initialize(policyid=nil, policyname=nil, description=nil, addtime=nil, strategytype=nil, createmode=nil, groups=nil, deactived=nil, deactiveddetail=nil)
|
491
491
|
@PolicyId = policyid
|
492
492
|
@PolicyName = policyname
|
@@ -527,7 +527,7 @@ module TencentCloud
|
|
527
527
|
# @type GroupName: String
|
528
528
|
|
529
529
|
attr_accessor :GroupId, :GroupName
|
530
|
-
|
530
|
+
|
531
531
|
def initialize(groupid=nil, groupname=nil)
|
532
532
|
@GroupId = groupid
|
533
533
|
@GroupName = groupname
|
@@ -545,7 +545,7 @@ module TencentCloud
|
|
545
545
|
# @type MFAToken: String
|
546
546
|
|
547
547
|
attr_accessor :MFAToken
|
548
|
-
|
548
|
+
|
549
549
|
def initialize(mfatoken=nil)
|
550
550
|
@MFAToken = mfatoken
|
551
551
|
end
|
@@ -561,7 +561,7 @@ module TencentCloud
|
|
561
561
|
# @type RequestId: String
|
562
562
|
|
563
563
|
attr_accessor :RequestId
|
564
|
-
|
564
|
+
|
565
565
|
def initialize(requestid=nil)
|
566
566
|
@RequestId = requestid
|
567
567
|
end
|
@@ -577,7 +577,7 @@ module TencentCloud
|
|
577
577
|
# @type TargetUin: Integer
|
578
578
|
|
579
579
|
attr_accessor :TargetUin
|
580
|
-
|
580
|
+
|
581
581
|
def initialize(targetuin=nil)
|
582
582
|
@TargetUin = targetuin
|
583
583
|
end
|
@@ -596,7 +596,7 @@ module TencentCloud
|
|
596
596
|
# @type RequestId: String
|
597
597
|
|
598
598
|
attr_accessor :AccessKey, :RequestId
|
599
|
-
|
599
|
+
|
600
600
|
def initialize(accesskey=nil, requestid=nil)
|
601
601
|
@AccessKey = accesskey
|
602
602
|
@RequestId = requestid
|
@@ -619,7 +619,7 @@ module TencentCloud
|
|
619
619
|
# @type Remark: String
|
620
620
|
|
621
621
|
attr_accessor :GroupName, :Remark
|
622
|
-
|
622
|
+
|
623
623
|
def initialize(groupname=nil, remark=nil)
|
624
624
|
@GroupName = groupname
|
625
625
|
@Remark = remark
|
@@ -639,7 +639,7 @@ module TencentCloud
|
|
639
639
|
# @type RequestId: String
|
640
640
|
|
641
641
|
attr_accessor :GroupId, :RequestId
|
642
|
-
|
642
|
+
|
643
643
|
def initialize(groupid=nil, requestid=nil)
|
644
644
|
@GroupId = groupid
|
645
645
|
@RequestId = requestid
|
@@ -665,7 +665,7 @@ module TencentCloud
|
|
665
665
|
# @type Description: String
|
666
666
|
|
667
667
|
attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :Name, :Description
|
668
|
-
|
668
|
+
|
669
669
|
def initialize(identityurl=nil, identitykey=nil, clientid=nil, name=nil, description=nil)
|
670
670
|
@IdentityUrl = identityurl
|
671
671
|
@IdentityKey = identitykey
|
@@ -689,7 +689,7 @@ module TencentCloud
|
|
689
689
|
# @type RequestId: String
|
690
690
|
|
691
691
|
attr_accessor :RequestId
|
692
|
-
|
692
|
+
|
693
693
|
def initialize(requestid=nil)
|
694
694
|
@RequestId = requestid
|
695
695
|
end
|
@@ -709,7 +709,7 @@ module TencentCloud
|
|
709
709
|
# @type Description: String
|
710
710
|
|
711
711
|
attr_accessor :PolicyName, :PolicyDocument, :Description
|
712
|
-
|
712
|
+
|
713
713
|
def initialize(policyname=nil, policydocument=nil, description=nil)
|
714
714
|
@PolicyName = policyname
|
715
715
|
@PolicyDocument = policydocument
|
@@ -731,7 +731,7 @@ module TencentCloud
|
|
731
731
|
# @type RequestId: String
|
732
732
|
|
733
733
|
attr_accessor :PolicyId, :RequestId
|
734
|
-
|
734
|
+
|
735
735
|
def initialize(policyid=nil, requestid=nil)
|
736
736
|
@PolicyId = policyid
|
737
737
|
@RequestId = requestid
|
@@ -753,7 +753,7 @@ module TencentCloud
|
|
753
753
|
# @type SetAsDefault: Boolean
|
754
754
|
|
755
755
|
attr_accessor :PolicyId, :PolicyDocument, :SetAsDefault
|
756
|
-
|
756
|
+
|
757
757
|
def initialize(policyid=nil, policydocument=nil, setasdefault=nil)
|
758
758
|
@PolicyId = policyid
|
759
759
|
@PolicyDocument = policydocument
|
@@ -776,7 +776,7 @@ module TencentCloud
|
|
776
776
|
# @type RequestId: String
|
777
777
|
|
778
778
|
attr_accessor :VersionId, :RequestId
|
779
|
-
|
779
|
+
|
780
780
|
def initialize(versionid=nil, requestid=nil)
|
781
781
|
@VersionId = versionid
|
782
782
|
@RequestId = requestid
|
@@ -804,7 +804,7 @@ module TencentCloud
|
|
804
804
|
# @type Tags: Array
|
805
805
|
|
806
806
|
attr_accessor :RoleName, :PolicyDocument, :Description, :ConsoleLogin, :SessionDuration, :Tags
|
807
|
-
|
807
|
+
|
808
808
|
def initialize(rolename=nil, policydocument=nil, description=nil, consolelogin=nil, sessionduration=nil, tags=nil)
|
809
809
|
@RoleName = rolename
|
810
810
|
@PolicyDocument = policydocument
|
@@ -840,7 +840,7 @@ module TencentCloud
|
|
840
840
|
# @type RequestId: String
|
841
841
|
|
842
842
|
attr_accessor :RoleId, :RequestId
|
843
|
-
|
843
|
+
|
844
844
|
def initialize(roleid=nil, requestid=nil)
|
845
845
|
@RoleId = roleid
|
846
846
|
@RequestId = requestid
|
@@ -862,7 +862,7 @@ module TencentCloud
|
|
862
862
|
# @type SAMLMetadataDocument: String
|
863
863
|
|
864
864
|
attr_accessor :Name, :Description, :SAMLMetadataDocument
|
865
|
-
|
865
|
+
|
866
866
|
def initialize(name=nil, description=nil, samlmetadatadocument=nil)
|
867
867
|
@Name = name
|
868
868
|
@Description = description
|
@@ -884,7 +884,7 @@ module TencentCloud
|
|
884
884
|
# @type RequestId: String
|
885
885
|
|
886
886
|
attr_accessor :ProviderArn, :RequestId
|
887
|
-
|
887
|
+
|
888
888
|
def initialize(providerarn=nil, requestid=nil)
|
889
889
|
@ProviderArn = providerarn
|
890
890
|
@RequestId = requestid
|
@@ -908,7 +908,7 @@ module TencentCloud
|
|
908
908
|
# @type Tags: Array
|
909
909
|
|
910
910
|
attr_accessor :QCSServiceName, :CustomSuffix, :Description, :Tags
|
911
|
-
|
911
|
+
|
912
912
|
def initialize(qcsservicename=nil, customsuffix=nil, description=nil, tags=nil)
|
913
913
|
@QCSServiceName = qcsservicename
|
914
914
|
@CustomSuffix = customsuffix
|
@@ -939,7 +939,7 @@ module TencentCloud
|
|
939
939
|
# @type RequestId: String
|
940
940
|
|
941
941
|
attr_accessor :RoleId, :RequestId
|
942
|
-
|
942
|
+
|
943
943
|
def initialize(roleid=nil, requestid=nil)
|
944
944
|
@RoleId = roleid
|
945
945
|
@RequestId = requestid
|
@@ -974,7 +974,7 @@ module TencentCloud
|
|
974
974
|
# @type Description: String
|
975
975
|
|
976
976
|
attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :Scope, :Description
|
977
|
-
|
977
|
+
|
978
978
|
def initialize(identityurl=nil, identitykey=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, scope=nil, description=nil)
|
979
979
|
@IdentityUrl = identityurl
|
980
980
|
@IdentityKey = identitykey
|
@@ -1006,7 +1006,7 @@ module TencentCloud
|
|
1006
1006
|
# @type RequestId: String
|
1007
1007
|
|
1008
1008
|
attr_accessor :RequestId
|
1009
|
-
|
1009
|
+
|
1010
1010
|
def initialize(requestid=nil)
|
1011
1011
|
@RequestId = requestid
|
1012
1012
|
end
|
@@ -1024,7 +1024,7 @@ module TencentCloud
|
|
1024
1024
|
# @type AuxiliaryDomain: String
|
1025
1025
|
|
1026
1026
|
attr_accessor :SAMLMetadataDocument, :AuxiliaryDomain
|
1027
|
-
|
1027
|
+
|
1028
1028
|
def initialize(samlmetadatadocument=nil, auxiliarydomain=nil)
|
1029
1029
|
@SAMLMetadataDocument = samlmetadatadocument
|
1030
1030
|
@AuxiliaryDomain = auxiliarydomain
|
@@ -1042,7 +1042,7 @@ module TencentCloud
|
|
1042
1042
|
# @type RequestId: String
|
1043
1043
|
|
1044
1044
|
attr_accessor :RequestId
|
1045
|
-
|
1045
|
+
|
1046
1046
|
def initialize(requestid=nil)
|
1047
1047
|
@RequestId = requestid
|
1048
1048
|
end
|
@@ -1060,7 +1060,7 @@ module TencentCloud
|
|
1060
1060
|
# @type TargetUin: Integer
|
1061
1061
|
|
1062
1062
|
attr_accessor :AccessKeyId, :TargetUin
|
1063
|
-
|
1063
|
+
|
1064
1064
|
def initialize(accesskeyid=nil, targetuin=nil)
|
1065
1065
|
@AccessKeyId = accesskeyid
|
1066
1066
|
@TargetUin = targetuin
|
@@ -1078,7 +1078,7 @@ module TencentCloud
|
|
1078
1078
|
# @type RequestId: String
|
1079
1079
|
|
1080
1080
|
attr_accessor :RequestId
|
1081
|
-
|
1081
|
+
|
1082
1082
|
def initialize(requestid=nil)
|
1083
1083
|
@RequestId = requestid
|
1084
1084
|
end
|
@@ -1094,7 +1094,7 @@ module TencentCloud
|
|
1094
1094
|
# @type GroupId: Integer
|
1095
1095
|
|
1096
1096
|
attr_accessor :GroupId
|
1097
|
-
|
1097
|
+
|
1098
1098
|
def initialize(groupid=nil)
|
1099
1099
|
@GroupId = groupid
|
1100
1100
|
end
|
@@ -1110,7 +1110,7 @@ module TencentCloud
|
|
1110
1110
|
# @type RequestId: String
|
1111
1111
|
|
1112
1112
|
attr_accessor :RequestId
|
1113
|
-
|
1113
|
+
|
1114
1114
|
def initialize(requestid=nil)
|
1115
1115
|
@RequestId = requestid
|
1116
1116
|
end
|
@@ -1126,7 +1126,7 @@ module TencentCloud
|
|
1126
1126
|
# @type Name: String
|
1127
1127
|
|
1128
1128
|
attr_accessor :Name
|
1129
|
-
|
1129
|
+
|
1130
1130
|
def initialize(name=nil)
|
1131
1131
|
@Name = name
|
1132
1132
|
end
|
@@ -1142,7 +1142,7 @@ module TencentCloud
|
|
1142
1142
|
# @type RequestId: String
|
1143
1143
|
|
1144
1144
|
attr_accessor :RequestId
|
1145
|
-
|
1145
|
+
|
1146
1146
|
def initialize(requestid=nil)
|
1147
1147
|
@RequestId = requestid
|
1148
1148
|
end
|
@@ -1158,7 +1158,7 @@ module TencentCloud
|
|
1158
1158
|
# @type PolicyId: Array
|
1159
1159
|
|
1160
1160
|
attr_accessor :PolicyId
|
1161
|
-
|
1161
|
+
|
1162
1162
|
def initialize(policyid=nil)
|
1163
1163
|
@PolicyId = policyid
|
1164
1164
|
end
|
@@ -1174,7 +1174,7 @@ module TencentCloud
|
|
1174
1174
|
# @type RequestId: String
|
1175
1175
|
|
1176
1176
|
attr_accessor :RequestId
|
1177
|
-
|
1177
|
+
|
1178
1178
|
def initialize(requestid=nil)
|
1179
1179
|
@RequestId = requestid
|
1180
1180
|
end
|
@@ -1192,7 +1192,7 @@ module TencentCloud
|
|
1192
1192
|
# @type VersionId: Array
|
1193
1193
|
|
1194
1194
|
attr_accessor :PolicyId, :VersionId
|
1195
|
-
|
1195
|
+
|
1196
1196
|
def initialize(policyid=nil, versionid=nil)
|
1197
1197
|
@PolicyId = policyid
|
1198
1198
|
@VersionId = versionid
|
@@ -1210,7 +1210,7 @@ module TencentCloud
|
|
1210
1210
|
# @type RequestId: String
|
1211
1211
|
|
1212
1212
|
attr_accessor :RequestId
|
1213
|
-
|
1213
|
+
|
1214
1214
|
def initialize(requestid=nil)
|
1215
1215
|
@RequestId = requestid
|
1216
1216
|
end
|
@@ -1228,7 +1228,7 @@ module TencentCloud
|
|
1228
1228
|
# @type RoleName: String
|
1229
1229
|
|
1230
1230
|
attr_accessor :RoleId, :RoleName
|
1231
|
-
|
1231
|
+
|
1232
1232
|
def initialize(roleid=nil, rolename=nil)
|
1233
1233
|
@RoleId = roleid
|
1234
1234
|
@RoleName = rolename
|
@@ -1246,7 +1246,7 @@ module TencentCloud
|
|
1246
1246
|
# @type RequestId: String
|
1247
1247
|
|
1248
1248
|
attr_accessor :RequestId
|
1249
|
-
|
1249
|
+
|
1250
1250
|
def initialize(requestid=nil)
|
1251
1251
|
@RequestId = requestid
|
1252
1252
|
end
|
@@ -1264,7 +1264,7 @@ module TencentCloud
|
|
1264
1264
|
# @type RoleName: String
|
1265
1265
|
|
1266
1266
|
attr_accessor :RoleId, :RoleName
|
1267
|
-
|
1267
|
+
|
1268
1268
|
def initialize(roleid=nil, rolename=nil)
|
1269
1269
|
@RoleId = roleid
|
1270
1270
|
@RoleName = rolename
|
@@ -1282,7 +1282,7 @@ module TencentCloud
|
|
1282
1282
|
# @type RequestId: String
|
1283
1283
|
|
1284
1284
|
attr_accessor :RequestId
|
1285
|
-
|
1285
|
+
|
1286
1286
|
def initialize(requestid=nil)
|
1287
1287
|
@RequestId = requestid
|
1288
1288
|
end
|
@@ -1298,7 +1298,7 @@ module TencentCloud
|
|
1298
1298
|
# @type Name: String
|
1299
1299
|
|
1300
1300
|
attr_accessor :Name
|
1301
|
-
|
1301
|
+
|
1302
1302
|
def initialize(name=nil)
|
1303
1303
|
@Name = name
|
1304
1304
|
end
|
@@ -1314,7 +1314,7 @@ module TencentCloud
|
|
1314
1314
|
# @type RequestId: String
|
1315
1315
|
|
1316
1316
|
attr_accessor :RequestId
|
1317
|
-
|
1317
|
+
|
1318
1318
|
def initialize(requestid=nil)
|
1319
1319
|
@RequestId = requestid
|
1320
1320
|
end
|
@@ -1330,7 +1330,7 @@ module TencentCloud
|
|
1330
1330
|
# @type RoleName: String
|
1331
1331
|
|
1332
1332
|
attr_accessor :RoleName
|
1333
|
-
|
1333
|
+
|
1334
1334
|
def initialize(rolename=nil)
|
1335
1335
|
@RoleName = rolename
|
1336
1336
|
end
|
@@ -1348,7 +1348,7 @@ module TencentCloud
|
|
1348
1348
|
# @type RequestId: String
|
1349
1349
|
|
1350
1350
|
attr_accessor :DeletionTaskId, :RequestId
|
1351
|
-
|
1351
|
+
|
1352
1352
|
def initialize(deletiontaskid=nil, requestid=nil)
|
1353
1353
|
@DeletionTaskId = deletiontaskid
|
1354
1354
|
@RequestId = requestid
|
@@ -1366,7 +1366,7 @@ module TencentCloud
|
|
1366
1366
|
# @type TargetUin: Integer
|
1367
1367
|
|
1368
1368
|
attr_accessor :TargetUin
|
1369
|
-
|
1369
|
+
|
1370
1370
|
def initialize(targetuin=nil)
|
1371
1371
|
@TargetUin = targetuin
|
1372
1372
|
end
|
@@ -1382,7 +1382,7 @@ module TencentCloud
|
|
1382
1382
|
# @type RequestId: String
|
1383
1383
|
|
1384
1384
|
attr_accessor :RequestId
|
1385
|
-
|
1385
|
+
|
1386
1386
|
def initialize(requestid=nil)
|
1387
1387
|
@RequestId = requestid
|
1388
1388
|
end
|
@@ -1400,7 +1400,7 @@ module TencentCloud
|
|
1400
1400
|
# @type Force: Integer
|
1401
1401
|
|
1402
1402
|
attr_accessor :Name, :Force
|
1403
|
-
|
1403
|
+
|
1404
1404
|
def initialize(name=nil, force=nil)
|
1405
1405
|
@Name = name
|
1406
1406
|
@Force = force
|
@@ -1418,7 +1418,7 @@ module TencentCloud
|
|
1418
1418
|
# @type RequestId: String
|
1419
1419
|
|
1420
1420
|
attr_accessor :RequestId
|
1421
|
-
|
1421
|
+
|
1422
1422
|
def initialize(requestid=nil)
|
1423
1423
|
@RequestId = requestid
|
1424
1424
|
end
|
@@ -1434,7 +1434,7 @@ module TencentCloud
|
|
1434
1434
|
# @type Name: String
|
1435
1435
|
|
1436
1436
|
attr_accessor :Name
|
1437
|
-
|
1437
|
+
|
1438
1438
|
def initialize(name=nil)
|
1439
1439
|
@Name = name
|
1440
1440
|
end
|
@@ -1464,7 +1464,7 @@ module TencentCloud
|
|
1464
1464
|
# @type RequestId: String
|
1465
1465
|
|
1466
1466
|
attr_accessor :ProviderType, :IdentityUrl, :IdentityKey, :ClientId, :Status, :Description, :Name, :RequestId
|
1467
|
-
|
1467
|
+
|
1468
1468
|
def initialize(providertype=nil, identityurl=nil, identitykey=nil, clientid=nil, status=nil, description=nil, name=nil, requestid=nil)
|
1469
1469
|
@ProviderType = providertype
|
1470
1470
|
@IdentityUrl = identityurl
|
@@ -1498,7 +1498,7 @@ module TencentCloud
|
|
1498
1498
|
# @type Tags: Array
|
1499
1499
|
|
1500
1500
|
attr_accessor :Page, :Rp, :Tags
|
1501
|
-
|
1501
|
+
|
1502
1502
|
def initialize(page=nil, rp=nil, tags=nil)
|
1503
1503
|
@Page = page
|
1504
1504
|
@Rp = rp
|
@@ -1530,7 +1530,7 @@ module TencentCloud
|
|
1530
1530
|
# @type RequestId: String
|
1531
1531
|
|
1532
1532
|
attr_accessor :List, :TotalNum, :RequestId
|
1533
|
-
|
1533
|
+
|
1534
1534
|
def initialize(list=nil, totalnum=nil, requestid=nil)
|
1535
1535
|
@List = list
|
1536
1536
|
@TotalNum = totalnum
|
@@ -1557,7 +1557,7 @@ module TencentCloud
|
|
1557
1557
|
# @type SubUin: Integer
|
1558
1558
|
|
1559
1559
|
attr_accessor :SubUin
|
1560
|
-
|
1560
|
+
|
1561
1561
|
def initialize(subuin=nil)
|
1562
1562
|
@SubUin = subuin
|
1563
1563
|
end
|
@@ -1582,7 +1582,7 @@ module TencentCloud
|
|
1582
1582
|
# @type RequestId: String
|
1583
1583
|
|
1584
1584
|
attr_accessor :LoginFlag, :ActionFlag, :OffsiteFlag, :PromptTrust, :RequestId
|
1585
|
-
|
1585
|
+
|
1586
1586
|
def initialize(loginflag=nil, actionflag=nil, offsiteflag=nil, prompttrust=nil, requestid=nil)
|
1587
1587
|
@LoginFlag = loginflag
|
1588
1588
|
@ActionFlag = actionflag
|
@@ -1612,7 +1612,7 @@ module TencentCloud
|
|
1612
1612
|
# DescribeSafeAuthFlagIntl请求参数结构体
|
1613
1613
|
class DescribeSafeAuthFlagIntlRequest < TencentCloud::Common::AbstractModel
|
1614
1614
|
|
1615
|
-
|
1615
|
+
|
1616
1616
|
def initialize()
|
1617
1617
|
end
|
1618
1618
|
|
@@ -1632,7 +1632,7 @@ module TencentCloud
|
|
1632
1632
|
# @type RequestId: String
|
1633
1633
|
|
1634
1634
|
attr_accessor :LoginFlag, :ActionFlag, :OffsiteFlag, :RequestId
|
1635
|
-
|
1635
|
+
|
1636
1636
|
def initialize(loginflag=nil, actionflag=nil, offsiteflag=nil, requestid=nil)
|
1637
1637
|
@LoginFlag = loginflag
|
1638
1638
|
@ActionFlag = actionflag
|
@@ -1660,7 +1660,7 @@ module TencentCloud
|
|
1660
1660
|
# DescribeSafeAuthFlag请求参数结构体
|
1661
1661
|
class DescribeSafeAuthFlagRequest < TencentCloud::Common::AbstractModel
|
1662
1662
|
|
1663
|
-
|
1663
|
+
|
1664
1664
|
def initialize()
|
1665
1665
|
end
|
1666
1666
|
|
@@ -1682,7 +1682,7 @@ module TencentCloud
|
|
1682
1682
|
# @type RequestId: String
|
1683
1683
|
|
1684
1684
|
attr_accessor :LoginFlag, :ActionFlag, :OffsiteFlag, :PromptTrust, :RequestId
|
1685
|
-
|
1685
|
+
|
1686
1686
|
def initialize(loginflag=nil, actionflag=nil, offsiteflag=nil, prompttrust=nil, requestid=nil)
|
1687
1687
|
@LoginFlag = loginflag
|
1688
1688
|
@ActionFlag = actionflag
|
@@ -1715,7 +1715,7 @@ module TencentCloud
|
|
1715
1715
|
# @type FilterSubAccountUin: Array
|
1716
1716
|
|
1717
1717
|
attr_accessor :FilterSubAccountUin
|
1718
|
-
|
1718
|
+
|
1719
1719
|
def initialize(filtersubaccountuin=nil)
|
1720
1720
|
@FilterSubAccountUin = filtersubaccountuin
|
1721
1721
|
end
|
@@ -1733,7 +1733,7 @@ module TencentCloud
|
|
1733
1733
|
# @type RequestId: String
|
1734
1734
|
|
1735
1735
|
attr_accessor :SubAccounts, :RequestId
|
1736
|
-
|
1736
|
+
|
1737
1737
|
def initialize(subaccounts=nil, requestid=nil)
|
1738
1738
|
@SubAccounts = subaccounts
|
1739
1739
|
@RequestId = requestid
|
@@ -1755,7 +1755,7 @@ module TencentCloud
|
|
1755
1755
|
# DescribeUserOIDCConfig请求参数结构体
|
1756
1756
|
class DescribeUserOIDCConfigRequest < TencentCloud::Common::AbstractModel
|
1757
1757
|
|
1758
|
-
|
1758
|
+
|
1759
1759
|
def initialize()
|
1760
1760
|
end
|
1761
1761
|
|
@@ -1791,7 +1791,7 @@ module TencentCloud
|
|
1791
1791
|
# @type RequestId: String
|
1792
1792
|
|
1793
1793
|
attr_accessor :ProviderType, :IdentityUrl, :IdentityKey, :ClientId, :Status, :AuthorizationEndpoint, :Scope, :ResponseType, :ResponseMode, :MappingFiled, :Description, :RequestId
|
1794
|
-
|
1794
|
+
|
1795
1795
|
def initialize(providertype=nil, identityurl=nil, identitykey=nil, clientid=nil, status=nil, authorizationendpoint=nil, scope=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, description=nil, requestid=nil)
|
1796
1796
|
@ProviderType = providertype
|
1797
1797
|
@IdentityUrl = identityurl
|
@@ -1826,7 +1826,7 @@ module TencentCloud
|
|
1826
1826
|
# DescribeUserSAMLConfig请求参数结构体
|
1827
1827
|
class DescribeUserSAMLConfigRequest < TencentCloud::Common::AbstractModel
|
1828
1828
|
|
1829
|
-
|
1829
|
+
|
1830
1830
|
def initialize()
|
1831
1831
|
end
|
1832
1832
|
|
@@ -1846,7 +1846,7 @@ module TencentCloud
|
|
1846
1846
|
# @type RequestId: String
|
1847
1847
|
|
1848
1848
|
attr_accessor :SAMLMetadata, :Status, :AuxiliaryDomain, :RequestId
|
1849
|
-
|
1849
|
+
|
1850
1850
|
def initialize(samlmetadata=nil, status=nil, auxiliarydomain=nil, requestid=nil)
|
1851
1851
|
@SAMLMetadata = samlmetadata
|
1852
1852
|
@Status = status
|
@@ -1870,7 +1870,7 @@ module TencentCloud
|
|
1870
1870
|
# @type DetachGroupId: Integer
|
1871
1871
|
|
1872
1872
|
attr_accessor :PolicyId, :DetachGroupId
|
1873
|
-
|
1873
|
+
|
1874
1874
|
def initialize(policyid=nil, detachgroupid=nil)
|
1875
1875
|
@PolicyId = policyid
|
1876
1876
|
@DetachGroupId = detachgroupid
|
@@ -1888,7 +1888,7 @@ module TencentCloud
|
|
1888
1888
|
# @type RequestId: String
|
1889
1889
|
|
1890
1890
|
attr_accessor :RequestId
|
1891
|
-
|
1891
|
+
|
1892
1892
|
def initialize(requestid=nil)
|
1893
1893
|
@RequestId = requestid
|
1894
1894
|
end
|
@@ -1910,7 +1910,7 @@ module TencentCloud
|
|
1910
1910
|
# @type PolicyName: String
|
1911
1911
|
|
1912
1912
|
attr_accessor :PolicyId, :DetachRoleId, :DetachRoleName, :PolicyName
|
1913
|
-
|
1913
|
+
|
1914
1914
|
def initialize(policyid=nil, detachroleid=nil, detachrolename=nil, policyname=nil)
|
1915
1915
|
@PolicyId = policyid
|
1916
1916
|
@DetachRoleId = detachroleid
|
@@ -1932,7 +1932,7 @@ module TencentCloud
|
|
1932
1932
|
# @type RequestId: String
|
1933
1933
|
|
1934
1934
|
attr_accessor :RequestId
|
1935
|
-
|
1935
|
+
|
1936
1936
|
def initialize(requestid=nil)
|
1937
1937
|
@RequestId = requestid
|
1938
1938
|
end
|
@@ -1950,7 +1950,7 @@ module TencentCloud
|
|
1950
1950
|
# @type DetachUin: Integer
|
1951
1951
|
|
1952
1952
|
attr_accessor :PolicyId, :DetachUin
|
1953
|
-
|
1953
|
+
|
1954
1954
|
def initialize(policyid=nil, detachuin=nil)
|
1955
1955
|
@PolicyId = policyid
|
1956
1956
|
@DetachUin = detachuin
|
@@ -1968,7 +1968,7 @@ module TencentCloud
|
|
1968
1968
|
# @type RequestId: String
|
1969
1969
|
|
1970
1970
|
attr_accessor :RequestId
|
1971
|
-
|
1971
|
+
|
1972
1972
|
def initialize(requestid=nil)
|
1973
1973
|
@RequestId = requestid
|
1974
1974
|
end
|
@@ -1981,7 +1981,7 @@ module TencentCloud
|
|
1981
1981
|
# DisableUserSSO请求参数结构体
|
1982
1982
|
class DisableUserSSORequest < TencentCloud::Common::AbstractModel
|
1983
1983
|
|
1984
|
-
|
1984
|
+
|
1985
1985
|
def initialize()
|
1986
1986
|
end
|
1987
1987
|
|
@@ -1995,7 +1995,7 @@ module TencentCloud
|
|
1995
1995
|
# @type RequestId: String
|
1996
1996
|
|
1997
1997
|
attr_accessor :RequestId
|
1998
|
-
|
1998
|
+
|
1999
1999
|
def initialize(requestid=nil)
|
2000
2000
|
@RequestId = requestid
|
2001
2001
|
end
|
@@ -2008,7 +2008,7 @@ module TencentCloud
|
|
2008
2008
|
# GetAccountSummary请求参数结构体
|
2009
2009
|
class GetAccountSummaryRequest < TencentCloud::Common::AbstractModel
|
2010
2010
|
|
2011
|
-
|
2011
|
+
|
2012
2012
|
def initialize()
|
2013
2013
|
end
|
2014
2014
|
|
@@ -2034,7 +2034,7 @@ module TencentCloud
|
|
2034
2034
|
# @type RequestId: String
|
2035
2035
|
|
2036
2036
|
attr_accessor :Policies, :Roles, :Idps, :User, :Group, :Member, :RequestId
|
2037
|
-
|
2037
|
+
|
2038
2038
|
def initialize(policies=nil, roles=nil, idps=nil, user=nil, group=nil, member=nil, requestid=nil)
|
2039
2039
|
@Policies = policies
|
2040
2040
|
@Roles = roles
|
@@ -2062,7 +2062,7 @@ module TencentCloud
|
|
2062
2062
|
# @type MFAToken: String
|
2063
2063
|
|
2064
2064
|
attr_accessor :MFAToken
|
2065
|
-
|
2065
|
+
|
2066
2066
|
def initialize(mfatoken=nil)
|
2067
2067
|
@MFAToken = mfatoken
|
2068
2068
|
end
|
@@ -2080,7 +2080,7 @@ module TencentCloud
|
|
2080
2080
|
# @type RequestId: String
|
2081
2081
|
|
2082
2082
|
attr_accessor :Uin, :RequestId
|
2083
|
-
|
2083
|
+
|
2084
2084
|
def initialize(uin=nil, requestid=nil)
|
2085
2085
|
@Uin = uin
|
2086
2086
|
@RequestId = requestid
|
@@ -2098,7 +2098,7 @@ module TencentCloud
|
|
2098
2098
|
# @type GroupId: Integer
|
2099
2099
|
|
2100
2100
|
attr_accessor :GroupId
|
2101
|
-
|
2101
|
+
|
2102
2102
|
def initialize(groupid=nil)
|
2103
2103
|
@GroupId = groupid
|
2104
2104
|
end
|
@@ -2126,7 +2126,7 @@ module TencentCloud
|
|
2126
2126
|
# @type RequestId: String
|
2127
2127
|
|
2128
2128
|
attr_accessor :GroupId, :GroupName, :GroupNum, :Remark, :CreateTime, :UserInfo, :RequestId
|
2129
|
-
|
2129
|
+
|
2130
2130
|
def initialize(groupid=nil, groupname=nil, groupnum=nil, remark=nil, createtime=nil, userinfo=nil, requestid=nil)
|
2131
2131
|
@GroupId = groupid
|
2132
2132
|
@GroupName = groupname
|
@@ -2161,7 +2161,7 @@ module TencentCloud
|
|
2161
2161
|
# @type PolicyId: Integer
|
2162
2162
|
|
2163
2163
|
attr_accessor :PolicyId
|
2164
|
-
|
2164
|
+
|
2165
2165
|
def initialize(policyid=nil)
|
2166
2166
|
@PolicyId = policyid
|
2167
2167
|
end
|
@@ -2201,7 +2201,7 @@ module TencentCloud
|
|
2201
2201
|
# @type RequestId: String
|
2202
2202
|
|
2203
2203
|
attr_accessor :PolicyName, :Description, :Type, :AddTime, :UpdateTime, :PolicyDocument, :PresetAlias, :IsServiceLinkedRolePolicy, :RequestId
|
2204
|
-
|
2204
|
+
|
2205
2205
|
def initialize(policyname=nil, description=nil, type=nil, addtime=nil, updatetime=nil, policydocument=nil, presetalias=nil, isservicelinkedrolepolicy=nil, requestid=nil)
|
2206
2206
|
@PolicyName = policyname
|
2207
2207
|
@Description = description
|
@@ -2235,7 +2235,7 @@ module TencentCloud
|
|
2235
2235
|
# @type VersionId: Integer
|
2236
2236
|
|
2237
2237
|
attr_accessor :PolicyId, :VersionId
|
2238
|
-
|
2238
|
+
|
2239
2239
|
def initialize(policyid=nil, versionid=nil)
|
2240
2240
|
@PolicyId = policyid
|
2241
2241
|
@VersionId = versionid
|
@@ -2256,7 +2256,7 @@ module TencentCloud
|
|
2256
2256
|
# @type RequestId: String
|
2257
2257
|
|
2258
2258
|
attr_accessor :PolicyVersion, :RequestId
|
2259
|
-
|
2259
|
+
|
2260
2260
|
def initialize(policyversion=nil, requestid=nil)
|
2261
2261
|
@PolicyVersion = policyversion
|
2262
2262
|
@RequestId = requestid
|
@@ -2277,7 +2277,7 @@ module TencentCloud
|
|
2277
2277
|
# @type RoleId: String
|
2278
2278
|
|
2279
2279
|
attr_accessor :RoleId
|
2280
|
-
|
2280
|
+
|
2281
2281
|
def initialize(roleid=nil)
|
2282
2282
|
@RoleId = roleid
|
2283
2283
|
end
|
@@ -2308,7 +2308,7 @@ module TencentCloud
|
|
2308
2308
|
# @type RequestId: String
|
2309
2309
|
|
2310
2310
|
attr_accessor :PolicyId, :PolicyName, :PolicyDocument, :PolicyType, :CreateMode, :RequestId
|
2311
|
-
|
2311
|
+
|
2312
2312
|
def initialize(policyid=nil, policyname=nil, policydocument=nil, policytype=nil, createmode=nil, requestid=nil)
|
2313
2313
|
@PolicyId = policyid
|
2314
2314
|
@PolicyName = policyname
|
@@ -2336,7 +2336,7 @@ module TencentCloud
|
|
2336
2336
|
# @type RoleName: String
|
2337
2337
|
|
2338
2338
|
attr_accessor :RoleId, :RoleName
|
2339
|
-
|
2339
|
+
|
2340
2340
|
def initialize(roleid=nil, rolename=nil)
|
2341
2341
|
@RoleId = roleid
|
2342
2342
|
@RoleName = rolename
|
@@ -2356,7 +2356,7 @@ module TencentCloud
|
|
2356
2356
|
# @type RequestId: String
|
2357
2357
|
|
2358
2358
|
attr_accessor :RoleInfo, :RequestId
|
2359
|
-
|
2359
|
+
|
2360
2360
|
def initialize(roleinfo=nil, requestid=nil)
|
2361
2361
|
@RoleInfo = roleinfo
|
2362
2362
|
@RequestId = requestid
|
@@ -2377,7 +2377,7 @@ module TencentCloud
|
|
2377
2377
|
# @type Name: String
|
2378
2378
|
|
2379
2379
|
attr_accessor :Name
|
2380
|
-
|
2380
|
+
|
2381
2381
|
def initialize(name=nil)
|
2382
2382
|
@Name = name
|
2383
2383
|
end
|
@@ -2403,7 +2403,7 @@ module TencentCloud
|
|
2403
2403
|
# @type RequestId: String
|
2404
2404
|
|
2405
2405
|
attr_accessor :Name, :Description, :CreateTime, :ModifyTime, :SAMLMetadata, :RequestId
|
2406
|
-
|
2406
|
+
|
2407
2407
|
def initialize(name=nil, description=nil, createtime=nil, modifytime=nil, samlmetadata=nil, requestid=nil)
|
2408
2408
|
@Name = name
|
2409
2409
|
@Description = description
|
@@ -2429,7 +2429,7 @@ module TencentCloud
|
|
2429
2429
|
# @type SecretIdList: Array
|
2430
2430
|
|
2431
2431
|
attr_accessor :SecretIdList
|
2432
|
-
|
2432
|
+
|
2433
2433
|
def initialize(secretidlist=nil)
|
2434
2434
|
@SecretIdList = secretidlist
|
2435
2435
|
end
|
@@ -2447,7 +2447,7 @@ module TencentCloud
|
|
2447
2447
|
# @type RequestId: String
|
2448
2448
|
|
2449
2449
|
attr_accessor :SecretIdLastUsedRows, :RequestId
|
2450
|
-
|
2450
|
+
|
2451
2451
|
def initialize(secretidlastusedrows=nil, requestid=nil)
|
2452
2452
|
@SecretIdLastUsedRows = secretidlastusedrows
|
2453
2453
|
@RequestId = requestid
|
@@ -2472,7 +2472,7 @@ module TencentCloud
|
|
2472
2472
|
# @type DeletionTaskId: String
|
2473
2473
|
|
2474
2474
|
attr_accessor :DeletionTaskId
|
2475
|
-
|
2475
|
+
|
2476
2476
|
def initialize(deletiontaskid=nil)
|
2477
2477
|
@DeletionTaskId = deletiontaskid
|
2478
2478
|
end
|
@@ -2498,7 +2498,7 @@ module TencentCloud
|
|
2498
2498
|
# @type RequestId: String
|
2499
2499
|
|
2500
2500
|
attr_accessor :Status, :Reason, :ServiceType, :ServiceName, :RequestId
|
2501
|
-
|
2501
|
+
|
2502
2502
|
def initialize(status=nil, reason=nil, servicetype=nil, servicename=nil, requestid=nil)
|
2503
2503
|
@Status = status
|
2504
2504
|
@Reason = reason
|
@@ -2519,7 +2519,7 @@ module TencentCloud
|
|
2519
2519
|
# GetUserAppId请求参数结构体
|
2520
2520
|
class GetUserAppIdRequest < TencentCloud::Common::AbstractModel
|
2521
2521
|
|
2522
|
-
|
2522
|
+
|
2523
2523
|
def initialize()
|
2524
2524
|
end
|
2525
2525
|
|
@@ -2539,7 +2539,7 @@ module TencentCloud
|
|
2539
2539
|
# @type RequestId: String
|
2540
2540
|
|
2541
2541
|
attr_accessor :Uin, :OwnerUin, :AppId, :RequestId
|
2542
|
-
|
2542
|
+
|
2543
2543
|
def initialize(uin=nil, owneruin=nil, appid=nil, requestid=nil)
|
2544
2544
|
@Uin = uin
|
2545
2545
|
@OwnerUin = owneruin
|
@@ -2561,7 +2561,7 @@ module TencentCloud
|
|
2561
2561
|
# @type TargetUin: Integer
|
2562
2562
|
|
2563
2563
|
attr_accessor :TargetUin
|
2564
|
-
|
2564
|
+
|
2565
2565
|
def initialize(targetuin=nil)
|
2566
2566
|
@TargetUin = targetuin
|
2567
2567
|
end
|
@@ -2592,7 +2592,7 @@ module TencentCloud
|
|
2592
2592
|
# @type RequestId: String
|
2593
2593
|
|
2594
2594
|
attr_accessor :PolicyId, :PolicyName, :PolicyDocument, :PolicyType, :CreateMode, :RequestId
|
2595
|
-
|
2595
|
+
|
2596
2596
|
def initialize(policyid=nil, policyname=nil, policydocument=nil, policytype=nil, createmode=nil, requestid=nil)
|
2597
2597
|
@PolicyId = policyid
|
2598
2598
|
@PolicyName = policyname
|
@@ -2618,7 +2618,7 @@ module TencentCloud
|
|
2618
2618
|
# @type Name: String
|
2619
2619
|
|
2620
2620
|
attr_accessor :Name
|
2621
|
-
|
2621
|
+
|
2622
2622
|
def initialize(name=nil)
|
2623
2623
|
@Name = name
|
2624
2624
|
end
|
@@ -2657,7 +2657,7 @@ module TencentCloud
|
|
2657
2657
|
# @type RequestId: String
|
2658
2658
|
|
2659
2659
|
attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :RecentlyLoginIP, :RecentlyLoginTime, :RequestId
|
2660
|
-
|
2660
|
+
|
2661
2661
|
def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, recentlyloginip=nil, recentlylogintime=nil, requestid=nil)
|
2662
2662
|
@Uin = uin
|
2663
2663
|
@Name = name
|
@@ -2697,7 +2697,7 @@ module TencentCloud
|
|
2697
2697
|
# @type Uin: Integer
|
2698
2698
|
|
2699
2699
|
attr_accessor :GroupId, :Uid, :Uin
|
2700
|
-
|
2700
|
+
|
2701
2701
|
def initialize(groupid=nil, uid=nil, uin=nil)
|
2702
2702
|
@GroupId = groupid
|
2703
2703
|
@Uid = uid
|
@@ -2723,7 +2723,7 @@ module TencentCloud
|
|
2723
2723
|
# @type Remark: String
|
2724
2724
|
|
2725
2725
|
attr_accessor :GroupId, :GroupName, :CreateTime, :Remark
|
2726
|
-
|
2726
|
+
|
2727
2727
|
def initialize(groupid=nil, groupname=nil, createtime=nil, remark=nil)
|
2728
2728
|
@GroupId = groupid
|
2729
2729
|
@GroupName = groupname
|
@@ -2765,7 +2765,7 @@ module TencentCloud
|
|
2765
2765
|
# @type IsReceiverOwner: Integer
|
2766
2766
|
|
2767
2767
|
attr_accessor :Uid, :Uin, :Name, :PhoneNum, :CountryCode, :PhoneFlag, :Email, :EmailFlag, :UserType, :CreateTime, :IsReceiverOwner
|
2768
|
-
|
2768
|
+
|
2769
2769
|
def initialize(uid=nil, uin=nil, name=nil, phonenum=nil, countrycode=nil, phoneflag=nil, email=nil, emailflag=nil, usertype=nil, createtime=nil, isreceiverowner=nil)
|
2770
2770
|
@Uid = uid
|
2771
2771
|
@Uin = uin
|
@@ -2801,7 +2801,7 @@ module TencentCloud
|
|
2801
2801
|
# @type TargetUin: Integer
|
2802
2802
|
|
2803
2803
|
attr_accessor :TargetUin
|
2804
|
-
|
2804
|
+
|
2805
2805
|
def initialize(targetuin=nil)
|
2806
2806
|
@TargetUin = targetuin
|
2807
2807
|
end
|
@@ -2820,7 +2820,7 @@ module TencentCloud
|
|
2820
2820
|
# @type RequestId: String
|
2821
2821
|
|
2822
2822
|
attr_accessor :AccessKeys, :RequestId
|
2823
|
-
|
2823
|
+
|
2824
2824
|
def initialize(accesskeys=nil, requestid=nil)
|
2825
2825
|
@AccessKeys = accesskeys
|
2826
2826
|
@RequestId = requestid
|
@@ -2851,7 +2851,7 @@ module TencentCloud
|
|
2851
2851
|
# @type Keyword: String
|
2852
2852
|
|
2853
2853
|
attr_accessor :TargetGroupId, :Page, :Rp, :Keyword
|
2854
|
-
|
2854
|
+
|
2855
2855
|
def initialize(targetgroupid=nil, page=nil, rp=nil, keyword=nil)
|
2856
2856
|
@TargetGroupId = targetgroupid
|
2857
2857
|
@Page = page
|
@@ -2877,7 +2877,7 @@ module TencentCloud
|
|
2877
2877
|
# @type RequestId: String
|
2878
2878
|
|
2879
2879
|
attr_accessor :TotalNum, :List, :RequestId
|
2880
|
-
|
2880
|
+
|
2881
2881
|
def initialize(totalnum=nil, list=nil, requestid=nil)
|
2882
2882
|
@TotalNum = totalnum
|
2883
2883
|
@List = list
|
@@ -2914,7 +2914,7 @@ module TencentCloud
|
|
2914
2914
|
# @type Keyword: String
|
2915
2915
|
|
2916
2916
|
attr_accessor :Page, :Rp, :RoleId, :RoleName, :PolicyType, :Keyword
|
2917
|
-
|
2917
|
+
|
2918
2918
|
def initialize(page=nil, rp=nil, roleid=nil, rolename=nil, policytype=nil, keyword=nil)
|
2919
2919
|
@Page = page
|
2920
2920
|
@Rp = rp
|
@@ -2944,7 +2944,7 @@ module TencentCloud
|
|
2944
2944
|
# @type RequestId: String
|
2945
2945
|
|
2946
2946
|
attr_accessor :List, :TotalNum, :RequestId
|
2947
|
-
|
2947
|
+
|
2948
2948
|
def initialize(list=nil, totalnum=nil, requestid=nil)
|
2949
2949
|
@List = list
|
2950
2950
|
@TotalNum = totalnum
|
@@ -2981,7 +2981,7 @@ module TencentCloud
|
|
2981
2981
|
# @type Keyword: String
|
2982
2982
|
|
2983
2983
|
attr_accessor :TargetUin, :Rp, :Page, :AttachType, :StrategyType, :Keyword
|
2984
|
-
|
2984
|
+
|
2985
2985
|
def initialize(targetuin=nil, rp=nil, page=nil, attachtype=nil, strategytype=nil, keyword=nil)
|
2986
2986
|
@TargetUin = targetuin
|
2987
2987
|
@Rp = rp
|
@@ -3011,7 +3011,7 @@ module TencentCloud
|
|
3011
3011
|
# @type RequestId: String
|
3012
3012
|
|
3013
3013
|
attr_accessor :PolicyList, :TotalNum, :RequestId
|
3014
|
-
|
3014
|
+
|
3015
3015
|
def initialize(policylist=nil, totalnum=nil, requestid=nil)
|
3016
3016
|
@PolicyList = policylist
|
3017
3017
|
@TotalNum = totalnum
|
@@ -3042,7 +3042,7 @@ module TencentCloud
|
|
3042
3042
|
# @type Rp: Integer
|
3043
3043
|
|
3044
3044
|
attr_accessor :TargetUin, :Page, :Rp
|
3045
|
-
|
3045
|
+
|
3046
3046
|
def initialize(targetuin=nil, page=nil, rp=nil)
|
3047
3047
|
@TargetUin = targetuin
|
3048
3048
|
@Page = page
|
@@ -3066,7 +3066,7 @@ module TencentCloud
|
|
3066
3066
|
# @type RequestId: String
|
3067
3067
|
|
3068
3068
|
attr_accessor :TotalNum, :List, :RequestId
|
3069
|
-
|
3069
|
+
|
3070
3070
|
def initialize(totalnum=nil, list=nil, requestid=nil)
|
3071
3071
|
@TotalNum = totalnum
|
3072
3072
|
@List = list
|
@@ -3095,7 +3095,7 @@ module TencentCloud
|
|
3095
3095
|
# @type Offset: Integer
|
3096
3096
|
|
3097
3097
|
attr_accessor :Limit, :Offset
|
3098
|
-
|
3098
|
+
|
3099
3099
|
def initialize(limit=nil, offset=nil)
|
3100
3100
|
@Limit = limit
|
3101
3101
|
@Offset = offset
|
@@ -3117,7 +3117,7 @@ module TencentCloud
|
|
3117
3117
|
# @type RequestId: String
|
3118
3118
|
|
3119
3119
|
attr_accessor :TotalNum, :Data, :RequestId
|
3120
|
-
|
3120
|
+
|
3121
3121
|
def initialize(totalnum=nil, data=nil, requestid=nil)
|
3122
3122
|
@TotalNum = totalnum
|
3123
3123
|
@Data = data
|
@@ -3150,7 +3150,7 @@ module TencentCloud
|
|
3150
3150
|
# @type EntityFilter: String
|
3151
3151
|
|
3152
3152
|
attr_accessor :PolicyId, :Page, :Rp, :EntityFilter
|
3153
|
-
|
3153
|
+
|
3154
3154
|
def initialize(policyid=nil, page=nil, rp=nil, entityfilter=nil)
|
3155
3155
|
@PolicyId = policyid
|
3156
3156
|
@Page = page
|
@@ -3178,7 +3178,7 @@ module TencentCloud
|
|
3178
3178
|
# @type RequestId: String
|
3179
3179
|
|
3180
3180
|
attr_accessor :TotalNum, :List, :RequestId
|
3181
|
-
|
3181
|
+
|
3182
3182
|
def initialize(totalnum=nil, list=nil, requestid=nil)
|
3183
3183
|
@TotalNum = totalnum
|
3184
3184
|
@List = list
|
@@ -3207,7 +3207,7 @@ module TencentCloud
|
|
3207
3207
|
# @type Description: String
|
3208
3208
|
|
3209
3209
|
attr_accessor :Name, :Description
|
3210
|
-
|
3210
|
+
|
3211
3211
|
def initialize(name=nil, description=nil)
|
3212
3212
|
@Name = name
|
3213
3213
|
@Description = description
|
@@ -3229,7 +3229,7 @@ module TencentCloud
|
|
3229
3229
|
# @type Policy: Array
|
3230
3230
|
|
3231
3231
|
attr_accessor :Service, :Action, :Policy
|
3232
|
-
|
3232
|
+
|
3233
3233
|
def initialize(service=nil, action=nil, policy=nil)
|
3234
3234
|
@Service = service
|
3235
3235
|
@Action = action
|
@@ -3272,7 +3272,7 @@ module TencentCloud
|
|
3272
3272
|
# @type PolicyDescription: String
|
3273
3273
|
|
3274
3274
|
attr_accessor :PolicyId, :PolicyName, :PolicyType, :PolicyDescription
|
3275
|
-
|
3275
|
+
|
3276
3276
|
def initialize(policyid=nil, policyname=nil, policytype=nil, policydescription=nil)
|
3277
3277
|
@PolicyId = policyid
|
3278
3278
|
@PolicyName = policyname
|
@@ -3296,7 +3296,7 @@ module TencentCloud
|
|
3296
3296
|
# @type ServiceName: String
|
3297
3297
|
|
3298
3298
|
attr_accessor :ServiceType, :ServiceName
|
3299
|
-
|
3299
|
+
|
3300
3300
|
def initialize(servicetype=nil, servicename=nil)
|
3301
3301
|
@ServiceType = servicetype
|
3302
3302
|
@ServiceName = servicename
|
@@ -3320,7 +3320,7 @@ module TencentCloud
|
|
3320
3320
|
# @type SubUin: Integer
|
3321
3321
|
|
3322
3322
|
attr_accessor :Uid, :Rp, :Page, :SubUin
|
3323
|
-
|
3323
|
+
|
3324
3324
|
def initialize(uid=nil, rp=nil, page=nil, subuin=nil)
|
3325
3325
|
@Uid = uid
|
3326
3326
|
@Rp = rp
|
@@ -3346,7 +3346,7 @@ module TencentCloud
|
|
3346
3346
|
# @type RequestId: String
|
3347
3347
|
|
3348
3348
|
attr_accessor :TotalNum, :GroupInfo, :RequestId
|
3349
|
-
|
3349
|
+
|
3350
3350
|
def initialize(totalnum=nil, groupinfo=nil, requestid=nil)
|
3351
3351
|
@TotalNum = totalnum
|
3352
3352
|
@GroupInfo = groupinfo
|
@@ -3377,7 +3377,7 @@ module TencentCloud
|
|
3377
3377
|
# @type Keyword: String
|
3378
3378
|
|
3379
3379
|
attr_accessor :Page, :Rp, :Keyword
|
3380
|
-
|
3380
|
+
|
3381
3381
|
def initialize(page=nil, rp=nil, keyword=nil)
|
3382
3382
|
@Page = page
|
3383
3383
|
@Rp = rp
|
@@ -3401,7 +3401,7 @@ module TencentCloud
|
|
3401
3401
|
# @type RequestId: String
|
3402
3402
|
|
3403
3403
|
attr_accessor :TotalNum, :GroupInfo, :RequestId
|
3404
|
-
|
3404
|
+
|
3405
3405
|
def initialize(totalnum=nil, groupinfo=nil, requestid=nil)
|
3406
3406
|
@TotalNum = totalnum
|
3407
3407
|
@GroupInfo = groupinfo
|
@@ -3434,7 +3434,7 @@ module TencentCloud
|
|
3434
3434
|
# @type ServiceType: String
|
3435
3435
|
|
3436
3436
|
attr_accessor :TargetUin, :RoleId, :GroupId, :ServiceType
|
3437
|
-
|
3437
|
+
|
3438
3438
|
def initialize(targetuin=nil, roleid=nil, groupid=nil, servicetype=nil)
|
3439
3439
|
@TargetUin = targetuin
|
3440
3440
|
@RoleId = roleid
|
@@ -3458,7 +3458,7 @@ module TencentCloud
|
|
3458
3458
|
# @type RequestId: String
|
3459
3459
|
|
3460
3460
|
attr_accessor :List, :RequestId
|
3461
|
-
|
3461
|
+
|
3462
3462
|
def initialize(list=nil, requestid=nil)
|
3463
3463
|
@List = list
|
3464
3464
|
@RequestId = requestid
|
@@ -3489,7 +3489,7 @@ module TencentCloud
|
|
3489
3489
|
# @type Keyword: String
|
3490
3490
|
|
3491
3491
|
attr_accessor :Rp, :Page, :Scope, :Keyword
|
3492
|
-
|
3492
|
+
|
3493
3493
|
def initialize(rp=nil, page=nil, scope=nil, keyword=nil)
|
3494
3494
|
@Rp = rp
|
3495
3495
|
@Page = page
|
@@ -3527,7 +3527,7 @@ module TencentCloud
|
|
3527
3527
|
# @type RequestId: String
|
3528
3528
|
|
3529
3529
|
attr_accessor :TotalNum, :List, :ServiceTypeList, :RequestId
|
3530
|
-
|
3530
|
+
|
3531
3531
|
def initialize(totalnum=nil, list=nil, servicetypelist=nil, requestid=nil)
|
3532
3532
|
@TotalNum = totalnum
|
3533
3533
|
@List = list
|
@@ -3556,7 +3556,7 @@ module TencentCloud
|
|
3556
3556
|
# @type PolicyId: Integer
|
3557
3557
|
|
3558
3558
|
attr_accessor :PolicyId
|
3559
|
-
|
3559
|
+
|
3560
3560
|
def initialize(policyid=nil)
|
3561
3561
|
@PolicyId = policyid
|
3562
3562
|
end
|
@@ -3575,7 +3575,7 @@ module TencentCloud
|
|
3575
3575
|
# @type RequestId: String
|
3576
3576
|
|
3577
3577
|
attr_accessor :Versions, :RequestId
|
3578
|
-
|
3578
|
+
|
3579
3579
|
def initialize(versions=nil, requestid=nil)
|
3580
3580
|
@Versions = versions
|
3581
3581
|
@RequestId = requestid
|
@@ -3597,7 +3597,7 @@ module TencentCloud
|
|
3597
3597
|
# ListSAMLProviders请求参数结构体
|
3598
3598
|
class ListSAMLProvidersRequest < TencentCloud::Common::AbstractModel
|
3599
3599
|
|
3600
|
-
|
3600
|
+
|
3601
3601
|
def initialize()
|
3602
3602
|
end
|
3603
3603
|
|
@@ -3615,7 +3615,7 @@ module TencentCloud
|
|
3615
3615
|
# @type RequestId: String
|
3616
3616
|
|
3617
3617
|
attr_accessor :TotalCount, :SAMLProviderSet, :RequestId
|
3618
|
-
|
3618
|
+
|
3619
3619
|
def initialize(totalcount=nil, samlproviderset=nil, requestid=nil)
|
3620
3620
|
@TotalCount = totalcount
|
3621
3621
|
@SAMLProviderSet = samlproviderset
|
@@ -3646,7 +3646,7 @@ module TencentCloud
|
|
3646
3646
|
# @type Rp: Integer
|
3647
3647
|
|
3648
3648
|
attr_accessor :GroupId, :Page, :Rp
|
3649
|
-
|
3649
|
+
|
3650
3650
|
def initialize(groupid=nil, page=nil, rp=nil)
|
3651
3651
|
@GroupId = groupid
|
3652
3652
|
@Page = page
|
@@ -3670,7 +3670,7 @@ module TencentCloud
|
|
3670
3670
|
# @type RequestId: String
|
3671
3671
|
|
3672
3672
|
attr_accessor :TotalNum, :UserInfo, :RequestId
|
3673
|
-
|
3673
|
+
|
3674
3674
|
def initialize(totalnum=nil, userinfo=nil, requestid=nil)
|
3675
3675
|
@TotalNum = totalnum
|
3676
3676
|
@UserInfo = userinfo
|
@@ -3694,7 +3694,7 @@ module TencentCloud
|
|
3694
3694
|
# ListUsers请求参数结构体
|
3695
3695
|
class ListUsersRequest < TencentCloud::Common::AbstractModel
|
3696
3696
|
|
3697
|
-
|
3697
|
+
|
3698
3698
|
def initialize()
|
3699
3699
|
end
|
3700
3700
|
|
@@ -3710,7 +3710,7 @@ module TencentCloud
|
|
3710
3710
|
# @type RequestId: String
|
3711
3711
|
|
3712
3712
|
attr_accessor :Data, :RequestId
|
3713
|
-
|
3713
|
+
|
3714
3714
|
def initialize(data=nil, requestid=nil)
|
3715
3715
|
@Data = data
|
3716
3716
|
@RequestId = requestid
|
@@ -3737,7 +3737,7 @@ module TencentCloud
|
|
3737
3737
|
# @type Limit: Integer
|
3738
3738
|
|
3739
3739
|
attr_accessor :Offset, :Limit
|
3740
|
-
|
3740
|
+
|
3741
3741
|
def initialize(offset=nil, limit=nil)
|
3742
3742
|
@Offset = offset
|
3743
3743
|
@Limit = limit
|
@@ -3759,7 +3759,7 @@ module TencentCloud
|
|
3759
3759
|
# @type RequestId: String
|
3760
3760
|
|
3761
3761
|
attr_accessor :Data, :TotalCount, :RequestId
|
3762
|
-
|
3762
|
+
|
3763
3763
|
def initialize(data=nil, totalcount=nil, requestid=nil)
|
3764
3764
|
@Data = data
|
3765
3765
|
@TotalCount = totalcount
|
@@ -3794,7 +3794,7 @@ module TencentCloud
|
|
3794
3794
|
# @type Custom: Integer
|
3795
3795
|
|
3796
3796
|
attr_accessor :Phone, :Token, :Stoken, :Wechat, :Custom
|
3797
|
-
|
3797
|
+
|
3798
3798
|
def initialize(phone=nil, token=nil, stoken=nil, wechat=nil, custom=nil)
|
3799
3799
|
@Phone = phone
|
3800
3800
|
@Token = token
|
@@ -3828,7 +3828,7 @@ module TencentCloud
|
|
3828
3828
|
# @type Mail: Integer
|
3829
3829
|
|
3830
3830
|
attr_accessor :Phone, :Token, :Stoken, :Wechat, :Custom, :Mail
|
3831
|
-
|
3831
|
+
|
3832
3832
|
def initialize(phone=nil, token=nil, stoken=nil, wechat=nil, custom=nil, mail=nil)
|
3833
3833
|
@Phone = phone
|
3834
3834
|
@Token = token
|
@@ -3858,7 +3858,7 @@ module TencentCloud
|
|
3858
3858
|
# @type Wechat: Integer
|
3859
3859
|
|
3860
3860
|
attr_accessor :Phone, :Stoken, :Wechat
|
3861
|
-
|
3861
|
+
|
3862
3862
|
def initialize(phone=nil, stoken=nil, wechat=nil)
|
3863
3863
|
@Phone = phone
|
3864
3864
|
@Stoken = stoken
|
@@ -3886,7 +3886,7 @@ module TencentCloud
|
|
3886
3886
|
# @type Tips: Integer
|
3887
3887
|
|
3888
3888
|
attr_accessor :VerifyFlag, :NotifyPhone, :NotifyEmail, :NotifyWechat, :Tips
|
3889
|
-
|
3889
|
+
|
3890
3890
|
def initialize(verifyflag=nil, notifyphone=nil, notifyemail=nil, notifywechat=nil, tips=nil)
|
3891
3891
|
@VerifyFlag = verifyflag
|
3892
3892
|
@NotifyPhone = notifyphone
|
@@ -3920,7 +3920,7 @@ module TencentCloud
|
|
3920
3920
|
# @type Document: String
|
3921
3921
|
|
3922
3922
|
attr_accessor :VersionId, :CreateDate, :IsDefaultVersion, :Document
|
3923
|
-
|
3923
|
+
|
3924
3924
|
def initialize(versionid=nil, createdate=nil, isdefaultversion=nil, document=nil)
|
3925
3925
|
@VersionId = versionid
|
3926
3926
|
@CreateDate = createdate
|
@@ -3949,7 +3949,7 @@ module TencentCloud
|
|
3949
3949
|
# @type IsDefaultVersion: Integer
|
3950
3950
|
|
3951
3951
|
attr_accessor :VersionId, :CreateDate, :IsDefaultVersion
|
3952
|
-
|
3952
|
+
|
3953
3953
|
def initialize(versionid=nil, createdate=nil, isdefaultversion=nil)
|
3954
3954
|
@VersionId = versionid
|
3955
3955
|
@CreateDate = createdate
|
@@ -3973,7 +3973,7 @@ module TencentCloud
|
|
3973
3973
|
# @type RoleName: String
|
3974
3974
|
|
3975
3975
|
attr_accessor :PolicyId, :RoleId, :RoleName
|
3976
|
-
|
3976
|
+
|
3977
3977
|
def initialize(policyid=nil, roleid=nil, rolename=nil)
|
3978
3978
|
@PolicyId = policyid
|
3979
3979
|
@RoleId = roleid
|
@@ -3993,7 +3993,7 @@ module TencentCloud
|
|
3993
3993
|
# @type RequestId: String
|
3994
3994
|
|
3995
3995
|
attr_accessor :RequestId
|
3996
|
-
|
3996
|
+
|
3997
3997
|
def initialize(requestid=nil)
|
3998
3998
|
@RequestId = requestid
|
3999
3999
|
end
|
@@ -4011,7 +4011,7 @@ module TencentCloud
|
|
4011
4011
|
# @type PolicyId: Integer
|
4012
4012
|
|
4013
4013
|
attr_accessor :TargetUin, :PolicyId
|
4014
|
-
|
4014
|
+
|
4015
4015
|
def initialize(targetuin=nil, policyid=nil)
|
4016
4016
|
@TargetUin = targetuin
|
4017
4017
|
@PolicyId = policyid
|
@@ -4029,7 +4029,7 @@ module TencentCloud
|
|
4029
4029
|
# @type RequestId: String
|
4030
4030
|
|
4031
4031
|
attr_accessor :RequestId
|
4032
|
-
|
4032
|
+
|
4033
4033
|
def initialize(requestid=nil)
|
4034
4034
|
@RequestId = requestid
|
4035
4035
|
end
|
@@ -4045,7 +4045,7 @@ module TencentCloud
|
|
4045
4045
|
# @type Info: Array
|
4046
4046
|
|
4047
4047
|
attr_accessor :Info
|
4048
|
-
|
4048
|
+
|
4049
4049
|
def initialize(info=nil)
|
4050
4050
|
@Info = info
|
4051
4051
|
end
|
@@ -4068,7 +4068,7 @@ module TencentCloud
|
|
4068
4068
|
# @type RequestId: String
|
4069
4069
|
|
4070
4070
|
attr_accessor :RequestId
|
4071
|
-
|
4071
|
+
|
4072
4072
|
def initialize(requestid=nil)
|
4073
4073
|
@RequestId = requestid
|
4074
4074
|
end
|
@@ -4108,7 +4108,7 @@ module TencentCloud
|
|
4108
4108
|
# @type Tags: Array
|
4109
4109
|
|
4110
4110
|
attr_accessor :RoleId, :RoleName, :PolicyDocument, :Description, :AddTime, :UpdateTime, :ConsoleLogin, :RoleType, :SessionDuration, :DeletionTaskId, :Tags
|
4111
|
-
|
4111
|
+
|
4112
4112
|
def initialize(roleid=nil, rolename=nil, policydocument=nil, description=nil, addtime=nil, updatetime=nil, consolelogin=nil, roletype=nil, sessionduration=nil, deletiontaskid=nil, tags=nil)
|
4113
4113
|
@RoleId = roleid
|
4114
4114
|
@RoleName = rolename
|
@@ -4153,7 +4153,7 @@ module TencentCloud
|
|
4153
4153
|
# @type Value: String
|
4154
4154
|
|
4155
4155
|
attr_accessor :Key, :Value
|
4156
|
-
|
4156
|
+
|
4157
4157
|
def initialize(key=nil, value=nil)
|
4158
4158
|
@Key = key
|
4159
4159
|
@Value = value
|
@@ -4177,7 +4177,7 @@ module TencentCloud
|
|
4177
4177
|
# @type ModifyTime: String
|
4178
4178
|
|
4179
4179
|
attr_accessor :Name, :Description, :CreateTime, :ModifyTime
|
4180
|
-
|
4180
|
+
|
4181
4181
|
def initialize(name=nil, description=nil, createtime=nil, modifytime=nil)
|
4182
4182
|
@Name = name
|
4183
4183
|
@Description = description
|
@@ -4205,7 +4205,7 @@ module TencentCloud
|
|
4205
4205
|
# @type LastSecretUsedDate: Integer
|
4206
4206
|
|
4207
4207
|
attr_accessor :SecretId, :LastUsedDate, :LastSecretUsedDate
|
4208
|
-
|
4208
|
+
|
4209
4209
|
def initialize(secretid=nil, lastuseddate=nil, lastsecretuseddate=nil)
|
4210
4210
|
@SecretId = secretid
|
4211
4211
|
@LastUsedDate = lastuseddate
|
@@ -4227,7 +4227,7 @@ module TencentCloud
|
|
4227
4227
|
# @type VersionId: Integer
|
4228
4228
|
|
4229
4229
|
attr_accessor :PolicyId, :VersionId
|
4230
|
-
|
4230
|
+
|
4231
4231
|
def initialize(policyid=nil, versionid=nil)
|
4232
4232
|
@PolicyId = policyid
|
4233
4233
|
@VersionId = versionid
|
@@ -4245,7 +4245,7 @@ module TencentCloud
|
|
4245
4245
|
# @type RequestId: String
|
4246
4246
|
|
4247
4247
|
attr_accessor :RequestId
|
4248
|
-
|
4248
|
+
|
4249
4249
|
def initialize(requestid=nil)
|
4250
4250
|
@RequestId = requestid
|
4251
4251
|
end
|
@@ -4265,7 +4265,7 @@ module TencentCloud
|
|
4265
4265
|
# @type ActionFlag: :class:`Tencentcloud::Cam.v20190116.models.LoginActionMfaFlag`
|
4266
4266
|
|
4267
4267
|
attr_accessor :OpUin, :LoginFlag, :ActionFlag
|
4268
|
-
|
4268
|
+
|
4269
4269
|
def initialize(opuin=nil, loginflag=nil, actionflag=nil)
|
4270
4270
|
@OpUin = opuin
|
4271
4271
|
@LoginFlag = loginflag
|
@@ -4291,7 +4291,7 @@ module TencentCloud
|
|
4291
4291
|
# @type RequestId: String
|
4292
4292
|
|
4293
4293
|
attr_accessor :RequestId
|
4294
|
-
|
4294
|
+
|
4295
4295
|
def initialize(requestid=nil)
|
4296
4296
|
@RequestId = requestid
|
4297
4297
|
end
|
@@ -4345,7 +4345,7 @@ module TencentCloud
|
|
4345
4345
|
# @type UpdateTime: String
|
4346
4346
|
|
4347
4347
|
attr_accessor :PolicyId, :PolicyName, :AddTime, :Type, :Description, :CreateMode, :Attachments, :ServiceType, :IsAttached, :Deactived, :DeactivedDetail, :IsServiceLinkedPolicy, :AttachEntityCount, :AttachEntityBoundaryCount, :UpdateTime
|
4348
|
-
|
4348
|
+
|
4349
4349
|
def initialize(policyid=nil, policyname=nil, addtime=nil, type=nil, description=nil, createmode=nil, attachments=nil, servicetype=nil, isattached=nil, deactived=nil, deactiveddetail=nil, isservicelinkedpolicy=nil, attachentitycount=nil, attachentityboundarycount=nil, updatetime=nil)
|
4350
4350
|
@PolicyId = policyid
|
4351
4351
|
@PolicyName = policyname
|
@@ -4409,7 +4409,7 @@ module TencentCloud
|
|
4409
4409
|
# @type NickName: String
|
4410
4410
|
|
4411
4411
|
attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :CreateTime, :NickName
|
4412
|
-
|
4412
|
+
|
4413
4413
|
def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, createtime=nil, nickname=nil)
|
4414
4414
|
@Uin = uin
|
4415
4415
|
@Name = name
|
@@ -4459,7 +4459,7 @@ module TencentCloud
|
|
4459
4459
|
# @type LastLoginTime: String
|
4460
4460
|
|
4461
4461
|
attr_accessor :Uin, :Name, :Uid, :Remark, :CreateTime, :UserType, :LastLoginIp, :LastLoginTime
|
4462
|
-
|
4462
|
+
|
4463
4463
|
def initialize(uin=nil, name=nil, uid=nil, remark=nil, createtime=nil, usertype=nil, lastloginip=nil, lastlogintime=nil)
|
4464
4464
|
@Uin = uin
|
4465
4465
|
@Name = name
|
@@ -4493,7 +4493,7 @@ module TencentCloud
|
|
4493
4493
|
# @type RoleId: String
|
4494
4494
|
|
4495
4495
|
attr_accessor :Tags, :RoleName, :RoleId
|
4496
|
-
|
4496
|
+
|
4497
4497
|
def initialize(tags=nil, rolename=nil, roleid=nil)
|
4498
4498
|
@Tags = tags
|
4499
4499
|
@RoleName = rolename
|
@@ -4520,7 +4520,7 @@ module TencentCloud
|
|
4520
4520
|
# @type RequestId: String
|
4521
4521
|
|
4522
4522
|
attr_accessor :RequestId
|
4523
|
-
|
4523
|
+
|
4524
4524
|
def initialize(requestid=nil)
|
4525
4525
|
@RequestId = requestid
|
4526
4526
|
end
|
@@ -4540,7 +4540,7 @@ module TencentCloud
|
|
4540
4540
|
# @type RoleId: String
|
4541
4541
|
|
4542
4542
|
attr_accessor :TagKeys, :RoleName, :RoleId
|
4543
|
-
|
4543
|
+
|
4544
4544
|
def initialize(tagkeys=nil, rolename=nil, roleid=nil)
|
4545
4545
|
@TagKeys = tagkeys
|
4546
4546
|
@RoleName = rolename
|
@@ -4560,7 +4560,7 @@ module TencentCloud
|
|
4560
4560
|
# @type RequestId: String
|
4561
4561
|
|
4562
4562
|
attr_accessor :RequestId
|
4563
|
-
|
4563
|
+
|
4564
4564
|
def initialize(requestid=nil)
|
4565
4565
|
@RequestId = requestid
|
4566
4566
|
end
|
@@ -4580,7 +4580,7 @@ module TencentCloud
|
|
4580
4580
|
# @type TargetUin: Integer
|
4581
4581
|
|
4582
4582
|
attr_accessor :AccessKeyId, :Status, :TargetUin
|
4583
|
-
|
4583
|
+
|
4584
4584
|
def initialize(accesskeyid=nil, status=nil, targetuin=nil)
|
4585
4585
|
@AccessKeyId = accesskeyid
|
4586
4586
|
@Status = status
|
@@ -4600,7 +4600,7 @@ module TencentCloud
|
|
4600
4600
|
# @type RequestId: String
|
4601
4601
|
|
4602
4602
|
attr_accessor :RequestId
|
4603
|
-
|
4603
|
+
|
4604
4604
|
def initialize(requestid=nil)
|
4605
4605
|
@RequestId = requestid
|
4606
4606
|
end
|
@@ -4620,7 +4620,7 @@ module TencentCloud
|
|
4620
4620
|
# @type RoleName: String
|
4621
4621
|
|
4622
4622
|
attr_accessor :PolicyDocument, :RoleId, :RoleName
|
4623
|
-
|
4623
|
+
|
4624
4624
|
def initialize(policydocument=nil, roleid=nil, rolename=nil)
|
4625
4625
|
@PolicyDocument = policydocument
|
4626
4626
|
@RoleId = roleid
|
@@ -4640,7 +4640,7 @@ module TencentCloud
|
|
4640
4640
|
# @type RequestId: String
|
4641
4641
|
|
4642
4642
|
attr_accessor :RequestId
|
4643
|
-
|
4643
|
+
|
4644
4644
|
def initialize(requestid=nil)
|
4645
4645
|
@RequestId = requestid
|
4646
4646
|
end
|
@@ -4660,7 +4660,7 @@ module TencentCloud
|
|
4660
4660
|
# @type Remark: String
|
4661
4661
|
|
4662
4662
|
attr_accessor :GroupId, :GroupName, :Remark
|
4663
|
-
|
4663
|
+
|
4664
4664
|
def initialize(groupid=nil, groupname=nil, remark=nil)
|
4665
4665
|
@GroupId = groupid
|
4666
4666
|
@GroupName = groupname
|
@@ -4680,7 +4680,7 @@ module TencentCloud
|
|
4680
4680
|
# @type RequestId: String
|
4681
4681
|
|
4682
4682
|
attr_accessor :RequestId
|
4683
|
-
|
4683
|
+
|
4684
4684
|
def initialize(requestid=nil)
|
4685
4685
|
@RequestId = requestid
|
4686
4686
|
end
|
@@ -4704,7 +4704,7 @@ module TencentCloud
|
|
4704
4704
|
# @type Description: String
|
4705
4705
|
|
4706
4706
|
attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :Name, :Description
|
4707
|
-
|
4707
|
+
|
4708
4708
|
def initialize(identityurl=nil, identitykey=nil, clientid=nil, name=nil, description=nil)
|
4709
4709
|
@IdentityUrl = identityurl
|
4710
4710
|
@IdentityKey = identitykey
|
@@ -4728,7 +4728,7 @@ module TencentCloud
|
|
4728
4728
|
# @type RequestId: String
|
4729
4729
|
|
4730
4730
|
attr_accessor :RequestId
|
4731
|
-
|
4731
|
+
|
4732
4732
|
def initialize(requestid=nil)
|
4733
4733
|
@RequestId = requestid
|
4734
4734
|
end
|
@@ -4752,7 +4752,7 @@ module TencentCloud
|
|
4752
4752
|
# @type Alias: String
|
4753
4753
|
|
4754
4754
|
attr_accessor :PolicyId, :PolicyName, :Description, :PolicyDocument, :Alias
|
4755
|
-
|
4755
|
+
|
4756
4756
|
def initialize(policyid=nil, policyname=nil, description=nil, policydocument=nil, _alias=nil)
|
4757
4757
|
@PolicyId = policyid
|
4758
4758
|
@PolicyName = policyname
|
@@ -4779,7 +4779,7 @@ module TencentCloud
|
|
4779
4779
|
# @type RequestId: String
|
4780
4780
|
|
4781
4781
|
attr_accessor :PolicyId, :RequestId
|
4782
|
-
|
4782
|
+
|
4783
4783
|
def initialize(policyid=nil, requestid=nil)
|
4784
4784
|
@PolicyId = policyid
|
4785
4785
|
@RequestId = requestid
|
@@ -4801,7 +4801,7 @@ module TencentCloud
|
|
4801
4801
|
# @type RoleName: String
|
4802
4802
|
|
4803
4803
|
attr_accessor :ConsoleLogin, :RoleId, :RoleName
|
4804
|
-
|
4804
|
+
|
4805
4805
|
def initialize(consolelogin=nil, roleid=nil, rolename=nil)
|
4806
4806
|
@ConsoleLogin = consolelogin
|
4807
4807
|
@RoleId = roleid
|
@@ -4821,7 +4821,7 @@ module TencentCloud
|
|
4821
4821
|
# @type RequestId: String
|
4822
4822
|
|
4823
4823
|
attr_accessor :RequestId
|
4824
|
-
|
4824
|
+
|
4825
4825
|
def initialize(requestid=nil)
|
4826
4826
|
@RequestId = requestid
|
4827
4827
|
end
|
@@ -4841,7 +4841,7 @@ module TencentCloud
|
|
4841
4841
|
# @type RoleName: String
|
4842
4842
|
|
4843
4843
|
attr_accessor :Description, :RoleId, :RoleName
|
4844
|
-
|
4844
|
+
|
4845
4845
|
def initialize(description=nil, roleid=nil, rolename=nil)
|
4846
4846
|
@Description = description
|
4847
4847
|
@RoleId = roleid
|
@@ -4861,7 +4861,7 @@ module TencentCloud
|
|
4861
4861
|
# @type RequestId: String
|
4862
4862
|
|
4863
4863
|
attr_accessor :RequestId
|
4864
|
-
|
4864
|
+
|
4865
4865
|
def initialize(requestid=nil)
|
4866
4866
|
@RequestId = requestid
|
4867
4867
|
end
|
@@ -4881,7 +4881,7 @@ module TencentCloud
|
|
4881
4881
|
# @type SAMLMetadataDocument: String
|
4882
4882
|
|
4883
4883
|
attr_accessor :Name, :Description, :SAMLMetadataDocument
|
4884
|
-
|
4884
|
+
|
4885
4885
|
def initialize(name=nil, description=nil, samlmetadatadocument=nil)
|
4886
4886
|
@Name = name
|
4887
4887
|
@Description = description
|
@@ -4901,7 +4901,7 @@ module TencentCloud
|
|
4901
4901
|
# @type RequestId: String
|
4902
4902
|
|
4903
4903
|
attr_accessor :RequestId
|
4904
|
-
|
4904
|
+
|
4905
4905
|
def initialize(requestid=nil)
|
4906
4906
|
@RequestId = requestid
|
4907
4907
|
end
|
@@ -4934,7 +4934,7 @@ module TencentCloud
|
|
4934
4934
|
# @type Description: String
|
4935
4935
|
|
4936
4936
|
attr_accessor :IdentityUrl, :IdentityKey, :ClientId, :AuthorizationEndpoint, :ResponseType, :ResponseMode, :MappingFiled, :Scope, :Description
|
4937
|
-
|
4937
|
+
|
4938
4938
|
def initialize(identityurl=nil, identitykey=nil, clientid=nil, authorizationendpoint=nil, responsetype=nil, responsemode=nil, mappingfiled=nil, scope=nil, description=nil)
|
4939
4939
|
@IdentityUrl = identityurl
|
4940
4940
|
@IdentityKey = identitykey
|
@@ -4966,7 +4966,7 @@ module TencentCloud
|
|
4966
4966
|
# @type RequestId: String
|
4967
4967
|
|
4968
4968
|
attr_accessor :RequestId
|
4969
|
-
|
4969
|
+
|
4970
4970
|
def initialize(requestid=nil)
|
4971
4971
|
@RequestId = requestid
|
4972
4972
|
end
|
@@ -4996,7 +4996,7 @@ module TencentCloud
|
|
4996
4996
|
# @type Email: String
|
4997
4997
|
|
4998
4998
|
attr_accessor :Name, :Remark, :ConsoleLogin, :Password, :NeedResetPassword, :PhoneNum, :CountryCode, :Email
|
4999
|
-
|
4999
|
+
|
5000
5000
|
def initialize(name=nil, remark=nil, consolelogin=nil, password=nil, needresetpassword=nil, phonenum=nil, countrycode=nil, email=nil)
|
5001
5001
|
@Name = name
|
5002
5002
|
@Remark = remark
|
@@ -5026,7 +5026,7 @@ module TencentCloud
|
|
5026
5026
|
# @type RequestId: String
|
5027
5027
|
|
5028
5028
|
attr_accessor :RequestId
|
5029
|
-
|
5029
|
+
|
5030
5030
|
def initialize(requestid=nil)
|
5031
5031
|
@RequestId = requestid
|
5032
5032
|
end
|
@@ -5046,7 +5046,7 @@ module TencentCloud
|
|
5046
5046
|
# @type AuxiliaryDomain: String
|
5047
5047
|
|
5048
5048
|
attr_accessor :Operate, :SAMLMetadataDocument, :AuxiliaryDomain
|
5049
|
-
|
5049
|
+
|
5050
5050
|
def initialize(operate=nil, samlmetadatadocument=nil, auxiliarydomain=nil)
|
5051
5051
|
@Operate = operate
|
5052
5052
|
@SAMLMetadataDocument = samlmetadatadocument
|
@@ -5066,7 +5066,7 @@ module TencentCloud
|
|
5066
5066
|
# @type RequestId: String
|
5067
5067
|
|
5068
5068
|
attr_accessor :RequestId
|
5069
|
-
|
5069
|
+
|
5070
5070
|
def initialize(requestid=nil)
|
5071
5071
|
@RequestId = requestid
|
5072
5072
|
end
|
@@ -5102,7 +5102,7 @@ module TencentCloud
|
|
5102
5102
|
# @type CreateTime: String
|
5103
5103
|
|
5104
5104
|
attr_accessor :Uin, :Name, :Uid, :Remark, :ConsoleLogin, :PhoneNum, :CountryCode, :Email, :WeChatWorkUserId, :CreateTime
|
5105
|
-
|
5105
|
+
|
5106
5106
|
def initialize(uin=nil, name=nil, uid=nil, remark=nil, consolelogin=nil, phonenum=nil, countrycode=nil, email=nil, wechatworkuserid=nil, createtime=nil)
|
5107
5107
|
@Uin = uin
|
5108
5108
|
@Name = name
|