@alicloud/sddp20190103 2.0.0 → 3.0.1
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 +6 -6
- package/dist/client.js +6 -9
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeAuditLogsRequest.d.ts +20 -42
- package/dist/models/DescribeAuditLogsRequest.js +0 -2
- package/dist/models/DescribeAuditLogsRequest.js.map +1 -1
- package/dist/models/DescribeAuditLogsResponseBody.d.ts +42 -52
- package/dist/models/DescribeAuditLogsResponseBody.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +6 -10
- package/src/models/DescribeAuditLogsRequest.ts +20 -44
- package/src/models/DescribeAuditLogsResponseBody.ts +42 -52
|
@@ -13,7 +13,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
13
13
|
asyncRequestId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The IP address of the request client.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 10.*.*.94
|
|
@@ -29,7 +29,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
29
29
|
clientUa?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The page number
|
|
32
|
+
* The page number in a paged query. Default value: 1.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* 1
|
|
@@ -53,7 +53,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
53
53
|
effectRowRange?: string;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The end time
|
|
56
|
+
* The end time of the alert log. The value is a UNIX timestamp in milliseconds.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* 1583856000000
|
|
@@ -61,7 +61,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
61
61
|
endTime?: number;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The execution time
|
|
64
|
+
* The range of execution time.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* in[1000 2000]
|
|
@@ -69,7 +69,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
69
69
|
executeTimeRange?: string;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* The name of the
|
|
72
|
+
* The name of the asset instance.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* i-2zeftaaq4gqcqb9kfkzg
|
|
@@ -79,9 +79,9 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
79
79
|
* @remarks
|
|
80
80
|
* The network type. Valid values:
|
|
81
81
|
*
|
|
82
|
-
* - **default
|
|
82
|
+
* - **default** (default): non-Alibaba Cloud service
|
|
83
83
|
*
|
|
84
|
-
* - **aliyun**:
|
|
84
|
+
* - **aliyun**: Alibaba Cloud service
|
|
85
85
|
*
|
|
86
86
|
* @example
|
|
87
87
|
* aliyun
|
|
@@ -89,10 +89,8 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
89
89
|
ipType?: string;
|
|
90
90
|
/**
|
|
91
91
|
* @remarks
|
|
92
|
-
*
|
|
93
|
-
*
|
|
92
|
+
* The language of the request and response. Default value: **zh_cn**. Valid values:
|
|
94
93
|
* - **zh_cn**: Chinese.
|
|
95
|
-
*
|
|
96
94
|
* - **en_us**: English.
|
|
97
95
|
*
|
|
98
96
|
* @example
|
|
@@ -101,7 +99,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
101
99
|
lang?: string;
|
|
102
100
|
/**
|
|
103
101
|
* @remarks
|
|
104
|
-
* Specifies whether to
|
|
102
|
+
* Specifies whether to load the whitelist status.
|
|
105
103
|
*
|
|
106
104
|
* @example
|
|
107
105
|
* false
|
|
@@ -109,7 +107,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
109
107
|
loadWhiteList?: boolean;
|
|
110
108
|
/**
|
|
111
109
|
* @remarks
|
|
112
|
-
*
|
|
110
|
+
* The JSON string that specifies whether the query conditions are included.
|
|
113
111
|
*
|
|
114
112
|
* @example
|
|
115
113
|
* [ { "isContain" : false, "queryKey" : "effectRowRange" }, { "isContain" : false, "queryKey" : "remoteClientIp" } ]
|
|
@@ -125,7 +123,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
125
123
|
logSource?: string;
|
|
126
124
|
/**
|
|
127
125
|
* @remarks
|
|
128
|
-
* The UID of the member
|
|
126
|
+
* The UID of the member accounts.
|
|
129
127
|
*
|
|
130
128
|
* @example
|
|
131
129
|
* **********8103
|
|
@@ -157,7 +155,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
157
155
|
ossObjectKey?: string;
|
|
158
156
|
/**
|
|
159
157
|
* @remarks
|
|
160
|
-
* The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
158
|
+
* The number of entries per page in a paged query. Maximum value: **50**. Default value: **10**.
|
|
161
159
|
*
|
|
162
160
|
* @example
|
|
163
161
|
* 10
|
|
@@ -165,7 +163,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
165
163
|
pageSize?: number;
|
|
166
164
|
/**
|
|
167
165
|
* @remarks
|
|
168
|
-
* The
|
|
166
|
+
* The name of the product to which the data asset belongs. Valid values: **MaxCompute, OSS, ADS, OTS, RDS**, and more.
|
|
169
167
|
*
|
|
170
168
|
* @example
|
|
171
169
|
* RDS
|
|
@@ -173,30 +171,18 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
173
171
|
productCode?: string;
|
|
174
172
|
/**
|
|
175
173
|
* @remarks
|
|
176
|
-
* The ID
|
|
177
|
-
*
|
|
174
|
+
* The ID that corresponds to the product name to which the data object belongs. Valid values:
|
|
178
175
|
* - **1**: MaxCompute
|
|
179
|
-
*
|
|
180
176
|
* - **2**: OSS
|
|
181
|
-
*
|
|
182
|
-
* - **3**: AnalyticDB for MySQL
|
|
183
|
-
*
|
|
177
|
+
* - **3**: ADB-MYSQL
|
|
184
178
|
* - **4**: TableStore
|
|
185
|
-
*
|
|
186
179
|
* - **5**: RDS
|
|
187
|
-
*
|
|
188
180
|
* - **6**: SELF_DB
|
|
189
|
-
*
|
|
190
181
|
* - **7**: PolarDB-X
|
|
191
|
-
*
|
|
192
182
|
* - **8**: PolarDB
|
|
193
|
-
*
|
|
194
|
-
* - **9**: AnalyticDB for PostgreSQL
|
|
195
|
-
*
|
|
183
|
+
* - **9**: ADB-PG
|
|
196
184
|
* - **10**: OceanBase
|
|
197
|
-
*
|
|
198
185
|
* - **11**: MongoDB
|
|
199
|
-
*
|
|
200
186
|
* - **25**: Redis
|
|
201
187
|
*
|
|
202
188
|
* @example
|
|
@@ -221,15 +207,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
221
207
|
ruleCategory?: string;
|
|
222
208
|
/**
|
|
223
209
|
* @remarks
|
|
224
|
-
* The ID of the audit
|
|
225
|
-
*
|
|
226
|
-
* @example
|
|
227
|
-
* 994007
|
|
228
|
-
*/
|
|
229
|
-
ruleID?: string;
|
|
230
|
-
/**
|
|
231
|
-
* @remarks
|
|
232
|
-
* The ID of the audit rule.
|
|
210
|
+
* The ID of the audit policy.
|
|
233
211
|
*
|
|
234
212
|
* @example
|
|
235
213
|
* 867028
|
|
@@ -237,7 +215,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
237
215
|
ruleId?: string;
|
|
238
216
|
/**
|
|
239
217
|
* @remarks
|
|
240
|
-
* The name of the audit
|
|
218
|
+
* The name of the audit policy.
|
|
241
219
|
*
|
|
242
220
|
* @example
|
|
243
221
|
* test_rule
|
|
@@ -245,7 +223,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
245
223
|
ruleName?: string;
|
|
246
224
|
/**
|
|
247
225
|
* @remarks
|
|
248
|
-
* The SQL statement.
|
|
226
|
+
* The content of the SQL statement.
|
|
249
227
|
*
|
|
250
228
|
* @example
|
|
251
229
|
* select * from test03
|
|
@@ -253,7 +231,7 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
253
231
|
sqlText?: string;
|
|
254
232
|
/**
|
|
255
233
|
* @remarks
|
|
256
|
-
* The start time
|
|
234
|
+
* The start time of the alert log, in milliseconds.
|
|
257
235
|
*
|
|
258
236
|
* @example
|
|
259
237
|
* 1616068534877
|
|
@@ -292,7 +270,6 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
292
270
|
productId: 'ProductId',
|
|
293
271
|
ruleAggQuery: 'RuleAggQuery',
|
|
294
272
|
ruleCategory: 'RuleCategory',
|
|
295
|
-
ruleID: 'RuleID',
|
|
296
273
|
ruleId: 'RuleId',
|
|
297
274
|
ruleName: 'RuleName',
|
|
298
275
|
sqlText: 'SqlText',
|
|
@@ -326,7 +303,6 @@ export class DescribeAuditLogsRequest extends $dara.Model {
|
|
|
326
303
|
productId: 'number',
|
|
327
304
|
ruleAggQuery: 'boolean',
|
|
328
305
|
ruleCategory: 'string',
|
|
329
|
-
ruleID: 'string',
|
|
330
306
|
ruleId: 'string',
|
|
331
307
|
ruleName: 'string',
|
|
332
308
|
sqlText: 'string',
|
|
@@ -23,7 +23,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
23
23
|
clientPort?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The
|
|
26
|
+
* The client type.
|
|
27
27
|
*
|
|
28
28
|
* @example
|
|
29
29
|
* mysql
|
|
@@ -31,7 +31,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
31
31
|
clientUa?: string;
|
|
32
32
|
/**
|
|
33
33
|
* @remarks
|
|
34
|
-
* The name
|
|
34
|
+
* The column name.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
|
37
37
|
* hide14
|
|
@@ -39,7 +39,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
39
39
|
columnName?: string;
|
|
40
40
|
/**
|
|
41
41
|
* @remarks
|
|
42
|
-
* The
|
|
42
|
+
* The alert time, in milliseconds.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
|
45
45
|
* 1536751124000
|
|
@@ -55,7 +55,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
55
55
|
dataSet?: string;
|
|
56
56
|
/**
|
|
57
57
|
* @remarks
|
|
58
|
-
* The name
|
|
58
|
+
* The database name.
|
|
59
59
|
*
|
|
60
60
|
* @example
|
|
61
61
|
* chngc_b2b_migration_sh
|
|
@@ -63,7 +63,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
63
63
|
databaseName?: string;
|
|
64
64
|
/**
|
|
65
65
|
* @remarks
|
|
66
|
-
* The type
|
|
66
|
+
* The database type.
|
|
67
67
|
*
|
|
68
68
|
* @example
|
|
69
69
|
* MySQL
|
|
@@ -79,7 +79,9 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
79
79
|
effectRow?: number;
|
|
80
80
|
/**
|
|
81
81
|
* @remarks
|
|
82
|
-
* The execution status. Valid values:
|
|
82
|
+
* The execution status. Valid values:
|
|
83
|
+
* - 0: failed.
|
|
84
|
+
* - 1: succeeded.
|
|
83
85
|
*
|
|
84
86
|
* @example
|
|
85
87
|
* 1
|
|
@@ -87,7 +89,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
87
89
|
executeStatus?: number;
|
|
88
90
|
/**
|
|
89
91
|
* @remarks
|
|
90
|
-
* The execution duration in milliseconds.
|
|
92
|
+
* The execution duration, in milliseconds.
|
|
91
93
|
*
|
|
92
94
|
* @example
|
|
93
95
|
* 1751870592000
|
|
@@ -95,7 +97,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
95
97
|
executeTime?: number;
|
|
96
98
|
/**
|
|
97
99
|
* @remarks
|
|
98
|
-
* Indicates whether the
|
|
100
|
+
* Indicates whether the entry is whitelisted.
|
|
99
101
|
*
|
|
100
102
|
* @example
|
|
101
103
|
* true
|
|
@@ -103,7 +105,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
103
105
|
inWhiteList?: boolean;
|
|
104
106
|
/**
|
|
105
107
|
* @remarks
|
|
106
|
-
* The audit status
|
|
108
|
+
* The instance audit status.
|
|
107
109
|
*
|
|
108
110
|
* @example
|
|
109
111
|
* 2
|
|
@@ -111,7 +113,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
111
113
|
instanceAuditStatus?: string;
|
|
112
114
|
/**
|
|
113
115
|
* @remarks
|
|
114
|
-
* The description of the data asset.
|
|
116
|
+
* The description of the data asset instance.
|
|
115
117
|
*
|
|
116
118
|
* @example
|
|
117
119
|
* instance dscription
|
|
@@ -119,7 +121,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
119
121
|
instanceDescription?: string;
|
|
120
122
|
/**
|
|
121
123
|
* @remarks
|
|
122
|
-
* The name of the
|
|
124
|
+
* The name of the asset instance.
|
|
123
125
|
*
|
|
124
126
|
* @example
|
|
125
127
|
* rm-1234
|
|
@@ -129,9 +131,9 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
129
131
|
* @remarks
|
|
130
132
|
* The network type. Valid values:
|
|
131
133
|
*
|
|
132
|
-
* **default
|
|
134
|
+
* **default** (default): non-Alibaba Cloud service
|
|
133
135
|
*
|
|
134
|
-
* **aliyun**:
|
|
136
|
+
* **aliyun**: Alibaba Cloud service
|
|
135
137
|
*
|
|
136
138
|
* @example
|
|
137
139
|
* aliyun
|
|
@@ -147,7 +149,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
147
149
|
logSource?: string;
|
|
148
150
|
/**
|
|
149
151
|
* @remarks
|
|
150
|
-
* The
|
|
152
|
+
* The log execution time.
|
|
151
153
|
*
|
|
152
154
|
* @example
|
|
153
155
|
* 1751870592000
|
|
@@ -155,7 +157,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
155
157
|
logTime?: number;
|
|
156
158
|
/**
|
|
157
159
|
* @remarks
|
|
158
|
-
* The
|
|
160
|
+
* The UID of the member accounts.
|
|
159
161
|
*
|
|
160
162
|
* @example
|
|
161
163
|
* **********8103
|
|
@@ -171,7 +173,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
171
173
|
message?: string;
|
|
172
174
|
/**
|
|
173
175
|
* @remarks
|
|
174
|
-
* The sensitive data
|
|
176
|
+
* The sensitive data model that was matched.
|
|
175
177
|
*
|
|
176
178
|
* @example
|
|
177
179
|
* Identity Card
|
|
@@ -195,7 +197,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
195
197
|
ossObjectKey?: string;
|
|
196
198
|
/**
|
|
197
199
|
* @remarks
|
|
198
|
-
* The
|
|
200
|
+
* The MaxCompute package name.
|
|
199
201
|
*
|
|
200
202
|
* @example
|
|
201
203
|
* test01
|
|
@@ -203,7 +205,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
203
205
|
packageName?: string;
|
|
204
206
|
/**
|
|
205
207
|
* @remarks
|
|
206
|
-
* The
|
|
208
|
+
* The name of the product to which the column data in the data asset table belongs. Valid values: **MaxCompute, OSS, ADS, OTS, RDS**, and more.
|
|
207
209
|
*
|
|
208
210
|
* @example
|
|
209
211
|
* RDS
|
|
@@ -211,19 +213,13 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
211
213
|
productCode?: string;
|
|
212
214
|
/**
|
|
213
215
|
* @remarks
|
|
214
|
-
* The ID
|
|
215
|
-
*
|
|
216
|
-
* - **
|
|
217
|
-
*
|
|
218
|
-
* - **
|
|
219
|
-
*
|
|
220
|
-
* - **
|
|
221
|
-
*
|
|
222
|
-
* - **4**: OTS
|
|
223
|
-
*
|
|
224
|
-
* - **5**: RDS
|
|
225
|
-
*
|
|
226
|
-
* - **6**: SELF_DB
|
|
216
|
+
* The ID that corresponds to the product name to which the data asset belongs. Valid values:
|
|
217
|
+
* - **1**: MaxCompute.
|
|
218
|
+
* - **2**: OSS.
|
|
219
|
+
* - **3**: ADS.
|
|
220
|
+
* - **4**: OTS.
|
|
221
|
+
* - **5**: RDS.
|
|
222
|
+
* - **6**: SELF_DB.
|
|
227
223
|
*
|
|
228
224
|
* @example
|
|
229
225
|
* 5
|
|
@@ -232,7 +228,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
232
228
|
ramConsoleLink?: string;
|
|
233
229
|
/**
|
|
234
230
|
* @remarks
|
|
235
|
-
* The type
|
|
231
|
+
* The rule type.
|
|
236
232
|
*
|
|
237
233
|
* @example
|
|
238
234
|
* 10
|
|
@@ -240,7 +236,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
240
236
|
ruleCategory?: string;
|
|
241
237
|
/**
|
|
242
238
|
* @remarks
|
|
243
|
-
* The
|
|
239
|
+
* The audit policy ID.
|
|
244
240
|
*
|
|
245
241
|
* @example
|
|
246
242
|
* 9952275
|
|
@@ -248,7 +244,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
248
244
|
ruleId?: string;
|
|
249
245
|
/**
|
|
250
246
|
* @remarks
|
|
251
|
-
* The name of the audit
|
|
247
|
+
* The name of the audit policy.
|
|
252
248
|
*
|
|
253
249
|
* @example
|
|
254
250
|
* name
|
|
@@ -264,7 +260,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
264
260
|
sqlText?: string;
|
|
265
261
|
/**
|
|
266
262
|
* @remarks
|
|
267
|
-
* The name
|
|
263
|
+
* The table name.
|
|
268
264
|
*
|
|
269
265
|
* @example
|
|
270
266
|
* it_table
|
|
@@ -272,7 +268,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
272
268
|
tableName?: string;
|
|
273
269
|
/**
|
|
274
270
|
* @remarks
|
|
275
|
-
* The
|
|
271
|
+
* The user UID.
|
|
276
272
|
*
|
|
277
273
|
* @example
|
|
278
274
|
* 19********94
|
|
@@ -280,7 +276,7 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
280
276
|
userId?: string;
|
|
281
277
|
/**
|
|
282
278
|
* @remarks
|
|
283
|
-
* The
|
|
279
|
+
* The username.
|
|
284
280
|
*
|
|
285
281
|
* @example
|
|
286
282
|
* admin
|
|
@@ -289,12 +285,9 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
289
285
|
/**
|
|
290
286
|
* @remarks
|
|
291
287
|
* The risk level. Valid values:
|
|
292
|
-
*
|
|
293
|
-
* - **
|
|
294
|
-
*
|
|
295
|
-
* - **2**: Medium
|
|
296
|
-
*
|
|
297
|
-
* - **3**: High
|
|
288
|
+
* - **1**: Low.
|
|
289
|
+
* - **2**: Medium.
|
|
290
|
+
* - **3**: High.
|
|
298
291
|
*
|
|
299
292
|
* @example
|
|
300
293
|
* 2
|
|
@@ -303,12 +296,9 @@ export class DescribeAuditLogsResponseBodyItems extends $dara.Model {
|
|
|
303
296
|
/**
|
|
304
297
|
* @remarks
|
|
305
298
|
* The name of the risk level. Valid values:
|
|
306
|
-
*
|
|
307
|
-
* -
|
|
308
|
-
*
|
|
309
|
-
* - Medium
|
|
310
|
-
*
|
|
311
|
-
* - High
|
|
299
|
+
* - Low.
|
|
300
|
+
* - Medium.
|
|
301
|
+
* - High.
|
|
312
302
|
*
|
|
313
303
|
* @example
|
|
314
304
|
* High risk
|
|
@@ -416,7 +406,7 @@ export class DescribeAuditLogsResponseBody extends $dara.Model {
|
|
|
416
406
|
asyncRequestId?: string;
|
|
417
407
|
/**
|
|
418
408
|
* @remarks
|
|
419
|
-
* The
|
|
409
|
+
* The page number in a paged query. Default value: 1.
|
|
420
410
|
*
|
|
421
411
|
* @example
|
|
422
412
|
* 1
|
|
@@ -424,12 +414,12 @@ export class DescribeAuditLogsResponseBody extends $dara.Model {
|
|
|
424
414
|
currentPage?: number;
|
|
425
415
|
/**
|
|
426
416
|
* @remarks
|
|
427
|
-
*
|
|
417
|
+
* The list of alert logs.
|
|
428
418
|
*/
|
|
429
419
|
items?: DescribeAuditLogsResponseBodyItems[];
|
|
430
420
|
/**
|
|
431
421
|
* @remarks
|
|
432
|
-
* The number of entries per page. Maximum value: **50**. Default value: **10**.
|
|
422
|
+
* The number of entries per page in a paged query. Maximum value: **50**. Default value: **10**.
|
|
433
423
|
*
|
|
434
424
|
* @example
|
|
435
425
|
* 10
|