oci-identitydataplane 2.89.2 → 2.89.3
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/lib/client.d.ts
CHANGED
|
@@ -81,7 +81,7 @@ export declare class DataplaneClient {
|
|
|
81
81
|
* @param GenerateScopedAccessTokenRequest
|
|
82
82
|
* @return GenerateScopedAccessTokenResponse
|
|
83
83
|
* @throws OciError when an error occurs
|
|
84
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
84
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
|
|
85
85
|
*/
|
|
86
86
|
generateScopedAccessToken(generateScopedAccessTokenRequest: requests.GenerateScopedAccessTokenRequest): Promise<responses.GenerateScopedAccessTokenResponse>;
|
|
87
87
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class DataplaneClient {
|
|
|
93
93
|
* @param GenerateUserSecurityTokenRequest
|
|
94
94
|
* @return GenerateUserSecurityTokenResponse
|
|
95
95
|
* @throws OciError when an error occurs
|
|
96
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
|
|
97
97
|
*/
|
|
98
98
|
generateUserSecurityToken(generateUserSecurityTokenRequest: requests.GenerateUserSecurityTokenRequest): Promise<responses.GenerateUserSecurityTokenResponse>;
|
|
99
99
|
}
|
package/lib/client.js
CHANGED
|
@@ -181,7 +181,7 @@ class DataplaneClient {
|
|
|
181
181
|
* @param GenerateScopedAccessTokenRequest
|
|
182
182
|
* @return GenerateScopedAccessTokenResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessToken API.
|
|
185
185
|
*/
|
|
186
186
|
generateScopedAccessToken(generateScopedAccessTokenRequest) {
|
|
187
187
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -240,7 +240,7 @@ class DataplaneClient {
|
|
|
240
240
|
* @param GenerateUserSecurityTokenRequest
|
|
241
241
|
* @return GenerateUserSecurityTokenResponse
|
|
242
242
|
* @throws OciError when an error occurs
|
|
243
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
243
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityToken API.
|
|
244
244
|
*/
|
|
245
245
|
generateUserSecurityToken(generateUserSecurityTokenRequest) {
|
|
246
246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateScopedAccessTokenRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityTokenRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface GenerateUserSecurityTokenRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-identitydataplane",
|
|
3
|
-
"version": "2.89.
|
|
3
|
+
"version": "2.89.3",
|
|
4
4
|
"description": "OCI NodeJS client for Identity Data Plane Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.89.
|
|
19
|
-
"oci-workrequests": "2.89.
|
|
18
|
+
"oci-common": "2.89.3",
|
|
19
|
+
"oci-workrequests": "2.89.3"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|