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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210331/models.rb +13 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4127588a2eaa0a1baeb56a77c4e63fdb3a695556
4
- data.tar.gz: f3ee7379f7d692b3606abf46db1856cbb32d0899
3
+ metadata.gz: b4e0c948b1ee146259e4910dd8e13d996a2a1ba6
4
+ data.tar.gz: ed86c0d2e2d79e0a81702e9decb694bf30b20be2
5
5
  SHA512:
6
- metadata.gz: 29619cc36cb84133f2ee91247aa11f96ed032dc7e360d9791c021dde731d3cfcafded6d45d4ace1e4055ae5dbd4f06caf59840fab1d9fdf6f4a93c352c464dd0
7
- data.tar.gz: 79e6f5686d998d8b870e3d57028c237d2036ef5dd7bcb2bdb4d88aac649bf1b4214ef38ffeb7ee826b6650986253239ef8e0ddf1882a87037c65eb72001c891c
6
+ metadata.gz: d7426f6709b87991604d4d89f9831652118b5b7e6499bf03aa100c0fd9a0320eeadf59633ca08a6ab791ca2ebfad448a511a300359f16783d04ece1c3dc0928f
7
+ data.tar.gz: 39d7269676de1cf03b75d2c1551bfa12d0d939fdc7a01087f802a48b034945689b3c1560966515ddd5c61ae0791807677e5239232150d037a6e9f921d04bfb87
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.939
@@ -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 正序,需要你和SortField一起设置
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: 过滤条件。不区分大小写。目前,只支持 RoleConfigurationName,只支持 eq(Equals)和 sw(Start With)。 示例:Filter = "RoleConfigurationName,只支持 sw test",表示查询名称以 test 开头的全部权限配置。Filter = "RoleConfigurationName,只支持 eq TestRoleConfiguration",表示查询名称为 TestRoleConfiguration 的权限配置。
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 正序,需要你和SortField一起设置
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, 10
6620
- deprecate :ResourceGrantLast=, :none, 2024, 10
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, 10
7459
- deprecate :ResourceId=, :none, 2024, 10
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.938
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-07 00:00:00.000000000 Z
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