tencentcloud-sdk-organization 3.0.938 → 3.0.939
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/v20210331/models.rb +13 -9
- 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: b4e0c948b1ee146259e4910dd8e13d996a2a1ba6
|
4
|
+
data.tar.gz: ed86c0d2e2d79e0a81702e9decb694bf30b20be2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7426f6709b87991604d4d89f9831652118b5b7e6499bf03aa100c0fd9a0320eeadf59633ca08a6ab791ca2ebfad448a511a300359f16783d04ece1c3dc0928f
|
7
|
+
data.tar.gz: 39d7269676de1cf03b75d2c1551bfa12d0d939fdc7a01087f802a48b034945689b3c1560966515ddd5c61ae0791807677e5239232150d037a6e9f921d04bfb87
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.939
|
data/lib/v20210331/models.rb
CHANGED
@@ -207,16 +207,19 @@ module TencentCloud
|
|
207
207
|
# @type RolePolicies: Array
|
208
208
|
# @param CustomPolicyDocument: 自定义策略内容。长度:最大 4096 个字符。当RolePolicyType为Inline时,该参数必须配置。关于权限策略的语法和结构,请参见权限策略语法和结构。
|
209
209
|
# @type CustomPolicyDocument: String
|
210
|
+
# @param CustomPolicyDocuments: 自定义策略内容列表(跟RolePolicyNames一一对应)
|
211
|
+
# @type CustomPolicyDocuments: Array
|
210
212
|
|
211
|
-
attr_accessor :ZoneId, :RoleConfigurationId, :RolePolicyType, :RolePolicyNames, :RolePolicies, :CustomPolicyDocument
|
213
|
+
attr_accessor :ZoneId, :RoleConfigurationId, :RolePolicyType, :RolePolicyNames, :RolePolicies, :CustomPolicyDocument, :CustomPolicyDocuments
|
212
214
|
|
213
|
-
def initialize(zoneid=nil, roleconfigurationid=nil, rolepolicytype=nil, rolepolicynames=nil, rolepolicies=nil, custompolicydocument=nil)
|
215
|
+
def initialize(zoneid=nil, roleconfigurationid=nil, rolepolicytype=nil, rolepolicynames=nil, rolepolicies=nil, custompolicydocument=nil, custompolicydocuments=nil)
|
214
216
|
@ZoneId = zoneid
|
215
217
|
@RoleConfigurationId = roleconfigurationid
|
216
218
|
@RolePolicyType = rolepolicytype
|
217
219
|
@RolePolicyNames = rolepolicynames
|
218
220
|
@RolePolicies = rolepolicies
|
219
221
|
@CustomPolicyDocument = custompolicydocument
|
222
|
+
@CustomPolicyDocuments = custompolicydocuments
|
220
223
|
end
|
221
224
|
|
222
225
|
def deserialize(params)
|
@@ -233,6 +236,7 @@ module TencentCloud
|
|
233
236
|
end
|
234
237
|
end
|
235
238
|
@CustomPolicyDocument = params['CustomPolicyDocument']
|
239
|
+
@CustomPolicyDocuments = params['CustomPolicyDocuments']
|
236
240
|
end
|
237
241
|
end
|
238
242
|
|
@@ -4319,7 +4323,7 @@ module TencentCloud
|
|
4319
4323
|
# @type FilterUsers: Array
|
4320
4324
|
# @param SortField: 排序的字段,目前只支持CreateTime,默认是CreateTime字段
|
4321
4325
|
# @type SortField: String
|
4322
|
-
# @param SortType: 排序类型:Desc 倒序 Asc
|
4326
|
+
# @param SortType: 排序类型:Desc 倒序 Asc 正序,需要您和SortField一起设置
|
4323
4327
|
# @type SortType: String
|
4324
4328
|
# @param Offset: 翻页offset. 不要与NextToken同时使用,优先使用NextToken
|
4325
4329
|
# @type Offset: Integer
|
@@ -5176,7 +5180,7 @@ module TencentCloud
|
|
5176
5180
|
# @type NextToken: String
|
5177
5181
|
# @param MaxResults: 每页的最大数据条数。 取值范围:1~100。 默认值:10。
|
5178
5182
|
# @type MaxResults: Integer
|
5179
|
-
# @param Filter:
|
5183
|
+
# @param Filter: 过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. 示例:Filter = "test",表示查询名称或描述里包含 test 的权限配置。
|
5180
5184
|
# @type Filter: String
|
5181
5185
|
# @param FilterTargets: 检索成员账号是否配置过权限,如果配置过返回IsSelected: true, 否则返回false。
|
5182
5186
|
# @type FilterTargets: Array
|
@@ -5595,7 +5599,7 @@ module TencentCloud
|
|
5595
5599
|
# @type FilterGroups: Array
|
5596
5600
|
# @param SortField: 排序的字段,目前只支持CreateTime,默认是CreateTime字段
|
5597
5601
|
# @type SortField: String
|
5598
|
-
# @param SortType: 排序类型:Desc 倒序 Asc
|
5602
|
+
# @param SortType: 排序类型:Desc 倒序 Asc 正序,需要您和SortField一起设置
|
5599
5603
|
# @type SortType: String
|
5600
5604
|
# @param Offset: 翻页offset. 不要与NextToken同时使用,优先使用NextToken
|
5601
5605
|
# @type Offset: Integer
|
@@ -6616,8 +6620,8 @@ module TencentCloud
|
|
6616
6620
|
|
6617
6621
|
attr_accessor :ProductResourceId, :ResourceGrantLast
|
6618
6622
|
extend Gem::Deprecate
|
6619
|
-
deprecate :ResourceGrantLast, :none, 2024,
|
6620
|
-
deprecate :ResourceGrantLast=, :none, 2024,
|
6623
|
+
deprecate :ResourceGrantLast, :none, 2024, 11
|
6624
|
+
deprecate :ResourceGrantLast=, :none, 2024, 11
|
6621
6625
|
|
6622
6626
|
def initialize(productresourceid=nil, resourcegrantlast=nil)
|
6623
6627
|
@ProductResourceId = productresourceid
|
@@ -7455,8 +7459,8 @@ module TencentCloud
|
|
7455
7459
|
|
7456
7460
|
attr_accessor :ResourceId, :ProductResourceId
|
7457
7461
|
extend Gem::Deprecate
|
7458
|
-
deprecate :ResourceId, :none, 2024,
|
7459
|
-
deprecate :ResourceId=, :none, 2024,
|
7462
|
+
deprecate :ResourceId, :none, 2024, 11
|
7463
|
+
deprecate :ResourceId=, :none, 2024, 11
|
7460
7464
|
|
7461
7465
|
def initialize(resourceid=nil, productresourceid=nil)
|
7462
7466
|
@ResourceId = resourceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-organization
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.939
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|