tencentcloud-sdk-organization 3.0.938 → 3.0.940
Sign up to get free protection for your applications and to get access to all the features.
- 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: 496242ba6b9d04f81c3e4c65a264ef7948d5c3a7
|
4
|
+
data.tar.gz: de7372923a06968ba10c85ac168c29b790c938ce
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f856388760de7352fe0c9bb304612b6cd9409f0b9fee80cc186cd24bcc651920e7f1c6bea31b4ccb0e1928dca463d0fd2b2a475a39a901dca20432bb0139ad4b
|
7
|
+
data.tar.gz: 2c0b6275fda4f863b48c31f2386b4bd28a33ed0948ef96abb46f53da458dfa0226bc59f093af9c11047be74d4c7727e01a5570e079a86b424d34d6b001146154
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.940
|
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.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
|