tencentcloud-sdk-nodejs-dlc 4.1.24 → 4.1.33
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
@@ -6019,6 +6019,10 @@ export interface DescribeUserRolesRequest {
|
|
6019
6019
|
* 正序或者倒序,例如:desc
|
6020
6020
|
*/
|
6021
6021
|
Sorting?: string;
|
6022
|
+
/**
|
6023
|
+
* 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
|
6024
|
+
*/
|
6025
|
+
IsDefault?: number;
|
6022
6026
|
}
|
6023
6027
|
/**
|
6024
6028
|
* ResourceInfo
|
@@ -7823,6 +7827,10 @@ export interface UserRole {
|
|
7823
7827
|
* cam策略json
|
7824
7828
|
*/
|
7825
7829
|
PermissionJson?: string;
|
7830
|
+
/**
|
7831
|
+
* 是否设置为常驻:1非常驻(默认)、2常驻(仅能设置一个常驻)
|
7832
|
+
*/
|
7833
|
+
IsDefault?: number;
|
7826
7834
|
}
|
7827
7835
|
/**
|
7828
7836
|
* DescribeUserType请求参数结构体
|