tencentcloud-sdk-organization 3.0.950 → 3.0.951
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 +1 -165
- 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: 48a43b030e95795f5b7ecc9e348ea5b0556bb716
|
|
4
|
+
data.tar.gz: d730485e61e119001901896b8ba6a873caf8a8ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d7c0a9827a7ce810a3752f7d8464212e2fb1ed4831dffa9094dd466e2bed32631d23fa56937282c105165f1a485241943023eb86654a2cb594a70d446888ceb9
|
|
7
|
+
data.tar.gz: b2485f2133d198a4c120c94a7d2d392631c5cec55fc00b03d28cde2264fa25aff123130ad2776ed2472293d35be6d32890345a411074f0cb961f25ad7000dd8e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.951
|
data/lib/v20210331/models.rb
CHANGED
|
@@ -489,13 +489,10 @@ module TencentCloud
|
|
|
489
489
|
# 互信主体主要信息
|
|
490
490
|
class AuthNode < TencentCloud::Common::AbstractModel
|
|
491
491
|
# @param RelationId: 互信主体关系ID
|
|
492
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
493
492
|
# @type RelationId: Integer
|
|
494
493
|
# @param AuthName: 互信主体名称
|
|
495
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
496
494
|
# @type AuthName: String
|
|
497
495
|
# @param Manager: 主体管理员
|
|
498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
499
496
|
# @type Manager: :class:`Tencentcloud::Organization.v20210331.models.MemberMainInfo`
|
|
500
497
|
|
|
501
498
|
attr_accessor :RelationId, :AuthName, :Manager
|
|
@@ -519,10 +516,8 @@ module TencentCloud
|
|
|
519
516
|
# 野鹤实名互信申请证明文件
|
|
520
517
|
class AuthRelationFile < TencentCloud::Common::AbstractModel
|
|
521
518
|
# @param Name: 文件名。
|
|
522
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
523
519
|
# @type Name: String
|
|
524
520
|
# @param Url: 文件路径。
|
|
525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
526
521
|
# @type Url: String
|
|
527
522
|
|
|
528
523
|
attr_accessor :Name, :Url
|
|
@@ -826,7 +821,6 @@ module TencentCloud
|
|
|
826
821
|
# CreateOrganizationIdentity返回参数结构体
|
|
827
822
|
class CreateOrganizationIdentityResponse < TencentCloud::Common::AbstractModel
|
|
828
823
|
# @param IdentityId: 身份ID
|
|
829
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
830
824
|
# @type IdentityId: Integer
|
|
831
825
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
832
826
|
# @type RequestId: String
|
|
@@ -911,7 +905,6 @@ module TencentCloud
|
|
|
911
905
|
# CreateOrganizationMemberPolicy返回参数结构体
|
|
912
906
|
class CreateOrganizationMemberPolicyResponse < TencentCloud::Common::AbstractModel
|
|
913
907
|
# @param PolicyId: 策略ID。
|
|
914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
915
908
|
# @type PolicyId: Integer
|
|
916
909
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
917
910
|
# @type RequestId: String
|
|
@@ -995,7 +988,6 @@ module TencentCloud
|
|
|
995
988
|
# CreateOrganizationMember返回参数结构体
|
|
996
989
|
class CreateOrganizationMemberResponse < TencentCloud::Common::AbstractModel
|
|
997
990
|
# @param Uin: 成员Uin。
|
|
998
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
999
991
|
# @type Uin: Integer
|
|
1000
992
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1001
993
|
# @type RequestId: String
|
|
@@ -1044,7 +1036,6 @@ module TencentCloud
|
|
|
1044
1036
|
# CreateOrganizationMembersPolicy返回参数结构体
|
|
1045
1037
|
class CreateOrganizationMembersPolicyResponse < TencentCloud::Common::AbstractModel
|
|
1046
1038
|
# @param PolicyId: 策略ID。
|
|
1047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
1048
1039
|
# @type PolicyId: Integer
|
|
1049
1040
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1050
1041
|
# @type RequestId: String
|
|
@@ -2134,7 +2125,6 @@ module TencentCloud
|
|
|
2134
2125
|
# DescribeEffectivePolicy返回参数结构体
|
|
2135
2126
|
class DescribeEffectivePolicyResponse < TencentCloud::Common::AbstractModel
|
|
2136
2127
|
# @param EffectivePolicy: 有效策略。
|
|
2137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2138
2128
|
# @type EffectivePolicy: :class:`Tencentcloud::Organization.v20210331.models.EffectivePolicy`
|
|
2139
2129
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2140
2130
|
# @type RequestId: String
|
|
@@ -2233,10 +2223,8 @@ module TencentCloud
|
|
|
2233
2223
|
# DescribeOrganizationAuthNode返回参数结构体
|
|
2234
2224
|
class DescribeOrganizationAuthNodeResponse < TencentCloud::Common::AbstractModel
|
|
2235
2225
|
# @param Total: 总数。
|
|
2236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2237
2226
|
# @type Total: Integer
|
|
2238
2227
|
# @param Items: 条目详情。
|
|
2239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2240
2228
|
# @type Items: Array
|
|
2241
2229
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2242
2230
|
# @type RequestId: String
|
|
@@ -2302,13 +2290,10 @@ module TencentCloud
|
|
|
2302
2290
|
# DescribeOrganizationFinancialByMember返回参数结构体
|
|
2303
2291
|
class DescribeOrganizationFinancialByMemberResponse < TencentCloud::Common::AbstractModel
|
|
2304
2292
|
# @param TotalCost: 当月总消耗。
|
|
2305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2306
2293
|
# @type TotalCost: Float
|
|
2307
2294
|
# @param Items: 成员消耗详情。
|
|
2308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2309
2295
|
# @type Items: Array
|
|
2310
2296
|
# @param Total: 总数目。
|
|
2311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2312
2297
|
# @type Total: Integer
|
|
2313
2298
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2314
2299
|
# @type RequestId: String
|
|
@@ -2368,7 +2353,6 @@ module TencentCloud
|
|
|
2368
2353
|
# DescribeOrganizationFinancialByMonth返回参数结构体
|
|
2369
2354
|
class DescribeOrganizationFinancialByMonthResponse < TencentCloud::Common::AbstractModel
|
|
2370
2355
|
# @param Items: 产品消耗详情。
|
|
2371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2372
2356
|
# @type Items: Array
|
|
2373
2357
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2374
2358
|
# @type RequestId: String
|
|
@@ -2432,13 +2416,10 @@ module TencentCloud
|
|
|
2432
2416
|
# DescribeOrganizationFinancialByProduct返回参数结构体
|
|
2433
2417
|
class DescribeOrganizationFinancialByProductResponse < TencentCloud::Common::AbstractModel
|
|
2434
2418
|
# @param TotalCost: 当月总消耗。
|
|
2435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2436
2419
|
# @type TotalCost: Float
|
|
2437
2420
|
# @param Items: 产品消耗详情。
|
|
2438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2439
2421
|
# @type Items: Array
|
|
2440
2422
|
# @param Total: 总数目。
|
|
2441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2442
2423
|
# @type Total: Integer
|
|
2443
2424
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2444
2425
|
# @type RequestId: String
|
|
@@ -2498,10 +2479,8 @@ module TencentCloud
|
|
|
2498
2479
|
# DescribeOrganizationMemberAuthAccounts返回参数结构体
|
|
2499
2480
|
class DescribeOrganizationMemberAuthAccountsResponse < TencentCloud::Common::AbstractModel
|
|
2500
2481
|
# @param Items: 列表
|
|
2501
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2502
2482
|
# @type Items: Array
|
|
2503
2483
|
# @param Total: 总数目
|
|
2504
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2505
2484
|
# @type Total: Integer
|
|
2506
2485
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2507
2486
|
# @type RequestId: String
|
|
@@ -2559,10 +2538,8 @@ module TencentCloud
|
|
|
2559
2538
|
# DescribeOrganizationMemberAuthIdentities返回参数结构体
|
|
2560
2539
|
class DescribeOrganizationMemberAuthIdentitiesResponse < TencentCloud::Common::AbstractModel
|
|
2561
2540
|
# @param Items: 授权身份列表。
|
|
2562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2563
2541
|
# @type Items: Array
|
|
2564
2542
|
# @param Total: 总数目。
|
|
2565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2566
2543
|
# @type Total: Integer
|
|
2567
2544
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2568
2545
|
# @type RequestId: String
|
|
@@ -2608,31 +2585,22 @@ module TencentCloud
|
|
|
2608
2585
|
# DescribeOrganizationMemberEmailBind返回参数结构体
|
|
2609
2586
|
class DescribeOrganizationMemberEmailBindResponse < TencentCloud::Common::AbstractModel
|
|
2610
2587
|
# @param BindId: 绑定ID。
|
|
2611
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2612
2588
|
# @type BindId: Integer
|
|
2613
2589
|
# @param ApplyTime: 申请时间。
|
|
2614
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2615
2590
|
# @type ApplyTime: String
|
|
2616
2591
|
# @param Email: 邮箱地址。
|
|
2617
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2618
2592
|
# @type Email: String
|
|
2619
2593
|
# @param Phone: 安全手机号。
|
|
2620
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2621
2594
|
# @type Phone: String
|
|
2622
2595
|
# @param BindStatus: 绑定状态。 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
2623
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2624
2596
|
# @type BindStatus: String
|
|
2625
2597
|
# @param BindTime: 绑定时间。
|
|
2626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2627
2598
|
# @type BindTime: String
|
|
2628
2599
|
# @param Description: 失败说明。
|
|
2629
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2630
2600
|
# @type Description: String
|
|
2631
2601
|
# @param PhoneBind: 安全手机绑定状态 。 未绑定:0,已绑定:1
|
|
2632
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2633
2602
|
# @type PhoneBind: Integer
|
|
2634
2603
|
# @param CountryCode: 国际区号。
|
|
2635
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2636
2604
|
# @type CountryCode: String
|
|
2637
2605
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2638
2606
|
# @type RequestId: String
|
|
@@ -2697,10 +2665,8 @@ module TencentCloud
|
|
|
2697
2665
|
# DescribeOrganizationMemberPolicies返回参数结构体
|
|
2698
2666
|
class DescribeOrganizationMemberPoliciesResponse < TencentCloud::Common::AbstractModel
|
|
2699
2667
|
# @param Items: 列表。
|
|
2700
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2701
2668
|
# @type Items: Array
|
|
2702
2669
|
# @param Total: 总数目。
|
|
2703
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2704
2670
|
# @type Total: Integer
|
|
2705
2671
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2706
2672
|
# @type RequestId: String
|
|
@@ -2839,10 +2805,8 @@ module TencentCloud
|
|
|
2839
2805
|
# DescribeOrganizationNodes返回参数结构体
|
|
2840
2806
|
class DescribeOrganizationNodesResponse < TencentCloud::Common::AbstractModel
|
|
2841
2807
|
# @param Total: 总数。
|
|
2842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2843
2808
|
# @type Total: Integer
|
|
2844
2809
|
# @param Items: 列表详情。
|
|
2845
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2846
2810
|
# @type Items: Array
|
|
2847
2811
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2848
2812
|
# @type RequestId: String
|
|
@@ -2892,52 +2856,36 @@ module TencentCloud
|
|
|
2892
2856
|
# DescribeOrganization返回参数结构体
|
|
2893
2857
|
class DescribeOrganizationResponse < TencentCloud::Common::AbstractModel
|
|
2894
2858
|
# @param OrgId: 企业组织ID。
|
|
2895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2896
2859
|
# @type OrgId: Integer
|
|
2897
2860
|
# @param HostUin: 创建者UIN。
|
|
2898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2899
2861
|
# @type HostUin: Integer
|
|
2900
2862
|
# @param NickName: 创建者昵称。
|
|
2901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2902
2863
|
# @type NickName: String
|
|
2903
2864
|
# @param OrgType: 企业组织类型。
|
|
2904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2905
2865
|
# @type OrgType: Integer
|
|
2906
2866
|
# @param IsManager: 是否组织管理员。是:true ,否:false
|
|
2907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2908
2867
|
# @type IsManager: Boolean
|
|
2909
2868
|
# @param OrgPolicyType: 策略类型。财务管理:Financial
|
|
2910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2911
2869
|
# @type OrgPolicyType: String
|
|
2912
2870
|
# @param OrgPolicyName: 策略名。
|
|
2913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2914
2871
|
# @type OrgPolicyName: String
|
|
2915
2872
|
# @param OrgPermission: 成员财务权限列表。
|
|
2916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2917
2873
|
# @type OrgPermission: Array
|
|
2918
2874
|
# @param RootNodeId: 组织根节点ID。
|
|
2919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2920
2875
|
# @type RootNodeId: Integer
|
|
2921
2876
|
# @param CreateTime: 组织创建时间。
|
|
2922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2923
2877
|
# @type CreateTime: String
|
|
2924
2878
|
# @param JoinTime: 成员加入时间。
|
|
2925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2926
2879
|
# @type JoinTime: String
|
|
2927
2880
|
# @param IsAllowQuit: 成员是否允许退出。允许:Allow,不允许:Denied
|
|
2928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2929
2881
|
# @type IsAllowQuit: String
|
|
2930
2882
|
# @param PayUin: 代付者Uin。
|
|
2931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2932
2883
|
# @type PayUin: String
|
|
2933
2884
|
# @param PayName: 代付者名称。
|
|
2934
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2935
2885
|
# @type PayName: String
|
|
2936
2886
|
# @param IsAssignManager: 是否可信服务管理员。是:true,否:false
|
|
2937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2938
2887
|
# @type IsAssignManager: Boolean
|
|
2939
2888
|
# @param IsAuthManager: 是否实名主体管理员。是:true,否:false
|
|
2940
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
2941
2889
|
# @type IsAuthManager: Boolean
|
|
2942
2890
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2943
2891
|
# @type RequestId: String
|
|
@@ -3124,7 +3072,6 @@ module TencentCloud
|
|
|
3124
3072
|
# DescribeShareAreas返回参数结构体
|
|
3125
3073
|
class DescribeShareAreasResponse < TencentCloud::Common::AbstractModel
|
|
3126
3074
|
# @param Items: 详情
|
|
3127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3128
3075
|
# @type Items: Array
|
|
3129
3076
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3130
3077
|
# @type RequestId: String
|
|
@@ -3184,10 +3131,8 @@ module TencentCloud
|
|
|
3184
3131
|
# DescribeShareUnitMembers返回参数结构体
|
|
3185
3132
|
class DescribeShareUnitMembersResponse < TencentCloud::Common::AbstractModel
|
|
3186
3133
|
# @param Total: 总数目。
|
|
3187
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3188
3134
|
# @type Total: Integer
|
|
3189
3135
|
# @param Items: 共享单元成员列表。
|
|
3190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3191
3136
|
# @type Items: Array
|
|
3192
3137
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3193
3138
|
# @type RequestId: String
|
|
@@ -3253,10 +3198,8 @@ module TencentCloud
|
|
|
3253
3198
|
# DescribeShareUnitResources返回参数结构体
|
|
3254
3199
|
class DescribeShareUnitResourcesResponse < TencentCloud::Common::AbstractModel
|
|
3255
3200
|
# @param Total: 总数目。
|
|
3256
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3257
3201
|
# @type Total: Integer
|
|
3258
3202
|
# @param Items: 共享单元资源列表。
|
|
3259
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3260
3203
|
# @type Items: Array
|
|
3261
3204
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3262
3205
|
# @type RequestId: String
|
|
@@ -3314,10 +3257,8 @@ module TencentCloud
|
|
|
3314
3257
|
# DescribeShareUnits返回参数结构体
|
|
3315
3258
|
class DescribeShareUnitsResponse < TencentCloud::Common::AbstractModel
|
|
3316
3259
|
# @param Total: 总数目。
|
|
3317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3318
3260
|
# @type Total: Integer
|
|
3319
3261
|
# @param Items: 共享单元列表。
|
|
3320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
3321
3262
|
# @type Items: Array
|
|
3322
3263
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3323
3264
|
# @type RequestId: String
|
|
@@ -5736,10 +5677,8 @@ module TencentCloud
|
|
|
5736
5677
|
# 成员管理身份
|
|
5737
5678
|
class MemberIdentity < TencentCloud::Common::AbstractModel
|
|
5738
5679
|
# @param IdentityId: 身份ID。
|
|
5739
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5740
5680
|
# @type IdentityId: Integer
|
|
5741
5681
|
# @param IdentityAliasName: 身份名称。
|
|
5742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5743
5682
|
# @type IdentityAliasName: String
|
|
5744
5683
|
|
|
5745
5684
|
attr_accessor :IdentityId, :IdentityAliasName
|
|
@@ -5758,10 +5697,8 @@ module TencentCloud
|
|
|
5758
5697
|
# 成员主要信息
|
|
5759
5698
|
class MemberMainInfo < TencentCloud::Common::AbstractModel
|
|
5760
5699
|
# @param MemberUin: 成员uin
|
|
5761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5762
5700
|
# @type MemberUin: Integer
|
|
5763
|
-
# @param MemberName: 成员名称
|
|
5764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5701
|
+
# @param MemberName: 成员名称
|
|
5765
5702
|
# @type MemberName: String
|
|
5766
5703
|
|
|
5767
5704
|
attr_accessor :MemberUin, :MemberName
|
|
@@ -5838,31 +5775,22 @@ module TencentCloud
|
|
|
5838
5775
|
# 不允许删除的原因。
|
|
5839
5776
|
class NotAllowReason < TencentCloud::Common::AbstractModel
|
|
5840
5777
|
# @param IsCreateMember: 是否创建的成员。true-是、false-否;成员不是创建的成员不允许删除
|
|
5841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5842
5778
|
# @type IsCreateMember: Boolean
|
|
5843
5779
|
# @param DeletionPermission: 成员删除许可。true-开启、false-关闭;成员删除许可关闭时不允许删除
|
|
5844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5845
5780
|
# @type DeletionPermission: Boolean
|
|
5846
5781
|
# @param IsAssignManager: 是否可信服务委派管理员。true-是、false-否;成员是可信服务委派管理员不允许删除
|
|
5847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5848
5782
|
# @type IsAssignManager: Boolean
|
|
5849
5783
|
# @param IsAuthManager: 是否主体管理员。true-是、false-否;成员是主体管理员不允许删除
|
|
5850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5851
5784
|
# @type IsAuthManager: Boolean
|
|
5852
5785
|
# @param IsShareManager: 是否共享资源管理员。true-是、false-否;成员是共享资源管理员不允许删除
|
|
5853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5854
5786
|
# @type IsShareManager: Boolean
|
|
5855
5787
|
# @param OperateProcess: 成员是否设置了操作审批。true-是、false-否;成员设置了操作审批时不允许删除
|
|
5856
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5857
5788
|
# @type OperateProcess: Boolean
|
|
5858
5789
|
# @param BillingPermission: 是否允许解除成员财务权限。true-是、false-否;成员不能解除财务权限时不允许删除
|
|
5859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5860
5790
|
# @type BillingPermission: Boolean
|
|
5861
5791
|
# @param ExistResources: 存在的资源列表。账号存在资源时不允许删除
|
|
5862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5863
5792
|
# @type ExistResources: Array
|
|
5864
5793
|
# @param DetectFailedResources: 检测失败的资源列表。账号有资源检测失败时不允许删除。
|
|
5865
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5866
5794
|
# @type DetectFailedResources: Array
|
|
5867
5795
|
|
|
5868
5796
|
attr_accessor :IsCreateMember, :DeletionPermission, :IsAssignManager, :IsAuthManager, :IsShareManager, :OperateProcess, :BillingPermission, :ExistResources, :DetectFailedResources
|
|
@@ -5963,22 +5891,16 @@ module TencentCloud
|
|
|
5963
5891
|
# 组织身份
|
|
5964
5892
|
class OrgIdentity < TencentCloud::Common::AbstractModel
|
|
5965
5893
|
# @param IdentityId: 身份ID。
|
|
5966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5967
5894
|
# @type IdentityId: Integer
|
|
5968
5895
|
# @param IdentityAliasName: 身份名称。
|
|
5969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5970
5896
|
# @type IdentityAliasName: String
|
|
5971
5897
|
# @param Description: 描述。
|
|
5972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5973
5898
|
# @type Description: String
|
|
5974
5899
|
# @param IdentityPolicy: 身份策略。
|
|
5975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5976
5900
|
# @type IdentityPolicy: Array
|
|
5977
5901
|
# @param IdentityType: 身份类型。 1-预设、 2-自定义
|
|
5978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5979
5902
|
# @type IdentityType: Integer
|
|
5980
5903
|
# @param UpdateTime: 更新时间。
|
|
5981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5982
5904
|
# @type UpdateTime: String
|
|
5983
5905
|
|
|
5984
5906
|
attr_accessor :IdentityId, :IdentityAliasName, :Description, :IdentityPolicy, :IdentityType, :UpdateTime
|
|
@@ -6012,58 +5934,40 @@ module TencentCloud
|
|
|
6012
5934
|
# 企业组织成员
|
|
6013
5935
|
class OrgMember < TencentCloud::Common::AbstractModel
|
|
6014
5936
|
# @param MemberUin: 成员Uin
|
|
6015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6016
5937
|
# @type MemberUin: Integer
|
|
6017
5938
|
# @param Name: 成员名
|
|
6018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6019
5939
|
# @type Name: String
|
|
6020
5940
|
# @param MemberType: 成员类型,邀请:Invite, 创建:Create
|
|
6021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6022
5941
|
# @type MemberType: String
|
|
6023
5942
|
# @param OrgPolicyType: 关系策略类型
|
|
6024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6025
5943
|
# @type OrgPolicyType: String
|
|
6026
5944
|
# @param OrgPolicyName: 关系策略名
|
|
6027
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6028
5945
|
# @type OrgPolicyName: String
|
|
6029
5946
|
# @param OrgPermission: 关系策略权限
|
|
6030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6031
5947
|
# @type OrgPermission: Array
|
|
6032
5948
|
# @param NodeId: 所属节点ID
|
|
6033
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6034
5949
|
# @type NodeId: Integer
|
|
6035
5950
|
# @param NodeName: 所属节点名
|
|
6036
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6037
5951
|
# @type NodeName: String
|
|
6038
5952
|
# @param Remark: 备注
|
|
6039
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6040
5953
|
# @type Remark: String
|
|
6041
5954
|
# @param CreateTime: 创建时间
|
|
6042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6043
5955
|
# @type CreateTime: String
|
|
6044
5956
|
# @param UpdateTime: 更新时间
|
|
6045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6046
5957
|
# @type UpdateTime: String
|
|
6047
5958
|
# @param IsAllowQuit: 是否允许成员退出。允许:Allow,不允许:Denied。
|
|
6048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6049
5959
|
# @type IsAllowQuit: String
|
|
6050
5960
|
# @param PayUin: 代付者Uin
|
|
6051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6052
5961
|
# @type PayUin: String
|
|
6053
5962
|
# @param PayName: 代付者名称
|
|
6054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6055
5963
|
# @type PayName: String
|
|
6056
5964
|
# @param OrgIdentity: 管理身份
|
|
6057
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6058
5965
|
# @type OrgIdentity: Array
|
|
6059
5966
|
# @param BindStatus: 安全信息绑定状态 未绑定:Unbound,待激活:Valid,绑定成功:Success,绑定失败:Failed
|
|
6060
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6061
5967
|
# @type BindStatus: String
|
|
6062
5968
|
# @param PermissionStatus: 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
|
|
6063
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6064
5969
|
# @type PermissionStatus: String
|
|
6065
5970
|
# @param Tags: 成员标签列表
|
|
6066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6067
5971
|
# @type Tags: Array
|
|
6068
5972
|
|
|
6069
5973
|
attr_accessor :MemberUin, :Name, :MemberType, :OrgPolicyType, :OrgPolicyName, :OrgPermission, :NodeId, :NodeName, :Remark, :CreateTime, :UpdateTime, :IsAllowQuit, :PayUin, :PayName, :OrgIdentity, :BindStatus, :PermissionStatus, :Tags
|
|
@@ -6135,31 +6039,22 @@ module TencentCloud
|
|
|
6135
6039
|
# 成员和子账号的授权关系
|
|
6136
6040
|
class OrgMemberAuthAccount < TencentCloud::Common::AbstractModel
|
|
6137
6041
|
# @param OrgSubAccountUin: 组织子账号Uin。
|
|
6138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6139
6042
|
# @type OrgSubAccountUin: Integer
|
|
6140
6043
|
# @param PolicyId: 策略ID。
|
|
6141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6142
6044
|
# @type PolicyId: Integer
|
|
6143
6045
|
# @param PolicyName: 策略名。
|
|
6144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6145
6046
|
# @type PolicyName: String
|
|
6146
6047
|
# @param IdentityId: 身份ID。
|
|
6147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6148
6048
|
# @type IdentityId: Integer
|
|
6149
6049
|
# @param IdentityRoleName: 身份角色名。
|
|
6150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6151
6050
|
# @type IdentityRoleName: String
|
|
6152
6051
|
# @param IdentityRoleAliasName: 身份角色别名。
|
|
6153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6154
6052
|
# @type IdentityRoleAliasName: String
|
|
6155
6053
|
# @param CreateTime: 创建时间。
|
|
6156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6157
6054
|
# @type CreateTime: String
|
|
6158
6055
|
# @param UpdateTime: 更新时间。
|
|
6159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6160
6056
|
# @type UpdateTime: String
|
|
6161
6057
|
# @param OrgSubAccountName: 子账号名称
|
|
6162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6163
6058
|
# @type OrgSubAccountName: String
|
|
6164
6059
|
|
|
6165
6060
|
attr_accessor :OrgSubAccountUin, :PolicyId, :PolicyName, :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :CreateTime, :UpdateTime, :OrgSubAccountName
|
|
@@ -6192,34 +6087,24 @@ module TencentCloud
|
|
|
6192
6087
|
# 组织成员可授权的身份
|
|
6193
6088
|
class OrgMemberAuthIdentity < TencentCloud::Common::AbstractModel
|
|
6194
6089
|
# @param IdentityId: 身份ID。
|
|
6195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6196
6090
|
# @type IdentityId: Integer
|
|
6197
6091
|
# @param IdentityRoleName: 身份的角色名。
|
|
6198
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6199
6092
|
# @type IdentityRoleName: String
|
|
6200
6093
|
# @param IdentityRoleAliasName: 身份的角色别名。
|
|
6201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6202
6094
|
# @type IdentityRoleAliasName: String
|
|
6203
6095
|
# @param Description: 身份描述。
|
|
6204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6205
6096
|
# @type Description: String
|
|
6206
6097
|
# @param CreateTime: 首次配置成功的时间。
|
|
6207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6208
6098
|
# @type CreateTime: String
|
|
6209
6099
|
# @param UpdateTime: 最后一次配置成功的时间。
|
|
6210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6211
6100
|
# @type UpdateTime: String
|
|
6212
6101
|
# @param IdentityType: 身份类型。取值: 1-预设身份 2-自定义身份
|
|
6213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6214
6102
|
# @type IdentityType: Integer
|
|
6215
6103
|
# @param Status: 配置状态。取值:1-配置完成 2-需重新配置
|
|
6216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6217
6104
|
# @type Status: Integer
|
|
6218
6105
|
# @param MemberUin: 成员Uin。
|
|
6219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6220
6106
|
# @type MemberUin: Integer
|
|
6221
6107
|
# @param MemberName: 成员名称。
|
|
6222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6223
6108
|
# @type MemberName: String
|
|
6224
6109
|
|
|
6225
6110
|
attr_accessor :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime, :IdentityType, :Status, :MemberUin, :MemberName
|
|
@@ -6254,16 +6139,12 @@ module TencentCloud
|
|
|
6254
6139
|
# 组织成员财务信息。
|
|
6255
6140
|
class OrgMemberFinancial < TencentCloud::Common::AbstractModel
|
|
6256
6141
|
# @param MemberUin: 成员Uin。
|
|
6257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6258
6142
|
# @type MemberUin: Integer
|
|
6259
6143
|
# @param MemberName: 成员名称。
|
|
6260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6261
6144
|
# @type MemberName: String
|
|
6262
6145
|
# @param TotalCost: 消耗金额,单位:元。
|
|
6263
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6264
6146
|
# @type TotalCost: Float
|
|
6265
6147
|
# @param Ratio: 占比%。
|
|
6266
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6267
6148
|
# @type Ratio: String
|
|
6268
6149
|
|
|
6269
6150
|
attr_accessor :MemberUin, :MemberName, :TotalCost, :Ratio
|
|
@@ -6286,28 +6167,20 @@ module TencentCloud
|
|
|
6286
6167
|
# 组织成员被授权的策略
|
|
6287
6168
|
class OrgMemberPolicy < TencentCloud::Common::AbstractModel
|
|
6288
6169
|
# @param PolicyId: 策略ID。
|
|
6289
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6290
6170
|
# @type PolicyId: Integer
|
|
6291
6171
|
# @param PolicyName: 策略名。
|
|
6292
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6293
6172
|
# @type PolicyName: String
|
|
6294
6173
|
# @param IdentityId: 身份ID。
|
|
6295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6296
6174
|
# @type IdentityId: Integer
|
|
6297
6175
|
# @param IdentityRoleName: 身份角色名。
|
|
6298
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6299
6176
|
# @type IdentityRoleName: String
|
|
6300
6177
|
# @param IdentityRoleAliasName: 身份角色别名。
|
|
6301
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6302
6178
|
# @type IdentityRoleAliasName: String
|
|
6303
6179
|
# @param Description: 描述。
|
|
6304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6305
6180
|
# @type Description: String
|
|
6306
6181
|
# @param CreateTime: 创建时间。
|
|
6307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6308
6182
|
# @type CreateTime: String
|
|
6309
6183
|
# @param UpdateTime: 更新时间。
|
|
6310
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6311
6184
|
# @type UpdateTime: String
|
|
6312
6185
|
|
|
6313
6186
|
attr_accessor :PolicyId, :PolicyName, :IdentityId, :IdentityRoleName, :IdentityRoleAliasName, :Description, :CreateTime, :UpdateTime
|
|
@@ -6338,25 +6211,18 @@ module TencentCloud
|
|
|
6338
6211
|
# 企业组织单元
|
|
6339
6212
|
class OrgNode < TencentCloud::Common::AbstractModel
|
|
6340
6213
|
# @param NodeId: 组织节点ID
|
|
6341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6342
6214
|
# @type NodeId: Integer
|
|
6343
6215
|
# @param Name: 名称
|
|
6344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6345
6216
|
# @type Name: String
|
|
6346
6217
|
# @param ParentNodeId: 父节点ID
|
|
6347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6348
6218
|
# @type ParentNodeId: Integer
|
|
6349
6219
|
# @param Remark: 备注
|
|
6350
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6351
6220
|
# @type Remark: String
|
|
6352
6221
|
# @param CreateTime: 创建时间
|
|
6353
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6354
6222
|
# @type CreateTime: String
|
|
6355
6223
|
# @param UpdateTime: 更新时间
|
|
6356
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6357
6224
|
# @type UpdateTime: String
|
|
6358
6225
|
# @param Tags: 成员标签列表
|
|
6359
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6360
6226
|
# @type Tags: Array
|
|
6361
6227
|
|
|
6362
6228
|
attr_accessor :NodeId, :Name, :ParentNodeId, :Remark, :CreateTime, :UpdateTime, :Tags
|
|
@@ -6444,44 +6310,31 @@ module TencentCloud
|
|
|
6444
6310
|
# 集团服务设置
|
|
6445
6311
|
class OrganizationServiceAssign < TencentCloud::Common::AbstractModel
|
|
6446
6312
|
# @param ServiceId: 集团服务ID。
|
|
6447
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6448
6313
|
# @type ServiceId: Integer
|
|
6449
6314
|
# @param ProductName: 集团服务产品名称。
|
|
6450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6451
6315
|
# @type ProductName: String
|
|
6452
6316
|
# @param IsAssign: 是否支持委派。取值: 1-是 2-否
|
|
6453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6454
6317
|
# @type IsAssign: Integer
|
|
6455
6318
|
# @param Description: 集团服务描述。
|
|
6456
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6457
6319
|
# @type Description: String
|
|
6458
6320
|
# @param MemberNum: 当前委派管理员数。
|
|
6459
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6460
6321
|
# @type MemberNum: String
|
|
6461
6322
|
# @param Document: 帮助文档。
|
|
6462
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6463
6323
|
# @type Document: String
|
|
6464
6324
|
# @param ConsoleUrl: 集团服务产品控制台路径。
|
|
6465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6466
6325
|
# @type ConsoleUrl: String
|
|
6467
6326
|
# @param IsUsageStatus: 是否接入使用状态。取值: 1-是
|
|
6468
6327
|
# 2-否
|
|
6469
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6470
6328
|
# @type IsUsageStatus: Integer
|
|
6471
6329
|
# @param CanAssignCount: 委派管理员数量限制。
|
|
6472
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6473
6330
|
# @type CanAssignCount: Integer
|
|
6474
6331
|
# @param Product: 集团服务产品标识。
|
|
6475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6476
6332
|
# @type Product: String
|
|
6477
6333
|
# @param ServiceGrant: 是否支持集团服务授权。取值 1-是、2-否
|
|
6478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6479
6334
|
# @type ServiceGrant: Integer
|
|
6480
6335
|
# @param GrantStatus: 集团服务授权启用状态。ServiceGrant值为1时该字段有效 ,取值:Enabled-开启 Disabled-关闭
|
|
6481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6482
6336
|
# @type GrantStatus: String
|
|
6483
6337
|
# @param IsSetManagementScope: 是否支持设置委派管理范围。取值: 1-是 2-否
|
|
6484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6485
6338
|
# @type IsSetManagementScope: Integer
|
|
6486
6339
|
|
|
6487
6340
|
attr_accessor :ServiceId, :ProductName, :IsAssign, :Description, :MemberNum, :Document, :ConsoleUrl, :IsUsageStatus, :CanAssignCount, :Product, :ServiceGrant, :GrantStatus, :IsSetManagementScope
|
|
@@ -6522,31 +6375,22 @@ module TencentCloud
|
|
|
6522
6375
|
# 集团服务委派成员信息
|
|
6523
6376
|
class OrganizationServiceAssignMember < TencentCloud::Common::AbstractModel
|
|
6524
6377
|
# @param ServiceId: 集团服务ID。
|
|
6525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6526
6378
|
# @type ServiceId: Integer
|
|
6527
6379
|
# @param ProductName: 集团服务产品名称。
|
|
6528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6529
6380
|
# @type ProductName: String
|
|
6530
6381
|
# @param MemberUin: 委派管理员Uin。
|
|
6531
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6532
6382
|
# @type MemberUin: Integer
|
|
6533
6383
|
# @param MemberName: 委派管理员名称。
|
|
6534
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6535
6384
|
# @type MemberName: String
|
|
6536
6385
|
# @param UsageStatus: 启用状态 。取值:0-服务无启用状态 1-已启用 2-未启用
|
|
6537
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6538
6386
|
# @type UsageStatus: Integer
|
|
6539
6387
|
# @param CreateTime: 委派时间。
|
|
6540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6541
6388
|
# @type CreateTime: String
|
|
6542
6389
|
# @param ManagementScope: 委派管理员管理范围。取值: 1-全部成员 2-部分成员
|
|
6543
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6544
6390
|
# @type ManagementScope: Integer
|
|
6545
6391
|
# @param ManagementScopeMembers: 管理的成员Uin列表。ManagementScope值为2时该参数有效
|
|
6546
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6547
6392
|
# @type ManagementScopeMembers: Array
|
|
6548
6393
|
# @param ManagementScopeNodes: 管理的部门ID列表。ManagementScope值为2时该参数有效
|
|
6549
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6550
6394
|
# @type ManagementScopeNodes: Array
|
|
6551
6395
|
|
|
6552
6396
|
attr_accessor :ServiceId, :ProductName, :MemberUin, :MemberName, :UsageStatus, :CreateTime, :ManagementScope, :ManagementScopeMembers, :ManagementScopeNodes
|
|
@@ -6877,13 +6721,10 @@ module TencentCloud
|
|
|
6877
6721
|
class ResourceTagMapping < TencentCloud::Common::AbstractModel
|
|
6878
6722
|
# @param Resource: 资源六段式。腾讯云使用资源六段式描述一个资源。
|
|
6879
6723
|
# 例如:qcs::${ServiceType}:${Region}:${Account}:${ResourcePreifx}/${ResourceId}。
|
|
6880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6881
6724
|
# @type Resource: String
|
|
6882
6725
|
# @param ComplianceDetails: 合规详情。
|
|
6883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6884
6726
|
# @type ComplianceDetails: :class:`Tencentcloud::Organization.v20210331.models.TagComplianceDetails`
|
|
6885
6727
|
# @param Tags: 资源标签。
|
|
6886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
6887
6728
|
# @type Tags: Array
|
|
6888
6729
|
|
|
6889
6730
|
attr_accessor :Resource, :ComplianceDetails, :Tags
|
|
@@ -7563,13 +7404,10 @@ module TencentCloud
|
|
|
7563
7404
|
# 标签合规信息
|
|
7564
7405
|
class TagComplianceDetails < TencentCloud::Common::AbstractModel
|
|
7565
7406
|
# @param ComplianceStatus: 合规状态。true-合规,false-不合规
|
|
7566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7567
7407
|
# @type ComplianceStatus: Boolean
|
|
7568
7408
|
# @param KeysWithNonCompliantValues: 值不合规的标签键列表。
|
|
7569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7570
7409
|
# @type KeysWithNonCompliantValues: Array
|
|
7571
7410
|
# @param NonCompliantKeys: 键不合规的标签键列表。
|
|
7572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7573
7411
|
# @type NonCompliantKeys: Array
|
|
7574
7412
|
|
|
7575
7413
|
attr_accessor :ComplianceStatus, :KeysWithNonCompliantValues, :NonCompliantKeys
|
|
@@ -7590,10 +7428,8 @@ module TencentCloud
|
|
|
7590
7428
|
# 标签键值对
|
|
7591
7429
|
class Tags < TencentCloud::Common::AbstractModel
|
|
7592
7430
|
# @param TagKey: 标签键。
|
|
7593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7594
7431
|
# @type TagKey: String
|
|
7595
7432
|
# @param TagValue: 标签值。
|
|
7596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7597
7433
|
# @type TagValue: String
|
|
7598
7434
|
|
|
7599
7435
|
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.951
|
|
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-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|