tencentcloud-sdk-ioa 3.0.852 → 3.0.853

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 +79 -69
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57df80c7bbfab08b0acbbdc4e7238b55bef1de71
4
- data.tar.gz: eecda0f271226977f138e5d16509bf444e40ad4b
3
+ metadata.gz: 8670cbf6edf0de08a793f19af8a38859de40b7d0
4
+ data.tar.gz: ffd22c53ccd9e796b86191ec7402190990cdb62a
5
5
  SHA512:
6
- metadata.gz: ea3f123ae371854c14455a5398e8ad42dc1cf3cad8bdb737162fa5d5ec79252353373962634eada67d861e4197d98544f2832a98b30e9990ae5e22893e7e9182
7
- data.tar.gz: aa348b4f803f49049ed3f0ca5d4cbf2bb2d2bb4e4decea20612d053e6e8c08b180049e852a8dbe49bd1dc95c7210429105ed57e76406fc22884ab6a4ccd60adc
6
+ metadata.gz: 7e6bb8974541839ef0134c3996d793a7a67b9a4335bd8c9d422f41157c1db32be3bcb2d577150e7b9880a2472c9fb2e2804f19de162de982be764fe176cf61a4
7
+ data.tar.gz: a02780858d749084c27f4a8042f12b0d08b6467807c0b3eb1912fc9f8774e5147abc40aad7172986bbdd78f8f873cfb7149588e4d18f47bbe92622dca567c80d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.852
1
+ 3.0.853
@@ -76,105 +76,115 @@ module TencentCloud
76
76
  end
77
77
  end
78
78
 
79
- # 账户分响应对象集合
79
+ # 分组名称
80
80
  class DescribeAccountGroupsData < TencentCloud::Common::AbstractModel
81
- # @param Itime: 创建时间
82
- # 注意:此字段可能返回 null,表示取不到有效值。
83
- # @type Itime: String
84
- # @param Name: 账户组名称
81
+ # @param NamePath: 名称path
85
82
  # 注意:此字段可能返回 null,表示取不到有效值。
86
- # @type Name: String
87
- # @param IdPathArr: id patch数组
83
+ # @type NamePath: String
84
+ # @param IdPathArr: id patch数组(只支持32位)
88
85
  # 注意:此字段可能返回 null,表示取不到有效值。
89
86
  # @type IdPathArr: Array
90
- # @param UserTotal: 该分组下用户总数
91
- # 注意:此字段可能返回 null,表示取不到有效值。
92
- # @type UserTotal: Integer
93
87
  # @param ExtraInfo: 扩展信息
94
88
  # 注意:此字段可能返回 null,表示取不到有效值。
95
89
  # @type ExtraInfo: String
96
- # @param ImportType: 导入类型
90
+ # @param Utime: 最后更新时间
97
91
  # 注意:此字段可能返回 null,表示取不到有效值。
98
- # @type ImportType: String
92
+ # @type Utime: String
93
+ # @param ParentId: 父id
94
+ # 注意:此字段可能返回 null,表示取不到有效值。
95
+ # @type ParentId: Integer
96
+ # @param OrgId: 组织id
97
+ # 注意:此字段可能返回 null,表示取不到有效值。
98
+ # @type OrgId: String
99
+ # @param Name: 账户组名称
100
+ # 注意:此字段可能返回 null,表示取不到有效值。
101
+ # @type Name: String
102
+ # @param Id: id
103
+ # 注意:此字段可能返回 null,表示取不到有效值。
104
+ # @type Id: Integer
99
105
  # @param Description: 描述
100
106
  # 注意:此字段可能返回 null,表示取不到有效值。
101
107
  # @type Description: String
102
108
  # @param Source: 同步数据源
103
109
  # 注意:此字段可能返回 null,表示取不到有效值。
104
110
  # @type Source: Integer
105
- # @param MiniIamId: miniIAM id
106
- # 注意:此字段可能返回 null,表示取不到有效值。
107
- # @type MiniIamId: String
108
- # @param OrgId: 组织id
109
- # 注意:此字段可能返回 null,表示取不到有效值。
110
- # @type OrgId: String
111
- # @param ReadOnly: 是否该账户的直接权限
112
- # 注意:此字段可能返回 null,表示取不到有效值。
113
- # @type ReadOnly: Boolean
114
- # @param ParentId: 父id
111
+ # @param IdPath: id path
115
112
  # 注意:此字段可能返回 null,表示取不到有效值。
116
- # @type ParentId: Integer
117
- # @param NamePath: 名称path
113
+ # @type IdPath: String
114
+ # @param Itime: 创建时间
118
115
  # 注意:此字段可能返回 null,表示取不到有效值。
119
- # @type NamePath: String
116
+ # @type Itime: String
120
117
  # @param ParentOrgId: 父组织id
121
118
  # 注意:此字段可能返回 null,表示取不到有效值。
122
119
  # @type ParentOrgId: String
123
- # @param IdPath: id path
120
+ # @param ImportType: 导入类型
124
121
  # 注意:此字段可能返回 null,表示取不到有效值。
125
- # @type IdPath: String
126
- # @param Id: 自增id
122
+ # @type ImportType: String
123
+ # @param MiniIamId: miniIAM id
127
124
  # 注意:此字段可能返回 null,表示取不到有效值。
128
- # @type Id: Integer
125
+ # @type MiniIamId: String
126
+ # @param UserTotal: 该分组下用户总数
127
+ # 注意:此字段可能返回 null,表示取不到有效值。
128
+ # @type UserTotal: Integer
129
129
  # @param IsLeaf: 是否叶子节点
130
130
  # 注意:此字段可能返回 null,表示取不到有效值。
131
131
  # @type IsLeaf: Boolean
132
- # @param Utime: 最后更新时间
132
+ # @param ReadOnly: 是否该账户的直接权限
133
133
  # 注意:此字段可能返回 null,表示取不到有效值。
134
- # @type Utime: String
134
+ # @type ReadOnly: Boolean
135
+ # @param LatestSyncResult: 最新一次同步任务的结果
136
+ # 注意:此字段可能返回 null,表示取不到有效值。
137
+ # @type LatestSyncResult: String
138
+ # @param LatestSyncTime: 最新一次同步任务的结束时间
139
+ # 注意:此字段可能返回 null,表示取不到有效值。
140
+ # @type LatestSyncTime: String
135
141
 
136
- attr_accessor :Itime, :Name, :IdPathArr, :UserTotal, :ExtraInfo, :ImportType, :Description, :Source, :MiniIamId, :OrgId, :ReadOnly, :ParentId, :NamePath, :ParentOrgId, :IdPath, :Id, :IsLeaf, :Utime
142
+ attr_accessor :NamePath, :IdPathArr, :ExtraInfo, :Utime, :ParentId, :OrgId, :Name, :Id, :Description, :Source, :IdPath, :Itime, :ParentOrgId, :ImportType, :MiniIamId, :UserTotal, :IsLeaf, :ReadOnly, :LatestSyncResult, :LatestSyncTime
137
143
 
138
- def initialize(itime=nil, name=nil, idpatharr=nil, usertotal=nil, extrainfo=nil, importtype=nil, description=nil, source=nil, miniiamid=nil, orgid=nil, readonly=nil, parentid=nil, namepath=nil, parentorgid=nil, idpath=nil, id=nil, isleaf=nil, utime=nil)
139
- @Itime = itime
140
- @Name = name
144
+ def initialize(namepath=nil, idpatharr=nil, extrainfo=nil, utime=nil, parentid=nil, orgid=nil, name=nil, id=nil, description=nil, source=nil, idpath=nil, itime=nil, parentorgid=nil, importtype=nil, miniiamid=nil, usertotal=nil, isleaf=nil, readonly=nil, latestsyncresult=nil, latestsynctime=nil)
145
+ @NamePath = namepath
141
146
  @IdPathArr = idpatharr
142
- @UserTotal = usertotal
143
147
  @ExtraInfo = extrainfo
144
- @ImportType = importtype
148
+ @Utime = utime
149
+ @ParentId = parentid
150
+ @OrgId = orgid
151
+ @Name = name
152
+ @Id = id
145
153
  @Description = description
146
154
  @Source = source
147
- @MiniIamId = miniiamid
148
- @OrgId = orgid
149
- @ReadOnly = readonly
150
- @ParentId = parentid
151
- @NamePath = namepath
152
- @ParentOrgId = parentorgid
153
155
  @IdPath = idpath
154
- @Id = id
156
+ @Itime = itime
157
+ @ParentOrgId = parentorgid
158
+ @ImportType = importtype
159
+ @MiniIamId = miniiamid
160
+ @UserTotal = usertotal
155
161
  @IsLeaf = isleaf
156
- @Utime = utime
162
+ @ReadOnly = readonly
163
+ @LatestSyncResult = latestsyncresult
164
+ @LatestSyncTime = latestsynctime
157
165
  end
158
166
 
159
167
  def deserialize(params)
160
- @Itime = params['Itime']
161
- @Name = params['Name']
168
+ @NamePath = params['NamePath']
162
169
  @IdPathArr = params['IdPathArr']
163
- @UserTotal = params['UserTotal']
164
170
  @ExtraInfo = params['ExtraInfo']
165
- @ImportType = params['ImportType']
171
+ @Utime = params['Utime']
172
+ @ParentId = params['ParentId']
173
+ @OrgId = params['OrgId']
174
+ @Name = params['Name']
175
+ @Id = params['Id']
166
176
  @Description = params['Description']
167
177
  @Source = params['Source']
168
- @MiniIamId = params['MiniIamId']
169
- @OrgId = params['OrgId']
170
- @ReadOnly = params['ReadOnly']
171
- @ParentId = params['ParentId']
172
- @NamePath = params['NamePath']
173
- @ParentOrgId = params['ParentOrgId']
174
178
  @IdPath = params['IdPath']
175
- @Id = params['Id']
179
+ @Itime = params['Itime']
180
+ @ParentOrgId = params['ParentOrgId']
181
+ @ImportType = params['ImportType']
182
+ @MiniIamId = params['MiniIamId']
183
+ @UserTotal = params['UserTotal']
176
184
  @IsLeaf = params['IsLeaf']
177
- @Utime = params['Utime']
185
+ @ReadOnly = params['ReadOnly']
186
+ @LatestSyncResult = params['LatestSyncResult']
187
+ @LatestSyncTime = params['LatestSyncTime']
178
188
  end
179
189
  end
180
190
 
@@ -660,25 +670,25 @@ module TencentCloud
660
670
 
661
671
  # 业务响应数据
662
672
  class DeviceDetail < TencentCloud::Common::AbstractModel
663
- # @param Id: 设备ID(只支持32位)
673
+ # @param Id: 设备ID
664
674
  # 注意:此字段可能返回 null,表示取不到有效值。
665
675
  # @type Id: Integer
666
- # @param Mid: 设备唯一标识符
676
+ # @param Mid: 设备唯一标识码,在ioa中每个设备有唯一标识码
667
677
  # 注意:此字段可能返回 null,表示取不到有效值。
668
678
  # @type Mid: String
669
679
  # @param Name: 终端名(设备名)
670
680
  # 注意:此字段可能返回 null,表示取不到有效值。
671
681
  # @type Name: String
672
- # @param GroupId: 设备所在分组ID(只支持32位)
682
+ # @param GroupId: 设备所在分组ID
673
683
  # 注意:此字段可能返回 null,表示取不到有效值。
674
684
  # @type GroupId: Integer
675
- # @param OsType: OS平台(只支持32位)
685
+ # @param OsType: OS平台,0:Windows 、1: Linux、 2:macOS 、4: Android、 5: iOS。默认是0
676
686
  # 注意:此字段可能返回 null,表示取不到有效值。
677
687
  # @type OsType: Integer
678
688
  # @param Ip: 设备IP地址(出口IP)
679
689
  # 注意:此字段可能返回 null,表示取不到有效值。
680
690
  # @type Ip: String
681
- # @param OnlineStatus: 在线状态 2 在线 01 离线(只支持32位)
691
+ # @param OnlineStatus: 在线状态,2:在线、0或者1:离线
682
692
  # 注意:此字段可能返回 null,表示取不到有效值。
683
693
  # @type OnlineStatus: Integer
684
694
  # @param Version: 客户端版本号-大整数
@@ -693,7 +703,7 @@ module TencentCloud
693
703
  # @param ConnActiveTime: 最后一次在线时间
694
704
  # 注意:此字段可能返回 null,表示取不到有效值。
695
705
  # @type ConnActiveTime: String
696
- # @param Locked: 设备是否加锁 1 锁定 0 2 非锁定(只支持32位)
706
+ # @param Locked: 设备是否加锁 1:锁定 0或者2:未锁定。
697
707
  # 注意:此字段可能返回 null,表示取不到有效值。
698
708
  # @type Locked: Integer
699
709
  # @param LocalIpList: 设备本地IP列表, 包括IP
@@ -711,7 +721,7 @@ module TencentCloud
711
721
  # @param CriticalVulListCount: 未修复高危漏洞数(只支持32位)
712
722
  # 注意:此字段可能返回 null,表示取不到有效值。
713
723
  # @type CriticalVulListCount: Integer
714
- # @param ComputerName: 设备名 和Name相同,保留参数
724
+ # @param ComputerName: 设备名,和Name相同
715
725
  # 注意:此字段可能返回 null,表示取不到有效值。
716
726
  # @type ComputerName: String
717
727
  # @param DomainName: 登录域名
@@ -720,10 +730,10 @@ module TencentCloud
720
730
  # @param MacAddr: MAC地址
721
731
  # 注意:此字段可能返回 null,表示取不到有效值。
722
732
  # @type MacAddr: String
723
- # @param VulCount: 漏洞数(只支持32位)
733
+ # @param VulCount: 漏洞数
724
734
  # 注意:此字段可能返回 null,表示取不到有效值。
725
735
  # @type VulCount: Integer
726
- # @param RiskCount: 病毒风险数(只支持32位)
736
+ # @param RiskCount: 病毒风险数
727
737
  # 注意:此字段可能返回 null,表示取不到有效值。
728
738
  # @type RiskCount: Integer
729
739
  # @param VirusVer: 病毒库版本
@@ -744,7 +754,7 @@ module TencentCloud
744
754
  # @param UserName: 终端用户名
745
755
  # 注意:此字段可能返回 null,表示取不到有效值。
746
756
  # @type UserName: String
747
- # @param FirewallStatus: 防火墙状态(只支持32位)
757
+ # @param FirewallStatus: 防火墙状态,不等于0表示开启
748
758
  # 注意:此字段可能返回 null,表示取不到有效值。
749
759
  # @type FirewallStatus: Integer
750
760
  # @param SerialNum: SN序列号
@@ -756,7 +766,7 @@ module TencentCloud
756
766
  # @param NGNStrategyVer: NGN策略版本
757
767
  # 注意:此字段可能返回 null,表示取不到有效值。
758
768
  # @type NGNStrategyVer: String
759
- # @param IOAUserName: 最近登录账号
769
+ # @param IOAUserName: 最近登录账户的账号
760
770
  # 注意:此字段可能返回 null,表示取不到有效值。
761
771
  # @type IOAUserName: String
762
772
  # @param DeviceNewStrategyVer: 设备管控新策略
@@ -783,7 +793,7 @@ module TencentCloud
783
793
  # @param AccountGroupName: 最近登录账号部门
784
794
  # 注意:此字段可能返回 null,表示取不到有效值。
785
795
  # @type AccountGroupName: String
786
- # @param AccountName: 登录账号姓名
796
+ # @param AccountName: 最近登录账户的姓名
787
797
  # 注意:此字段可能返回 null,表示取不到有效值。
788
798
  # @type AccountName: String
789
799
  # @param AccountGroupId: 账号组id
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.852
4
+ version: 3.0.853
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-06-26 00:00:00.000000000 Z
11
+ date: 2024-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common