tencentcloud-sdk-nodejs-cdb 4.1.133 → 4.1.135
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
|
@@ -5200,6 +5200,14 @@ export interface DescribeAccountsRequest {
|
|
|
5200
5200
|
* 匹配账号名的正则表达式,规则同 MySQL 官网。
|
|
5201
5201
|
*/
|
|
5202
5202
|
AccountRegexp?: string;
|
|
5203
|
+
/**
|
|
5204
|
+
* 默认无排序,支持:ASC、DESC、asc、desc
|
|
5205
|
+
*/
|
|
5206
|
+
SortBy?: string;
|
|
5207
|
+
/**
|
|
5208
|
+
* 待排序的时间字段,可选:CreateTime(账号创建时间)、ModifyTime(账号更新时间)、ModifyPasswordTime(密码修改时间)
|
|
5209
|
+
*/
|
|
5210
|
+
OrderBy?: string;
|
|
5203
5211
|
}
|
|
5204
5212
|
/**
|
|
5205
5213
|
* ModifyAuditService请求参数结构体
|