tencentcloud-sdk-organization 3.0.1053 → 3.0.1055

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 +4 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a2c8b0fe8230205b079d7eebd00414654f4859f
4
- data.tar.gz: 5e4eb1b98b897f44a5da94b0befff8d2d2d61b73
3
+ metadata.gz: 56d219dcc0417a2286f5dea0d32e73f3705cfeb8
4
+ data.tar.gz: 6ba9255b3b6fa83dc15bb9f851f023181a079558
5
5
  SHA512:
6
- metadata.gz: 27dc5e744a990b841795e003621b7e2d56660185b73f4e11aea20ab182347cd68f6cafce4b44f3bea96df28bf994da112acdb0e4c0bd6608c35321c312601ec4
7
- data.tar.gz: b0d8d5b92d9064324b1f63aef052829a3fdb759201ec3415d2f3e13d67609457f40395ffd94dd9b166cd22868a4857306da572aa92e4e7feee6842afd6ea18a4
6
+ metadata.gz: f472bc26fbd63a43965f8aa92dd47d3b70c2074959f6f1265e734218601f69e0a72d96efab0681febf4aef3cca4637d946a758e3290f098a5f569d52982f6ef7
7
+ data.tar.gz: ed799281d72147dedf7fdf98ed91bbaf0530504bd4df984ba5b62108f46f1d621a4888ebf75428eda7a8c0c74e7915cac0150c77c4c345245dc9c89f4614319a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1053
1
+ 3.0.1055
@@ -6495,7 +6495,6 @@ module TencentCloud
6495
6495
  # @param PolicyId: 策略ID。
6496
6496
  # @type PolicyId: Integer
6497
6497
  # @param PolicyName: 策略名称。
6498
- # 注意:此字段可能返回 null,表示取不到有效值。
6499
6498
  # @type PolicyName: String
6500
6499
 
6501
6500
  attr_accessor :PolicyId, :PolicyName
@@ -6520,8 +6519,8 @@ module TencentCloud
6520
6519
 
6521
6520
  attr_accessor :ProductResourceId, :ResourceGrantLast
6522
6521
  extend Gem::Deprecate
6523
- deprecate :ResourceGrantLast, :none, 2025, 4
6524
- deprecate :ResourceGrantLast=, :none, 2025, 4
6522
+ deprecate :ResourceGrantLast, :none, 2025, 5
6523
+ deprecate :ResourceGrantLast=, :none, 2025, 5
6525
6524
 
6526
6525
  def initialize(productresourceid=nil, resourcegrantlast=nil)
6527
6526
  @ProductResourceId = productresourceid
@@ -6989,7 +6988,6 @@ module TencentCloud
6989
6988
  # CIC的权限策略
6990
6989
  class RolePolicie < TencentCloud::Common::AbstractModel
6991
6990
  # @param RolePolicyId: 策略ID。
6992
- # 注意:此字段可能返回 null,表示取不到有效值。
6993
6991
  # @type RolePolicyId: Integer
6994
6992
  # @param RolePolicyName: 权限策略名称
6995
6993
  # @type RolePolicyName: String
@@ -7030,13 +7028,10 @@ module TencentCloud
7030
7028
  # @param TargetUin: 授权的集团账号目标账号的UIN
7031
7029
  # @type TargetUin: Integer
7032
7030
  # @param TargetType: 同步的集团账号目标账号的类型,ManagerUin管理账号;MemberUin成员账号
7033
- # 注意:此字段可能返回 null,表示取不到有效值。
7034
7031
  # @type TargetType: String
7035
7032
  # @param TaskType: 任务类型。
7036
- # 注意:此字段可能返回 null,表示取不到有效值。
7037
7033
  # @type TaskType: String
7038
7034
  # @param TaskStatus: 任务状态:InProgress: 进行中,Failed: 失败 3:Success: 成功
7039
- # 注意:此字段可能返回 null,表示取不到有效值。
7040
7035
  # @type TaskStatus: String
7041
7036
 
7042
7037
  attr_accessor :TaskId, :RoleConfigurationId, :RoleConfigurationName, :TargetUin, :TargetType, :TaskType, :TaskStatus
@@ -7355,8 +7350,8 @@ module TencentCloud
7355
7350
 
7356
7351
  attr_accessor :ResourceId, :ProductResourceId
7357
7352
  extend Gem::Deprecate
7358
- deprecate :ResourceId, :none, 2025, 4
7359
- deprecate :ResourceId=, :none, 2025, 4
7353
+ deprecate :ResourceId, :none, 2025, 5
7354
+ deprecate :ResourceId=, :none, 2025, 5
7360
7355
 
7361
7356
  def initialize(resourceid=nil, productresourceid=nil)
7362
7357
  @ResourceId = resourceid
@@ -7514,7 +7509,6 @@ module TencentCloud
7514
7509
  # @param Status: InProgress:任务执行中。 Success:任务执行成功。 Failed:任务执行失败。
7515
7510
  # @type Status: String
7516
7511
  # @param FailureReason: 失败原因
7517
- # 注意:此字段可能返回 null,表示取不到有效值。
7518
7512
  # @type FailureReason: String
7519
7513
 
7520
7514
  attr_accessor :TaskId, :RoleConfigurationId, :RoleConfigurationName, :TargetUin, :TargetType, :PrincipalId, :PrincipalType, :TaskType, :Status, :FailureReason
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.1053
4
+ version: 3.0.1055
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-07 00:00:00.000000000 Z
11
+ date: 2025-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common