tencentcloud-sdk-ioa 3.0.1137 → 3.0.1139

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/v20220601/models.rb +35 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b00b8a02dc14eb7eb7f58d0c5c22e5d25bf614cb
4
- data.tar.gz: 68b9382adef5372869d45f268ff5883c98c6faa4
3
+ metadata.gz: 1b42a79d90de35082f70b51e445970503405f9ff
4
+ data.tar.gz: 475f0f1c7c53cbba5b3339c14c434b6a248a9452
5
5
  SHA512:
6
- metadata.gz: 6b520506f77aba837372295c5e64fbe687b418628f0daa901592c728bf912419f0439e164a7eb0523d6767aa0e39e064e9edabe024b9169e87bf6ccdb9c94b30
7
- data.tar.gz: 91cd7367dc802ad12ddd9d3ed8e276d64442346feff6bad72022c6b3ddd591665cdc868d964db28a046252725aceb8873e026ee2cc5cfbb2f7337d8ca1552c36
6
+ metadata.gz: aa3c6cde2c4d3c6a3622a9031314b605b8cc549e3b9d32bc4d9f789461157030c860418e1e754f4bda3a656062bf822188b59472a4e86c582c7d62289af296ee
7
+ data.tar.gz: c4e5cb75cf746979b532eae3908d2e4fc28a10e37d4dd6f0d638371e246de0de296051fe57d18d73e46b32bf48fde4a0e4368ac755fb2b1dc75ff828831ee224
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1137
1
+ 3.0.1139
@@ -740,16 +740,23 @@ module TencentCloud
740
740
 
741
741
  # DescribeAggrSoftCategorySoftList请求参数结构体
742
742
  class DescribeAggrSoftCategorySoftListRequest < TencentCloud::Common::AbstractModel
743
- # @param OsType: os类别(只支持32位)
743
+ # @param Condition: 过滤条件、分页参数<li>Name - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按类别名称过滤或排序。</li><li>CorpName - String - 过滤支持:是 - 操作符:eq,neq,like,ilike,nlike - 排序支持:是 - 按CorpName过滤或排序。</li><li>Version - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按版本排序。</li><li>InstalledDeviceCount - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按安装设备数量排序。</li><li>GenuineRate - float - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按正版率排序。</li><li>AuthNum - int - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按授权数量排序。</li><li>CategoryNamePath - String - 过滤支持:否 - 操作符:eq,like - 排序支持:是 - 按类别路径名排序。</li>
744
+ # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
745
+ # @param OsType: 操作系统类型(0: win,1:linux,2: mac,4:android,5:ios 默认值0)
744
746
  # @type OsType: Integer
745
747
 
746
- attr_accessor :OsType
748
+ attr_accessor :Condition, :OsType
747
749
 
748
- def initialize(ostype=nil)
750
+ def initialize(condition=nil, ostype=nil)
751
+ @Condition = condition
749
752
  @OsType = ostype
750
753
  end
751
754
 
752
755
  def deserialize(params)
756
+ unless params['Condition'].nil?
757
+ @Condition = Condition.new
758
+ @Condition.deserialize(params['Condition'])
759
+ end
753
760
  @OsType = params['OsType']
754
761
  end
755
762
  end
@@ -953,19 +960,26 @@ module TencentCloud
953
960
 
954
961
  # DescribeAggrSoftDeviceList请求参数结构体
955
962
  class DescribeAggrSoftDeviceListRequest < TencentCloud::Common::AbstractModel
963
+ # @param Condition: 过滤条件
964
+ # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
956
965
  # @param Name: 软件名
957
966
  # @type Name: String
958
- # @param OsType: 操作系统
967
+ # @param OsType: 0:win 2:mac
959
968
  # @type OsType: Integer
960
969
 
961
- attr_accessor :Name, :OsType
970
+ attr_accessor :Condition, :Name, :OsType
962
971
 
963
- def initialize(name=nil, ostype=nil)
972
+ def initialize(condition=nil, name=nil, ostype=nil)
973
+ @Condition = condition
964
974
  @Name = name
965
975
  @OsType = ostype
966
976
  end
967
977
 
968
978
  def deserialize(params)
979
+ unless params['Condition'].nil?
980
+ @Condition = Condition.new
981
+ @Condition.deserialize(params['Condition'])
982
+ end
969
983
  @Name = params['Name']
970
984
  @OsType = params['OsType']
971
985
  end
@@ -1002,7 +1016,7 @@ module TencentCloud
1002
1016
  # @type FileName: String
1003
1017
  # @param Status: 状态:等待检测->正在检测->检测失败/检测成功。或任务不存在
1004
1018
  # @type Status: String
1005
- # @param DetectResult: 文件检测结果,json字符串。
1019
+ # @param DetectResult: 文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号
1006
1020
  # @type DetectResult: String
1007
1021
 
1008
1022
  attr_accessor :FileMd5, :FileName, :Status, :DetectResult
@@ -1024,7 +1038,7 @@ module TencentCloud
1024
1038
 
1025
1039
  # DescribeDLPFileDetectResult请求参数结构体
1026
1040
  class DescribeDLPFileDetectResultRequest < TencentCloud::Common::AbstractModel
1027
- # @param DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配
1041
+ # @param DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
1028
1042
  # @type DomainInstanceId: String
1029
1043
  # @param QueryID: 查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)
1030
1044
  # @type QueryID: String
@@ -1044,7 +1058,7 @@ module TencentCloud
1044
1058
 
1045
1059
  # DescribeDLPFileDetectResult返回参数结构体
1046
1060
  class DescribeDLPFileDetectResultResponse < TencentCloud::Common::AbstractModel
1047
- # @param Data: 查询任务结果
1061
+ # @param Data: 文件鉴定任务结果数据。详情查看具体数据结构
1048
1062
  # @type Data: :class:`Tencentcloud::Ioa.v20220601.models.DescribeDLPFileDetectResultData`
1049
1063
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1050
1064
  # @type RequestId: String
@@ -2300,12 +2314,15 @@ module TencentCloud
2300
2314
  # @param Condition: 过滤条件、分页参数
2301
2315
  # <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
2302
2316
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
2317
+ # @param OsType: 0:win 2:mac
2318
+ # @type OsType: Integer
2303
2319
 
2304
- attr_accessor :Mid, :Condition
2320
+ attr_accessor :Mid, :Condition, :OsType
2305
2321
 
2306
- def initialize(mid=nil, condition=nil)
2322
+ def initialize(mid=nil, condition=nil, ostype=nil)
2307
2323
  @Mid = mid
2308
2324
  @Condition = condition
2325
+ @OsType = ostype
2309
2326
  end
2310
2327
 
2311
2328
  def deserialize(params)
@@ -2314,6 +2331,7 @@ module TencentCloud
2314
2331
  @Condition = Condition.new
2315
2332
  @Condition.deserialize(params['Condition'])
2316
2333
  end
2334
+ @OsType = params['OsType']
2317
2335
  end
2318
2336
  end
2319
2337
 
@@ -2925,12 +2943,15 @@ module TencentCloud
2925
2943
  # @param Condition: 过滤条件、分页参数
2926
2944
  # <li>Name - String - 过滤支持:是 - 操作符:eq,like - 排序支持:是 。</li>
2927
2945
  # @type Condition: :class:`Tencentcloud::Ioa.v20220601.models.Condition`
2946
+ # @param OsType: 系统类型0:win 2:mac
2947
+ # @type OsType: Integer
2928
2948
 
2929
- attr_accessor :Mid, :Condition
2949
+ attr_accessor :Mid, :Condition, :OsType
2930
2950
 
2931
- def initialize(mid=nil, condition=nil)
2951
+ def initialize(mid=nil, condition=nil, ostype=nil)
2932
2952
  @Mid = mid
2933
2953
  @Condition = condition
2954
+ @OsType = ostype
2934
2955
  end
2935
2956
 
2936
2957
  def deserialize(params)
@@ -2939,6 +2960,7 @@ module TencentCloud
2939
2960
  @Condition = Condition.new
2940
2961
  @Condition.deserialize(params['Condition'])
2941
2962
  end
2963
+ @OsType = params['OsType']
2942
2964
  end
2943
2965
  end
2944
2966
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-ioa
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1137
4
+ version: 3.0.1139
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-09-07 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common