tencentcloud-sdk-nodejs-cam 4.1.237 → 4.1.246
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
|
@@ -213,11 +213,11 @@ export interface DetachGroupPolicyRequest {
|
|
|
213
213
|
*/
|
|
214
214
|
export interface DescribeRoleListResponse {
|
|
215
215
|
/**
|
|
216
|
-
*
|
|
216
|
+
* <p>角色详情列表。</p>
|
|
217
217
|
*/
|
|
218
218
|
List?: Array<RoleInfo>;
|
|
219
219
|
/**
|
|
220
|
-
*
|
|
220
|
+
* <p>角色总数</p>
|
|
221
221
|
*/
|
|
222
222
|
TotalNum?: number;
|
|
223
223
|
/**
|
|
@@ -610,15 +610,15 @@ export interface GetCustomMFATokenInfoRequest {
|
|
|
610
610
|
*/
|
|
611
611
|
export interface DescribeRoleListRequest {
|
|
612
612
|
/**
|
|
613
|
-
*
|
|
613
|
+
* <p>页码,从1开始</p>
|
|
614
614
|
*/
|
|
615
615
|
Page: number;
|
|
616
616
|
/**
|
|
617
|
-
*
|
|
617
|
+
* <p>每页行数,不能大于200</p>
|
|
618
618
|
*/
|
|
619
619
|
Rp: number;
|
|
620
620
|
/**
|
|
621
|
-
*
|
|
621
|
+
* <p>标签筛选</p>
|
|
622
622
|
*/
|
|
623
623
|
Tags?: Array<RoleTags>;
|
|
624
624
|
}
|