tencentcloud-sdk-dasb 3.0.755 → 3.0.757
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/v20191018/models.rb +14 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c4e94c8eee3de99f38213e00f02a0f3de629e19b
|
4
|
+
data.tar.gz: 09115861e8b3b01e6dc94e0156b2d9d8dfcabc34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08af7cd19b20746ea1891aff1571af9480c2ae0d69004d02a0311549a0fa0cbbd974cd958bf2285dffd5dd6ef461520b9cbb58ae33e741d92101937bc366e786
|
7
|
+
data.tar.gz: 09d0e5bee78c21708cb951a1a80374a535d6b9aaa520577a409745d92da53f4603c63d275fba2c46eb723824010aed217b08558aaf045a0da531039b05b8be90
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.757
|
data/lib/v20191018/models.rb
CHANGED
@@ -109,10 +109,13 @@ module TencentCloud
|
|
109
109
|
# @param ACTemplateSet: 关联的数据库高危命令列表
|
110
110
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
111
111
|
# @type ACTemplateSet: Array
|
112
|
+
# @param WhiteCmds: 关联的白命令命令
|
113
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
114
|
+
# @type WhiteCmds: Array
|
112
115
|
|
113
|
-
attr_accessor :Id, :Name, :AllowDiskRedirect, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :AllowAnyAccount, :UserSet, :UserGroupSet, :DeviceSet, :DeviceGroupSet, :AccountSet, :CmdTemplateSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :Status, :Department, :AllowAccessCredential, :ACTemplateSet
|
116
|
+
attr_accessor :Id, :Name, :AllowDiskRedirect, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :AllowAnyAccount, :UserSet, :UserGroupSet, :DeviceSet, :DeviceGroupSet, :AccountSet, :CmdTemplateSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :Status, :Department, :AllowAccessCredential, :ACTemplateSet, :WhiteCmds
|
114
117
|
|
115
|
-
def initialize(id=nil, name=nil, allowdiskredirect=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, allowanyaccount=nil, userset=nil, usergroupset=nil, deviceset=nil, devicegroupset=nil, accountset=nil, cmdtemplateset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, status=nil, department=nil, allowaccesscredential=nil, actemplateset=nil)
|
118
|
+
def initialize(id=nil, name=nil, allowdiskredirect=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, allowanyaccount=nil, userset=nil, usergroupset=nil, deviceset=nil, devicegroupset=nil, accountset=nil, cmdtemplateset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, status=nil, department=nil, allowaccesscredential=nil, actemplateset=nil, whitecmds=nil)
|
116
119
|
@Id = id
|
117
120
|
@Name = name
|
118
121
|
@AllowDiskRedirect = allowdiskredirect
|
@@ -142,6 +145,7 @@ module TencentCloud
|
|
142
145
|
@Department = department
|
143
146
|
@AllowAccessCredential = allowaccesscredential
|
144
147
|
@ACTemplateSet = actemplateset
|
148
|
+
@WhiteCmds = whitecmds
|
145
149
|
end
|
146
150
|
|
147
151
|
def deserialize(params)
|
@@ -219,6 +223,7 @@ module TencentCloud
|
|
219
223
|
@ACTemplateSet << actemplate_tmp
|
220
224
|
end
|
221
225
|
end
|
226
|
+
@WhiteCmds = params['WhiteCmds']
|
222
227
|
end
|
223
228
|
end
|
224
229
|
|
@@ -4491,10 +4496,13 @@ module TencentCloud
|
|
4491
4496
|
# @param Status: 状态 与Filter中一致
|
4492
4497
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4493
4498
|
# @type Status: String
|
4499
|
+
# @param AclVersion: 权限版本
|
4500
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4501
|
+
# @type AclVersion: Integer
|
4494
4502
|
|
4495
|
-
attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :Status
|
4503
|
+
attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :Status, :AclVersion
|
4496
4504
|
|
4497
|
-
def initialize(username=nil, realname=nil, id=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupset=nil, authtype=nil, validatetime=nil, department=nil, departmentid=nil, activestatus=nil, lockstatus=nil, status=nil)
|
4505
|
+
def initialize(username=nil, realname=nil, id=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupset=nil, authtype=nil, validatetime=nil, department=nil, departmentid=nil, activestatus=nil, lockstatus=nil, status=nil, aclversion=nil)
|
4498
4506
|
@UserName = username
|
4499
4507
|
@RealName = realname
|
4500
4508
|
@Id = id
|
@@ -4510,6 +4518,7 @@ module TencentCloud
|
|
4510
4518
|
@ActiveStatus = activestatus
|
4511
4519
|
@LockStatus = lockstatus
|
4512
4520
|
@Status = status
|
4521
|
+
@AclVersion = aclversion
|
4513
4522
|
end
|
4514
4523
|
|
4515
4524
|
def deserialize(params)
|
@@ -4538,6 +4547,7 @@ module TencentCloud
|
|
4538
4547
|
@ActiveStatus = params['ActiveStatus']
|
4539
4548
|
@LockStatus = params['LockStatus']
|
4540
4549
|
@Status = params['Status']
|
4550
|
+
@AclVersion = params['AclVersion']
|
4541
4551
|
end
|
4542
4552
|
end
|
4543
4553
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dasb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.757
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,9 +33,9 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20191018/client.rb
|
37
|
-
- lib/v20191018/models.rb
|
38
36
|
- lib/tencentcloud-sdk-dasb.rb
|
37
|
+
- lib/v20191018/models.rb
|
38
|
+
- lib/v20191018/client.rb
|
39
39
|
- lib/VERSION
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
41
41
|
licenses:
|