tencentcloud-sdk-nodejs-organization 4.0.1052 → 4.0.1054
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.
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tencentcloud-sdk-nodejs-organization",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "4.0.1054",
|
|
4
|
+
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "tencentcloud/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "mocha -t 10000",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"author": "tencentcloudapi",
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tencentcloud-sdk-nodejs-common": "
|
|
25
|
+
"tencentcloud-sdk-nodejs-common": "*",
|
|
26
26
|
"tslib": "1.13.0"
|
|
27
27
|
},
|
|
28
28
|
"directories": {
|
|
@@ -35,14 +35,19 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/form-data": "^2.5.0",
|
|
38
|
+
"@types/json-bigint": "^1.0.1",
|
|
38
39
|
"@types/node": "^14.0.26",
|
|
39
40
|
"@types/node-fetch": "^2.5.7",
|
|
41
|
+
"@types/uuid": "^9.0.8",
|
|
40
42
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
41
43
|
"@typescript-eslint/parser": "^2.34.0",
|
|
44
|
+
"babel-eslint": "^10.0.2",
|
|
42
45
|
"chai": "^4.2.0",
|
|
43
46
|
"eslint": "^6.8.0",
|
|
47
|
+
"eslint-plugin-react": "^7.17.0",
|
|
44
48
|
"mocha": "^8.1.1",
|
|
49
|
+
"prettier": "^2.3.0",
|
|
45
50
|
"ts-node": "^8.10.2",
|
|
46
51
|
"typescript": "^3.9.7"
|
|
47
52
|
}
|
|
48
|
-
}
|
|
53
|
+
}
|
|
@@ -674,12 +674,10 @@ export interface IdentityPolicy {
|
|
|
674
674
|
PolicyName?: string
|
|
675
675
|
/**
|
|
676
676
|
* 策略类型。取值 1-自定义策略 2-预设策略;默认值2
|
|
677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
678
677
|
*/
|
|
679
678
|
PolicyType?: number
|
|
680
679
|
/**
|
|
681
680
|
* 自定义策略内容,遵循CAM策略语法。PolicyType 为自定义策略时有效且必选
|
|
682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
683
681
|
*/
|
|
684
682
|
PolicyDocument?: string
|
|
685
683
|
}
|
|
@@ -736,22 +734,18 @@ export interface ListPermissionPoliciesInRoleConfigurationResponse {
|
|
|
736
734
|
export interface OrgFinancialByMonth {
|
|
737
735
|
/**
|
|
738
736
|
* 记录ID。
|
|
739
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
740
737
|
*/
|
|
741
|
-
Id
|
|
738
|
+
Id?: number
|
|
742
739
|
/**
|
|
743
740
|
* 月份,格式:yyyy-mm,示例:2021-01。
|
|
744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
745
741
|
*/
|
|
746
|
-
Month
|
|
742
|
+
Month?: string
|
|
747
743
|
/**
|
|
748
744
|
* 消耗金额,单元:元。
|
|
749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
750
745
|
*/
|
|
751
|
-
TotalCost
|
|
746
|
+
TotalCost?: number
|
|
752
747
|
/**
|
|
753
748
|
* 比上月增长率%。正数增长,负数下降,空值无法统计。
|
|
754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
749
|
*/
|
|
756
750
|
GrowthRate?: string
|
|
757
751
|
}
|
|
@@ -1293,7 +1287,6 @@ export interface ShareUnitMember {
|
|
|
1293
1287
|
ShareMemberUin?: number
|
|
1294
1288
|
/**
|
|
1295
1289
|
* 创建时间。
|
|
1296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1297
1290
|
*/
|
|
1298
1291
|
CreateTime?: string
|
|
1299
1292
|
}
|
|
@@ -1877,27 +1870,22 @@ export interface ManagerShareUnit {
|
|
|
1877
1870
|
Area?: string
|
|
1878
1871
|
/**
|
|
1879
1872
|
* 描述。
|
|
1880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1881
1873
|
*/
|
|
1882
1874
|
Description?: string
|
|
1883
1875
|
/**
|
|
1884
1876
|
* 创建时间。
|
|
1885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1886
1877
|
*/
|
|
1887
1878
|
CreateTime?: string
|
|
1888
1879
|
/**
|
|
1889
1880
|
* 共享单元资源数。
|
|
1890
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1891
1881
|
*/
|
|
1892
1882
|
ShareResourceNum?: number
|
|
1893
1883
|
/**
|
|
1894
1884
|
* 共享单元成员数。
|
|
1895
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1896
1885
|
*/
|
|
1897
1886
|
ShareMemberNum?: number
|
|
1898
1887
|
/**
|
|
1899
1888
|
* 共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号
|
|
1900
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1901
1889
|
*/
|
|
1902
1890
|
ShareScope?: number
|
|
1903
1891
|
}
|
|
@@ -1948,7 +1936,6 @@ export interface ShareUnitResource {
|
|
|
1948
1936
|
Type?: string
|
|
1949
1937
|
/**
|
|
1950
1938
|
* 创建时间。
|
|
1951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1952
1939
|
*/
|
|
1953
1940
|
CreateTime?: string
|
|
1954
1941
|
/**
|
|
@@ -1957,17 +1944,14 @@ export interface ShareUnitResource {
|
|
|
1957
1944
|
ProductResourceId?: string
|
|
1958
1945
|
/**
|
|
1959
1946
|
* 共享单元成员数。
|
|
1960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1961
1947
|
*/
|
|
1962
1948
|
SharedMemberNum?: number
|
|
1963
1949
|
/**
|
|
1964
1950
|
* 使用中共享单元成员数。
|
|
1965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1966
1951
|
*/
|
|
1967
1952
|
SharedMemberUseNum?: number
|
|
1968
1953
|
/**
|
|
1969
1954
|
* 共享管理员OwnerUin。
|
|
1970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1971
1955
|
*/
|
|
1972
1956
|
ShareManagerUin?: number
|
|
1973
1957
|
}
|
|
@@ -2327,12 +2311,10 @@ export interface EffectivePolicy {
|
|
|
2327
2311
|
export interface Tag {
|
|
2328
2312
|
/**
|
|
2329
2313
|
* 标签键
|
|
2330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2331
2314
|
*/
|
|
2332
2315
|
TagKey: string
|
|
2333
2316
|
/**
|
|
2334
2317
|
* 标签值
|
|
2335
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2336
2318
|
*/
|
|
2337
2319
|
TagValue: string
|
|
2338
2320
|
}
|
|
@@ -2516,14 +2498,12 @@ export interface GetZoneStatisticsRequest {
|
|
|
2516
2498
|
export interface NodeMainInfo {
|
|
2517
2499
|
/**
|
|
2518
2500
|
* 部门ID
|
|
2519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2520
2501
|
*/
|
|
2521
|
-
NodeId
|
|
2502
|
+
NodeId?: number
|
|
2522
2503
|
/**
|
|
2523
2504
|
* 部门名称
|
|
2524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2525
2505
|
*/
|
|
2526
|
-
NodeName
|
|
2506
|
+
NodeName?: string
|
|
2527
2507
|
}
|
|
2528
2508
|
|
|
2529
2509
|
/**
|
|
@@ -3378,20 +3358,19 @@ export interface ListTargetsForPolicyNode {
|
|
|
3378
3358
|
/**
|
|
3379
3359
|
* scp账号uin或节点Id
|
|
3380
3360
|
*/
|
|
3381
|
-
Uin
|
|
3361
|
+
Uin?: number
|
|
3382
3362
|
/**
|
|
3383
3363
|
* 关联类型 1-节点关联 2-用户关联
|
|
3384
3364
|
*/
|
|
3385
|
-
RelatedType
|
|
3365
|
+
RelatedType?: number
|
|
3386
3366
|
/**
|
|
3387
3367
|
* 账号或者节点名称
|
|
3388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3389
3368
|
*/
|
|
3390
|
-
Name
|
|
3369
|
+
Name?: string
|
|
3391
3370
|
/**
|
|
3392
3371
|
* 绑定时间
|
|
3393
3372
|
*/
|
|
3394
|
-
AddTime
|
|
3373
|
+
AddTime?: string
|
|
3395
3374
|
}
|
|
3396
3375
|
|
|
3397
3376
|
/**
|
|
@@ -3592,7 +3571,6 @@ export interface CreateOrgServiceAssignResponse {
|
|
|
3592
3571
|
export interface AddOrganizationMemberEmailResponse {
|
|
3593
3572
|
/**
|
|
3594
3573
|
* 绑定Id
|
|
3595
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3596
3574
|
*/
|
|
3597
3575
|
BindId?: number
|
|
3598
3576
|
/**
|
|
@@ -3798,22 +3776,18 @@ export interface CheckAccountDeleteRequest {
|
|
|
3798
3776
|
export interface OrgProductFinancial {
|
|
3799
3777
|
/**
|
|
3800
3778
|
* 产品Code。
|
|
3801
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3802
3779
|
*/
|
|
3803
|
-
ProductName
|
|
3780
|
+
ProductName?: string
|
|
3804
3781
|
/**
|
|
3805
3782
|
* 产品名。
|
|
3806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3807
3783
|
*/
|
|
3808
|
-
ProductCode
|
|
3784
|
+
ProductCode?: string
|
|
3809
3785
|
/**
|
|
3810
3786
|
* 产品消耗,单位:元。
|
|
3811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3812
3787
|
*/
|
|
3813
|
-
TotalCost
|
|
3788
|
+
TotalCost?: number
|
|
3814
3789
|
/**
|
|
3815
3790
|
* 占比%。
|
|
3816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3817
3791
|
*/
|
|
3818
3792
|
Ratio?: string
|
|
3819
3793
|
}
|
|
@@ -4016,36 +3990,32 @@ export interface DescribeOrganizationFinancialByProductRequest {
|
|
|
4016
3990
|
export interface ListPolicyNode {
|
|
4017
3991
|
/**
|
|
4018
3992
|
* 策略创建时间
|
|
4019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4020
3993
|
*/
|
|
4021
|
-
AddTime
|
|
3994
|
+
AddTime?: string
|
|
4022
3995
|
/**
|
|
4023
3996
|
* 策略绑定次数
|
|
4024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4025
3997
|
*/
|
|
4026
|
-
AttachedTimes
|
|
3998
|
+
AttachedTimes?: number
|
|
4027
3999
|
/**
|
|
4028
4000
|
* 策略描述信息
|
|
4029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4030
4001
|
*/
|
|
4031
|
-
Description
|
|
4002
|
+
Description?: string
|
|
4032
4003
|
/**
|
|
4033
4004
|
* 策略名称
|
|
4034
4005
|
*/
|
|
4035
|
-
PolicyName
|
|
4006
|
+
PolicyName?: string
|
|
4036
4007
|
/**
|
|
4037
4008
|
* 策略Id
|
|
4038
4009
|
*/
|
|
4039
|
-
PolicyId
|
|
4010
|
+
PolicyId?: number
|
|
4040
4011
|
/**
|
|
4041
4012
|
* 策略更新时间
|
|
4042
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4043
4013
|
*/
|
|
4044
|
-
UpdateTime
|
|
4014
|
+
UpdateTime?: string
|
|
4045
4015
|
/**
|
|
4046
4016
|
* 策略类型 1-自定义 2-预设
|
|
4047
4017
|
*/
|
|
4048
|
-
Type
|
|
4018
|
+
Type?: number
|
|
4049
4019
|
}
|
|
4050
4020
|
|
|
4051
4021
|
/**
|
|
@@ -4843,7 +4813,6 @@ export interface DescribePolicyResponse {
|
|
|
4843
4813
|
PolicyId?: number
|
|
4844
4814
|
/**
|
|
4845
4815
|
* 策略名称。
|
|
4846
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4847
4816
|
*/
|
|
4848
4817
|
PolicyName?: string
|
|
4849
4818
|
/**
|
|
@@ -4852,22 +4821,18 @@ export interface DescribePolicyResponse {
|
|
|
4852
4821
|
Type?: number
|
|
4853
4822
|
/**
|
|
4854
4823
|
* 策略描述。
|
|
4855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4856
4824
|
*/
|
|
4857
4825
|
Description?: string
|
|
4858
4826
|
/**
|
|
4859
4827
|
* 策略文档。
|
|
4860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4861
4828
|
*/
|
|
4862
4829
|
PolicyDocument?: string
|
|
4863
4830
|
/**
|
|
4864
4831
|
* 策略更新时间。
|
|
4865
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4866
4832
|
*/
|
|
4867
4833
|
UpdateTime?: string
|
|
4868
4834
|
/**
|
|
4869
4835
|
* 策略创建时间。
|
|
4870
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4871
4836
|
*/
|
|
4872
4837
|
AddTime?: string
|
|
4873
4838
|
/**
|
|
@@ -5005,44 +4970,39 @@ export interface ListPoliciesForTarget {
|
|
|
5005
4970
|
/**
|
|
5006
4971
|
* 策略Id
|
|
5007
4972
|
*/
|
|
5008
|
-
StrategyId
|
|
4973
|
+
StrategyId?: number
|
|
5009
4974
|
/**
|
|
5010
4975
|
* 策略名称
|
|
5011
4976
|
*/
|
|
5012
|
-
StrategyName
|
|
4977
|
+
StrategyName?: string
|
|
5013
4978
|
/**
|
|
5014
4979
|
* 备注信息
|
|
5015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5016
4980
|
*/
|
|
5017
|
-
Remark
|
|
4981
|
+
Remark?: string
|
|
5018
4982
|
/**
|
|
5019
4983
|
* 关联的账号或节点
|
|
5020
4984
|
*/
|
|
5021
|
-
Uin
|
|
4985
|
+
Uin?: number
|
|
5022
4986
|
/**
|
|
5023
4987
|
* 关联类型 1-节点 2-用户
|
|
5024
4988
|
*/
|
|
5025
|
-
Type
|
|
4989
|
+
Type?: number
|
|
5026
4990
|
/**
|
|
5027
4991
|
* 策略创建时间
|
|
5028
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5029
4992
|
*/
|
|
5030
|
-
AddTime
|
|
4993
|
+
AddTime?: string
|
|
5031
4994
|
/**
|
|
5032
4995
|
* 策略更新时间
|
|
5033
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5034
4996
|
*/
|
|
5035
|
-
UpdateTime
|
|
4997
|
+
UpdateTime?: string
|
|
5036
4998
|
/**
|
|
5037
4999
|
* 部门名称
|
|
5038
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5039
5000
|
*/
|
|
5040
|
-
Name
|
|
5001
|
+
Name?: string
|
|
5041
5002
|
/**
|
|
5042
5003
|
* 策略绑定时间
|
|
5043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5044
5004
|
*/
|
|
5045
|
-
AttachTime
|
|
5005
|
+
AttachTime?: string
|
|
5046
5006
|
}
|
|
5047
5007
|
|
|
5048
5008
|
/**
|
|
@@ -5740,7 +5700,6 @@ export interface ShareResource {
|
|
|
5740
5700
|
ResourceId?: string
|
|
5741
5701
|
/**
|
|
5742
5702
|
* 产品资源ID。
|
|
5743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5744
5703
|
*/
|
|
5745
5704
|
ProductResourceId?: string
|
|
5746
5705
|
}
|
|
@@ -628,12 +628,10 @@ export interface IdentityPolicy {
|
|
|
628
628
|
PolicyName?: string;
|
|
629
629
|
/**
|
|
630
630
|
* 策略类型。取值 1-自定义策略 2-预设策略;默认值2
|
|
631
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
632
631
|
*/
|
|
633
632
|
PolicyType?: number;
|
|
634
633
|
/**
|
|
635
634
|
* 自定义策略内容,遵循CAM策略语法。PolicyType 为自定义策略时有效且必选
|
|
636
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
637
635
|
*/
|
|
638
636
|
PolicyDocument?: string;
|
|
639
637
|
}
|
|
@@ -686,22 +684,18 @@ export interface ListPermissionPoliciesInRoleConfigurationResponse {
|
|
|
686
684
|
export interface OrgFinancialByMonth {
|
|
687
685
|
/**
|
|
688
686
|
* 记录ID。
|
|
689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
690
687
|
*/
|
|
691
|
-
Id
|
|
688
|
+
Id?: number;
|
|
692
689
|
/**
|
|
693
690
|
* 月份,格式:yyyy-mm,示例:2021-01。
|
|
694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
691
|
*/
|
|
696
|
-
Month
|
|
692
|
+
Month?: string;
|
|
697
693
|
/**
|
|
698
694
|
* 消耗金额,单元:元。
|
|
699
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
700
695
|
*/
|
|
701
|
-
TotalCost
|
|
696
|
+
TotalCost?: number;
|
|
702
697
|
/**
|
|
703
698
|
* 比上月增长率%。正数增长,负数下降,空值无法统计。
|
|
704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
705
699
|
*/
|
|
706
700
|
GrowthRate?: string;
|
|
707
701
|
}
|
|
@@ -1216,7 +1210,6 @@ export interface ShareUnitMember {
|
|
|
1216
1210
|
ShareMemberUin?: number;
|
|
1217
1211
|
/**
|
|
1218
1212
|
* 创建时间。
|
|
1219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1220
1213
|
*/
|
|
1221
1214
|
CreateTime?: string;
|
|
1222
1215
|
}
|
|
@@ -1771,27 +1764,22 @@ export interface ManagerShareUnit {
|
|
|
1771
1764
|
Area?: string;
|
|
1772
1765
|
/**
|
|
1773
1766
|
* 描述。
|
|
1774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1775
1767
|
*/
|
|
1776
1768
|
Description?: string;
|
|
1777
1769
|
/**
|
|
1778
1770
|
* 创建时间。
|
|
1779
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1780
1771
|
*/
|
|
1781
1772
|
CreateTime?: string;
|
|
1782
1773
|
/**
|
|
1783
1774
|
* 共享单元资源数。
|
|
1784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1785
1775
|
*/
|
|
1786
1776
|
ShareResourceNum?: number;
|
|
1787
1777
|
/**
|
|
1788
1778
|
* 共享单元成员数。
|
|
1789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
1779
|
*/
|
|
1791
1780
|
ShareMemberNum?: number;
|
|
1792
1781
|
/**
|
|
1793
1782
|
* 共享范围。取值:1-仅允许集团组织内共享 2-允许共享给任意账号
|
|
1794
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1795
1783
|
*/
|
|
1796
1784
|
ShareScope?: number;
|
|
1797
1785
|
}
|
|
@@ -1839,7 +1827,6 @@ export interface ShareUnitResource {
|
|
|
1839
1827
|
Type?: string;
|
|
1840
1828
|
/**
|
|
1841
1829
|
* 创建时间。
|
|
1842
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1843
1830
|
*/
|
|
1844
1831
|
CreateTime?: string;
|
|
1845
1832
|
/**
|
|
@@ -1848,17 +1835,14 @@ export interface ShareUnitResource {
|
|
|
1848
1835
|
ProductResourceId?: string;
|
|
1849
1836
|
/**
|
|
1850
1837
|
* 共享单元成员数。
|
|
1851
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1852
1838
|
*/
|
|
1853
1839
|
SharedMemberNum?: number;
|
|
1854
1840
|
/**
|
|
1855
1841
|
* 使用中共享单元成员数。
|
|
1856
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1857
1842
|
*/
|
|
1858
1843
|
SharedMemberUseNum?: number;
|
|
1859
1844
|
/**
|
|
1860
1845
|
* 共享管理员OwnerUin。
|
|
1861
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1862
1846
|
*/
|
|
1863
1847
|
ShareManagerUin?: number;
|
|
1864
1848
|
}
|
|
@@ -2197,12 +2181,10 @@ export interface EffectivePolicy {
|
|
|
2197
2181
|
export interface Tag {
|
|
2198
2182
|
/**
|
|
2199
2183
|
* 标签键
|
|
2200
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2201
2184
|
*/
|
|
2202
2185
|
TagKey: string;
|
|
2203
2186
|
/**
|
|
2204
2187
|
* 标签值
|
|
2205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2206
2188
|
*/
|
|
2207
2189
|
TagValue: string;
|
|
2208
2190
|
}
|
|
@@ -2375,14 +2357,12 @@ export interface GetZoneStatisticsRequest {
|
|
|
2375
2357
|
export interface NodeMainInfo {
|
|
2376
2358
|
/**
|
|
2377
2359
|
* 部门ID
|
|
2378
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2379
2360
|
*/
|
|
2380
|
-
NodeId
|
|
2361
|
+
NodeId?: number;
|
|
2381
2362
|
/**
|
|
2382
2363
|
* 部门名称
|
|
2383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2384
2364
|
*/
|
|
2385
|
-
NodeName
|
|
2365
|
+
NodeName?: string;
|
|
2386
2366
|
}
|
|
2387
2367
|
/**
|
|
2388
2368
|
* RemovePermissionPolicyFromRoleConfiguration请求参数结构体
|
|
@@ -3200,20 +3180,19 @@ export interface ListTargetsForPolicyNode {
|
|
|
3200
3180
|
/**
|
|
3201
3181
|
* scp账号uin或节点Id
|
|
3202
3182
|
*/
|
|
3203
|
-
Uin
|
|
3183
|
+
Uin?: number;
|
|
3204
3184
|
/**
|
|
3205
3185
|
* 关联类型 1-节点关联 2-用户关联
|
|
3206
3186
|
*/
|
|
3207
|
-
RelatedType
|
|
3187
|
+
RelatedType?: number;
|
|
3208
3188
|
/**
|
|
3209
3189
|
* 账号或者节点名称
|
|
3210
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3211
3190
|
*/
|
|
3212
|
-
Name
|
|
3191
|
+
Name?: string;
|
|
3213
3192
|
/**
|
|
3214
3193
|
* 绑定时间
|
|
3215
3194
|
*/
|
|
3216
|
-
AddTime
|
|
3195
|
+
AddTime?: string;
|
|
3217
3196
|
}
|
|
3218
3197
|
/**
|
|
3219
3198
|
* ListGroups请求参数结构体
|
|
@@ -3403,7 +3382,6 @@ export interface CreateOrgServiceAssignResponse {
|
|
|
3403
3382
|
export interface AddOrganizationMemberEmailResponse {
|
|
3404
3383
|
/**
|
|
3405
3384
|
* 绑定Id
|
|
3406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3407
3385
|
*/
|
|
3408
3386
|
BindId?: number;
|
|
3409
3387
|
/**
|
|
@@ -3598,22 +3576,18 @@ export interface CheckAccountDeleteRequest {
|
|
|
3598
3576
|
export interface OrgProductFinancial {
|
|
3599
3577
|
/**
|
|
3600
3578
|
* 产品Code。
|
|
3601
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3602
3579
|
*/
|
|
3603
|
-
ProductName
|
|
3580
|
+
ProductName?: string;
|
|
3604
3581
|
/**
|
|
3605
3582
|
* 产品名。
|
|
3606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3607
3583
|
*/
|
|
3608
|
-
ProductCode
|
|
3584
|
+
ProductCode?: string;
|
|
3609
3585
|
/**
|
|
3610
3586
|
* 产品消耗,单位:元。
|
|
3611
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3612
3587
|
*/
|
|
3613
|
-
TotalCost
|
|
3588
|
+
TotalCost?: number;
|
|
3614
3589
|
/**
|
|
3615
3590
|
* 占比%。
|
|
3616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3617
3591
|
*/
|
|
3618
3592
|
Ratio?: string;
|
|
3619
3593
|
}
|
|
@@ -3805,36 +3779,32 @@ export interface DescribeOrganizationFinancialByProductRequest {
|
|
|
3805
3779
|
export interface ListPolicyNode {
|
|
3806
3780
|
/**
|
|
3807
3781
|
* 策略创建时间
|
|
3808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3809
3782
|
*/
|
|
3810
|
-
AddTime
|
|
3783
|
+
AddTime?: string;
|
|
3811
3784
|
/**
|
|
3812
3785
|
* 策略绑定次数
|
|
3813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3814
3786
|
*/
|
|
3815
|
-
AttachedTimes
|
|
3787
|
+
AttachedTimes?: number;
|
|
3816
3788
|
/**
|
|
3817
3789
|
* 策略描述信息
|
|
3818
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3819
3790
|
*/
|
|
3820
|
-
Description
|
|
3791
|
+
Description?: string;
|
|
3821
3792
|
/**
|
|
3822
3793
|
* 策略名称
|
|
3823
3794
|
*/
|
|
3824
|
-
PolicyName
|
|
3795
|
+
PolicyName?: string;
|
|
3825
3796
|
/**
|
|
3826
3797
|
* 策略Id
|
|
3827
3798
|
*/
|
|
3828
|
-
PolicyId
|
|
3799
|
+
PolicyId?: number;
|
|
3829
3800
|
/**
|
|
3830
3801
|
* 策略更新时间
|
|
3831
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3832
3802
|
*/
|
|
3833
|
-
UpdateTime
|
|
3803
|
+
UpdateTime?: string;
|
|
3834
3804
|
/**
|
|
3835
3805
|
* 策略类型 1-自定义 2-预设
|
|
3836
3806
|
*/
|
|
3837
|
-
Type
|
|
3807
|
+
Type?: number;
|
|
3838
3808
|
}
|
|
3839
3809
|
/**
|
|
3840
3810
|
* 资源及关联的标签
|
|
@@ -4590,7 +4560,6 @@ export interface DescribePolicyResponse {
|
|
|
4590
4560
|
PolicyId?: number;
|
|
4591
4561
|
/**
|
|
4592
4562
|
* 策略名称。
|
|
4593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4594
4563
|
*/
|
|
4595
4564
|
PolicyName?: string;
|
|
4596
4565
|
/**
|
|
@@ -4599,22 +4568,18 @@ export interface DescribePolicyResponse {
|
|
|
4599
4568
|
Type?: number;
|
|
4600
4569
|
/**
|
|
4601
4570
|
* 策略描述。
|
|
4602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4603
4571
|
*/
|
|
4604
4572
|
Description?: string;
|
|
4605
4573
|
/**
|
|
4606
4574
|
* 策略文档。
|
|
4607
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4608
4575
|
*/
|
|
4609
4576
|
PolicyDocument?: string;
|
|
4610
4577
|
/**
|
|
4611
4578
|
* 策略更新时间。
|
|
4612
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4613
4579
|
*/
|
|
4614
4580
|
UpdateTime?: string;
|
|
4615
4581
|
/**
|
|
4616
4582
|
* 策略创建时间。
|
|
4617
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4618
4583
|
*/
|
|
4619
4584
|
AddTime?: string;
|
|
4620
4585
|
/**
|
|
@@ -4744,44 +4709,39 @@ export interface ListPoliciesForTarget {
|
|
|
4744
4709
|
/**
|
|
4745
4710
|
* 策略Id
|
|
4746
4711
|
*/
|
|
4747
|
-
StrategyId
|
|
4712
|
+
StrategyId?: number;
|
|
4748
4713
|
/**
|
|
4749
4714
|
* 策略名称
|
|
4750
4715
|
*/
|
|
4751
|
-
StrategyName
|
|
4716
|
+
StrategyName?: string;
|
|
4752
4717
|
/**
|
|
4753
4718
|
* 备注信息
|
|
4754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4755
4719
|
*/
|
|
4756
|
-
Remark
|
|
4720
|
+
Remark?: string;
|
|
4757
4721
|
/**
|
|
4758
4722
|
* 关联的账号或节点
|
|
4759
4723
|
*/
|
|
4760
|
-
Uin
|
|
4724
|
+
Uin?: number;
|
|
4761
4725
|
/**
|
|
4762
4726
|
* 关联类型 1-节点 2-用户
|
|
4763
4727
|
*/
|
|
4764
|
-
Type
|
|
4728
|
+
Type?: number;
|
|
4765
4729
|
/**
|
|
4766
4730
|
* 策略创建时间
|
|
4767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4768
4731
|
*/
|
|
4769
|
-
AddTime
|
|
4732
|
+
AddTime?: string;
|
|
4770
4733
|
/**
|
|
4771
4734
|
* 策略更新时间
|
|
4772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4773
4735
|
*/
|
|
4774
|
-
UpdateTime
|
|
4736
|
+
UpdateTime?: string;
|
|
4775
4737
|
/**
|
|
4776
4738
|
* 部门名称
|
|
4777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4778
4739
|
*/
|
|
4779
|
-
Name
|
|
4740
|
+
Name?: string;
|
|
4780
4741
|
/**
|
|
4781
4742
|
* 策略绑定时间
|
|
4782
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4783
4743
|
*/
|
|
4784
|
-
AttachTime
|
|
4744
|
+
AttachTime?: string;
|
|
4785
4745
|
}
|
|
4786
4746
|
/**
|
|
4787
4747
|
* GetUserSyncProvisioning请求参数结构体
|
|
@@ -5440,7 +5400,6 @@ export interface ShareResource {
|
|
|
5440
5400
|
ResourceId?: string;
|
|
5441
5401
|
/**
|
|
5442
5402
|
* 产品资源ID。
|
|
5443
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5444
5403
|
*/
|
|
5445
5404
|
ProductResourceId?: string;
|
|
5446
5405
|
}
|