tencentcloud-sdk-organization 3.0.532 → 3.0.533

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 +15 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f877e5d171d0634f49d3ef142e490b694a1a5bd9
4
- data.tar.gz: 5825c488b57822990e97a8c5c6ab55099cf8d0fa
3
+ metadata.gz: fd8147c71e469b7bc513424cc4905e5c8454d40b
4
+ data.tar.gz: f5299432e4762f0f0ba91c5d2bcb98be3986b952
5
5
  SHA512:
6
- metadata.gz: eb39fca33876d2107c3e3d60b091c4de1d8e9aae0b88f7979dbb69ebe8c6ab5b623e1e889db7a6585dae04fdc1143a45d6ca22381cca0271e43e54da759ef61f
7
- data.tar.gz: e5ead0aca5d9b809679bb5dbb6774a5421908f1cec676eed7647830e6634154cbe3480025e965ec1d218961a4d3eb01ca9823228437ae457fbef6f59ba7b0845
6
+ metadata.gz: 46fb23b186334e06ea79ea4fd87c1ae0814a9880eab551c3f734b508861a7088b7c9dcec6f0eff1857a182ecaea60653377e3b7505bf4e6bba6d49efa2b0075b
7
+ data.tar.gz: 585d595792bde053e5c754a18c88a316a3d3cf9caf5e93326bd6ae7f6534b795856e8b71bc553926a3d0698624b757a3c995f60babe0f29ef29aeb902af18065
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.532
1
+ 3.0.533
@@ -477,9 +477,9 @@ module TencentCloud
477
477
 
478
478
  # DescribeOrganizationMemberAuthIdentities请求参数结构体
479
479
  class DescribeOrganizationMemberAuthIdentitiesRequest < TencentCloud::Common::AbstractModel
480
- # @param Offset: 偏移量。
480
+ # @param Offset: 偏移量。取值是limit的整数倍,默认值 : 0
481
481
  # @type Offset: Integer
482
- # @param Limit: 限制数目。最大50
482
+ # @param Limit: 限制数目。取值范围:1~50,默认值:10
483
483
  # @type Limit: Integer
484
484
  # @param MemberUin: 组织成员Uin。
485
485
  # @type MemberUin: Integer
@@ -501,7 +501,7 @@ module TencentCloud
501
501
 
502
502
  # DescribeOrganizationMemberAuthIdentities返回参数结构体
503
503
  class DescribeOrganizationMemberAuthIdentitiesResponse < TencentCloud::Common::AbstractModel
504
- # @param Items: 列表。
504
+ # @param Items: 授权身份列表。
505
505
  # 注意:此字段可能返回 null,表示取不到有效值。
506
506
  # @type Items: Array
507
507
  # @param Total: 总数目。
@@ -595,9 +595,9 @@ module TencentCloud
595
595
 
596
596
  # DescribeOrganizationMembers请求参数结构体
597
597
  class DescribeOrganizationMembersRequest < TencentCloud::Common::AbstractModel
598
- # @param Offset: 偏移量。
598
+ # @param Offset: 偏移量。取值是limit的整数倍,默认值 : 0
599
599
  # @type Offset: Integer
600
- # @param Limit: 限制数目。最大50
600
+ # @param Limit: 限制数目。取值范围:1~50,默认值:10
601
601
  # @type Limit: Integer
602
602
  # @param Lang: 国际站:en,国内站:zh
603
603
  # @type Lang: String
@@ -1219,13 +1219,13 @@ module TencentCloud
1219
1219
  # @param IdentityId: 身份ID。
1220
1220
  # 注意:此字段可能返回 null,表示取不到有效值。
1221
1221
  # @type IdentityId: Integer
1222
- # @param IdentityRoleName: 身份角色名。
1222
+ # @param IdentityRoleName: 身份的角色名。
1223
1223
  # 注意:此字段可能返回 null,表示取不到有效值。
1224
1224
  # @type IdentityRoleName: String
1225
- # @param IdentityRoleAliasName: 身份角色别名。
1225
+ # @param IdentityRoleAliasName: 身份的角色别名。
1226
1226
  # 注意:此字段可能返回 null,表示取不到有效值。
1227
1227
  # @type IdentityRoleAliasName: String
1228
- # @param Description: 描述
1228
+ # @param Description: 描述。
1229
1229
  # 注意:此字段可能返回 null,表示取不到有效值。
1230
1230
  # @type Description: String
1231
1231
  # @param CreateTime: 创建时间。
@@ -1234,16 +1234,20 @@ module TencentCloud
1234
1234
  # @param UpdateTime: 更新时间。
1235
1235
  # 注意:此字段可能返回 null,表示取不到有效值。
1236
1236
  # @type UpdateTime: String
1237
+ # @param IdentityType: 身份类型。取值: 1-预设 2-自定义
1238
+ # 注意:此字段可能返回 null,表示取不到有效值。
1239
+ # @type IdentityType: Integer
1237
1240
 
1238
- attr_accessor :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime
1241
+ attr_accessor :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime, :IdentityType
1239
1242
 
1240
- def initialize(identityid=nil, identityrolename=nil, identityrolealiasname=nil, description=nil, createtime=nil, updatetime=nil)
1243
+ def initialize(identityid=nil, identityrolename=nil, identityrolealiasname=nil, description=nil, createtime=nil, updatetime=nil, identitytype=nil)
1241
1244
  @IdentityId = identityid
1242
1245
  @IdentityRoleName = identityrolename
1243
1246
  @IdentityRoleAliasName = identityrolealiasname
1244
1247
  @Description = description
1245
1248
  @CreateTime = createtime
1246
1249
  @UpdateTime = updatetime
1250
+ @IdentityType = identitytype
1247
1251
  end
1248
1252
 
1249
1253
  def deserialize(params)
@@ -1253,6 +1257,7 @@ module TencentCloud
1253
1257
  @Description = params['Description']
1254
1258
  @CreateTime = params['CreateTime']
1255
1259
  @UpdateTime = params['UpdateTime']
1260
+ @IdentityType = params['IdentityType']
1256
1261
  end
1257
1262
  end
1258
1263
 
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.532
4
+ version: 3.0.533
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common