tencentcloud-sdk-ioa 3.0.1137 → 3.0.1138

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b00b8a02dc14eb7eb7f58d0c5c22e5d25bf614cb
4
- data.tar.gz: 68b9382adef5372869d45f268ff5883c98c6faa4
3
+ metadata.gz: 31236d923dc2fec4c58c7ec91127e83f04755d3e
4
+ data.tar.gz: faf38df1c6a46a38b31ce15493d5e1543183f631
5
5
  SHA512:
6
- metadata.gz: 6b520506f77aba837372295c5e64fbe687b418628f0daa901592c728bf912419f0439e164a7eb0523d6767aa0e39e064e9edabe024b9169e87bf6ccdb9c94b30
7
- data.tar.gz: 91cd7367dc802ad12ddd9d3ed8e276d64442346feff6bad72022c6b3ddd591665cdc868d964db28a046252725aceb8873e026ee2cc5cfbb2f7337d8ca1552c36
6
+ metadata.gz: 52083ca00860939a7325919c15e70aa3bd0eb0666464fd20d5a6223db0ef00e9642e5268982bd9d894d577a7953164195b3431f2cae2ad5393d9a39da0b36b13
7
+ data.tar.gz: 754e794986f2d11a24e4596665d97ddd8e53dd527f77cebb215c28c142e5916aa122e22a753ca17815361a89eec44dbb66ec93278f09968c30e5edae61e07c17
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1137
1
+ 3.0.1138
@@ -1002,7 +1002,7 @@ module TencentCloud
1002
1002
  # @type FileName: String
1003
1003
  # @param Status: 状态:等待检测->正在检测->检测失败/检测成功。或任务不存在
1004
1004
  # @type Status: String
1005
- # @param DetectResult: 文件检测结果,json字符串。
1005
+ # @param DetectResult: 文件检测结果,json字符串。包含文件基本信息如type,path,md5以及命中的信息。其中State为检测状态,0为待解析文件,1为检测中,2为检测完成;FileAbstract为命中的上下文摘要信息,HitRuleid是命中的规则唯一ID,HitRuleCategoryId是规则分类唯一id,HitLevel是文件的等级,HitRuleDesc是规则的名称,HitContent是具体命中的规则以及词库信息,以及命中的内容。EngineConfigVersion是当前词库版本号
1006
1006
  # @type DetectResult: String
1007
1007
 
1008
1008
  attr_accessor :FileMd5, :FileName, :Status, :DetectResult
@@ -1024,7 +1024,7 @@ module TencentCloud
1024
1024
 
1025
1025
  # DescribeDLPFileDetectResult请求参数结构体
1026
1026
  class DescribeDLPFileDetectResultRequest < TencentCloud::Common::AbstractModel
1027
- # @param DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配
1027
+ # @param DomainInstanceId: 管理域实例ID,用于CAM管理域权限分配。若企业未进行管理域的划分,可直接传入根域"1",此时表示针对当前企业的全部设备和账号进行接口CRUD,具体CRUD的影响范围限制于相应接口的入参。
1028
1028
  # @type DomainInstanceId: String
1029
1029
  # @param QueryID: 查询ID,即提交送检任务接口(CreateDLPFileDetectionTask)返回的任务ID(DLPFileDetectionTaskID)
1030
1030
  # @type QueryID: String
@@ -1044,7 +1044,7 @@ module TencentCloud
1044
1044
 
1045
1045
  # DescribeDLPFileDetectResult返回参数结构体
1046
1046
  class DescribeDLPFileDetectResultResponse < TencentCloud::Common::AbstractModel
1047
- # @param Data: 查询任务结果
1047
+ # @param Data: 文件鉴定任务结果数据。详情查看具体数据结构
1048
1048
  # @type Data: :class:`Tencentcloud::Ioa.v20220601.models.DescribeDLPFileDetectResultData`
1049
1049
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1050
1050
  # @type RequestId: String
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.1138
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
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-ioa.rb
37
- - lib/v20220601/models.rb
38
36
  - lib/v20220601/client.rb
37
+ - lib/v20220601/models.rb
38
+ - lib/tencentcloud-sdk-ioa.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: