tencentcloud-sdk-dasb 3.0.912 → 3.0.914

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20191018/models.rb +19 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 830b51d28ede3ad54145aa4e6ca0320926226168
4
- data.tar.gz: 4d7500363b5747f255bd3e585862bf2ca5eb7959
3
+ metadata.gz: d8522c66b7848baa9cb9956a7809f87fee3052dc
4
+ data.tar.gz: 5f3c1ebbe87d862f17b0413d5b7869d49c583209
5
5
  SHA512:
6
- metadata.gz: 86d5b5af5d480527897552a87a377ac113d5990706288a44dce09ad5e3c158f37ff033525bd87327f763a81e5d73d94010c6903c595cb02e31abaa294258ed35
7
- data.tar.gz: 2b7c48d38227a3affe2c420775cc2474ff4d9693ce43aa948d2f1555e532898514cf29f805868ec9d5cb91bea741eff06680e6c374b695b3394596de2f92c008
6
+ metadata.gz: e55d6a50f7e023704560610bd0e2c052a4c45a4b1989e6d9782b28eef41a2c32500e5d9d9300e0dd6c793606b7640bb6ea36ace17a17a01dd074d32aba593fab
7
+ data.tar.gz: 1b7ee5b5c95eb07688c60ac3797bbd0b5f3be97d2c2b5456df482b08d8ad5ac859bd35377b4ac2809003f78b1bcd455009e891478ce9392ae4e7bd0133f1bf52
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.912
1
+ 3.0.914
@@ -112,10 +112,13 @@ module TencentCloud
112
112
  # @param WhiteCmds: 关联的白命令命令
113
113
  # 注意:此字段可能返回 null,表示取不到有效值。
114
114
  # @type WhiteCmds: Array
115
+ # @param AllowKeyboardLogger: 是否允许记录键盘
116
+ # 注意:此字段可能返回 null,表示取不到有效值。
117
+ # @type AllowKeyboardLogger: Boolean
115
118
 
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
119
+ 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, :AllowKeyboardLogger
117
120
 
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)
121
+ 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, allowkeyboardlogger=nil)
119
122
  @Id = id
120
123
  @Name = name
121
124
  @AllowDiskRedirect = allowdiskredirect
@@ -146,6 +149,7 @@ module TencentCloud
146
149
  @AllowAccessCredential = allowaccesscredential
147
150
  @ACTemplateSet = actemplateset
148
151
  @WhiteCmds = whitecmds
152
+ @AllowKeyboardLogger = allowkeyboardlogger
149
153
  end
150
154
 
151
155
  def deserialize(params)
@@ -224,6 +228,7 @@ module TencentCloud
224
228
  end
225
229
  end
226
230
  @WhiteCmds = params['WhiteCmds']
231
+ @AllowKeyboardLogger = params['AllowKeyboardLogger']
227
232
  end
228
233
  end
229
234
 
@@ -846,10 +851,12 @@ module TencentCloud
846
851
  # @type DepartmentId: String
847
852
  # @param AllowAccessCredential: 是否允许使用访问串,默认允许
848
853
  # @type AllowAccessCredential: Boolean
854
+ # @param AllowKeyboardLogger: 是否允许记录键盘
855
+ # @type AllowKeyboardLogger: Boolean
849
856
 
850
- attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId, :AllowAccessCredential
857
+ attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId, :AllowAccessCredential, :AllowKeyboardLogger
851
858
 
852
- def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil, allowaccesscredential=nil)
859
+ def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil, allowaccesscredential=nil, allowkeyboardlogger=nil)
853
860
  @Name = name
854
861
  @AllowDiskRedirect = allowdiskredirect
855
862
  @AllowAnyAccount = allowanyaccount
@@ -877,6 +884,7 @@ module TencentCloud
877
884
  @ValidateTo = validateto
878
885
  @DepartmentId = departmentid
879
886
  @AllowAccessCredential = allowaccesscredential
887
+ @AllowKeyboardLogger = allowkeyboardlogger
880
888
  end
881
889
 
882
890
  def deserialize(params)
@@ -907,6 +915,7 @@ module TencentCloud
907
915
  @ValidateTo = params['ValidateTo']
908
916
  @DepartmentId = params['DepartmentId']
909
917
  @AllowAccessCredential = params['AllowAccessCredential']
918
+ @AllowKeyboardLogger = params['AllowKeyboardLogger']
910
919
  end
911
920
  end
912
921
 
@@ -3445,10 +3454,12 @@ module TencentCloud
3445
3454
  # @type DepartmentId: String
3446
3455
  # @param AllowAccessCredential: 是否允许使用访问串
3447
3456
  # @type AllowAccessCredential: Boolean
3457
+ # @param AllowKeyboardLogger: 是否允许键盘记录
3458
+ # @type AllowKeyboardLogger: Boolean
3448
3459
 
3449
- attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :Id, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId, :AllowAccessCredential
3460
+ attr_accessor :Name, :AllowDiskRedirect, :AllowAnyAccount, :Id, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :UserIdSet, :UserGroupIdSet, :DeviceIdSet, :DeviceGroupIdSet, :AccountSet, :CmdTemplateIdSet, :ACTemplateIdSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :DepartmentId, :AllowAccessCredential, :AllowKeyboardLogger
3450
3461
 
3451
- def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, id=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil, allowaccesscredential=nil)
3462
+ def initialize(name=nil, allowdiskredirect=nil, allowanyaccount=nil, id=nil, allowclipfileup=nil, allowclipfiledown=nil, allowcliptextup=nil, allowcliptextdown=nil, allowfileup=nil, maxfileupsize=nil, allowfiledown=nil, maxfiledownsize=nil, useridset=nil, usergroupidset=nil, deviceidset=nil, devicegroupidset=nil, accountset=nil, cmdtemplateidset=nil, actemplateidset=nil, allowdiskfileup=nil, allowdiskfiledown=nil, allowshellfileup=nil, allowshellfiledown=nil, allowfiledel=nil, validatefrom=nil, validateto=nil, departmentid=nil, allowaccesscredential=nil, allowkeyboardlogger=nil)
3452
3463
  @Name = name
3453
3464
  @AllowDiskRedirect = allowdiskredirect
3454
3465
  @AllowAnyAccount = allowanyaccount
@@ -3477,6 +3488,7 @@ module TencentCloud
3477
3488
  @ValidateTo = validateto
3478
3489
  @DepartmentId = departmentid
3479
3490
  @AllowAccessCredential = allowaccesscredential
3491
+ @AllowKeyboardLogger = allowkeyboardlogger
3480
3492
  end
3481
3493
 
3482
3494
  def deserialize(params)
@@ -3508,6 +3520,7 @@ module TencentCloud
3508
3520
  @ValidateTo = params['ValidateTo']
3509
3521
  @DepartmentId = params['DepartmentId']
3510
3522
  @AllowAccessCredential = params['AllowAccessCredential']
3523
+ @AllowKeyboardLogger = params['AllowKeyboardLogger']
3511
3524
  end
3512
3525
  end
3513
3526
 
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.912
4
+ version: 3.0.914
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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common