@alicloud/cas20200407 3.0.5 → 3.2.0
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/dist/client.d.ts +233 -12
- package/dist/client.js +675 -12
- package/dist/client.js.map +1 -1
- package/dist/models/ApplyCertificateRequest.d.ts +21 -0
- package/dist/models/ApplyCertificateRequest.js +58 -0
- package/dist/models/ApplyCertificateRequest.js.map +1 -0
- package/dist/models/ApplyCertificateResponse.d.ts +19 -0
- package/dist/models/ApplyCertificateResponse.js +69 -0
- package/dist/models/ApplyCertificateResponse.js.map +1 -0
- package/dist/models/ApplyCertificateResponseBody.d.ts +18 -0
- package/dist/models/ApplyCertificateResponseBody.js +58 -0
- package/dist/models/ApplyCertificateResponseBody.js.map +1 -0
- package/dist/models/CancelPendingCertificateRequest.d.ts +21 -0
- package/dist/models/CancelPendingCertificateRequest.js +58 -0
- package/dist/models/CancelPendingCertificateRequest.js.map +1 -0
- package/dist/models/CancelPendingCertificateResponse.d.ts +19 -0
- package/dist/models/CancelPendingCertificateResponse.js +69 -0
- package/dist/models/CancelPendingCertificateResponse.js.map +1 -0
- package/dist/models/CancelPendingCertificateResponseBody.d.ts +18 -0
- package/dist/models/CancelPendingCertificateResponseBody.js +58 -0
- package/dist/models/CancelPendingCertificateResponseBody.js.map +1 -0
- package/dist/models/DeleteInstanceRequest.d.ts +21 -0
- package/dist/models/DeleteInstanceRequest.js +58 -0
- package/dist/models/DeleteInstanceRequest.js.map +1 -0
- package/dist/models/DeleteInstanceResponse.d.ts +19 -0
- package/dist/models/DeleteInstanceResponse.js +69 -0
- package/dist/models/DeleteInstanceResponse.js.map +1 -0
- package/dist/models/DeleteInstanceResponseBody.d.ts +18 -0
- package/dist/models/DeleteInstanceResponseBody.js +58 -0
- package/dist/models/DeleteInstanceResponseBody.js.map +1 -0
- package/dist/models/GetAssetCountResponse.d.ts +19 -0
- package/dist/models/GetAssetCountResponse.js +69 -0
- package/dist/models/GetAssetCountResponse.js.map +1 -0
- package/dist/models/GetAssetCountResponseBody.d.ts +30 -0
- package/dist/models/GetAssetCountResponseBody.js +82 -0
- package/dist/models/GetAssetCountResponseBody.js.map +1 -0
- package/dist/models/GetCertificateDetailRequest.d.ts +21 -0
- package/dist/models/GetCertificateDetailRequest.js +58 -0
- package/dist/models/GetCertificateDetailRequest.js.map +1 -0
- package/dist/models/GetCertificateDetailResponse.d.ts +19 -0
- package/dist/models/GetCertificateDetailResponse.js +69 -0
- package/dist/models/GetCertificateDetailResponse.js.map +1 -0
- package/dist/models/GetCertificateDetailResponseBody.d.ts +161 -0
- package/dist/models/GetCertificateDetailResponseBody.js +158 -0
- package/dist/models/GetCertificateDetailResponseBody.js.map +1 -0
- package/dist/models/GetInstanceDetailRequest.d.ts +21 -0
- package/dist/models/GetInstanceDetailRequest.js +58 -0
- package/dist/models/GetInstanceDetailRequest.js.map +1 -0
- package/dist/models/GetInstanceDetailResponse.d.ts +19 -0
- package/dist/models/GetInstanceDetailResponse.js +69 -0
- package/dist/models/GetInstanceDetailResponse.js.map +1 -0
- package/dist/models/GetInstanceDetailResponseBody.d.ts +273 -0
- package/dist/models/GetInstanceDetailResponseBody.js +215 -0
- package/dist/models/GetInstanceDetailResponseBody.js.map +1 -0
- package/dist/models/GetInstanceSummaryRequest.d.ts +18 -0
- package/dist/models/GetInstanceSummaryRequest.js +58 -0
- package/dist/models/GetInstanceSummaryRequest.js.map +1 -0
- package/dist/models/GetInstanceSummaryResponse.d.ts +19 -0
- package/dist/models/GetInstanceSummaryResponse.js +69 -0
- package/dist/models/GetInstanceSummaryResponse.js.map +1 -0
- package/dist/models/GetInstanceSummaryResponseBody.d.ts +43 -0
- package/dist/models/GetInstanceSummaryResponseBody.js +68 -0
- package/dist/models/GetInstanceSummaryResponseBody.js.map +1 -0
- package/dist/models/GetRiskCountResponse.d.ts +19 -0
- package/dist/models/GetRiskCountResponse.js +69 -0
- package/dist/models/GetRiskCountResponse.js.map +1 -0
- package/dist/models/GetRiskCountResponseBody.d.ts +36 -0
- package/dist/models/GetRiskCountResponseBody.js +94 -0
- package/dist/models/GetRiskCountResponseBody.js.map +1 -0
- package/dist/models/GetTaskAttributeRequest.d.ts +26 -0
- package/dist/models/GetTaskAttributeRequest.js +60 -0
- package/dist/models/GetTaskAttributeRequest.js.map +1 -0
- package/dist/models/GetTaskAttributeResponse.d.ts +19 -0
- package/dist/models/GetTaskAttributeResponse.js +69 -0
- package/dist/models/GetTaskAttributeResponse.js.map +1 -0
- package/dist/models/GetTaskAttributeResponseBody.d.ts +28 -0
- package/dist/models/GetTaskAttributeResponseBody.js +62 -0
- package/dist/models/GetTaskAttributeResponseBody.js.map +1 -0
- package/dist/models/ListAssetCountRequest.d.ts +33 -0
- package/dist/models/ListAssetCountRequest.js +64 -0
- package/dist/models/ListAssetCountRequest.js.map +1 -0
- package/dist/models/ListAssetCountResponse.d.ts +19 -0
- package/dist/models/ListAssetCountResponse.js +69 -0
- package/dist/models/ListAssetCountResponse.js.map +1 -0
- package/dist/models/ListAssetCountResponseBody.d.ts +76 -0
- package/dist/models/ListAssetCountResponseBody.js +98 -0
- package/dist/models/ListAssetCountResponseBody.js.map +1 -0
- package/dist/models/ListCertificatesRequest.d.ts +48 -0
- package/dist/models/ListCertificatesRequest.js +70 -0
- package/dist/models/ListCertificatesRequest.js.map +1 -0
- package/dist/models/ListCertificatesResponse.d.ts +19 -0
- package/dist/models/ListCertificatesResponse.js +69 -0
- package/dist/models/ListCertificatesResponse.js.map +1 -0
- package/dist/models/ListCertificatesResponseBody.d.ts +128 -0
- package/dist/models/ListCertificatesResponseBody.js +128 -0
- package/dist/models/ListCertificatesResponseBody.js.map +1 -0
- package/dist/models/ListInstancesRequest.d.ts +58 -0
- package/dist/models/ListInstancesRequest.js +74 -0
- package/dist/models/ListInstancesRequest.js.map +1 -0
- package/dist/models/ListInstancesResponse.d.ts +19 -0
- package/dist/models/ListInstancesResponse.js +69 -0
- package/dist/models/ListInstancesResponse.js.map +1 -0
- package/dist/models/ListInstancesResponseBody.d.ts +156 -0
- package/dist/models/ListInstancesResponseBody.js +130 -0
- package/dist/models/ListInstancesResponseBody.js.map +1 -0
- package/dist/models/RefundInstanceRequest.d.ts +21 -0
- package/dist/models/RefundInstanceRequest.js +58 -0
- package/dist/models/RefundInstanceRequest.js.map +1 -0
- package/dist/models/RefundInstanceResponse.d.ts +19 -0
- package/dist/models/RefundInstanceResponse.js +69 -0
- package/dist/models/RefundInstanceResponse.js.map +1 -0
- package/dist/models/RefundInstanceResponseBody.d.ts +18 -0
- package/dist/models/RefundInstanceResponseBody.js +58 -0
- package/dist/models/RefundInstanceResponseBody.js.map +1 -0
- package/dist/models/RevokeCertificateRequest.d.ts +21 -0
- package/dist/models/RevokeCertificateRequest.js +58 -0
- package/dist/models/RevokeCertificateRequest.js.map +1 -0
- package/dist/models/RevokeCertificateResponse.d.ts +19 -0
- package/dist/models/RevokeCertificateResponse.js +69 -0
- package/dist/models/RevokeCertificateResponse.js.map +1 -0
- package/dist/models/RevokeCertificateResponseBody.d.ts +18 -0
- package/dist/models/RevokeCertificateResponseBody.js +58 -0
- package/dist/models/RevokeCertificateResponseBody.js.map +1 -0
- package/dist/models/UpdateInstanceRequest.d.ts +105 -0
- package/dist/models/UpdateInstanceRequest.js +113 -0
- package/dist/models/UpdateInstanceRequest.js.map +1 -0
- package/dist/models/UpdateInstanceResponse.d.ts +19 -0
- package/dist/models/UpdateInstanceResponse.js +69 -0
- package/dist/models/UpdateInstanceResponse.js.map +1 -0
- package/dist/models/UpdateInstanceResponseBody.d.ts +18 -0
- package/dist/models/UpdateInstanceResponseBody.js +58 -0
- package/dist/models/UpdateInstanceResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +52 -0
- package/dist/models/model.js +109 -4
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +839 -101
- package/src/models/ApplyCertificateRequest.ts +34 -0
- package/src/models/ApplyCertificateResponse.ts +40 -0
- package/src/models/ApplyCertificateResponseBody.ts +31 -0
- package/src/models/CancelPendingCertificateRequest.ts +34 -0
- package/src/models/CancelPendingCertificateResponse.ts +40 -0
- package/src/models/CancelPendingCertificateResponseBody.ts +31 -0
- package/src/models/DeleteInstanceRequest.ts +34 -0
- package/src/models/DeleteInstanceResponse.ts +40 -0
- package/src/models/DeleteInstanceResponseBody.ts +31 -0
- package/src/models/GetAssetCountResponse.ts +40 -0
- package/src/models/GetAssetCountResponseBody.ts +67 -0
- package/src/models/GetCertificateDetailRequest.ts +34 -0
- package/src/models/GetCertificateDetailResponse.ts +40 -0
- package/src/models/GetCertificateDetailResponseBody.ts +256 -0
- package/src/models/GetInstanceDetailRequest.ts +34 -0
- package/src/models/GetInstanceDetailResponse.ts +40 -0
- package/src/models/GetInstanceDetailResponseBody.ts +416 -0
- package/src/models/GetInstanceSummaryRequest.ts +31 -0
- package/src/models/GetInstanceSummaryResponse.ts +40 -0
- package/src/models/GetInstanceSummaryResponseBody.ts +66 -0
- package/src/models/GetRiskCountResponse.ts +40 -0
- package/src/models/GetRiskCountResponseBody.ts +85 -0
- package/src/models/GetTaskAttributeRequest.ts +41 -0
- package/src/models/GetTaskAttributeResponse.ts +40 -0
- package/src/models/GetTaskAttributeResponseBody.ts +45 -0
- package/src/models/ListAssetCountRequest.ts +52 -0
- package/src/models/ListAssetCountResponse.ts +40 -0
- package/src/models/ListAssetCountResponseBody.ts +120 -0
- package/src/models/ListCertificatesRequest.ts +73 -0
- package/src/models/ListCertificatesResponse.ts +40 -0
- package/src/models/ListCertificatesResponseBody.ts +202 -0
- package/src/models/ListInstancesRequest.ts +87 -0
- package/src/models/ListInstancesResponse.ts +40 -0
- package/src/models/ListInstancesResponseBody.ts +232 -0
- package/src/models/RefundInstanceRequest.ts +34 -0
- package/src/models/RefundInstanceResponse.ts +40 -0
- package/src/models/RefundInstanceResponseBody.ts +31 -0
- package/src/models/RevokeCertificateRequest.ts +34 -0
- package/src/models/RevokeCertificateResponse.ts +40 -0
- package/src/models/RevokeCertificateResponseBody.ts +31 -0
- package/src/models/UpdateInstanceRequest.ts +164 -0
- package/src/models/UpdateInstanceResponse.ts +40 -0
- package/src/models/UpdateInstanceResponseBody.ts +31 -0
- package/src/models/model.ts +52 -0
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetInstanceDetailResponseBodyDingGroupList extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 123
|
|
9
|
+
*/
|
|
10
|
+
dingGroupInstanceId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 123
|
|
14
|
+
*/
|
|
15
|
+
dingGroupName?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* remote
|
|
19
|
+
*/
|
|
20
|
+
dingGroupType?: string;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* https://123.com
|
|
24
|
+
*/
|
|
25
|
+
dingGroupUrl?: string;
|
|
26
|
+
static names(): { [key: string]: string } {
|
|
27
|
+
return {
|
|
28
|
+
dingGroupInstanceId: 'DingGroupInstanceId',
|
|
29
|
+
dingGroupName: 'DingGroupName',
|
|
30
|
+
dingGroupType: 'DingGroupType',
|
|
31
|
+
dingGroupUrl: 'DingGroupUrl',
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
static types(): { [key: string]: any } {
|
|
36
|
+
return {
|
|
37
|
+
dingGroupInstanceId: 'string',
|
|
38
|
+
dingGroupName: 'string',
|
|
39
|
+
dingGroupType: 'string',
|
|
40
|
+
dingGroupUrl: 'string',
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
validate() {
|
|
45
|
+
super.validate();
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
constructor(map?: { [key: string]: any }) {
|
|
49
|
+
super(map);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export class GetInstanceDetailResponseBodyDomainValidationList extends $dara.Model {
|
|
54
|
+
/**
|
|
55
|
+
* @example
|
|
56
|
+
* 123.com
|
|
57
|
+
*/
|
|
58
|
+
cname?: string;
|
|
59
|
+
/**
|
|
60
|
+
* @example
|
|
61
|
+
* example.com
|
|
62
|
+
*/
|
|
63
|
+
domain?: string;
|
|
64
|
+
/**
|
|
65
|
+
* @example
|
|
66
|
+
* example.com
|
|
67
|
+
*/
|
|
68
|
+
rootDomain?: string;
|
|
69
|
+
/**
|
|
70
|
+
* @example
|
|
71
|
+
* @
|
|
72
|
+
*/
|
|
73
|
+
validationKey?: string;
|
|
74
|
+
/**
|
|
75
|
+
* @example
|
|
76
|
+
* TXT
|
|
77
|
+
*/
|
|
78
|
+
validationType?: string;
|
|
79
|
+
/**
|
|
80
|
+
* @example
|
|
81
|
+
* 123
|
|
82
|
+
*/
|
|
83
|
+
validationValue?: string;
|
|
84
|
+
static names(): { [key: string]: string } {
|
|
85
|
+
return {
|
|
86
|
+
cname: 'Cname',
|
|
87
|
+
domain: 'Domain',
|
|
88
|
+
rootDomain: 'RootDomain',
|
|
89
|
+
validationKey: 'ValidationKey',
|
|
90
|
+
validationType: 'ValidationType',
|
|
91
|
+
validationValue: 'ValidationValue',
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
static types(): { [key: string]: any } {
|
|
96
|
+
return {
|
|
97
|
+
cname: 'string',
|
|
98
|
+
domain: 'string',
|
|
99
|
+
rootDomain: 'string',
|
|
100
|
+
validationKey: 'string',
|
|
101
|
+
validationType: 'string',
|
|
102
|
+
validationValue: 'string',
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
validate() {
|
|
107
|
+
super.validate();
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
constructor(map?: { [key: string]: any }) {
|
|
111
|
+
super(map);
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export class GetInstanceDetailResponseBodyTags extends $dara.Model {
|
|
116
|
+
/**
|
|
117
|
+
* @example
|
|
118
|
+
* test
|
|
119
|
+
*/
|
|
120
|
+
tagKey?: string;
|
|
121
|
+
/**
|
|
122
|
+
* @example
|
|
123
|
+
* test
|
|
124
|
+
*/
|
|
125
|
+
tagValue?: string;
|
|
126
|
+
static names(): { [key: string]: string } {
|
|
127
|
+
return {
|
|
128
|
+
tagKey: 'TagKey',
|
|
129
|
+
tagValue: 'TagValue',
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
static types(): { [key: string]: any } {
|
|
134
|
+
return {
|
|
135
|
+
tagKey: 'string',
|
|
136
|
+
tagValue: 'string',
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
validate() {
|
|
141
|
+
super.validate();
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
constructor(map?: { [key: string]: any }) {
|
|
145
|
+
super(map);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
export class GetInstanceDetailResponseBody extends $dara.Model {
|
|
150
|
+
/**
|
|
151
|
+
* @example
|
|
152
|
+
* enable
|
|
153
|
+
*/
|
|
154
|
+
autoReissue?: string;
|
|
155
|
+
/**
|
|
156
|
+
* @example
|
|
157
|
+
* 120
|
|
158
|
+
*/
|
|
159
|
+
averageWaitingTime?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @example
|
|
162
|
+
* DigiCert
|
|
163
|
+
*/
|
|
164
|
+
brand?: string;
|
|
165
|
+
/**
|
|
166
|
+
* @example
|
|
167
|
+
* 22783111-cn-hangzhou
|
|
168
|
+
*/
|
|
169
|
+
certIdentifier?: string;
|
|
170
|
+
/**
|
|
171
|
+
* @example
|
|
172
|
+
* 1234567890
|
|
173
|
+
*/
|
|
174
|
+
certificateId?: number;
|
|
175
|
+
/**
|
|
176
|
+
* @example
|
|
177
|
+
* 123
|
|
178
|
+
*/
|
|
179
|
+
certificateName?: string;
|
|
180
|
+
/**
|
|
181
|
+
* @example
|
|
182
|
+
* 1801324800000
|
|
183
|
+
*/
|
|
184
|
+
certificateNotAfter?: number;
|
|
185
|
+
/**
|
|
186
|
+
* @example
|
|
187
|
+
* 1801324800000
|
|
188
|
+
*/
|
|
189
|
+
certificateRevokeTime?: number;
|
|
190
|
+
/**
|
|
191
|
+
* @example
|
|
192
|
+
* issued
|
|
193
|
+
*/
|
|
194
|
+
certificateStatus?: string;
|
|
195
|
+
/**
|
|
196
|
+
* @example
|
|
197
|
+
* DV
|
|
198
|
+
*/
|
|
199
|
+
certificateType?: string;
|
|
200
|
+
/**
|
|
201
|
+
* @example
|
|
202
|
+
* Beijing
|
|
203
|
+
*/
|
|
204
|
+
city?: string;
|
|
205
|
+
/**
|
|
206
|
+
* @example
|
|
207
|
+
* 47305
|
|
208
|
+
*/
|
|
209
|
+
companyId?: number;
|
|
210
|
+
contactIdList?: number[];
|
|
211
|
+
/**
|
|
212
|
+
* @example
|
|
213
|
+
* CN
|
|
214
|
+
*/
|
|
215
|
+
countryCode?: string;
|
|
216
|
+
/**
|
|
217
|
+
* @example
|
|
218
|
+
* -----BEGIN CERTIFICATE REQUEST----- ...... -----END CERTIFICATE REQUEST-----
|
|
219
|
+
*/
|
|
220
|
+
csr?: string;
|
|
221
|
+
dingGroupList?: GetInstanceDetailResponseBodyDingGroupList[];
|
|
222
|
+
/**
|
|
223
|
+
* @example
|
|
224
|
+
* example.com
|
|
225
|
+
*/
|
|
226
|
+
domain?: string;
|
|
227
|
+
domainValidationList?: GetInstanceDetailResponseBodyDomainValidationList[];
|
|
228
|
+
/**
|
|
229
|
+
* @example
|
|
230
|
+
* 1
|
|
231
|
+
*/
|
|
232
|
+
fullDomainCount?: number;
|
|
233
|
+
/**
|
|
234
|
+
* @example
|
|
235
|
+
* online
|
|
236
|
+
*/
|
|
237
|
+
generateCsrMethod?: string;
|
|
238
|
+
/**
|
|
239
|
+
* @example
|
|
240
|
+
* 1801324800000
|
|
241
|
+
*/
|
|
242
|
+
instanceEndTime?: number;
|
|
243
|
+
/**
|
|
244
|
+
* @example
|
|
245
|
+
* cas_dv-cn-123
|
|
246
|
+
*/
|
|
247
|
+
instanceId?: string;
|
|
248
|
+
/**
|
|
249
|
+
* @example
|
|
250
|
+
* 1801324800000
|
|
251
|
+
*/
|
|
252
|
+
instanceStartTime?: number;
|
|
253
|
+
/**
|
|
254
|
+
* @example
|
|
255
|
+
* TEST
|
|
256
|
+
*/
|
|
257
|
+
instanceType?: string;
|
|
258
|
+
/**
|
|
259
|
+
* @example
|
|
260
|
+
* RSA_2048
|
|
261
|
+
*/
|
|
262
|
+
keyAlgorithm?: string;
|
|
263
|
+
/**
|
|
264
|
+
* @example
|
|
265
|
+
* 1801324800000
|
|
266
|
+
*/
|
|
267
|
+
orderEndTime?: number;
|
|
268
|
+
/**
|
|
269
|
+
* @example
|
|
270
|
+
* 1801324800000
|
|
271
|
+
*/
|
|
272
|
+
orderStartTime?: number;
|
|
273
|
+
/**
|
|
274
|
+
* @example
|
|
275
|
+
* pending
|
|
276
|
+
*/
|
|
277
|
+
pendingResult?: string;
|
|
278
|
+
/**
|
|
279
|
+
* @example
|
|
280
|
+
* Beijing
|
|
281
|
+
*/
|
|
282
|
+
province?: string;
|
|
283
|
+
/**
|
|
284
|
+
* @example
|
|
285
|
+
* B2CE1D02-6D5E-56E5-A9BD-EE288255C7F9
|
|
286
|
+
*/
|
|
287
|
+
requestId?: string;
|
|
288
|
+
/**
|
|
289
|
+
* @example
|
|
290
|
+
* rg-aek****wia
|
|
291
|
+
*/
|
|
292
|
+
resourceGroupId?: string;
|
|
293
|
+
/**
|
|
294
|
+
* @example
|
|
295
|
+
* ss.dv.t
|
|
296
|
+
*/
|
|
297
|
+
spec?: string;
|
|
298
|
+
/**
|
|
299
|
+
* @example
|
|
300
|
+
* inactive
|
|
301
|
+
*/
|
|
302
|
+
status?: string;
|
|
303
|
+
tags?: GetInstanceDetailResponseBodyTags[];
|
|
304
|
+
/**
|
|
305
|
+
* @example
|
|
306
|
+
* DNS
|
|
307
|
+
*/
|
|
308
|
+
validationMethod?: string;
|
|
309
|
+
/**
|
|
310
|
+
* @example
|
|
311
|
+
* 0
|
|
312
|
+
*/
|
|
313
|
+
wildcardDomainCount?: number;
|
|
314
|
+
static names(): { [key: string]: string } {
|
|
315
|
+
return {
|
|
316
|
+
autoReissue: 'AutoReissue',
|
|
317
|
+
averageWaitingTime: 'AverageWaitingTime',
|
|
318
|
+
brand: 'Brand',
|
|
319
|
+
certIdentifier: 'CertIdentifier',
|
|
320
|
+
certificateId: 'CertificateId',
|
|
321
|
+
certificateName: 'CertificateName',
|
|
322
|
+
certificateNotAfter: 'CertificateNotAfter',
|
|
323
|
+
certificateRevokeTime: 'CertificateRevokeTime',
|
|
324
|
+
certificateStatus: 'CertificateStatus',
|
|
325
|
+
certificateType: 'CertificateType',
|
|
326
|
+
city: 'City',
|
|
327
|
+
companyId: 'CompanyId',
|
|
328
|
+
contactIdList: 'ContactIdList',
|
|
329
|
+
countryCode: 'CountryCode',
|
|
330
|
+
csr: 'Csr',
|
|
331
|
+
dingGroupList: 'DingGroupList',
|
|
332
|
+
domain: 'Domain',
|
|
333
|
+
domainValidationList: 'DomainValidationList',
|
|
334
|
+
fullDomainCount: 'FullDomainCount',
|
|
335
|
+
generateCsrMethod: 'GenerateCsrMethod',
|
|
336
|
+
instanceEndTime: 'InstanceEndTime',
|
|
337
|
+
instanceId: 'InstanceId',
|
|
338
|
+
instanceStartTime: 'InstanceStartTime',
|
|
339
|
+
instanceType: 'InstanceType',
|
|
340
|
+
keyAlgorithm: 'KeyAlgorithm',
|
|
341
|
+
orderEndTime: 'OrderEndTime',
|
|
342
|
+
orderStartTime: 'OrderStartTime',
|
|
343
|
+
pendingResult: 'PendingResult',
|
|
344
|
+
province: 'Province',
|
|
345
|
+
requestId: 'RequestId',
|
|
346
|
+
resourceGroupId: 'ResourceGroupId',
|
|
347
|
+
spec: 'Spec',
|
|
348
|
+
status: 'Status',
|
|
349
|
+
tags: 'Tags',
|
|
350
|
+
validationMethod: 'ValidationMethod',
|
|
351
|
+
wildcardDomainCount: 'WildcardDomainCount',
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
static types(): { [key: string]: any } {
|
|
356
|
+
return {
|
|
357
|
+
autoReissue: 'string',
|
|
358
|
+
averageWaitingTime: 'string',
|
|
359
|
+
brand: 'string',
|
|
360
|
+
certIdentifier: 'string',
|
|
361
|
+
certificateId: 'number',
|
|
362
|
+
certificateName: 'string',
|
|
363
|
+
certificateNotAfter: 'number',
|
|
364
|
+
certificateRevokeTime: 'number',
|
|
365
|
+
certificateStatus: 'string',
|
|
366
|
+
certificateType: 'string',
|
|
367
|
+
city: 'string',
|
|
368
|
+
companyId: 'number',
|
|
369
|
+
contactIdList: { 'type': 'array', 'itemType': 'number' },
|
|
370
|
+
countryCode: 'string',
|
|
371
|
+
csr: 'string',
|
|
372
|
+
dingGroupList: { 'type': 'array', 'itemType': GetInstanceDetailResponseBodyDingGroupList },
|
|
373
|
+
domain: 'string',
|
|
374
|
+
domainValidationList: { 'type': 'array', 'itemType': GetInstanceDetailResponseBodyDomainValidationList },
|
|
375
|
+
fullDomainCount: 'number',
|
|
376
|
+
generateCsrMethod: 'string',
|
|
377
|
+
instanceEndTime: 'number',
|
|
378
|
+
instanceId: 'string',
|
|
379
|
+
instanceStartTime: 'number',
|
|
380
|
+
instanceType: 'string',
|
|
381
|
+
keyAlgorithm: 'string',
|
|
382
|
+
orderEndTime: 'number',
|
|
383
|
+
orderStartTime: 'number',
|
|
384
|
+
pendingResult: 'string',
|
|
385
|
+
province: 'string',
|
|
386
|
+
requestId: 'string',
|
|
387
|
+
resourceGroupId: 'string',
|
|
388
|
+
spec: 'string',
|
|
389
|
+
status: 'string',
|
|
390
|
+
tags: { 'type': 'array', 'itemType': GetInstanceDetailResponseBodyTags },
|
|
391
|
+
validationMethod: 'string',
|
|
392
|
+
wildcardDomainCount: 'number',
|
|
393
|
+
};
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
validate() {
|
|
397
|
+
if(Array.isArray(this.contactIdList)) {
|
|
398
|
+
$dara.Model.validateArray(this.contactIdList);
|
|
399
|
+
}
|
|
400
|
+
if(Array.isArray(this.dingGroupList)) {
|
|
401
|
+
$dara.Model.validateArray(this.dingGroupList);
|
|
402
|
+
}
|
|
403
|
+
if(Array.isArray(this.domainValidationList)) {
|
|
404
|
+
$dara.Model.validateArray(this.domainValidationList);
|
|
405
|
+
}
|
|
406
|
+
if(Array.isArray(this.tags)) {
|
|
407
|
+
$dara.Model.validateArray(this.tags);
|
|
408
|
+
}
|
|
409
|
+
super.validate();
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
constructor(map?: { [key: string]: any }) {
|
|
413
|
+
super(map);
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetInstanceSummaryRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* TEST
|
|
9
|
+
*/
|
|
10
|
+
instanceType?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
instanceType: 'InstanceType',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
instanceType: 'string',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { GetInstanceSummaryResponseBody } from "./GetInstanceSummaryResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetInstanceSummaryResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: GetInstanceSummaryResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: GetInstanceSummaryResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetInstanceSummaryResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 1
|
|
9
|
+
*/
|
|
10
|
+
autoReissueCount?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 1
|
|
14
|
+
*/
|
|
15
|
+
certificateCount?: number;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* 1
|
|
19
|
+
*/
|
|
20
|
+
inactiveCount?: number;
|
|
21
|
+
/**
|
|
22
|
+
* @example
|
|
23
|
+
* 09470F19-CEE8-5C63-BF2C-02B5E3F07A17
|
|
24
|
+
*/
|
|
25
|
+
requestId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @example
|
|
28
|
+
* 10
|
|
29
|
+
*/
|
|
30
|
+
totalCount?: number;
|
|
31
|
+
/**
|
|
32
|
+
* @example
|
|
33
|
+
* 1
|
|
34
|
+
*/
|
|
35
|
+
willExpireCount?: number;
|
|
36
|
+
static names(): { [key: string]: string } {
|
|
37
|
+
return {
|
|
38
|
+
autoReissueCount: 'AutoReissueCount',
|
|
39
|
+
certificateCount: 'CertificateCount',
|
|
40
|
+
inactiveCount: 'InactiveCount',
|
|
41
|
+
requestId: 'RequestId',
|
|
42
|
+
totalCount: 'TotalCount',
|
|
43
|
+
willExpireCount: 'WillExpireCount',
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
static types(): { [key: string]: any } {
|
|
48
|
+
return {
|
|
49
|
+
autoReissueCount: 'number',
|
|
50
|
+
certificateCount: 'number',
|
|
51
|
+
inactiveCount: 'number',
|
|
52
|
+
requestId: 'string',
|
|
53
|
+
totalCount: 'number',
|
|
54
|
+
willExpireCount: 'number',
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
validate() {
|
|
59
|
+
super.validate();
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
constructor(map?: { [key: string]: any }) {
|
|
63
|
+
super(map);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { GetRiskCountResponseBody } from "./GetRiskCountResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetRiskCountResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: GetRiskCountResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: GetRiskCountResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetRiskCountResponseBody extends $dara.Model {
|
|
6
|
+
aliyunAssetCertificateExpiredCount?: number;
|
|
7
|
+
aliyunAssetCertificateWillExpiredCount?: number;
|
|
8
|
+
buyCertificateExpireCount?: number;
|
|
9
|
+
buyCertificateNotDeploymentCount?: number;
|
|
10
|
+
buyCertificateNotTrusteeCount?: number;
|
|
11
|
+
buyCertificateWillExpiredCount?: number;
|
|
12
|
+
buyCheckedFailCount?: number;
|
|
13
|
+
domainAssetNotMonitorCount?: number;
|
|
14
|
+
freeCertificateExpireCount?: number;
|
|
15
|
+
freeCertificateNotDeploymentCount?: number;
|
|
16
|
+
freeCertificateWillExpiredCount?: number;
|
|
17
|
+
freeCheckedFailCount?: number;
|
|
18
|
+
multiCloudAssetCertificateExpiredCount?: number;
|
|
19
|
+
multiCloudAssetCertificateWillExpiredCount?: number;
|
|
20
|
+
/**
|
|
21
|
+
* @example
|
|
22
|
+
* 5BCD2F6C-7A9D-47C1-8588-2CC6A4E0BE5E
|
|
23
|
+
*/
|
|
24
|
+
requestId?: string;
|
|
25
|
+
uploadCertificateExpireCount?: number;
|
|
26
|
+
uploadCertificateNotDeploymentCount?: number;
|
|
27
|
+
uploadCertificateNotNoticeCount?: number;
|
|
28
|
+
uploadCertificateWillExpiredCount?: number;
|
|
29
|
+
static names(): { [key: string]: string } {
|
|
30
|
+
return {
|
|
31
|
+
aliyunAssetCertificateExpiredCount: 'AliyunAssetCertificateExpiredCount',
|
|
32
|
+
aliyunAssetCertificateWillExpiredCount: 'AliyunAssetCertificateWillExpiredCount',
|
|
33
|
+
buyCertificateExpireCount: 'BuyCertificateExpireCount',
|
|
34
|
+
buyCertificateNotDeploymentCount: 'BuyCertificateNotDeploymentCount',
|
|
35
|
+
buyCertificateNotTrusteeCount: 'BuyCertificateNotTrusteeCount',
|
|
36
|
+
buyCertificateWillExpiredCount: 'BuyCertificateWillExpiredCount',
|
|
37
|
+
buyCheckedFailCount: 'BuyCheckedFailCount',
|
|
38
|
+
domainAssetNotMonitorCount: 'DomainAssetNotMonitorCount',
|
|
39
|
+
freeCertificateExpireCount: 'FreeCertificateExpireCount',
|
|
40
|
+
freeCertificateNotDeploymentCount: 'FreeCertificateNotDeploymentCount',
|
|
41
|
+
freeCertificateWillExpiredCount: 'FreeCertificateWillExpiredCount',
|
|
42
|
+
freeCheckedFailCount: 'FreeCheckedFailCount',
|
|
43
|
+
multiCloudAssetCertificateExpiredCount: 'MultiCloudAssetCertificateExpiredCount',
|
|
44
|
+
multiCloudAssetCertificateWillExpiredCount: 'MultiCloudAssetCertificateWillExpiredCount',
|
|
45
|
+
requestId: 'RequestId',
|
|
46
|
+
uploadCertificateExpireCount: 'UploadCertificateExpireCount',
|
|
47
|
+
uploadCertificateNotDeploymentCount: 'UploadCertificateNotDeploymentCount',
|
|
48
|
+
uploadCertificateNotNoticeCount: 'UploadCertificateNotNoticeCount',
|
|
49
|
+
uploadCertificateWillExpiredCount: 'UploadCertificateWillExpiredCount',
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
static types(): { [key: string]: any } {
|
|
54
|
+
return {
|
|
55
|
+
aliyunAssetCertificateExpiredCount: 'number',
|
|
56
|
+
aliyunAssetCertificateWillExpiredCount: 'number',
|
|
57
|
+
buyCertificateExpireCount: 'number',
|
|
58
|
+
buyCertificateNotDeploymentCount: 'number',
|
|
59
|
+
buyCertificateNotTrusteeCount: 'number',
|
|
60
|
+
buyCertificateWillExpiredCount: 'number',
|
|
61
|
+
buyCheckedFailCount: 'number',
|
|
62
|
+
domainAssetNotMonitorCount: 'number',
|
|
63
|
+
freeCertificateExpireCount: 'number',
|
|
64
|
+
freeCertificateNotDeploymentCount: 'number',
|
|
65
|
+
freeCertificateWillExpiredCount: 'number',
|
|
66
|
+
freeCheckedFailCount: 'number',
|
|
67
|
+
multiCloudAssetCertificateExpiredCount: 'number',
|
|
68
|
+
multiCloudAssetCertificateWillExpiredCount: 'number',
|
|
69
|
+
requestId: 'string',
|
|
70
|
+
uploadCertificateExpireCount: 'number',
|
|
71
|
+
uploadCertificateNotDeploymentCount: 'number',
|
|
72
|
+
uploadCertificateNotNoticeCount: 'number',
|
|
73
|
+
uploadCertificateWillExpiredCount: 'number',
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
validate() {
|
|
78
|
+
super.validate();
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
constructor(map?: { [key: string]: any }) {
|
|
82
|
+
super(map);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetTaskAttributeRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 123
|
|
12
|
+
*/
|
|
13
|
+
taskId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* ApplyCertificate
|
|
17
|
+
*/
|
|
18
|
+
taskType?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
taskId: 'TaskId',
|
|
22
|
+
taskType: 'TaskType',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
taskId: 'string',
|
|
29
|
+
taskType: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|