tencentcloud-sdk-ioa 3.0.1157 → 3.0.1189

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 +30 -6
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8cbfd30989a331bb134ce6a801f95a2c8cea77b
4
- data.tar.gz: 532e8d8bc0176e4648bc22fdc3b5cee193d1e525
3
+ metadata.gz: f56cbaba00a978a1dd43e874ebf888bea50d2c28
4
+ data.tar.gz: 956f9cf635b2e0c1975b42beeb57f48861f81c2d
5
5
  SHA512:
6
- metadata.gz: 77133684be49bc36c6f5f2718f58d1cbdcb44e1948247a992d6d8d3555b3a020f9ff1a3dc0829ed64e731e5e565596b7993426ca060e0e30090153709023a05d
7
- data.tar.gz: 5993dc0f00631e978825d0e581f233d4d6453fb98cdaa1661db6d97f97ca56bbee88fa0061127e9b0b4cad1cb7cc840b849166fbf15c555418c683c88cd8df4d
6
+ metadata.gz: 834ed5465c9768dacb507deaab4f8ce1dac5460a54de7b55d684efb9d5665c7c3d1babc60775e778a471dbc6d84d0c9c064c4ed5f9738f721bd615a8a6bf7bc6
7
+ data.tar.gz: 42b2e072ef5ad5b199aeefa3c0156862c83ae7fc71de7131a618f8f679ddcdab01bf519775f9b56e023bf2a4f5252c2d1ff4f857c29ac95a33a1b68b8a34ba0b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1157
1
+ 3.0.1189
@@ -141,10 +141,14 @@ module TencentCloud
141
141
  # @type UpgradeSoftId: Integer
142
142
  # @param RemarkName: 终端备注名
143
143
  # @type RemarkName: String
144
+ # @param SoftwareId: 软件id
145
+ # @type SoftwareId: Integer
146
+ # @param OsType: 0:win 2:mac
147
+ # @type OsType: Integer
144
148
 
145
- attr_accessor :DeviceName, :LastLoginAccount, :DeviceUserName, :Version, :PiracyRisk, :PiracyReason, :InstallTime, :UserPath, :UserGroup, :IP, :MAC, :UseTime, :DeviceId, :FullSoftName, :Id, :NewVersion, :UpgradeSoftId, :RemarkName
149
+ attr_accessor :DeviceName, :LastLoginAccount, :DeviceUserName, :Version, :PiracyRisk, :PiracyReason, :InstallTime, :UserPath, :UserGroup, :IP, :MAC, :UseTime, :DeviceId, :FullSoftName, :Id, :NewVersion, :UpgradeSoftId, :RemarkName, :SoftwareId, :OsType
146
150
 
147
- def initialize(devicename=nil, lastloginaccount=nil, deviceusername=nil, version=nil, piracyrisk=nil, piracyreason=nil, installtime=nil, userpath=nil, usergroup=nil, ip=nil, mac=nil, usetime=nil, deviceid=nil, fullsoftname=nil, id=nil, newversion=nil, upgradesoftid=nil, remarkname=nil)
151
+ def initialize(devicename=nil, lastloginaccount=nil, deviceusername=nil, version=nil, piracyrisk=nil, piracyreason=nil, installtime=nil, userpath=nil, usergroup=nil, ip=nil, mac=nil, usetime=nil, deviceid=nil, fullsoftname=nil, id=nil, newversion=nil, upgradesoftid=nil, remarkname=nil, softwareid=nil, ostype=nil)
148
152
  @DeviceName = devicename
149
153
  @LastLoginAccount = lastloginaccount
150
154
  @DeviceUserName = deviceusername
@@ -163,6 +167,8 @@ module TencentCloud
163
167
  @NewVersion = newversion
164
168
  @UpgradeSoftId = upgradesoftid
165
169
  @RemarkName = remarkname
170
+ @SoftwareId = softwareid
171
+ @OsType = ostype
166
172
  end
167
173
 
168
174
  def deserialize(params)
@@ -184,6 +190,8 @@ module TencentCloud
184
190
  @NewVersion = params['NewVersion']
185
191
  @UpgradeSoftId = params['UpgradeSoftId']
186
192
  @RemarkName = params['RemarkName']
193
+ @SoftwareId = params['SoftwareId']
194
+ @OsType = params['OsType']
187
195
  end
188
196
  end
189
197
 
@@ -2967,12 +2975,16 @@ module TencentCloud
2967
2975
  # @type AccountName: String
2968
2976
  # @param AccountGroupId: 账号组id
2969
2977
  # @type AccountGroupId: Integer
2978
+ # @param ScreenRecordingPermission: 是否开启录屏权限,仅macOS, 0: 未开启 、1: 开启
2979
+ # @type ScreenRecordingPermission: Integer
2980
+ # @param DiskAccessPermission: 是否开启磁盘访问权限,仅macOS, 0: 未开启、 1: 开启
2981
+ # @type DiskAccessPermission: Integer
2970
2982
  # @param RemarkName: 终端备注名
2971
2983
  # @type RemarkName: String
2972
2984
 
2973
- attr_accessor :Id, :Mid, :Name, :GroupId, :OsType, :Ip, :OnlineStatus, :Version, :StrVersion, :Itime, :ConnActiveTime, :Locked, :LocalIpList, :HostId, :GroupName, :GroupNamePath, :CriticalVulListCount, :Os, :OsBits, :OsVersion, :OsLanguage, :OsInstallDate, :ComputerName, :DomainName, :MacAddr, :VulCount, :RiskCount, :VirusVer, :VulVersion, :SysRepVersion, :VulCriticalList, :Tags, :UserName, :FirewallStatus, :SerialNum, :DeviceStrategyVer, :NGNStrategyVer, :IOAUserName, :DeviceNewStrategyVer, :NGNNewStrategyVer, :HostName, :BaseBoardSn, :AccountUsers, :IdentityStrategyVer, :IdentityNewStrategyVer, :AccountGroupName, :AccountName, :AccountGroupId, :RemarkName
2985
+ attr_accessor :Id, :Mid, :Name, :GroupId, :OsType, :Ip, :OnlineStatus, :Version, :StrVersion, :Itime, :ConnActiveTime, :Locked, :LocalIpList, :HostId, :GroupName, :GroupNamePath, :CriticalVulListCount, :Os, :OsBits, :OsVersion, :OsLanguage, :OsInstallDate, :ComputerName, :DomainName, :MacAddr, :VulCount, :RiskCount, :VirusVer, :VulVersion, :SysRepVersion, :VulCriticalList, :Tags, :UserName, :FirewallStatus, :SerialNum, :DeviceStrategyVer, :NGNStrategyVer, :IOAUserName, :DeviceNewStrategyVer, :NGNNewStrategyVer, :HostName, :BaseBoardSn, :AccountUsers, :IdentityStrategyVer, :IdentityNewStrategyVer, :AccountGroupName, :AccountName, :AccountGroupId, :ScreenRecordingPermission, :DiskAccessPermission, :RemarkName
2974
2986
 
2975
- def initialize(id=nil, mid=nil, name=nil, groupid=nil, ostype=nil, ip=nil, onlinestatus=nil, version=nil, strversion=nil, itime=nil, connactivetime=nil, locked=nil, localiplist=nil, hostid=nil, groupname=nil, groupnamepath=nil, criticalvullistcount=nil, os=nil, osbits=nil, osversion=nil, oslanguage=nil, osinstalldate=nil, computername=nil, domainname=nil, macaddr=nil, vulcount=nil, riskcount=nil, virusver=nil, vulversion=nil, sysrepversion=nil, vulcriticallist=nil, tags=nil, username=nil, firewallstatus=nil, serialnum=nil, devicestrategyver=nil, ngnstrategyver=nil, ioausername=nil, devicenewstrategyver=nil, ngnnewstrategyver=nil, hostname=nil, baseboardsn=nil, accountusers=nil, identitystrategyver=nil, identitynewstrategyver=nil, accountgroupname=nil, accountname=nil, accountgroupid=nil, remarkname=nil)
2987
+ def initialize(id=nil, mid=nil, name=nil, groupid=nil, ostype=nil, ip=nil, onlinestatus=nil, version=nil, strversion=nil, itime=nil, connactivetime=nil, locked=nil, localiplist=nil, hostid=nil, groupname=nil, groupnamepath=nil, criticalvullistcount=nil, os=nil, osbits=nil, osversion=nil, oslanguage=nil, osinstalldate=nil, computername=nil, domainname=nil, macaddr=nil, vulcount=nil, riskcount=nil, virusver=nil, vulversion=nil, sysrepversion=nil, vulcriticallist=nil, tags=nil, username=nil, firewallstatus=nil, serialnum=nil, devicestrategyver=nil, ngnstrategyver=nil, ioausername=nil, devicenewstrategyver=nil, ngnnewstrategyver=nil, hostname=nil, baseboardsn=nil, accountusers=nil, identitystrategyver=nil, identitynewstrategyver=nil, accountgroupname=nil, accountname=nil, accountgroupid=nil, screenrecordingpermission=nil, diskaccesspermission=nil, remarkname=nil)
2976
2988
  @Id = id
2977
2989
  @Mid = mid
2978
2990
  @Name = name
@@ -3021,6 +3033,8 @@ module TencentCloud
3021
3033
  @AccountGroupName = accountgroupname
3022
3034
  @AccountName = accountname
3023
3035
  @AccountGroupId = accountgroupid
3036
+ @ScreenRecordingPermission = screenrecordingpermission
3037
+ @DiskAccessPermission = diskaccesspermission
3024
3038
  @RemarkName = remarkname
3025
3039
  end
3026
3040
 
@@ -3073,6 +3087,8 @@ module TencentCloud
3073
3087
  @AccountGroupName = params['AccountGroupName']
3074
3088
  @AccountName = params['AccountName']
3075
3089
  @AccountGroupId = params['AccountGroupId']
3090
+ @ScreenRecordingPermission = params['ScreenRecordingPermission']
3091
+ @DiskAccessPermission = params['DiskAccessPermission']
3076
3092
  @RemarkName = params['RemarkName']
3077
3093
  end
3078
3094
  end
@@ -3848,10 +3864,14 @@ module TencentCloud
3848
3864
  # @type Id: Integer
3849
3865
  # @param PiracyRisk: 盗版风险(0:未支持,1:风险,2:未发现,3:未开启)
3850
3866
  # @type PiracyRisk: Integer
3867
+ # @param DeviceId: 设备id
3868
+ # @type DeviceId: Integer
3869
+ # @param OsType: 平台类型
3870
+ # @type OsType: Integer
3851
3871
 
3852
- attr_accessor :Name, :InstallDate, :SoftwareId, :Mid, :Version, :CorpName, :Id, :PiracyRisk
3872
+ attr_accessor :Name, :InstallDate, :SoftwareId, :Mid, :Version, :CorpName, :Id, :PiracyRisk, :DeviceId, :OsType
3853
3873
 
3854
- def initialize(name=nil, installdate=nil, softwareid=nil, mid=nil, version=nil, corpname=nil, id=nil, piracyrisk=nil)
3874
+ def initialize(name=nil, installdate=nil, softwareid=nil, mid=nil, version=nil, corpname=nil, id=nil, piracyrisk=nil, deviceid=nil, ostype=nil)
3855
3875
  @Name = name
3856
3876
  @InstallDate = installdate
3857
3877
  @SoftwareId = softwareid
@@ -3860,6 +3880,8 @@ module TencentCloud
3860
3880
  @CorpName = corpname
3861
3881
  @Id = id
3862
3882
  @PiracyRisk = piracyrisk
3883
+ @DeviceId = deviceid
3884
+ @OsType = ostype
3863
3885
  end
3864
3886
 
3865
3887
  def deserialize(params)
@@ -3871,6 +3893,8 @@ module TencentCloud
3871
3893
  @CorpName = params['CorpName']
3872
3894
  @Id = params['Id']
3873
3895
  @PiracyRisk = params['PiracyRisk']
3896
+ @DeviceId = params['DeviceId']
3897
+ @OsType = params['OsType']
3874
3898
  end
3875
3899
  end
3876
3900
 
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.1157
4
+ version: 3.0.1189
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-10-20 00:00:00.000000000 Z
11
+ date: 2025-12-24 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: