tencentcloud-sdk-bi 3.0.1031 → 3.0.1032
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/v20220105/models.rb +53 -12
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20923508d6b457064ee3d78c18877ebd7a2ab881
|
4
|
+
data.tar.gz: 894dba36b2b953b1c500fb6155d99c8018bcc4a0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38479f6d2d7392152bf3b7978ec7523541d55e7c6ecf6f9e7e30b9516d30742740cdb26de3642a4b5b138f7c6672306615c2d524225a42047898d2b38aaf478b
|
7
|
+
data.tar.gz: 050969fd28e9a4204630b0f7cc6c29c42fc3e649f442e8f955235658e9c9e805d748a9daaa3fa7e8f0fa494cadfb90cea76f95fffd97ad46b74063dc383ed72d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1032
|
data/lib/v20220105/models.rb
CHANGED
@@ -723,8 +723,8 @@ module TencentCloud
|
|
723
723
|
|
724
724
|
attr_accessor :ProjectId, :RoleIdList, :UserList, :UserInfoList
|
725
725
|
extend Gem::Deprecate
|
726
|
-
deprecate :UserList, :none, 2025,
|
727
|
-
deprecate :UserList=, :none, 2025,
|
726
|
+
deprecate :UserList, :none, 2025, 4
|
727
|
+
deprecate :UserList=, :none, 2025, 4
|
728
728
|
|
729
729
|
def initialize(projectid=nil, roleidlist=nil, userlist=nil, userinfolist=nil)
|
730
730
|
@ProjectId = projectid
|
@@ -808,8 +808,8 @@ module TencentCloud
|
|
808
808
|
|
809
809
|
attr_accessor :RoleIdList, :UserList, :UserInfoList
|
810
810
|
extend Gem::Deprecate
|
811
|
-
deprecate :UserList, :none, 2025,
|
812
|
-
deprecate :UserList=, :none, 2025,
|
811
|
+
deprecate :UserList, :none, 2025, 4
|
812
|
+
deprecate :UserList=, :none, 2025, 4
|
813
813
|
|
814
814
|
def initialize(roleidlist=nil, userlist=nil, userinfolist=nil)
|
815
815
|
@RoleIdList = roleidlist
|
@@ -1016,10 +1016,16 @@ module TencentCloud
|
|
1016
1016
|
# @param UseVPC: 开启vpc
|
1017
1017
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1018
1018
|
# @type UseVPC: Boolean
|
1019
|
+
# @param Owner: 所属人ID
|
1020
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1021
|
+
# @type Owner: String
|
1022
|
+
# @param OwnerName: 所属人名称
|
1023
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
1024
|
+
# @type OwnerName: String
|
1019
1025
|
|
1020
|
-
attr_accessor :Id, :DbName, :ServiceType, :SourceName, :DbType, :DbHost, :DbPort, :DbUser, :Charset, :CreatedAt, :UpdatedAt, :CreatedUser, :Catalog, :ConnectType, :ProjectId, :Desc, :Status, :SourcePlat, :ExtraParam, :AddInfo, :ProjectName, :EngineType, :Manager, :OperatorWhitelist, :VpcId, :UniqVpcId, :RegionId, :StateAction, :UpdatedUser, :PermissionList, :AuthList, :DataOrigin, :DataOriginProjectId, :DataOriginDatasourceId, :ClusterId, :DbTypeName, :UseVPC
|
1026
|
+
attr_accessor :Id, :DbName, :ServiceType, :SourceName, :DbType, :DbHost, :DbPort, :DbUser, :Charset, :CreatedAt, :UpdatedAt, :CreatedUser, :Catalog, :ConnectType, :ProjectId, :Desc, :Status, :SourcePlat, :ExtraParam, :AddInfo, :ProjectName, :EngineType, :Manager, :OperatorWhitelist, :VpcId, :UniqVpcId, :RegionId, :StateAction, :UpdatedUser, :PermissionList, :AuthList, :DataOrigin, :DataOriginProjectId, :DataOriginDatasourceId, :ClusterId, :DbTypeName, :UseVPC, :Owner, :OwnerName
|
1021
1027
|
|
1022
|
-
def initialize(id=nil, dbname=nil, servicetype=nil, sourcename=nil, dbtype=nil, dbhost=nil, dbport=nil, dbuser=nil, charset=nil, createdat=nil, updatedat=nil, createduser=nil, catalog=nil, connecttype=nil, projectid=nil, desc=nil, status=nil, sourceplat=nil, extraparam=nil, addinfo=nil, projectname=nil, enginetype=nil, manager=nil, operatorwhitelist=nil, vpcid=nil, uniqvpcid=nil, regionid=nil, stateaction=nil, updateduser=nil, permissionlist=nil, authlist=nil, dataorigin=nil, dataoriginprojectid=nil, dataorigindatasourceid=nil, clusterid=nil, dbtypename=nil, usevpc=nil)
|
1028
|
+
def initialize(id=nil, dbname=nil, servicetype=nil, sourcename=nil, dbtype=nil, dbhost=nil, dbport=nil, dbuser=nil, charset=nil, createdat=nil, updatedat=nil, createduser=nil, catalog=nil, connecttype=nil, projectid=nil, desc=nil, status=nil, sourceplat=nil, extraparam=nil, addinfo=nil, projectname=nil, enginetype=nil, manager=nil, operatorwhitelist=nil, vpcid=nil, uniqvpcid=nil, regionid=nil, stateaction=nil, updateduser=nil, permissionlist=nil, authlist=nil, dataorigin=nil, dataoriginprojectid=nil, dataorigindatasourceid=nil, clusterid=nil, dbtypename=nil, usevpc=nil, owner=nil, ownername=nil)
|
1023
1029
|
@Id = id
|
1024
1030
|
@DbName = dbname
|
1025
1031
|
@ServiceType = servicetype
|
@@ -1057,6 +1063,8 @@ module TencentCloud
|
|
1057
1063
|
@ClusterId = clusterid
|
1058
1064
|
@DbTypeName = dbtypename
|
1059
1065
|
@UseVPC = usevpc
|
1066
|
+
@Owner = owner
|
1067
|
+
@OwnerName = ownername
|
1060
1068
|
end
|
1061
1069
|
|
1062
1070
|
def deserialize(params)
|
@@ -1107,6 +1115,8 @@ module TencentCloud
|
|
1107
1115
|
@ClusterId = params['ClusterId']
|
1108
1116
|
@DbTypeName = params['DbTypeName']
|
1109
1117
|
@UseVPC = params['UseVPC']
|
1118
|
+
@Owner = params['Owner']
|
1119
|
+
@OwnerName = params['OwnerName']
|
1110
1120
|
end
|
1111
1121
|
end
|
1112
1122
|
|
@@ -1669,14 +1679,20 @@ module TencentCloud
|
|
1669
1679
|
# @type PageNo: Integer
|
1670
1680
|
# @param PageSize: 无
|
1671
1681
|
# @type PageSize: Integer
|
1682
|
+
# @param IsFilterPerAuthUser: 是否过滤掉企业管理员
|
1683
|
+
# @type IsFilterPerAuthUser: Boolean
|
1684
|
+
# @param IsFilterCurrentUser: 是否过滤掉当前用户
|
1685
|
+
# @type IsFilterCurrentUser: Boolean
|
1672
1686
|
|
1673
|
-
attr_accessor :ProjectId, :AllPage, :PageNo, :PageSize
|
1687
|
+
attr_accessor :ProjectId, :AllPage, :PageNo, :PageSize, :IsFilterPerAuthUser, :IsFilterCurrentUser
|
1674
1688
|
|
1675
|
-
def initialize(projectid=nil, allpage=nil, pageno=nil, pagesize=nil)
|
1689
|
+
def initialize(projectid=nil, allpage=nil, pageno=nil, pagesize=nil, isfilterperauthuser=nil, isfiltercurrentuser=nil)
|
1676
1690
|
@ProjectId = projectid
|
1677
1691
|
@AllPage = allpage
|
1678
1692
|
@PageNo = pageno
|
1679
1693
|
@PageSize = pagesize
|
1694
|
+
@IsFilterPerAuthUser = isfilterperauthuser
|
1695
|
+
@IsFilterCurrentUser = isfiltercurrentuser
|
1680
1696
|
end
|
1681
1697
|
|
1682
1698
|
def deserialize(params)
|
@@ -1684,6 +1700,8 @@ module TencentCloud
|
|
1684
1700
|
@AllPage = params['AllPage']
|
1685
1701
|
@PageNo = params['PageNo']
|
1686
1702
|
@PageSize = params['PageSize']
|
1703
|
+
@IsFilterPerAuthUser = params['IsFilterPerAuthUser']
|
1704
|
+
@IsFilterCurrentUser = params['IsFilterCurrentUser']
|
1687
1705
|
end
|
1688
1706
|
end
|
1689
1707
|
|
@@ -1821,14 +1839,20 @@ module TencentCloud
|
|
1821
1839
|
# @type ProjectId: Integer
|
1822
1840
|
# @param IsOnlyBindAppUser: 是否只获取绑定企微应用的
|
1823
1841
|
# @type IsOnlyBindAppUser: Boolean
|
1842
|
+
# @param AllPage: 是否获取全部数据
|
1843
|
+
# @type AllPage: Boolean
|
1844
|
+
# @param RoleCode: 角色编码
|
1845
|
+
# @type RoleCode: String
|
1824
1846
|
|
1825
|
-
attr_accessor :PageNo, :PageSize, :ProjectId, :IsOnlyBindAppUser
|
1847
|
+
attr_accessor :PageNo, :PageSize, :ProjectId, :IsOnlyBindAppUser, :AllPage, :RoleCode
|
1826
1848
|
|
1827
|
-
def initialize(pageno=nil, pagesize=nil, projectid=nil, isonlybindappuser=nil)
|
1849
|
+
def initialize(pageno=nil, pagesize=nil, projectid=nil, isonlybindappuser=nil, allpage=nil, rolecode=nil)
|
1828
1850
|
@PageNo = pageno
|
1829
1851
|
@PageSize = pagesize
|
1830
1852
|
@ProjectId = projectid
|
1831
1853
|
@IsOnlyBindAppUser = isonlybindappuser
|
1854
|
+
@AllPage = allpage
|
1855
|
+
@RoleCode = rolecode
|
1832
1856
|
end
|
1833
1857
|
|
1834
1858
|
def deserialize(params)
|
@@ -1836,6 +1860,8 @@ module TencentCloud
|
|
1836
1860
|
@PageSize = params['PageSize']
|
1837
1861
|
@ProjectId = params['ProjectId']
|
1838
1862
|
@IsOnlyBindAppUser = params['IsOnlyBindAppUser']
|
1863
|
+
@AllPage = params['AllPage']
|
1864
|
+
@RoleCode = params['RoleCode']
|
1839
1865
|
end
|
1840
1866
|
end
|
1841
1867
|
|
@@ -2881,10 +2907,19 @@ module TencentCloud
|
|
2881
2907
|
# @param ConfigList: 定制化参数
|
2882
2908
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2883
2909
|
# @type ConfigList: Array
|
2910
|
+
# @param CreatedUserName: 创建人
|
2911
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2912
|
+
# @type CreatedUserName: String
|
2913
|
+
# @param Owner: 所属人id
|
2914
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2915
|
+
# @type Owner: String
|
2916
|
+
# @param OwnerName: 所属人
|
2917
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2918
|
+
# @type OwnerName: String
|
2884
2919
|
|
2885
|
-
attr_accessor :Id, :Logo, :Name, :ColorCode, :CreatedUser, :CreatedAt, :MemberCount, :PageCount, :LastModifyName, :Source, :Apply, :UpdatedUser, :UpdatedAt, :CorpId, :Mark, :Seed, :AuthList, :PanelScope, :IsExternalManage, :ManagePlatform, :ConfigList
|
2920
|
+
attr_accessor :Id, :Logo, :Name, :ColorCode, :CreatedUser, :CreatedAt, :MemberCount, :PageCount, :LastModifyName, :Source, :Apply, :UpdatedUser, :UpdatedAt, :CorpId, :Mark, :Seed, :AuthList, :PanelScope, :IsExternalManage, :ManagePlatform, :ConfigList, :CreatedUserName, :Owner, :OwnerName
|
2886
2921
|
|
2887
|
-
def initialize(id=nil, logo=nil, name=nil, colorcode=nil, createduser=nil, createdat=nil, membercount=nil, pagecount=nil, lastmodifyname=nil, source=nil, apply=nil, updateduser=nil, updatedat=nil, corpid=nil, mark=nil, seed=nil, authlist=nil, panelscope=nil, isexternalmanage=nil, manageplatform=nil, configlist=nil)
|
2922
|
+
def initialize(id=nil, logo=nil, name=nil, colorcode=nil, createduser=nil, createdat=nil, membercount=nil, pagecount=nil, lastmodifyname=nil, source=nil, apply=nil, updateduser=nil, updatedat=nil, corpid=nil, mark=nil, seed=nil, authlist=nil, panelscope=nil, isexternalmanage=nil, manageplatform=nil, configlist=nil, createdusername=nil, owner=nil, ownername=nil)
|
2888
2923
|
@Id = id
|
2889
2924
|
@Logo = logo
|
2890
2925
|
@Name = name
|
@@ -2906,6 +2941,9 @@ module TencentCloud
|
|
2906
2941
|
@IsExternalManage = isexternalmanage
|
2907
2942
|
@ManagePlatform = manageplatform
|
2908
2943
|
@ConfigList = configlist
|
2944
|
+
@CreatedUserName = createdusername
|
2945
|
+
@Owner = owner
|
2946
|
+
@OwnerName = ownername
|
2909
2947
|
end
|
2910
2948
|
|
2911
2949
|
def deserialize(params)
|
@@ -2937,6 +2975,9 @@ module TencentCloud
|
|
2937
2975
|
@ConfigList << projectconfiglist_tmp
|
2938
2976
|
end
|
2939
2977
|
end
|
2978
|
+
@CreatedUserName = params['CreatedUserName']
|
2979
|
+
@Owner = params['Owner']
|
2980
|
+
@OwnerName = params['OwnerName']
|
2940
2981
|
end
|
2941
2982
|
end
|
2942
2983
|
|