tencentcloud-sdk-ioa 3.0.938 → 3.0.940
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20220601/client.rb +0 -1
- data/lib/v20220601/models.rb +0 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c910e1859e7576d6ab321d777031af2a18f7b172
|
|
4
|
+
data.tar.gz: 3ee60131d8652e945cca68f0cc9bbb083b5a2495
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 242db3dc04c754d5af444ad8563e25a9d1d46d75aaa136b56e8ad5472a3486e8cc83c056d731d90ec8d7a3a57261bbeb12803a7812c63e08aa01022d6ece9ae5
|
|
7
|
+
data.tar.gz: 02ed8746305284b5a25e00b5a6b9cc0d09afeec5af8ba21029ec4898847c1e0bf7c81d2f26eebd9e74194533dbe1fc9758a4d75c65fcc534856277d3bd4f5cc2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.940
|
data/lib/v20220601/client.rb
CHANGED
|
@@ -126,7 +126,6 @@ module TencentCloud
|
|
|
126
126
|
end
|
|
127
127
|
|
|
128
128
|
# 查询账号根分组详情。对应“用户与授权管理”里内置不可见的全网根账号组,所有新建的目录,都挂在该全网根账号组下。
|
|
129
|
-
# 私有化调用path为:capi/Assets/DescribeRootAccountGroup
|
|
130
129
|
|
|
131
130
|
# @param request: Request instance for DescribeRootAccountGroup.
|
|
132
131
|
# @type request: :class:`Tencentcloud::ioa::V20220601::DescribeRootAccountGroupRequest`
|
data/lib/v20220601/models.rb
CHANGED
|
@@ -1118,10 +1118,8 @@ module TencentCloud
|
|
|
1118
1118
|
# 规则表达式
|
|
1119
1119
|
class RuleExpression < TencentCloud::Common::AbstractModel
|
|
1120
1120
|
# @param Items: 规则元数据
|
|
1121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1122
1121
|
# @type Items: Array
|
|
1123
1122
|
# @param Relation: 关系
|
|
1124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1125
1123
|
# @type Relation: String
|
|
1126
1124
|
|
|
1127
1125
|
attr_accessor :Items, :Relation
|
|
@@ -1147,16 +1145,12 @@ module TencentCloud
|
|
|
1147
1145
|
# 规则元数据
|
|
1148
1146
|
class RuleItem < TencentCloud::Common::AbstractModel
|
|
1149
1147
|
# @param Key: 字段名称
|
|
1150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1151
1148
|
# @type Key: String
|
|
1152
1149
|
# @param Operate: 操作关系(等于、不等于、包含、不包含)
|
|
1153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1154
1150
|
# @type Operate: String
|
|
1155
1151
|
# @param Value: 内容
|
|
1156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1157
1152
|
# @type Value: String
|
|
1158
1153
|
# @param Values: 内容,v2多值版本使用
|
|
1159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1160
1154
|
# @type Values: Array
|
|
1161
1155
|
|
|
1162
1156
|
attr_accessor :Key, :Operate, :Value, :Values
|
|
@@ -1179,10 +1173,8 @@ module TencentCloud
|
|
|
1179
1173
|
# 简单规则表达式
|
|
1180
1174
|
class SimpleRule < TencentCloud::Common::AbstractModel
|
|
1181
1175
|
# @param Expressions: 规则表达式
|
|
1182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1183
1176
|
# @type Expressions: Array
|
|
1184
1177
|
# @param Relation: 表达式间逻辑关系
|
|
1185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1186
1178
|
# @type Relation: String
|
|
1187
1179
|
|
|
1188
1180
|
attr_accessor :Expressions, :Relation
|
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.
|
|
4
|
+
version: 3.0.940
|
|
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-11-
|
|
11
|
+
date: 2024-11-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|