tencentcloud-sdk-organization 3.0.1021 → 3.0.1022
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 +0 -41
- 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: be0c346a3e2118cf7b0dc73cfba5e8962a933b13
|
4
|
+
data.tar.gz: f0ecb10bf48467b5ea1e6242b71efc25b2b17ac6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80877b9f3a09125b8023c0e4fab6e7c6a0819c4f1b33471ab44ce4d8f690a04a8ce97e56f9b06dc126d3b8ff578d9c8295c2558a1fdb6141371ae5b437ab6732
|
7
|
+
data.tar.gz: 0f66beb605050d5186820f3347c188984ea4e2e0329795a53d47823ba84e45645c33de9ef32f69a99f00fffb2f3b55b5a3ecb242c749af4cc923f784f7d14f1a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1022
|
data/lib/v20210331/models.rb
CHANGED
@@ -120,7 +120,6 @@ module TencentCloud
|
|
120
120
|
# AddOrganizationMemberEmail返回参数结构体
|
121
121
|
class AddOrganizationMemberEmailResponse < TencentCloud::Common::AbstractModel
|
122
122
|
# @param BindId: 绑定Id
|
123
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
124
123
|
# @type BindId: Integer
|
125
124
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
126
125
|
# @type RequestId: String
|
@@ -3089,21 +3088,16 @@ module TencentCloud
|
|
3089
3088
|
# @param PolicyId: 策略Id。
|
3090
3089
|
# @type PolicyId: Integer
|
3091
3090
|
# @param PolicyName: 策略名称。
|
3092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3093
3091
|
# @type PolicyName: String
|
3094
3092
|
# @param Type: 策略类型。1-自定义 2-预设策略
|
3095
3093
|
# @type Type: Integer
|
3096
3094
|
# @param Description: 策略描述。
|
3097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3098
3095
|
# @type Description: String
|
3099
3096
|
# @param PolicyDocument: 策略文档。
|
3100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3101
3097
|
# @type PolicyDocument: String
|
3102
3098
|
# @param UpdateTime: 策略更新时间。
|
3103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3104
3099
|
# @type UpdateTime: String
|
3105
3100
|
# @param AddTime: 策略创建时间。
|
3106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3107
3101
|
# @type AddTime: String
|
3108
3102
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3109
3103
|
# @type RequestId: String
|
@@ -4062,10 +4056,8 @@ module TencentCloud
|
|
4062
4056
|
# @param PolicyName: CAM预设策略名称。PolicyType 为预设策略时有效且必选
|
4063
4057
|
# @type PolicyName: String
|
4064
4058
|
# @param PolicyType: 策略类型。取值 1-自定义策略 2-预设策略;默认值2
|
4065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4066
4059
|
# @type PolicyType: Integer
|
4067
4060
|
# @param PolicyDocument: 自定义策略内容,遵循CAM策略语法。PolicyType 为自定义策略时有效且必选
|
4068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4069
4061
|
# @type PolicyDocument: String
|
4070
4062
|
|
4071
4063
|
attr_accessor :PolicyId, :PolicyName, :PolicyType, :PolicyDocument
|
@@ -4793,23 +4785,18 @@ module TencentCloud
|
|
4793
4785
|
# @param StrategyName: 策略名称
|
4794
4786
|
# @type StrategyName: String
|
4795
4787
|
# @param Remark: 备注信息
|
4796
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4797
4788
|
# @type Remark: String
|
4798
4789
|
# @param Uin: 关联的账号或节点
|
4799
4790
|
# @type Uin: Integer
|
4800
4791
|
# @param Type: 关联类型 1-节点 2-用户
|
4801
4792
|
# @type Type: Integer
|
4802
4793
|
# @param AddTime: 策略创建时间
|
4803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4804
4794
|
# @type AddTime: String
|
4805
4795
|
# @param UpdateTime: 策略更新时间
|
4806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4807
4796
|
# @type UpdateTime: String
|
4808
4797
|
# @param Name: 部门名称
|
4809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4810
4798
|
# @type Name: String
|
4811
4799
|
# @param AttachTime: 策略绑定时间
|
4812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4813
4800
|
# @type AttachTime: String
|
4814
4801
|
|
4815
4802
|
attr_accessor :StrategyId, :StrategyName, :Remark, :Uin, :Type, :AddTime, :UpdateTime, :Name, :AttachTime
|
@@ -4968,20 +4955,16 @@ module TencentCloud
|
|
4968
4955
|
# 企业组织策略列表
|
4969
4956
|
class ListPolicyNode < TencentCloud::Common::AbstractModel
|
4970
4957
|
# @param AddTime: 策略创建时间
|
4971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4972
4958
|
# @type AddTime: String
|
4973
4959
|
# @param AttachedTimes: 策略绑定次数
|
4974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4975
4960
|
# @type AttachedTimes: Integer
|
4976
4961
|
# @param Description: 策略描述信息
|
4977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4978
4962
|
# @type Description: String
|
4979
4963
|
# @param PolicyName: 策略名称
|
4980
4964
|
# @type PolicyName: String
|
4981
4965
|
# @param PolicyId: 策略Id
|
4982
4966
|
# @type PolicyId: Integer
|
4983
4967
|
# @param UpdateTime: 策略更新时间
|
4984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4985
4968
|
# @type UpdateTime: String
|
4986
4969
|
# @param Type: 策略类型 1-自定义 2-预设
|
4987
4970
|
# @type Type: Integer
|
@@ -5324,7 +5307,6 @@ module TencentCloud
|
|
5324
5307
|
# @param RelatedType: 关联类型 1-节点关联 2-用户关联
|
5325
5308
|
# @type RelatedType: Integer
|
5326
5309
|
# @param Name: 账号或者节点名称
|
5327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5328
5310
|
# @type Name: String
|
5329
5311
|
# @param AddTime: 绑定时间
|
5330
5312
|
# @type AddTime: String
|
@@ -5703,19 +5685,14 @@ module TencentCloud
|
|
5703
5685
|
# @param Area: 共享单元地域。
|
5704
5686
|
# @type Area: String
|
5705
5687
|
# @param Description: 描述。
|
5706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5707
5688
|
# @type Description: String
|
5708
5689
|
# @param CreateTime: 创建时间。
|
5709
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5710
5690
|
# @type CreateTime: String
|
5711
5691
|
# @param ShareResourceNum: 共享单元资源数。
|
5712
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5713
5692
|
# @type ShareResourceNum: Integer
|
5714
5693
|
# @param ShareMemberNum: 共享单元成员数。
|
5715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5716
5694
|
# @type ShareMemberNum: Integer
|
5717
5695
|
# @param ShareScope: 共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号
|
5718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5719
5696
|
# @type ShareScope: Integer
|
5720
5697
|
|
5721
5698
|
attr_accessor :UnitId, :Name, :Uin, :OwnerUin, :Area, :Description, :CreateTime, :ShareResourceNum, :ShareMemberNum, :ShareScope
|
@@ -5826,10 +5803,8 @@ module TencentCloud
|
|
5826
5803
|
# 部门主要信息
|
5827
5804
|
class NodeMainInfo < TencentCloud::Common::AbstractModel
|
5828
5805
|
# @param NodeId: 部门ID
|
5829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5830
5806
|
# @type NodeId: Integer
|
5831
5807
|
# @param NodeName: 部门名称
|
5832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5833
5808
|
# @type NodeName: String
|
5834
5809
|
|
5835
5810
|
attr_accessor :NodeId, :NodeName
|
@@ -5932,16 +5907,12 @@ module TencentCloud
|
|
5932
5907
|
# 按月获取组织财务信息
|
5933
5908
|
class OrgFinancialByMonth < TencentCloud::Common::AbstractModel
|
5934
5909
|
# @param Id: 记录ID。
|
5935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5936
5910
|
# @type Id: Integer
|
5937
5911
|
# @param Month: 月份,格式:yyyy-mm,示例:2021-01。
|
5938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5939
5912
|
# @type Month: String
|
5940
5913
|
# @param TotalCost: 消耗金额,单元:元。
|
5941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5942
5914
|
# @type TotalCost: Float
|
5943
5915
|
# @param GrowthRate: 比上月增长率%。正数增长,负数下降,空值无法统计。
|
5944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5945
5916
|
# @type GrowthRate: String
|
5946
5917
|
|
5947
5918
|
attr_accessor :Id, :Month, :TotalCost, :GrowthRate
|
@@ -6355,16 +6326,12 @@ module TencentCloud
|
|
6355
6326
|
# 组织产品财务信息
|
6356
6327
|
class OrgProductFinancial < TencentCloud::Common::AbstractModel
|
6357
6328
|
# @param ProductName: 产品Code。
|
6358
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6359
6329
|
# @type ProductName: String
|
6360
6330
|
# @param ProductCode: 产品名。
|
6361
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6362
6331
|
# @type ProductCode: String
|
6363
6332
|
# @param TotalCost: 产品消耗,单位:元。
|
6364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6365
6333
|
# @type TotalCost: Float
|
6366
6334
|
# @param Ratio: 占比%。
|
6367
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6368
6335
|
# @type Ratio: String
|
6369
6336
|
|
6370
6337
|
attr_accessor :ProductName, :ProductCode, :TotalCost, :Ratio
|
@@ -7372,7 +7339,6 @@ module TencentCloud
|
|
7372
7339
|
# @param ResourceId: 共享资源ID。
|
7373
7340
|
# @type ResourceId: String
|
7374
7341
|
# @param ProductResourceId: 产品资源ID。
|
7375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7376
7342
|
# @type ProductResourceId: String
|
7377
7343
|
|
7378
7344
|
attr_accessor :ResourceId, :ProductResourceId
|
@@ -7396,7 +7362,6 @@ module TencentCloud
|
|
7396
7362
|
# @param ShareMemberUin: 共享成员Uin。
|
7397
7363
|
# @type ShareMemberUin: Integer
|
7398
7364
|
# @param CreateTime: 创建时间。
|
7399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7400
7365
|
# @type CreateTime: String
|
7401
7366
|
|
7402
7367
|
attr_accessor :ShareMemberUin, :CreateTime
|
@@ -7419,18 +7384,14 @@ module TencentCloud
|
|
7419
7384
|
# @param Type: 共享资源类型。
|
7420
7385
|
# @type Type: String
|
7421
7386
|
# @param CreateTime: 创建时间。
|
7422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7423
7387
|
# @type CreateTime: String
|
7424
7388
|
# @param ProductResourceId: 产品资源ID。
|
7425
7389
|
# @type ProductResourceId: String
|
7426
7390
|
# @param SharedMemberNum: 共享单元成员数。
|
7427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7428
7391
|
# @type SharedMemberNum: Integer
|
7429
7392
|
# @param SharedMemberUseNum: 使用中共享单元成员数。
|
7430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7431
7393
|
# @type SharedMemberUseNum: Integer
|
7432
7394
|
# @param ShareManagerUin: 共享管理员OwnerUin。
|
7433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7434
7395
|
# @type ShareManagerUin: Integer
|
7435
7396
|
|
7436
7397
|
attr_accessor :ResourceId, :Type, :CreateTime, :ProductResourceId, :SharedMemberNum, :SharedMemberUseNum, :ShareManagerUin
|
@@ -7459,10 +7420,8 @@ module TencentCloud
|
|
7459
7420
|
# 标签键值对
|
7460
7421
|
class Tag < TencentCloud::Common::AbstractModel
|
7461
7422
|
# @param TagKey: 标签键
|
7462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7463
7423
|
# @type TagKey: String
|
7464
7424
|
# @param TagValue: 标签值
|
7465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7466
7425
|
# @type TagValue: String
|
7467
7426
|
|
7468
7427
|
attr_accessor :TagKey, :TagValue
|
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.1022
|
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-03-
|
11
|
+
date: 2025-03-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|