tencentcloud-sdk-nodejs-cam 4.0.342 → 4.0.343
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/CHANGELOG.md +94 -0
- package/SERVICE_CHANGELOG.md +133 -100
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/services/cam/v20190116/cam_client.ts +2 -1
- package/src/services/cam/v20190116/cam_models.ts +119 -83
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +100 -70
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,97 @@
|
|
|
1
|
+
# Release 4.0.343
|
|
2
|
+
|
|
3
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
4
|
+
|
|
5
|
+
### 第 47 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-05-19 06:07:36
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateRole](https://cloud.tencent.com/document/api/598/36225)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Tags
|
|
18
|
+
|
|
19
|
+
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
20
|
+
|
|
21
|
+
* 新增入参:Tags
|
|
22
|
+
|
|
23
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
24
|
+
|
|
25
|
+
* 新增入参:Tags
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
新增数据结构:
|
|
29
|
+
|
|
30
|
+
* [RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:Tags
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
42
|
+
|
|
43
|
+
### 第 4 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2022-05-19 06:11:31
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
|
|
54
|
+
|
|
55
|
+
* 新增入参:Ttl
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
61
|
+
|
|
62
|
+
### 第 30 次发布
|
|
63
|
+
|
|
64
|
+
发布时间:2022-05-19 06:17:03
|
|
65
|
+
|
|
66
|
+
本次发布包含了以下内容:
|
|
67
|
+
|
|
68
|
+
改善已有的文档。
|
|
69
|
+
|
|
70
|
+
修改数据结构:
|
|
71
|
+
|
|
72
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
73
|
+
|
|
74
|
+
* 新增成员:IsAdmin
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
80
|
+
|
|
81
|
+
### 第 100 次发布
|
|
82
|
+
|
|
83
|
+
发布时间:2022-05-19 06:19:17
|
|
84
|
+
|
|
85
|
+
本次发布包含了以下内容:
|
|
86
|
+
|
|
87
|
+
改善已有的文档。
|
|
88
|
+
|
|
89
|
+
新增接口:
|
|
90
|
+
|
|
91
|
+
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
1
95
|
# Release 4.0.342
|
|
2
96
|
|
|
3
97
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 47 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-05-
|
|
7
|
+
发布时间:2022-05-19 06:07:36
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,117 +12,75 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:DryRun
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
* [CreateRole](https://cloud.tencent.com/document/api/598/36225)
|
|
20
16
|
|
|
17
|
+
* 新增入参:Tags
|
|
21
18
|
|
|
22
|
-
|
|
19
|
+
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
23
20
|
|
|
24
|
-
|
|
21
|
+
* 新增入参:Tags
|
|
25
22
|
|
|
26
|
-
|
|
23
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
27
24
|
|
|
28
|
-
|
|
25
|
+
* 新增入参:Tags
|
|
29
26
|
|
|
30
|
-
改善已有的文档。
|
|
31
27
|
|
|
32
|
-
|
|
28
|
+
新增数据结构:
|
|
33
29
|
|
|
34
|
-
* [
|
|
30
|
+
* [RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
修改数据结构:
|
|
37
33
|
|
|
34
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
|
|
38
35
|
|
|
39
|
-
|
|
36
|
+
* 新增成员:Tags
|
|
40
37
|
|
|
41
|
-
* [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
|
|
42
38
|
|
|
43
39
|
|
|
44
40
|
|
|
45
|
-
##
|
|
41
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
46
42
|
|
|
47
43
|
### 第 4 次发布
|
|
48
44
|
|
|
49
|
-
发布时间:2022-05-
|
|
45
|
+
发布时间:2022-05-19 06:11:31
|
|
50
46
|
|
|
51
47
|
本次发布包含了以下内容:
|
|
52
48
|
|
|
53
49
|
改善已有的文档。
|
|
54
50
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
|
|
58
|
-
|
|
59
|
-
新增数据结构:
|
|
60
|
-
|
|
61
|
-
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
66
|
-
|
|
67
|
-
### 第 99 次发布
|
|
68
|
-
|
|
69
|
-
发布时间:2022-05-18 06:18:26
|
|
70
|
-
|
|
71
|
-
本次发布包含了以下内容:
|
|
51
|
+
修改接口:
|
|
72
52
|
|
|
73
|
-
|
|
53
|
+
* [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
|
|
74
54
|
|
|
75
|
-
|
|
55
|
+
* 新增入参:Ttl
|
|
76
56
|
|
|
77
|
-
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
78
|
-
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
79
|
-
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
80
|
-
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
81
|
-
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
82
|
-
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
83
|
-
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
84
|
-
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
85
|
-
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
86
|
-
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
87
|
-
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
88
|
-
* [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
|
|
89
|
-
* [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
|
|
90
|
-
* [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
|
|
91
|
-
* [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
|
|
92
|
-
* [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
|
|
93
|
-
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
94
|
-
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
95
|
-
* [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
|
|
96
57
|
|
|
97
58
|
|
|
98
59
|
|
|
99
|
-
##
|
|
60
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
100
61
|
|
|
101
|
-
### 第
|
|
62
|
+
### 第 30 次发布
|
|
102
63
|
|
|
103
|
-
发布时间:2022-05-
|
|
64
|
+
发布时间:2022-05-19 06:17:03
|
|
104
65
|
|
|
105
66
|
本次发布包含了以下内容:
|
|
106
67
|
|
|
107
68
|
改善已有的文档。
|
|
108
69
|
|
|
109
|
-
|
|
70
|
+
修改数据结构:
|
|
110
71
|
|
|
111
|
-
* [
|
|
112
|
-
* [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
|
|
72
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
113
73
|
|
|
114
|
-
|
|
74
|
+
* 新增成员:IsAdmin
|
|
115
75
|
|
|
116
|
-
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
117
|
-
* [Task](https://cloud.tencent.com/document/api/551/17233#Task)
|
|
118
76
|
|
|
119
77
|
|
|
120
78
|
|
|
121
|
-
##
|
|
79
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
122
80
|
|
|
123
|
-
### 第
|
|
81
|
+
### 第 100 次发布
|
|
124
82
|
|
|
125
|
-
发布时间:2022-05-
|
|
83
|
+
发布时间:2022-05-19 06:19:17
|
|
126
84
|
|
|
127
85
|
本次发布包含了以下内容:
|
|
128
86
|
|
|
@@ -130,8 +88,7 @@
|
|
|
130
88
|
|
|
131
89
|
新增接口:
|
|
132
90
|
|
|
133
|
-
* [
|
|
134
|
-
* [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
|
|
91
|
+
* [ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)
|
|
135
92
|
|
|
136
93
|
|
|
137
94
|
|
|
@@ -7782,6 +7739,40 @@
|
|
|
7782
7739
|
|
|
7783
7740
|
## 访问管理(cam) 版本:2019-01-16
|
|
7784
7741
|
|
|
7742
|
+
### 第 47 次发布
|
|
7743
|
+
|
|
7744
|
+
发布时间:2022-05-19 06:07:36
|
|
7745
|
+
|
|
7746
|
+
本次发布包含了以下内容:
|
|
7747
|
+
|
|
7748
|
+
改善已有的文档。
|
|
7749
|
+
|
|
7750
|
+
修改接口:
|
|
7751
|
+
|
|
7752
|
+
* [CreateRole](https://cloud.tencent.com/document/api/598/36225)
|
|
7753
|
+
|
|
7754
|
+
* 新增入参:Tags
|
|
7755
|
+
|
|
7756
|
+
* [CreateServiceLinkedRole](https://cloud.tencent.com/document/api/598/43711)
|
|
7757
|
+
|
|
7758
|
+
* 新增入参:Tags
|
|
7759
|
+
|
|
7760
|
+
* [DescribeRoleList](https://cloud.tencent.com/document/api/598/36223)
|
|
7761
|
+
|
|
7762
|
+
* 新增入参:Tags
|
|
7763
|
+
|
|
7764
|
+
|
|
7765
|
+
新增数据结构:
|
|
7766
|
+
|
|
7767
|
+
* [[RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags)](https://cloud.tencent.com/document/api/598/33167#[RoleTags](https://cloud.tencent.com/document/api/598/33167#RoleTags))
|
|
7768
|
+
|
|
7769
|
+
修改数据结构:
|
|
7770
|
+
|
|
7771
|
+
* [RoleInfo](https://cloud.tencent.com/document/api/598/33167#RoleInfo)
|
|
7772
|
+
|
|
7773
|
+
* 新增成员:Tags
|
|
7774
|
+
|
|
7775
|
+
|
|
7785
7776
|
### 第 46 次发布
|
|
7786
7777
|
|
|
7787
7778
|
发布时间:2022-05-09 06:03:17
|
|
@@ -28462,6 +28453,21 @@
|
|
|
28462
28453
|
|
|
28463
28454
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
28464
28455
|
|
|
28456
|
+
### 第 4 次发布
|
|
28457
|
+
|
|
28458
|
+
发布时间:2022-05-19 06:11:31
|
|
28459
|
+
|
|
28460
|
+
本次发布包含了以下内容:
|
|
28461
|
+
|
|
28462
|
+
改善已有的文档。
|
|
28463
|
+
|
|
28464
|
+
修改接口:
|
|
28465
|
+
|
|
28466
|
+
* [ModifyDynamicDNS](https://cloud.tencent.com/document/api/1427/56158)
|
|
28467
|
+
|
|
28468
|
+
* 新增入参:Ttl
|
|
28469
|
+
|
|
28470
|
+
|
|
28465
28471
|
### 第 3 次发布
|
|
28466
28472
|
|
|
28467
28473
|
发布时间:2021-12-09 08:05:19
|
|
@@ -55762,6 +55768,21 @@
|
|
|
55762
55768
|
|
|
55763
55769
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
55764
55770
|
|
|
55771
|
+
### 第 30 次发布
|
|
55772
|
+
|
|
55773
|
+
发布时间:2022-05-19 06:17:03
|
|
55774
|
+
|
|
55775
|
+
本次发布包含了以下内容:
|
|
55776
|
+
|
|
55777
|
+
改善已有的文档。
|
|
55778
|
+
|
|
55779
|
+
修改数据结构:
|
|
55780
|
+
|
|
55781
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
55782
|
+
|
|
55783
|
+
* 新增成员:IsAdmin
|
|
55784
|
+
|
|
55785
|
+
|
|
55765
55786
|
### 第 29 次发布
|
|
55766
55787
|
|
|
55767
55788
|
发布时间:2022-05-09 06:12:52
|
|
@@ -57247,7 +57268,7 @@
|
|
|
57247
57268
|
|
|
57248
57269
|
新增数据结构:
|
|
57249
57270
|
|
|
57250
|
-
* [
|
|
57271
|
+
* [Tag](https://cloud.tencent.com/document/api/1312/48198#Tag)
|
|
57251
57272
|
|
|
57252
57273
|
### 第 8 次发布
|
|
57253
57274
|
|
|
@@ -64093,11 +64114,11 @@
|
|
|
64093
64114
|
|
|
64094
64115
|
新增接口:
|
|
64095
64116
|
|
|
64096
|
-
* [
|
|
64117
|
+
* [DownloadL7Logs](https://cloud.tencent.com/document/api/1552/73899)
|
|
64097
64118
|
|
|
64098
64119
|
新增数据结构:
|
|
64099
64120
|
|
|
64100
|
-
* [
|
|
64121
|
+
* [L7OfflineLog](https://cloud.tencent.com/document/api/1552/73155#L7OfflineLog)
|
|
64101
64122
|
|
|
64102
64123
|
### 第 3 次发布
|
|
64103
64124
|
|
|
@@ -66042,6 +66063,18 @@
|
|
|
66042
66063
|
|
|
66043
66064
|
## 容器服务(tke) 版本:2018-05-25
|
|
66044
66065
|
|
|
66066
|
+
### 第 100 次发布
|
|
66067
|
+
|
|
66068
|
+
发布时间:2022-05-19 06:19:17
|
|
66069
|
+
|
|
66070
|
+
本次发布包含了以下内容:
|
|
66071
|
+
|
|
66072
|
+
改善已有的文档。
|
|
66073
|
+
|
|
66074
|
+
新增接口:
|
|
66075
|
+
|
|
66076
|
+
* [[ModifyPrometheusTemp](https://cloud.tencent.com/document/api/457/74013)](https://cloud.tencent.com/document/api/#/#)
|
|
66077
|
+
|
|
66045
66078
|
### 第 99 次发布
|
|
66046
66079
|
|
|
66047
66080
|
发布时间:2022-05-18 06:18:26
|
|
@@ -66052,25 +66085,25 @@
|
|
|
66052
66085
|
|
|
66053
66086
|
新增接口:
|
|
66054
66087
|
|
|
66055
|
-
* [
|
|
66056
|
-
* [
|
|
66057
|
-
* [
|
|
66058
|
-
* [
|
|
66059
|
-
* [
|
|
66060
|
-
* [
|
|
66061
|
-
* [
|
|
66062
|
-
* [
|
|
66063
|
-
* [
|
|
66064
|
-
* [
|
|
66065
|
-
* [
|
|
66066
|
-
* [
|
|
66067
|
-
* [
|
|
66068
|
-
* [
|
|
66069
|
-
* [
|
|
66070
|
-
* [
|
|
66071
|
-
* [
|
|
66072
|
-
* [
|
|
66073
|
-
* [
|
|
66088
|
+
* [CreatePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73918)
|
|
66089
|
+
* [CreatePrometheusTemp](https://cloud.tencent.com/document/api/457/73917)
|
|
66090
|
+
* [DeletePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73916)
|
|
66091
|
+
* [DeletePrometheusTemp](https://cloud.tencent.com/document/api/457/73915)
|
|
66092
|
+
* [DeletePrometheusTempSync](https://cloud.tencent.com/document/api/457/73914)
|
|
66093
|
+
* [DescribePrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73913)
|
|
66094
|
+
* [DescribePrometheusClusterAgents](https://cloud.tencent.com/document/api/457/73912)
|
|
66095
|
+
* [DescribePrometheusInstancesOverview](https://cloud.tencent.com/document/api/457/73911)
|
|
66096
|
+
* [DescribePrometheusRecordRules](https://cloud.tencent.com/document/api/457/73910)
|
|
66097
|
+
* [DescribePrometheusTemp](https://cloud.tencent.com/document/api/457/73909)
|
|
66098
|
+
* [DescribePrometheusTempSync](https://cloud.tencent.com/document/api/457/73908)
|
|
66099
|
+
* [DisableClusterAudit](https://cloud.tencent.com/document/api/457/73901)
|
|
66100
|
+
* [DisableEventPersistence](https://cloud.tencent.com/document/api/457/73905)
|
|
66101
|
+
* [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
|
|
66102
|
+
* [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
|
|
66103
|
+
* [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
|
|
66104
|
+
* [ModifyPrometheusAlertPolicy](https://cloud.tencent.com/document/api/457/73907)
|
|
66105
|
+
* [SyncPrometheusTemp](https://cloud.tencent.com/document/api/457/73906)
|
|
66106
|
+
* [UninstallLogAgent](https://cloud.tencent.com/document/api/457/73902)
|
|
66074
66107
|
|
|
66075
66108
|
### 第 98 次发布
|
|
66076
66109
|
|
|
@@ -68171,13 +68204,13 @@
|
|
|
68171
68204
|
|
|
68172
68205
|
新增接口:
|
|
68173
68206
|
|
|
68174
|
-
* [
|
|
68175
|
-
* [
|
|
68207
|
+
* [FileTranslate](https://cloud.tencent.com/document/api/551/73920)
|
|
68208
|
+
* [GetFileTranslate](https://cloud.tencent.com/document/api/551/73919)
|
|
68176
68209
|
|
|
68177
68210
|
新增数据结构:
|
|
68178
68211
|
|
|
68179
|
-
* [
|
|
68180
|
-
* [
|
|
68212
|
+
* [GetFileTranslateData](https://cloud.tencent.com/document/api/551/17233#GetFileTranslateData)
|
|
68213
|
+
* [Task](https://cloud.tencent.com/document/api/551/17233#Task)
|
|
68181
68214
|
|
|
68182
68215
|
### 第 6 次发布
|
|
68183
68216
|
|
|
@@ -74480,8 +74513,8 @@
|
|
|
74480
74513
|
|
|
74481
74514
|
新增接口:
|
|
74482
74515
|
|
|
74483
|
-
* [
|
|
74484
|
-
* [
|
|
74516
|
+
* [DisableFlowLogs](https://cloud.tencent.com/document/api/215/73922)
|
|
74517
|
+
* [EnableFlowLogs](https://cloud.tencent.com/document/api/215/73921)
|
|
74485
74518
|
|
|
74486
74519
|
### 第 111 次发布
|
|
74487
74520
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
30
30
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2022-04-25 06:01:56 |
|
|
31
31
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-04-04 06:10:17 |
|
|
32
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-
|
|
32
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-05-19 06:07:36 |
|
|
33
33
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-04-12 06:07:13 |
|
|
34
34
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2022-04-27 06:05:49 |
|
|
35
35
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-04-04 06:11:55 |
|
|
36
36
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-04-28 06:07:39 |
|
|
37
37
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
|
|
38
38
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-05-17 06:05:22 |
|
|
39
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-
|
|
39
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-19 06:08:10 |
|
|
40
40
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
|
|
41
41
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-18 06:07:16 |
|
|
42
42
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
@@ -51,13 +51,13 @@
|
|
|
51
51
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
|
|
52
52
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
|
|
53
53
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
|
|
54
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
54
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-05-19 06:09:29 |
|
|
55
55
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-04-22 06:07:06 |
|
|
56
56
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
57
57
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
58
58
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-05-18 06:08:35 |
|
|
59
59
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
60
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-
|
|
60
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-05-19 06:10:12 |
|
|
61
61
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-05-17 06:07:58 |
|
|
62
62
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
63
63
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-05-09 06:06:32 |
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
67
67
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
|
|
68
68
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-12 06:10:06 |
|
|
69
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-
|
|
69
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-05-19 06:11:31 |
|
|
70
70
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
|
|
71
71
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
72
72
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
80
80
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-04-04 06:42:05 |
|
|
81
81
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-05-13 06:12:03 |
|
|
82
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-
|
|
82
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-05-19 06:12:26 |
|
|
83
83
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-16 06:09:12 |
|
|
84
84
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
|
|
85
85
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
|
|
86
86
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
|
|
87
87
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
88
88
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
89
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-
|
|
89
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-05-19 06:12:45 |
|
|
90
90
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-04-04 06:44:28 |
|
|
91
91
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-04-04 06:44:42 |
|
|
92
92
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-04-08 06:07:59 |
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
128
128
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
129
129
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
|
|
130
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-
|
|
130
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-19 06:15:55 |
|
|
131
131
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
|
|
132
132
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
|
|
133
133
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -138,14 +138,14 @@
|
|
|
138
138
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
139
139
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
140
140
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-04-04 07:04:08 |
|
|
141
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-
|
|
141
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
|
|
142
142
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-05-13 06:16:33 |
|
|
143
143
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
144
144
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
|
|
145
145
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
146
146
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-04-04 07:05:55 |
|
|
147
147
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
148
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-
|
|
148
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-05-19 06:17:03 |
|
|
149
149
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
150
150
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-04-04 07:07:38 |
|
|
151
151
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
@@ -179,10 +179,10 @@
|
|
|
179
179
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-13 06:18:48 |
|
|
180
180
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
|
|
181
181
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
182
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-
|
|
182
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-19 06:19:17 |
|
|
183
183
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
184
184
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
185
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-
|
|
185
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
186
186
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-18 06:19:08 |
|
|
187
187
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
|
|
188
188
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-16 06:16:28 |
|
|
@@ -54,6 +54,7 @@ import {
|
|
|
54
54
|
DescribeUserSAMLConfigRequest,
|
|
55
55
|
PutRolePermissionsBoundaryRequest,
|
|
56
56
|
GetGroupRequest,
|
|
57
|
+
StrategyInfo,
|
|
57
58
|
DeleteRoleResponse,
|
|
58
59
|
PolicyVersionItem,
|
|
59
60
|
DetachUserPolicyRequest,
|
|
@@ -88,7 +89,7 @@ import {
|
|
|
88
89
|
DetachRolePolicyRequest,
|
|
89
90
|
ListPoliciesGrantingServiceAccessResponse,
|
|
90
91
|
DeleteRolePermissionsBoundaryRequest,
|
|
91
|
-
|
|
92
|
+
RoleTags,
|
|
92
93
|
DescribeUserOIDCConfigResponse,
|
|
93
94
|
DeletePolicyRequest,
|
|
94
95
|
GroupInfo,
|
|
@@ -277,6 +277,11 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
277
277
|
* 角色说明。
|
|
278
278
|
*/
|
|
279
279
|
Description?: string
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* 角色绑定标签。
|
|
283
|
+
*/
|
|
284
|
+
Tags?: Array<RoleTags>
|
|
280
285
|
}
|
|
281
286
|
|
|
282
287
|
/**
|
|
@@ -589,6 +594,11 @@ export interface DescribeRoleListRequest {
|
|
|
589
594
|
* 每页行数,不能大于200
|
|
590
595
|
*/
|
|
591
596
|
Rp: number
|
|
597
|
+
|
|
598
|
+
/**
|
|
599
|
+
* 标签筛选
|
|
600
|
+
*/
|
|
601
|
+
Tags?: Array<RoleTags>
|
|
592
602
|
}
|
|
593
603
|
|
|
594
604
|
/**
|
|
@@ -626,6 +636,96 @@ export interface GetGroupRequest {
|
|
|
626
636
|
GroupId: number
|
|
627
637
|
}
|
|
628
638
|
|
|
639
|
+
/**
|
|
640
|
+
* 策略信息
|
|
641
|
+
*/
|
|
642
|
+
export interface StrategyInfo {
|
|
643
|
+
/**
|
|
644
|
+
* 策略ID。
|
|
645
|
+
*/
|
|
646
|
+
PolicyId: number
|
|
647
|
+
|
|
648
|
+
/**
|
|
649
|
+
* 策略名称。
|
|
650
|
+
*/
|
|
651
|
+
PolicyName: string
|
|
652
|
+
|
|
653
|
+
/**
|
|
654
|
+
* 策略创建时间。
|
|
655
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
656
|
+
*/
|
|
657
|
+
AddTime: string
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* 策略类型。1 表示自定义策略,2 表示预设策略。
|
|
661
|
+
*/
|
|
662
|
+
Type: number
|
|
663
|
+
|
|
664
|
+
/**
|
|
665
|
+
* 策略描述。
|
|
666
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
667
|
+
*/
|
|
668
|
+
Description: string
|
|
669
|
+
|
|
670
|
+
/**
|
|
671
|
+
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
672
|
+
*/
|
|
673
|
+
CreateMode: number
|
|
674
|
+
|
|
675
|
+
/**
|
|
676
|
+
* 关联的用户数
|
|
677
|
+
*/
|
|
678
|
+
Attachments: number
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* 策略关联的产品
|
|
682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
683
|
+
*/
|
|
684
|
+
ServiceType: string
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
688
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
689
|
+
*/
|
|
690
|
+
IsAttached: number
|
|
691
|
+
|
|
692
|
+
/**
|
|
693
|
+
* 是否已下线
|
|
694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
695
|
+
*/
|
|
696
|
+
Deactived: number
|
|
697
|
+
|
|
698
|
+
/**
|
|
699
|
+
* 已下线产品列表
|
|
700
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
701
|
+
*/
|
|
702
|
+
DeactivedDetail: Array<string>
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* 是否是服务相关角色策略
|
|
706
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
707
|
+
*/
|
|
708
|
+
IsServiceLinkedPolicy: number
|
|
709
|
+
|
|
710
|
+
/**
|
|
711
|
+
* 关联策略实体数
|
|
712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
713
|
+
*/
|
|
714
|
+
AttachEntityCount: number
|
|
715
|
+
|
|
716
|
+
/**
|
|
717
|
+
* 关联权限边界实体数
|
|
718
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
719
|
+
*/
|
|
720
|
+
AttachEntityBoundaryCount: number
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* 最后编辑时间
|
|
724
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
725
|
+
*/
|
|
726
|
+
UpdateTime: string
|
|
727
|
+
}
|
|
728
|
+
|
|
629
729
|
/**
|
|
630
730
|
* DeleteRole返回参数结构体
|
|
631
731
|
*/
|
|
@@ -1093,6 +1193,12 @@ export interface RoleInfo {
|
|
|
1093
1193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1094
1194
|
*/
|
|
1095
1195
|
DeletionTaskId: string
|
|
1196
|
+
|
|
1197
|
+
/**
|
|
1198
|
+
* 标签
|
|
1199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1200
|
+
*/
|
|
1201
|
+
Tags: Array<RoleTags>
|
|
1096
1202
|
}
|
|
1097
1203
|
|
|
1098
1204
|
/**
|
|
@@ -1363,93 +1469,18 @@ export interface DeleteRolePermissionsBoundaryRequest {
|
|
|
1363
1469
|
}
|
|
1364
1470
|
|
|
1365
1471
|
/**
|
|
1366
|
-
*
|
|
1472
|
+
* 角色标签类型
|
|
1367
1473
|
*/
|
|
1368
|
-
export interface
|
|
1369
|
-
/**
|
|
1370
|
-
* 策略ID。
|
|
1371
|
-
*/
|
|
1372
|
-
PolicyId: number
|
|
1373
|
-
|
|
1474
|
+
export interface RoleTags {
|
|
1374
1475
|
/**
|
|
1375
|
-
*
|
|
1476
|
+
* 标签键
|
|
1376
1477
|
*/
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
/**
|
|
1380
|
-
* 策略创建时间。
|
|
1381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
|
-
*/
|
|
1383
|
-
AddTime: string
|
|
1478
|
+
Key: string
|
|
1384
1479
|
|
|
1385
1480
|
/**
|
|
1386
|
-
*
|
|
1481
|
+
* 标签值
|
|
1387
1482
|
*/
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
/**
|
|
1391
|
-
* 策略描述。
|
|
1392
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1393
|
-
*/
|
|
1394
|
-
Description: string
|
|
1395
|
-
|
|
1396
|
-
/**
|
|
1397
|
-
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
1398
|
-
*/
|
|
1399
|
-
CreateMode: number
|
|
1400
|
-
|
|
1401
|
-
/**
|
|
1402
|
-
* 关联的用户数
|
|
1403
|
-
*/
|
|
1404
|
-
Attachments: number
|
|
1405
|
-
|
|
1406
|
-
/**
|
|
1407
|
-
* 策略关联的产品
|
|
1408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1409
|
-
*/
|
|
1410
|
-
ServiceType: string
|
|
1411
|
-
|
|
1412
|
-
/**
|
|
1413
|
-
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
1414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1415
|
-
*/
|
|
1416
|
-
IsAttached: number
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* 是否已下线
|
|
1420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1421
|
-
*/
|
|
1422
|
-
Deactived: number
|
|
1423
|
-
|
|
1424
|
-
/**
|
|
1425
|
-
* 已下线产品列表
|
|
1426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1427
|
-
*/
|
|
1428
|
-
DeactivedDetail: Array<string>
|
|
1429
|
-
|
|
1430
|
-
/**
|
|
1431
|
-
* 是否是服务相关角色策略
|
|
1432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1433
|
-
*/
|
|
1434
|
-
IsServiceLinkedPolicy: number
|
|
1435
|
-
|
|
1436
|
-
/**
|
|
1437
|
-
* 关联策略实体数
|
|
1438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
-
*/
|
|
1440
|
-
AttachEntityCount: number
|
|
1441
|
-
|
|
1442
|
-
/**
|
|
1443
|
-
* 关联权限边界实体数
|
|
1444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1445
|
-
*/
|
|
1446
|
-
AttachEntityBoundaryCount: number
|
|
1447
|
-
|
|
1448
|
-
/**
|
|
1449
|
-
* 最后编辑时间
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
|
-
*/
|
|
1452
|
-
UpdateTime: string
|
|
1483
|
+
Value: string
|
|
1453
1484
|
}
|
|
1454
1485
|
|
|
1455
1486
|
/**
|
|
@@ -2457,7 +2488,7 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
2457
2488
|
/**
|
|
2458
2489
|
* 角色ID
|
|
2459
2490
|
*/
|
|
2460
|
-
RoleId
|
|
2491
|
+
RoleId: string
|
|
2461
2492
|
|
|
2462
2493
|
/**
|
|
2463
2494
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2874,7 +2905,7 @@ export interface CreateRoleResponse {
|
|
|
2874
2905
|
* 角色ID
|
|
2875
2906
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2876
2907
|
*/
|
|
2877
|
-
RoleId
|
|
2908
|
+
RoleId: string
|
|
2878
2909
|
|
|
2879
2910
|
/**
|
|
2880
2911
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3276,6 +3307,11 @@ export interface CreateRoleRequest {
|
|
|
3276
3307
|
* 申请角色临时密钥的最长有效期限制(范围:0~43200)
|
|
3277
3308
|
*/
|
|
3278
3309
|
SessionDuration?: number
|
|
3310
|
+
|
|
3311
|
+
/**
|
|
3312
|
+
* 角色绑定标签
|
|
3313
|
+
*/
|
|
3314
|
+
Tags?: Array<RoleTags>
|
|
3279
3315
|
}
|
|
3280
3316
|
|
|
3281
3317
|
/**
|
|
@@ -223,6 +223,10 @@ export interface CreateServiceLinkedRoleRequest {
|
|
|
223
223
|
* 角色说明。
|
|
224
224
|
*/
|
|
225
225
|
Description?: string;
|
|
226
|
+
/**
|
|
227
|
+
* 角色绑定标签。
|
|
228
|
+
*/
|
|
229
|
+
Tags?: Array<RoleTags>;
|
|
226
230
|
}
|
|
227
231
|
/**
|
|
228
232
|
* ListAttachedGroupPolicies请求参数结构体
|
|
@@ -491,6 +495,10 @@ export interface DescribeRoleListRequest {
|
|
|
491
495
|
* 每页行数,不能大于200
|
|
492
496
|
*/
|
|
493
497
|
Rp: number;
|
|
498
|
+
/**
|
|
499
|
+
* 标签筛选
|
|
500
|
+
*/
|
|
501
|
+
Tags?: Array<RoleTags>;
|
|
494
502
|
}
|
|
495
503
|
/**
|
|
496
504
|
* DescribeUserSAMLConfig请求参数结构体
|
|
@@ -522,6 +530,81 @@ export interface GetGroupRequest {
|
|
|
522
530
|
*/
|
|
523
531
|
GroupId: number;
|
|
524
532
|
}
|
|
533
|
+
/**
|
|
534
|
+
* 策略信息
|
|
535
|
+
*/
|
|
536
|
+
export interface StrategyInfo {
|
|
537
|
+
/**
|
|
538
|
+
* 策略ID。
|
|
539
|
+
*/
|
|
540
|
+
PolicyId: number;
|
|
541
|
+
/**
|
|
542
|
+
* 策略名称。
|
|
543
|
+
*/
|
|
544
|
+
PolicyName: string;
|
|
545
|
+
/**
|
|
546
|
+
* 策略创建时间。
|
|
547
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
548
|
+
*/
|
|
549
|
+
AddTime: string;
|
|
550
|
+
/**
|
|
551
|
+
* 策略类型。1 表示自定义策略,2 表示预设策略。
|
|
552
|
+
*/
|
|
553
|
+
Type: number;
|
|
554
|
+
/**
|
|
555
|
+
* 策略描述。
|
|
556
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
557
|
+
*/
|
|
558
|
+
Description: string;
|
|
559
|
+
/**
|
|
560
|
+
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
561
|
+
*/
|
|
562
|
+
CreateMode: number;
|
|
563
|
+
/**
|
|
564
|
+
* 关联的用户数
|
|
565
|
+
*/
|
|
566
|
+
Attachments: number;
|
|
567
|
+
/**
|
|
568
|
+
* 策略关联的产品
|
|
569
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
570
|
+
*/
|
|
571
|
+
ServiceType: string;
|
|
572
|
+
/**
|
|
573
|
+
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
574
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
575
|
+
*/
|
|
576
|
+
IsAttached: number;
|
|
577
|
+
/**
|
|
578
|
+
* 是否已下线
|
|
579
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
580
|
+
*/
|
|
581
|
+
Deactived: number;
|
|
582
|
+
/**
|
|
583
|
+
* 已下线产品列表
|
|
584
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
585
|
+
*/
|
|
586
|
+
DeactivedDetail: Array<string>;
|
|
587
|
+
/**
|
|
588
|
+
* 是否是服务相关角色策略
|
|
589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
590
|
+
*/
|
|
591
|
+
IsServiceLinkedPolicy: number;
|
|
592
|
+
/**
|
|
593
|
+
* 关联策略实体数
|
|
594
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
595
|
+
*/
|
|
596
|
+
AttachEntityCount: number;
|
|
597
|
+
/**
|
|
598
|
+
* 关联权限边界实体数
|
|
599
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
600
|
+
*/
|
|
601
|
+
AttachEntityBoundaryCount: number;
|
|
602
|
+
/**
|
|
603
|
+
* 最后编辑时间
|
|
604
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
605
|
+
*/
|
|
606
|
+
UpdateTime: string;
|
|
607
|
+
}
|
|
525
608
|
/**
|
|
526
609
|
* DeleteRole返回参数结构体
|
|
527
610
|
*/
|
|
@@ -922,6 +1005,11 @@ export interface RoleInfo {
|
|
|
922
1005
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
923
1006
|
*/
|
|
924
1007
|
DeletionTaskId: string;
|
|
1008
|
+
/**
|
|
1009
|
+
* 标签
|
|
1010
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1011
|
+
*/
|
|
1012
|
+
Tags: Array<RoleTags>;
|
|
925
1013
|
}
|
|
926
1014
|
/**
|
|
927
1015
|
* DescribeSafeAuthFlag返回参数结构体
|
|
@@ -1151,79 +1239,17 @@ export interface DeleteRolePermissionsBoundaryRequest {
|
|
|
1151
1239
|
RoleName?: string;
|
|
1152
1240
|
}
|
|
1153
1241
|
/**
|
|
1154
|
-
*
|
|
1242
|
+
* 角色标签类型
|
|
1155
1243
|
*/
|
|
1156
|
-
export interface
|
|
1157
|
-
/**
|
|
1158
|
-
* 策略ID。
|
|
1159
|
-
*/
|
|
1160
|
-
PolicyId: number;
|
|
1244
|
+
export interface RoleTags {
|
|
1161
1245
|
/**
|
|
1162
|
-
*
|
|
1246
|
+
* 标签键
|
|
1163
1247
|
*/
|
|
1164
|
-
|
|
1165
|
-
/**
|
|
1166
|
-
* 策略创建时间。
|
|
1167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1168
|
-
*/
|
|
1169
|
-
AddTime: string;
|
|
1248
|
+
Key: string;
|
|
1170
1249
|
/**
|
|
1171
|
-
*
|
|
1250
|
+
* 标签值
|
|
1172
1251
|
*/
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* 策略描述。
|
|
1176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1177
|
-
*/
|
|
1178
|
-
Description: string;
|
|
1179
|
-
/**
|
|
1180
|
-
* 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
|
1181
|
-
*/
|
|
1182
|
-
CreateMode: number;
|
|
1183
|
-
/**
|
|
1184
|
-
* 关联的用户数
|
|
1185
|
-
*/
|
|
1186
|
-
Attachments: number;
|
|
1187
|
-
/**
|
|
1188
|
-
* 策略关联的产品
|
|
1189
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1190
|
-
*/
|
|
1191
|
-
ServiceType: string;
|
|
1192
|
-
/**
|
|
1193
|
-
* 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
|
|
1194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1195
|
-
*/
|
|
1196
|
-
IsAttached: number;
|
|
1197
|
-
/**
|
|
1198
|
-
* 是否已下线
|
|
1199
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1200
|
-
*/
|
|
1201
|
-
Deactived: number;
|
|
1202
|
-
/**
|
|
1203
|
-
* 已下线产品列表
|
|
1204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1205
|
-
*/
|
|
1206
|
-
DeactivedDetail: Array<string>;
|
|
1207
|
-
/**
|
|
1208
|
-
* 是否是服务相关角色策略
|
|
1209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1210
|
-
*/
|
|
1211
|
-
IsServiceLinkedPolicy: number;
|
|
1212
|
-
/**
|
|
1213
|
-
* 关联策略实体数
|
|
1214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1215
|
-
*/
|
|
1216
|
-
AttachEntityCount: number;
|
|
1217
|
-
/**
|
|
1218
|
-
* 关联权限边界实体数
|
|
1219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1220
|
-
*/
|
|
1221
|
-
AttachEntityBoundaryCount: number;
|
|
1222
|
-
/**
|
|
1223
|
-
* 最后编辑时间
|
|
1224
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1225
|
-
*/
|
|
1226
|
-
UpdateTime: string;
|
|
1252
|
+
Value: string;
|
|
1227
1253
|
}
|
|
1228
1254
|
/**
|
|
1229
1255
|
* DescribeUserOIDCConfig返回参数结构体
|
|
@@ -2078,7 +2104,7 @@ export interface CreateServiceLinkedRoleResponse {
|
|
|
2078
2104
|
/**
|
|
2079
2105
|
* 角色ID
|
|
2080
2106
|
*/
|
|
2081
|
-
RoleId
|
|
2107
|
+
RoleId: string;
|
|
2082
2108
|
/**
|
|
2083
2109
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2084
2110
|
*/
|
|
@@ -2431,7 +2457,7 @@ export interface CreateRoleResponse {
|
|
|
2431
2457
|
* 角色ID
|
|
2432
2458
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2433
2459
|
*/
|
|
2434
|
-
RoleId
|
|
2460
|
+
RoleId: string;
|
|
2435
2461
|
/**
|
|
2436
2462
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2437
2463
|
*/
|
|
@@ -2773,6 +2799,10 @@ export interface CreateRoleRequest {
|
|
|
2773
2799
|
* 申请角色临时密钥的最长有效期限制(范围:0~43200)
|
|
2774
2800
|
*/
|
|
2775
2801
|
SessionDuration?: number;
|
|
2802
|
+
/**
|
|
2803
|
+
* 角色绑定标签
|
|
2804
|
+
*/
|
|
2805
|
+
Tags?: Array<RoleTags>;
|
|
2776
2806
|
}
|
|
2777
2807
|
/**
|
|
2778
2808
|
* 用户关联的策略详情
|