tencentcloud-sdk-nodejs-organization 4.1.6 → 4.1.10
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
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const organization: {
|
|
2
|
-
v20181225: {
|
|
3
|
-
Client: typeof import("./v20181225/organization_client").Client;
|
|
4
|
-
Models: typeof import("./v20181225/organization_models");
|
|
5
|
-
};
|
|
6
2
|
v20210331: {
|
|
7
3
|
Client: typeof import("./v20210331/organization_client").Client;
|
|
8
4
|
Models: typeof import("./v20210331/organization_models");
|
|
9
5
|
};
|
|
6
|
+
v20181225: {
|
|
7
|
+
Client: typeof import("./v20181225/organization_client").Client;
|
|
8
|
+
Models: typeof import("./v20181225/organization_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.organization = void 0;
|
|
4
|
-
const v20181225_1 = require("./v20181225");
|
|
5
4
|
const v20210331_1 = require("./v20210331");
|
|
5
|
+
const v20181225_1 = require("./v20181225");
|
|
6
6
|
exports.organization = {
|
|
7
|
-
v20181225: v20181225_1.v20181225,
|
|
8
7
|
v20210331: v20210331_1.v20210331,
|
|
8
|
+
v20181225: v20181225_1.v20181225,
|
|
9
9
|
};
|
|
@@ -5270,6 +5270,10 @@ export interface CreateSCIMCredentialRequest {
|
|
|
5270
5270
|
* 空间ID。z-前缀开头,后面是12位随机数字/小写字母
|
|
5271
5271
|
*/
|
|
5272
5272
|
ZoneId: string;
|
|
5273
|
+
/**
|
|
5274
|
+
* 过期时间(秒),最小1小时,最大99年。如果不传则默认一年过期
|
|
5275
|
+
*/
|
|
5276
|
+
ExpireDuration?: number;
|
|
5273
5277
|
}
|
|
5274
5278
|
/**
|
|
5275
5279
|
* DescribePolicy请求参数结构体
|