tencentcloud-sdk-dlc 3.0.1160 → 3.0.1170
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/v20210125/models.rb +90 -32
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9ec31340bf2de4c35448365b5162c029d0ff411d
|
|
4
|
+
data.tar.gz: 6ea208c9a763ed41723a8ae2760c66c667551cff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7af442952dfb0661dffe9a25dcef54877db469e4ec01e6467bd77f4fcbfc84c5b41ff76098d03cd5650a8f7dfa8f1509ae236b88a174c1165d78663f2b4e6cdd
|
|
7
|
+
data.tar.gz: a266a193c0d085e5e4437dade8bb5a0a10c3fa492d052283236290f0ba76935ea0f174ca938a648bea68bef4af5705e97ce06e118e9ad83893a2190226b13b04
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1170
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -769,12 +769,15 @@ module TencentCloud
|
|
|
769
769
|
# @type UserId: String
|
|
770
770
|
# @param PolicySet: 鉴权策略集合
|
|
771
771
|
# @type PolicySet: Array
|
|
772
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
773
|
+
# @type AccountType: String
|
|
772
774
|
|
|
773
|
-
attr_accessor :UserId, :PolicySet
|
|
775
|
+
attr_accessor :UserId, :PolicySet, :AccountType
|
|
774
776
|
|
|
775
|
-
def initialize(userid=nil, policyset=nil)
|
|
777
|
+
def initialize(userid=nil, policyset=nil, accounttype=nil)
|
|
776
778
|
@UserId = userid
|
|
777
779
|
@PolicySet = policyset
|
|
780
|
+
@AccountType = accounttype
|
|
778
781
|
end
|
|
779
782
|
|
|
780
783
|
def deserialize(params)
|
|
@@ -787,6 +790,7 @@ module TencentCloud
|
|
|
787
790
|
@PolicySet << policy_tmp
|
|
788
791
|
end
|
|
789
792
|
end
|
|
793
|
+
@AccountType = params['AccountType']
|
|
790
794
|
end
|
|
791
795
|
end
|
|
792
796
|
|
|
@@ -1893,8 +1897,8 @@ module TencentCloud
|
|
|
1893
1897
|
|
|
1894
1898
|
attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
|
|
1895
1899
|
extend Gem::Deprecate
|
|
1896
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
|
1897
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
|
1900
|
+
deprecate :DefaultDataEngine, :none, 2025, 11
|
|
1901
|
+
deprecate :DefaultDataEngine=, :none, 2025, 11
|
|
1898
1902
|
|
|
1899
1903
|
def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
|
|
1900
1904
|
@EngineType = enginetype
|
|
@@ -3553,16 +3557,19 @@ module TencentCloud
|
|
|
3553
3557
|
# @type WorkGroupIds: Array
|
|
3554
3558
|
# @param UserAlias: 用户别名,字符长度小50
|
|
3555
3559
|
# @type UserAlias: String
|
|
3560
|
+
# @param AccountType: 账号类型,UserAccount:用户账号 RoleAccount:角色账号,默认为用户账号
|
|
3561
|
+
# @type AccountType: String
|
|
3556
3562
|
|
|
3557
|
-
attr_accessor :UserId, :UserDescription, :PolicySet, :UserType, :WorkGroupIds, :UserAlias
|
|
3563
|
+
attr_accessor :UserId, :UserDescription, :PolicySet, :UserType, :WorkGroupIds, :UserAlias, :AccountType
|
|
3558
3564
|
|
|
3559
|
-
def initialize(userid=nil, userdescription=nil, policyset=nil, usertype=nil, workgroupids=nil, useralias=nil)
|
|
3565
|
+
def initialize(userid=nil, userdescription=nil, policyset=nil, usertype=nil, workgroupids=nil, useralias=nil, accounttype=nil)
|
|
3560
3566
|
@UserId = userid
|
|
3561
3567
|
@UserDescription = userdescription
|
|
3562
3568
|
@PolicySet = policyset
|
|
3563
3569
|
@UserType = usertype
|
|
3564
3570
|
@WorkGroupIds = workgroupids
|
|
3565
3571
|
@UserAlias = useralias
|
|
3572
|
+
@AccountType = accounttype
|
|
3566
3573
|
end
|
|
3567
3574
|
|
|
3568
3575
|
def deserialize(params)
|
|
@@ -3579,6 +3586,7 @@ module TencentCloud
|
|
|
3579
3586
|
@UserType = params['UserType']
|
|
3580
3587
|
@WorkGroupIds = params['WorkGroupIds']
|
|
3581
3588
|
@UserAlias = params['UserAlias']
|
|
3589
|
+
@AccountType = params['AccountType']
|
|
3582
3590
|
end
|
|
3583
3591
|
end
|
|
3584
3592
|
|
|
@@ -5230,10 +5238,12 @@ module TencentCloud
|
|
|
5230
5238
|
# @type TCHouseD: :class:`Tencentcloud::Dlc.v20210125.models.TCHouseD`
|
|
5231
5239
|
# @param TccHive: TccHive数据目录连接信息
|
|
5232
5240
|
# @type TccHive: :class:`Tencentcloud::Dlc.v20210125.models.TccHive`
|
|
5241
|
+
# @param MongoDB: MongoDB 数据源
|
|
5242
|
+
# @type MongoDB: :class:`Tencentcloud::Dlc.v20210125.models.DataSourceInfo`
|
|
5233
5243
|
|
|
5234
|
-
attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive
|
|
5244
|
+
attr_accessor :Mysql, :Hive, :Kafka, :OtherDatasourceConnection, :PostgreSql, :SqlServer, :ClickHouse, :Elasticsearch, :TDSQLPostgreSql, :TCHouseD, :TccHive, :MongoDB
|
|
5235
5245
|
|
|
5236
|
-
def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil)
|
|
5246
|
+
def initialize(mysql=nil, hive=nil, kafka=nil, otherdatasourceconnection=nil, postgresql=nil, sqlserver=nil, clickhouse=nil, elasticsearch=nil, tdsqlpostgresql=nil, tchoused=nil, tcchive=nil, mongodb=nil)
|
|
5237
5247
|
@Mysql = mysql
|
|
5238
5248
|
@Hive = hive
|
|
5239
5249
|
@Kafka = kafka
|
|
@@ -5245,6 +5255,7 @@ module TencentCloud
|
|
|
5245
5255
|
@TDSQLPostgreSql = tdsqlpostgresql
|
|
5246
5256
|
@TCHouseD = tchoused
|
|
5247
5257
|
@TccHive = tcchive
|
|
5258
|
+
@MongoDB = mongodb
|
|
5248
5259
|
end
|
|
5249
5260
|
|
|
5250
5261
|
def deserialize(params)
|
|
@@ -5292,6 +5303,10 @@ module TencentCloud
|
|
|
5292
5303
|
@TccHive = TccHive.new
|
|
5293
5304
|
@TccHive.deserialize(params['TccHive'])
|
|
5294
5305
|
end
|
|
5306
|
+
unless params['MongoDB'].nil?
|
|
5307
|
+
@MongoDB = DataSourceInfo.new
|
|
5308
|
+
@MongoDB.deserialize(params['MongoDB'])
|
|
5309
|
+
end
|
|
5295
5310
|
end
|
|
5296
5311
|
end
|
|
5297
5312
|
|
|
@@ -5795,15 +5810,19 @@ module TencentCloud
|
|
|
5795
5810
|
class DeleteUserRequest < TencentCloud::Common::AbstractModel
|
|
5796
5811
|
# @param UserIds: 需要删除的用户的Id
|
|
5797
5812
|
# @type UserIds: Array
|
|
5813
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
5814
|
+
# @type AccountType: String
|
|
5798
5815
|
|
|
5799
|
-
attr_accessor :UserIds
|
|
5816
|
+
attr_accessor :UserIds, :AccountType
|
|
5800
5817
|
|
|
5801
|
-
def initialize(userids=nil)
|
|
5818
|
+
def initialize(userids=nil, accounttype=nil)
|
|
5802
5819
|
@UserIds = userids
|
|
5820
|
+
@AccountType = accounttype
|
|
5803
5821
|
end
|
|
5804
5822
|
|
|
5805
5823
|
def deserialize(params)
|
|
5806
5824
|
@UserIds = params['UserIds']
|
|
5825
|
+
@AccountType = params['AccountType']
|
|
5807
5826
|
end
|
|
5808
5827
|
end
|
|
5809
5828
|
|
|
@@ -9905,10 +9924,12 @@ module TencentCloud
|
|
|
9905
9924
|
# @type Limit: Integer
|
|
9906
9925
|
# @param Offset: 偏移量,默认为0
|
|
9907
9926
|
# @type Offset: Integer
|
|
9927
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
9928
|
+
# @type AccountType: String
|
|
9908
9929
|
|
|
9909
|
-
attr_accessor :UserId, :Type, :Filters, :SortBy, :Sorting, :Limit, :Offset
|
|
9930
|
+
attr_accessor :UserId, :Type, :Filters, :SortBy, :Sorting, :Limit, :Offset, :AccountType
|
|
9910
9931
|
|
|
9911
|
-
def initialize(userid=nil, type=nil, filters=nil, sortby=nil, sorting=nil, limit=nil, offset=nil)
|
|
9932
|
+
def initialize(userid=nil, type=nil, filters=nil, sortby=nil, sorting=nil, limit=nil, offset=nil, accounttype=nil)
|
|
9912
9933
|
@UserId = userid
|
|
9913
9934
|
@Type = type
|
|
9914
9935
|
@Filters = filters
|
|
@@ -9916,6 +9937,7 @@ module TencentCloud
|
|
|
9916
9937
|
@Sorting = sorting
|
|
9917
9938
|
@Limit = limit
|
|
9918
9939
|
@Offset = offset
|
|
9940
|
+
@AccountType = accounttype
|
|
9919
9941
|
end
|
|
9920
9942
|
|
|
9921
9943
|
def deserialize(params)
|
|
@@ -9933,6 +9955,7 @@ module TencentCloud
|
|
|
9933
9955
|
@Sorting = params['Sorting']
|
|
9934
9956
|
@Limit = params['Limit']
|
|
9935
9957
|
@Offset = params['Offset']
|
|
9958
|
+
@AccountType = params['AccountType']
|
|
9936
9959
|
end
|
|
9937
9960
|
end
|
|
9938
9961
|
|
|
@@ -10066,15 +10089,19 @@ module TencentCloud
|
|
|
10066
10089
|
class DescribeUserTypeRequest < TencentCloud::Common::AbstractModel
|
|
10067
10090
|
# @param UserId: 用户ID(UIN),如果不填默认为调用方的子UIN
|
|
10068
10091
|
# @type UserId: String
|
|
10092
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
10093
|
+
# @type AccountType: String
|
|
10069
10094
|
|
|
10070
|
-
attr_accessor :UserId
|
|
10095
|
+
attr_accessor :UserId, :AccountType
|
|
10071
10096
|
|
|
10072
|
-
def initialize(userid=nil)
|
|
10097
|
+
def initialize(userid=nil, accounttype=nil)
|
|
10073
10098
|
@UserId = userid
|
|
10099
|
+
@AccountType = accounttype
|
|
10074
10100
|
end
|
|
10075
10101
|
|
|
10076
10102
|
def deserialize(params)
|
|
10077
10103
|
@UserId = params['UserId']
|
|
10104
|
+
@AccountType = params['AccountType']
|
|
10078
10105
|
end
|
|
10079
10106
|
end
|
|
10080
10107
|
|
|
@@ -10164,16 +10191,19 @@ module TencentCloud
|
|
|
10164
10191
|
# @type Sorting: String
|
|
10165
10192
|
# @param Filters: 过滤条件,支持如下字段类型,user-type:根据用户类型过滤。user-keyword:根据用户名称过滤
|
|
10166
10193
|
# @type Filters: Array
|
|
10194
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
10195
|
+
# @type AccountType: String
|
|
10167
10196
|
|
|
10168
|
-
attr_accessor :UserId, :Offset, :Limit, :SortBy, :Sorting, :Filters
|
|
10197
|
+
attr_accessor :UserId, :Offset, :Limit, :SortBy, :Sorting, :Filters, :AccountType
|
|
10169
10198
|
|
|
10170
|
-
def initialize(userid=nil, offset=nil, limit=nil, sortby=nil, sorting=nil, filters=nil)
|
|
10199
|
+
def initialize(userid=nil, offset=nil, limit=nil, sortby=nil, sorting=nil, filters=nil, accounttype=nil)
|
|
10171
10200
|
@UserId = userid
|
|
10172
10201
|
@Offset = offset
|
|
10173
10202
|
@Limit = limit
|
|
10174
10203
|
@SortBy = sortby
|
|
10175
10204
|
@Sorting = sorting
|
|
10176
10205
|
@Filters = filters
|
|
10206
|
+
@AccountType = accounttype
|
|
10177
10207
|
end
|
|
10178
10208
|
|
|
10179
10209
|
def deserialize(params)
|
|
@@ -10190,6 +10220,7 @@ module TencentCloud
|
|
|
10190
10220
|
@Filters << filter_tmp
|
|
10191
10221
|
end
|
|
10192
10222
|
end
|
|
10223
|
+
@AccountType = params['AccountType']
|
|
10193
10224
|
end
|
|
10194
10225
|
end
|
|
10195
10226
|
|
|
@@ -10492,12 +10523,15 @@ module TencentCloud
|
|
|
10492
10523
|
# @type UserId: String
|
|
10493
10524
|
# @param PolicySet: 解绑的权限集合
|
|
10494
10525
|
# @type PolicySet: Array
|
|
10526
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
10527
|
+
# @type AccountType: String
|
|
10495
10528
|
|
|
10496
|
-
attr_accessor :UserId, :PolicySet
|
|
10529
|
+
attr_accessor :UserId, :PolicySet, :AccountType
|
|
10497
10530
|
|
|
10498
|
-
def initialize(userid=nil, policyset=nil)
|
|
10531
|
+
def initialize(userid=nil, policyset=nil, accounttype=nil)
|
|
10499
10532
|
@UserId = userid
|
|
10500
10533
|
@PolicySet = policyset
|
|
10534
|
+
@AccountType = accounttype
|
|
10501
10535
|
end
|
|
10502
10536
|
|
|
10503
10537
|
def deserialize(params)
|
|
@@ -10510,6 +10544,7 @@ module TencentCloud
|
|
|
10510
10544
|
@PolicySet << policy_tmp
|
|
10511
10545
|
end
|
|
10512
10546
|
end
|
|
10547
|
+
@AccountType = params['AccountType']
|
|
10513
10548
|
end
|
|
10514
10549
|
end
|
|
10515
10550
|
|
|
@@ -12295,17 +12330,21 @@ module TencentCloud
|
|
|
12295
12330
|
# @type UserId: String
|
|
12296
12331
|
# @param UserDescription: 用户描述
|
|
12297
12332
|
# @type UserDescription: String
|
|
12333
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
12334
|
+
# @type AccountType: String
|
|
12298
12335
|
|
|
12299
|
-
attr_accessor :UserId, :UserDescription
|
|
12336
|
+
attr_accessor :UserId, :UserDescription, :AccountType
|
|
12300
12337
|
|
|
12301
|
-
def initialize(userid=nil, userdescription=nil)
|
|
12338
|
+
def initialize(userid=nil, userdescription=nil, accounttype=nil)
|
|
12302
12339
|
@UserId = userid
|
|
12303
12340
|
@UserDescription = userdescription
|
|
12341
|
+
@AccountType = accounttype
|
|
12304
12342
|
end
|
|
12305
12343
|
|
|
12306
12344
|
def deserialize(params)
|
|
12307
12345
|
@UserId = params['UserId']
|
|
12308
12346
|
@UserDescription = params['UserDescription']
|
|
12347
|
+
@AccountType = params['AccountType']
|
|
12309
12348
|
end
|
|
12310
12349
|
end
|
|
12311
12350
|
|
|
@@ -12331,17 +12370,21 @@ module TencentCloud
|
|
|
12331
12370
|
# @type UserId: String
|
|
12332
12371
|
# @param UserType: 用户要修改到的类型,ADMIN:管理员,COMMON:一般用户。
|
|
12333
12372
|
# @type UserType: String
|
|
12373
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
12374
|
+
# @type AccountType: String
|
|
12334
12375
|
|
|
12335
|
-
attr_accessor :UserId, :UserType
|
|
12376
|
+
attr_accessor :UserId, :UserType, :AccountType
|
|
12336
12377
|
|
|
12337
|
-
def initialize(userid=nil, usertype=nil)
|
|
12378
|
+
def initialize(userid=nil, usertype=nil, accounttype=nil)
|
|
12338
12379
|
@UserId = userid
|
|
12339
12380
|
@UserType = usertype
|
|
12381
|
+
@AccountType = accounttype
|
|
12340
12382
|
end
|
|
12341
12383
|
|
|
12342
12384
|
def deserialize(params)
|
|
12343
12385
|
@UserId = params['UserId']
|
|
12344
12386
|
@UserType = params['UserType']
|
|
12387
|
+
@AccountType = params['AccountType']
|
|
12345
12388
|
end
|
|
12346
12389
|
end
|
|
12347
12390
|
|
|
@@ -13204,10 +13247,12 @@ module TencentCloud
|
|
|
13204
13247
|
# @type Id: Integer
|
|
13205
13248
|
# @param EngineGeneration: 引擎类型
|
|
13206
13249
|
# @type EngineGeneration: String
|
|
13250
|
+
# @param Model: 需要授权的Model名,填 * 代表当前Database下所有表。当授权类型为管理员级别时,只允许填“*”,当授权类型为数据连接级别、数据库级别时只允许填空,其他类型下可以任意指定数据表。
|
|
13251
|
+
# @type Model: String
|
|
13207
13252
|
|
|
13208
|
-
attr_accessor :Database, :Catalog, :Table, :Operation, :PolicyType, :Function, :View, :Column, :DataEngine, :ReAuth, :Source, :Mode, :Operator, :CreateTime, :SourceId, :SourceName, :Id, :EngineGeneration
|
|
13253
|
+
attr_accessor :Database, :Catalog, :Table, :Operation, :PolicyType, :Function, :View, :Column, :DataEngine, :ReAuth, :Source, :Mode, :Operator, :CreateTime, :SourceId, :SourceName, :Id, :EngineGeneration, :Model
|
|
13209
13254
|
|
|
13210
|
-
def initialize(database=nil, catalog=nil, table=nil, operation=nil, policytype=nil, function=nil, view=nil, column=nil, dataengine=nil, reauth=nil, source=nil, mode=nil, operator=nil, createtime=nil, sourceid=nil, sourcename=nil, id=nil, enginegeneration=nil)
|
|
13255
|
+
def initialize(database=nil, catalog=nil, table=nil, operation=nil, policytype=nil, function=nil, view=nil, column=nil, dataengine=nil, reauth=nil, source=nil, mode=nil, operator=nil, createtime=nil, sourceid=nil, sourcename=nil, id=nil, enginegeneration=nil, model=nil)
|
|
13211
13256
|
@Database = database
|
|
13212
13257
|
@Catalog = catalog
|
|
13213
13258
|
@Table = table
|
|
@@ -13226,6 +13271,7 @@ module TencentCloud
|
|
|
13226
13271
|
@SourceName = sourcename
|
|
13227
13272
|
@Id = id
|
|
13228
13273
|
@EngineGeneration = enginegeneration
|
|
13274
|
+
@Model = model
|
|
13229
13275
|
end
|
|
13230
13276
|
|
|
13231
13277
|
def deserialize(params)
|
|
@@ -13247,6 +13293,7 @@ module TencentCloud
|
|
|
13247
13293
|
@SourceName = params['SourceName']
|
|
13248
13294
|
@Id = params['Id']
|
|
13249
13295
|
@EngineGeneration = params['EngineGeneration']
|
|
13296
|
+
@Model = params['Model']
|
|
13250
13297
|
end
|
|
13251
13298
|
end
|
|
13252
13299
|
|
|
@@ -15203,10 +15250,10 @@ module TencentCloud
|
|
|
15203
15250
|
|
|
15204
15251
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
|
15205
15252
|
extend Gem::Deprecate
|
|
15206
|
-
deprecate :GovernPolicy, :none, 2025,
|
|
15207
|
-
deprecate :GovernPolicy=, :none, 2025,
|
|
15208
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
|
15209
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
|
15253
|
+
deprecate :GovernPolicy, :none, 2025, 11
|
|
15254
|
+
deprecate :GovernPolicy=, :none, 2025, 11
|
|
15255
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 11
|
|
15256
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 11
|
|
15210
15257
|
|
|
15211
15258
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
|
|
15212
15259
|
@DatabaseName = databasename
|
|
@@ -16751,10 +16798,12 @@ module TencentCloud
|
|
|
16751
16798
|
# @param CatalogPolicyInfo: 数据源权限集合
|
|
16752
16799
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
16753
16800
|
# @type CatalogPolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
|
|
16801
|
+
# @param ModelPolicyInfo: 模型权限集合
|
|
16802
|
+
# @type ModelPolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
|
|
16754
16803
|
|
|
16755
|
-
attr_accessor :UserId, :Type, :UserType, :UserDescription, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupInfo, :UserAlias, :RowFilterInfo, :AccountType, :CatalogPolicyInfo
|
|
16804
|
+
attr_accessor :UserId, :Type, :UserType, :UserDescription, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupInfo, :UserAlias, :RowFilterInfo, :AccountType, :CatalogPolicyInfo, :ModelPolicyInfo
|
|
16756
16805
|
|
|
16757
|
-
def initialize(userid=nil, type=nil, usertype=nil, userdescription=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupinfo=nil, useralias=nil, rowfilterinfo=nil, accounttype=nil, catalogpolicyinfo=nil)
|
|
16806
|
+
def initialize(userid=nil, type=nil, usertype=nil, userdescription=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupinfo=nil, useralias=nil, rowfilterinfo=nil, accounttype=nil, catalogpolicyinfo=nil, modelpolicyinfo=nil)
|
|
16758
16807
|
@UserId = userid
|
|
16759
16808
|
@Type = type
|
|
16760
16809
|
@UserType = usertype
|
|
@@ -16766,6 +16815,7 @@ module TencentCloud
|
|
|
16766
16815
|
@RowFilterInfo = rowfilterinfo
|
|
16767
16816
|
@AccountType = accounttype
|
|
16768
16817
|
@CatalogPolicyInfo = catalogpolicyinfo
|
|
16818
|
+
@ModelPolicyInfo = modelpolicyinfo
|
|
16769
16819
|
end
|
|
16770
16820
|
|
|
16771
16821
|
def deserialize(params)
|
|
@@ -16795,6 +16845,10 @@ module TencentCloud
|
|
|
16795
16845
|
@CatalogPolicyInfo = Policys.new
|
|
16796
16846
|
@CatalogPolicyInfo.deserialize(params['CatalogPolicyInfo'])
|
|
16797
16847
|
end
|
|
16848
|
+
unless params['ModelPolicyInfo'].nil?
|
|
16849
|
+
@ModelPolicyInfo = Policys.new
|
|
16850
|
+
@ModelPolicyInfo.deserialize(params['ModelPolicyInfo'])
|
|
16851
|
+
end
|
|
16798
16852
|
end
|
|
16799
16853
|
end
|
|
16800
16854
|
|
|
@@ -16899,15 +16953,18 @@ module TencentCloud
|
|
|
16899
16953
|
# @type CreateTime: String
|
|
16900
16954
|
# @param UserAlias: 用户别名
|
|
16901
16955
|
# @type UserAlias: String
|
|
16956
|
+
# @param AccountType: 用户来源类型TencentAccount(普通腾讯云用户) / EntraAccount(微软用户)
|
|
16957
|
+
# @type AccountType: String
|
|
16902
16958
|
|
|
16903
|
-
attr_accessor :UserId, :UserDescription, :Creator, :CreateTime, :UserAlias
|
|
16959
|
+
attr_accessor :UserId, :UserDescription, :Creator, :CreateTime, :UserAlias, :AccountType
|
|
16904
16960
|
|
|
16905
|
-
def initialize(userid=nil, userdescription=nil, creator=nil, createtime=nil, useralias=nil)
|
|
16961
|
+
def initialize(userid=nil, userdescription=nil, creator=nil, createtime=nil, useralias=nil, accounttype=nil)
|
|
16906
16962
|
@UserId = userid
|
|
16907
16963
|
@UserDescription = userdescription
|
|
16908
16964
|
@Creator = creator
|
|
16909
16965
|
@CreateTime = createtime
|
|
16910
16966
|
@UserAlias = useralias
|
|
16967
|
+
@AccountType = accounttype
|
|
16911
16968
|
end
|
|
16912
16969
|
|
|
16913
16970
|
def deserialize(params)
|
|
@@ -16916,6 +16973,7 @@ module TencentCloud
|
|
|
16916
16973
|
@Creator = params['Creator']
|
|
16917
16974
|
@CreateTime = params['CreateTime']
|
|
16918
16975
|
@UserAlias = params['UserAlias']
|
|
16976
|
+
@AccountType = params['AccountType']
|
|
16919
16977
|
end
|
|
16920
16978
|
end
|
|
16921
16979
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-dlc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1170
|
|
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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,8 +33,8 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/v20210125/models.rb
|
|
37
36
|
- lib/v20210125/client.rb
|
|
37
|
+
- lib/v20210125/models.rb
|
|
38
38
|
- lib/tencentcloud-sdk-dlc.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|