oci-identitydataplane 2.64.0 → 2.66.0

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.
Files changed (113) hide show
  1. package/index.d.ts +2 -2
  2. package/index.js +2 -2
  3. package/lib/client.d.ts +16 -4
  4. package/lib/client.js +65 -5
  5. package/lib/client.js.map +1 -1
  6. package/lib/model/accessible-compartment-request.d.ts +2 -2
  7. package/lib/model/accessible-compartment-request.js +2 -2
  8. package/lib/model/accessible-compartment-response.d.ts +2 -2
  9. package/lib/model/accessible-compartment-response.js +2 -2
  10. package/lib/model/association-authorization-request.d.ts +2 -2
  11. package/lib/model/association-authorization-request.js +2 -2
  12. package/lib/model/auth-service-user.d.ts +2 -2
  13. package/lib/model/auth-service-user.js +2 -2
  14. package/lib/model/authenticate-client-details.d.ts +2 -2
  15. package/lib/model/authenticate-client-details.js +2 -2
  16. package/lib/model/authenticate-client-result.d.ts +2 -2
  17. package/lib/model/authenticate-client-result.js +2 -2
  18. package/lib/model/authenticate-user-result.d.ts +2 -2
  19. package/lib/model/authenticate-user-result.js +2 -2
  20. package/lib/model/authentication-policy.d.ts +2 -2
  21. package/lib/model/authentication-policy.js +2 -2
  22. package/lib/model/authentication-principal.d.ts +2 -2
  23. package/lib/model/authentication-principal.js +2 -2
  24. package/lib/model/authentication-request.d.ts +2 -2
  25. package/lib/model/authentication-request.js +2 -2
  26. package/lib/model/authorization-request.d.ts +2 -2
  27. package/lib/model/authorization-request.js +2 -2
  28. package/lib/model/bad-user-state-authenticate-user-result.d.ts +2 -2
  29. package/lib/model/bad-user-state-authenticate-user-result.js +2 -2
  30. package/lib/model/claim.d.ts +2 -2
  31. package/lib/model/claim.js +2 -2
  32. package/lib/model/client-credentials-response.d.ts +2 -2
  33. package/lib/model/client-credentials-response.js +2 -2
  34. package/lib/model/common-principal.d.ts +2 -2
  35. package/lib/model/common-principal.js +2 -2
  36. package/lib/model/compartment-metadata.d.ts +2 -2
  37. package/lib/model/compartment-metadata.js +2 -2
  38. package/lib/model/compartment.d.ts +2 -2
  39. package/lib/model/compartment.js +2 -2
  40. package/lib/model/context-variable.d.ts +2 -2
  41. package/lib/model/context-variable.js +2 -2
  42. package/lib/model/cost-tracking-tag.d.ts +2 -2
  43. package/lib/model/cost-tracking-tag.js +2 -2
  44. package/lib/model/credential-authenticator-info.d.ts +2 -2
  45. package/lib/model/credential-authenticator-info.js +2 -2
  46. package/lib/model/derived-key-response.d.ts +2 -2
  47. package/lib/model/derived-key-response.js +2 -2
  48. package/lib/model/entity-status.d.ts +2 -2
  49. package/lib/model/entity-status.js +2 -2
  50. package/lib/model/filter-group-membership-details.d.ts +2 -2
  51. package/lib/model/filter-group-membership-details.js +2 -2
  52. package/lib/model/filter-group-membership-result.d.ts +2 -2
  53. package/lib/model/filter-group-membership-result.js +2 -2
  54. package/lib/model/generate-scoped-access-token-details.d.ts +3 -3
  55. package/lib/model/generate-scoped-access-token-details.js +2 -2
  56. package/lib/model/generate-user-security-token-details.d.ts +34 -0
  57. package/lib/model/generate-user-security-token-details.js +29 -0
  58. package/lib/model/generate-user-security-token-details.js.map +1 -0
  59. package/lib/model/identity-provider.d.ts +2 -2
  60. package/lib/model/identity-provider.js +2 -2
  61. package/lib/model/index.d.ts +4 -2
  62. package/lib/model/index.js +5 -3
  63. package/lib/model/index.js.map +1 -1
  64. package/lib/model/j-wk.d.ts +2 -2
  65. package/lib/model/j-wk.js +2 -2
  66. package/lib/model/on-behalf-of-request.d.ts +2 -2
  67. package/lib/model/on-behalf-of-request.js +2 -2
  68. package/lib/model/password-policy.d.ts +2 -2
  69. package/lib/model/password-policy.js +2 -2
  70. package/lib/model/password-reset-authentication-request.d.ts +2 -2
  71. package/lib/model/password-reset-authentication-request.js +2 -2
  72. package/lib/model/permission-context.d.ts +2 -2
  73. package/lib/model/permission-context.js +2 -2
  74. package/lib/model/permission.d.ts +2 -2
  75. package/lib/model/permission.js +2 -2
  76. package/lib/model/principal.d.ts +2 -2
  77. package/lib/model/principal.js +2 -2
  78. package/lib/model/refresh-request.d.ts +2 -2
  79. package/lib/model/refresh-request.js +2 -2
  80. package/lib/model/resource-principal-session-token-request.d.ts +2 -2
  81. package/lib/model/resource-principal-session-token-request.js +2 -2
  82. package/lib/model/security-token.d.ts +2 -2
  83. package/lib/model/security-token.js +2 -2
  84. package/lib/model/tenant-not-found-authenticate-user-result.d.ts +2 -2
  85. package/lib/model/tenant-not-found-authenticate-user-result.js +2 -2
  86. package/lib/model/tenant.d.ts +2 -2
  87. package/lib/model/tenant.js +2 -2
  88. package/lib/model/thick-authorization-response.d.ts +2 -2
  89. package/lib/model/thick-authorization-response.js +2 -2
  90. package/lib/model/thin-association-authorization-response.d.ts +2 -2
  91. package/lib/model/thin-association-authorization-response.js +2 -2
  92. package/lib/model/thin-authorization-response.d.ts +2 -2
  93. package/lib/model/thin-authorization-response.js +2 -2
  94. package/lib/model/user-not-found-authenticate-user-result.d.ts +2 -2
  95. package/lib/model/user-not-found-authenticate-user-result.js +2 -2
  96. package/lib/model/user.d.ts +2 -2
  97. package/lib/model/user.js +2 -2
  98. package/lib/model/valid-authenticate-user-result.d.ts +2 -2
  99. package/lib/model/valid-authenticate-user-result.js +2 -2
  100. package/lib/model/x509-federation-request.d.ts +3 -3
  101. package/lib/model/x509-federation-request.js +2 -2
  102. package/lib/request/generate-scoped-access-token-request.d.ts +2 -2
  103. package/lib/request/generate-user-security-token-request.d.ts +29 -0
  104. package/lib/request/generate-user-security-token-request.js +15 -0
  105. package/lib/request/generate-user-security-token-request.js.map +1 -0
  106. package/lib/request/index.d.ts +4 -2
  107. package/lib/request/index.js +2 -2
  108. package/lib/response/generate-user-security-token-response.d.ts +25 -0
  109. package/lib/response/generate-user-security-token-response.js +15 -0
  110. package/lib/response/generate-user-security-token-response.js.map +1 -0
  111. package/lib/response/index.d.ts +4 -2
  112. package/lib/response/index.js +2 -2
  113. package/package.json +3 -3
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
package/lib/model/user.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -17,7 +17,7 @@ export interface X509FederationRequest {
17
17
  "certificate": string;
18
18
  /**
19
19
  * A temporary public key, owned by the service. The service also owns the corresponding private key. This public
20
- * key will by put inside the security token by the auth service after successful validation of the certificate.
20
+ * key will be put inside the security token by the auth service after successful validation of the certificate.
21
21
  *
22
22
  */
23
23
  "publicKey": string;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -13,11 +13,11 @@
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.64.0/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/identitydataplane/GenerateScopedAccessToken.ts.html |here} to see how to use GenerateScopedAccessTokenRequest.
17
17
  */
18
18
  export interface GenerateScopedAccessTokenRequest extends common.BaseRequest {
19
19
  /**
20
- * Scoped Access token request
20
+ * Scoped access token request
21
21
  */
22
22
  "generateScopedAccessTokenDetails": model.GenerateScopedAccessTokenDetails;
23
23
  }
@@ -0,0 +1,29 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: v1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/identitydataplane/GenerateUserSecurityToken.ts.html |here} to see how to use GenerateUserSecurityTokenRequest.
17
+ */
18
+ export interface GenerateUserSecurityTokenRequest extends common.BaseRequest {
19
+ /**
20
+ * The key-value pair object storing the token exchange request parameters required to obtain a UPST for self.
21
+ */
22
+ "generateUserSecurityTokenDetails": model.GenerateUserSecurityTokenDetails;
23
+ /**
24
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
25
+ * particular request, please provide the request ID.
26
+ *
27
+ */
28
+ "opcRequestId"?: string;
29
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=generate-user-security-token-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-user-security-token-request.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/request/generate-user-security-token-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -12,3 +12,5 @@
12
12
  */
13
13
  import * as GenerateScopedAccessTokenRequest from "./generate-scoped-access-token-request";
14
14
  export import GenerateScopedAccessTokenRequest = GenerateScopedAccessTokenRequest.GenerateScopedAccessTokenRequest;
15
+ import * as GenerateUserSecurityTokenRequest from "./generate-user-security-token-request";
16
+ export import GenerateUserSecurityTokenRequest = GenerateUserSecurityTokenRequest.GenerateUserSecurityTokenRequest;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: v1
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as model from "../model";
14
+ export interface GenerateUserSecurityTokenResponse {
15
+ /**
16
+ * Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
17
+ * particular request, please provide the request ID.
18
+ *
19
+ */
20
+ "opcRequestId": string;
21
+ /**
22
+ * The returned model.SecurityToken instance.
23
+ */
24
+ "securityToken": model.SecurityToken;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: v1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=generate-user-security-token-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generate-user-security-token-response.js","sourceRoot":"","sources":["../../../../../lib/identitydataplane/lib/response/generate-user-security-token-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Identity Service
3
- * API for the Identity Dataplane
2
+ * Identity and Access Management Data Plane API
3
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
4
4
  * OpenAPI spec version: v1
5
5
  *
6
6
  *
@@ -12,3 +12,5 @@
12
12
  */
13
13
  import * as GenerateScopedAccessTokenResponse from "./generate-scoped-access-token-response";
14
14
  export import GenerateScopedAccessTokenResponse = GenerateScopedAccessTokenResponse.GenerateScopedAccessTokenResponse;
15
+ import * as GenerateUserSecurityTokenResponse from "./generate-user-security-token-response";
16
+ export import GenerateUserSecurityTokenResponse = GenerateUserSecurityTokenResponse.GenerateUserSecurityTokenResponse;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
- * Identity Service
4
- * API for the Identity Dataplane
3
+ * Identity and Access Management Data Plane API
4
+ * APIs for managing identity data plane services. For example, use this API to create a scoped-access security token. To manage identity domains (for example, creating or deleting an identity domain) or to manage resources (for example, users and groups) within the default identity domain, see [IAM API](https://docs.oracle.com/iaas/api/#/en/identity/).
5
5
  * OpenAPI spec version: v1
6
6
  *
7
7
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-identitydataplane",
3
- "version": "2.64.0",
3
+ "version": "2.66.0",
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.64.0",
19
- "oci-workrequests": "2.64.0"
18
+ "oci-common": "2.66.0",
19
+ "oci-workrequests": "2.66.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"