oci-keymanagement 2.91.1 → 2.93.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 (31) hide show
  1. package/lib/kmshsmcluster-waiter.d.ts +2 -2
  2. package/lib/kmshsmcluster-waiter.js +2 -2
  3. package/lib/kmshsmcluster-waiter.js.map +1 -1
  4. package/lib/model/auto-key-rotation-details.d.ts +5 -5
  5. package/lib/model/change-hsm-cluster-compartment-details.d.ts +2 -2
  6. package/lib/model/create-hsm-cluster-details.d.ts +3 -3
  7. package/lib/model/hsm-cluster-collection.d.ts +1 -1
  8. package/lib/model/hsm-cluster-summary.d.ts +2 -2
  9. package/lib/model/hsm-cluster.d.ts +2 -2
  10. package/lib/model/hsm-partition-collection.d.ts +1 -1
  11. package/lib/model/hsm-partition-summary.d.ts +8 -5
  12. package/lib/model/hsm-partition-summary.js.map +1 -1
  13. package/lib/model/hsm-partition.d.ts +11 -4
  14. package/lib/model/hsm-partition.js +4 -0
  15. package/lib/model/hsm-partition.js.map +1 -1
  16. package/lib/model/port-information.d.ts +3 -3
  17. package/lib/model/pre-co-user-credentials.d.ts +1 -1
  18. package/lib/model/upload-partition-certificates-details.d.ts +3 -3
  19. package/lib/model/vault.d.ts +4 -0
  20. package/lib/model/vault.js.map +1 -1
  21. package/lib/request/cancel-hsm-cluster-deletion-request.d.ts +1 -1
  22. package/lib/request/change-hsm-cluster-compartment-request.d.ts +1 -1
  23. package/lib/request/download-certificate-signing-request-request.d.ts +1 -1
  24. package/lib/request/get-hsm-cluster-request.d.ts +1 -1
  25. package/lib/request/get-hsm-partition-request.d.ts +2 -2
  26. package/lib/request/get-pre-co-user-credentials-request.d.ts +1 -1
  27. package/lib/request/list-hsm-partitions-request.d.ts +1 -1
  28. package/lib/request/schedule-hsm-cluster-deletion-request.d.ts +1 -1
  29. package/lib/request/update-hsm-cluster-request.d.ts +1 -1
  30. package/lib/request/upload-partition-certificates-request.d.ts +1 -1
  31. package/package.json +3 -3
@@ -32,7 +32,7 @@ export declare class KmsHsmClusterWaiter {
32
32
  *
33
33
  * @param request the request to send
34
34
  * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
35
- * @return response returns GetHsmPartitionResponse
35
+ * @return response returns GetHsmPartitionResponse | null (null in case of 404 response)
36
36
  */
37
- forHsmPartition(request: serviceRequests.GetHsmPartitionRequest, ...targetStates: models.HsmPartition.LifecycleState[]): Promise<serviceResponses.GetHsmPartitionResponse>;
37
+ forHsmPartition(request: serviceRequests.GetHsmPartitionRequest, ...targetStates: models.HsmPartition.LifecycleState[]): Promise<serviceResponses.GetHsmPartitionResponse | null>;
38
38
  }
@@ -66,11 +66,11 @@ class KmsHsmClusterWaiter {
66
66
  *
67
67
  * @param request the request to send
68
68
  * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
69
- * @return response returns GetHsmPartitionResponse
69
+ * @return response returns GetHsmPartitionResponse | null (null in case of 404 response)
70
70
  */
71
71
  forHsmPartition(request, ...targetStates) {
72
72
  return __awaiter(this, void 0, void 0, function* () {
73
- return oci_common_1.genericWaiter(this.config, () => this.client.getHsmPartition(request), response => targetStates.includes(response.hsmPartition.lifecycleState));
73
+ return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getHsmPartition(request), response => targetStates.includes(response.hsmPartition.lifecycleState), targetStates.includes(models.HsmPartition.LifecycleState.Deleted));
74
74
  });
75
75
  }
76
76
  }
@@ -1 +1 @@
1
- {"version":3,"file":"kmshsmcluster-waiter.js","sourceRoot":"","sources":["../../../../lib/keymanagement/lib/kmshsmcluster-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,mBAAmB;IAC9B,YACU,MAA2B,EAClB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAqB;QAClB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,eAAe,CAC1B,OAA+C,EAC/C,GAAG,YAAkD;;YAErD,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,EAC1C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,CAAC,cAAe,CAAC,CACzE,CAAC;QACJ,CAAC;KAAA;CACF;AA1CD,kDA0CC"}
1
+ {"version":3,"file":"kmshsmcluster-waiter.js","sourceRoot":"","sources":["../../../../lib/keymanagement/lib/kmshsmcluster-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIH,gDAAkC;AAElC,2CAAgG;AAEhG,MAAa,mBAAmB;IAC9B,YACU,MAA2B,EAClB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAqB;QAClB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;;OAMG;IACU,aAAa,CACxB,OAA6C,EAC7C,GAAG,YAAgD;;YAEnD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,OAAO,CAAC,EACxC,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,cAAe,CAAC,EACtE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,UAAU,CAAC,cAAc,CAAC,OAAO,CAAC,CAChE,CAAC;QACJ,CAAC;KAAA;IAED;;;;;;OAMG;IACU,eAAe,CAC1B,OAA+C,EAC/C,GAAG,YAAkD;;YAErD,OAAO,2CAA8B,CACnC,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,eAAe,CAAC,OAAO,CAAC,EAC1C,QAAQ,CAAC,EAAE,CAAC,YAAY,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,CAAC,cAAe,CAAC,EACxE,YAAY,CAAC,QAAQ,CAAC,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,OAAO,CAAC,CAClE,CAAC;QACJ,CAAC;KAAA;CACF;AA3CD,kDA2CC"}
@@ -16,19 +16,19 @@
16
16
  */
17
17
  export interface AutoKeyRotationDetails {
18
18
  /**
19
- * The interval of auto key rotation. For auto key rotation the interval should between 30 day and 365 days (1 year) Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ * The interval of auto key rotation. For auto key rotation the interval should between 60 day and 365 days (1 year). Note: User must specify this parameter when creating a new schedule. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
20
  */
21
21
  "rotationIntervalInDays"?: number;
22
22
  /**
23
- * A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: {@code 2023-04-04T00:00:00Z} .
23
+ * A property indicating scheduled start date expressed as date YYYY-MM-DD String. Example: 2023-04-04T00:00:00Z. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z . Note : Today\u2019s date will be used if not specified by customer.
24
24
  */
25
25
  "timeOfScheduleStart"?: Date;
26
26
  /**
27
- * A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: {@code 2023-04-04T00:00:00Z} .
27
+ * A property indicating Next estimated scheduled Time, as per the interval, expressed as date YYYY-MM-DD String. Example: {@code 2023-04-04T00:00:00Z}. The time has no significance when scheduling an auto key rotation as this can be done anytime approximately the scheduled day, KMS ignores the time and replaces it with 00:00, for example 2023-04-04T15:14:13Z will be used as 2023-04-04T00:00:00Z.
28
28
  */
29
29
  "timeOfNextRotation"?: Date;
30
30
  /**
31
- * A property indicating Last rotation Date Example: {@code 2023-04-04T00:00:00Z}.
31
+ * A property indicating Last rotation Date. Example: {@code 2023-04-04T00:00:00Z}.
32
32
  */
33
33
  "timeOfLastRotation"?: Date;
34
34
  /**
@@ -36,7 +36,7 @@ export interface AutoKeyRotationDetails {
36
36
  */
37
37
  "lastRotationStatus"?: AutoKeyRotationDetails.LastRotationStatus;
38
38
  /**
39
- * The last execution status message.
39
+ * The last execution status message of auto key rotation.
40
40
  *
41
41
  */
42
42
  "lastRotationMessage"?: string;
@@ -12,11 +12,11 @@
12
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
13
  */
14
14
  /**
15
- * The details of the compartment you wish to move the Hsm.
15
+ * The details of the compartment you wish to move the hsm cluster to.
16
16
  */
17
17
  export interface ChangeHsmClusterCompartmentDetails {
18
18
  /**
19
- * The [OCID] of the compartment to move the hsm to.
19
+ * The [OCID] of the compartment to move the hsm cluster to.
20
20
  */
21
21
  "compartmentId": string;
22
22
  }
@@ -12,15 +12,15 @@
12
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
13
  */
14
14
  /**
15
- * The details of the HSM resource that you want to create.
15
+ * The details of the HSM cluster resource that you want to create.
16
16
  */
17
17
  export interface CreateHsmClusterDetails {
18
18
  /**
19
- * The OCID of the compartment where you want to create this HSM resource.
19
+ * The OCID of the compartment where you want to create this HSM cluster resource.
20
20
  */
21
21
  "compartmentId": string;
22
22
  /**
23
- * A user-friendly name for the HSM resource. It does not have to be unique, and it is changeable.
23
+ * A user-friendly display name for the HSM cluster resource. It does not have to be unique, and it is changeable.
24
24
  * Avoid entering confidential information.
25
25
  *
26
26
  */
@@ -17,7 +17,7 @@ import * as model from "../model";
17
17
  */
18
18
  export interface HsmClusterCollection {
19
19
  /**
20
- * List of Hsm Clusters.
20
+ * List of HSM Cluster Summary Objects.
21
21
  */
22
22
  "items": Array<model.HsmClusterSummary>;
23
23
  }
@@ -12,7 +12,7 @@
12
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
13
  */
14
14
  /**
15
- * The details of the HSM resource.
15
+ * An object which encapsulates the details of a given HSM Cluster.
16
16
  */
17
17
  export interface HsmClusterSummary {
18
18
  /**
@@ -37,7 +37,7 @@ export interface HsmClusterSummary {
37
37
  */
38
38
  "lifecycleState": string;
39
39
  /**
40
- * DNS name for the HSMCluster.
40
+ * DNS name for the HSMCluster -- this will contain information about the region as well.
41
41
  */
42
42
  "dnsName": string;
43
43
  /**
@@ -24,7 +24,7 @@ export interface HsmCluster {
24
24
  */
25
25
  "compartmentId": string;
26
26
  /**
27
- * A user-friendly name for the HSMCluster resource. It does not have to be unique, and it is changeable.
27
+ * A user-friendly display name for the HSMCluster resource. It does not have to be unique, and it is changeable.
28
28
  * Avoid entering confidential information.
29
29
  *
30
30
  */
@@ -51,7 +51,7 @@ export interface HsmCluster {
51
51
  */
52
52
  "lifecycleState": HsmCluster.LifecycleState;
53
53
  /**
54
- * DNS name for the Hsm Cluster.
54
+ * DNS name for the HSM Cluster -- this will contain information about the region as well.
55
55
  */
56
56
  "dnsName": string;
57
57
  /**
@@ -13,7 +13,7 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * HsmPartitionCollection object with page of HsmPartitionSummary objects.
16
+ * HsmPartitionCollection object with page of HsmPartitionSummary objects. A HsmPartitionSummary object contains details about the corresponding HSM.
17
17
  */
18
18
  export interface HsmPartitionCollection {
19
19
  /**
@@ -13,11 +13,11 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * The details of the Hsm.
16
+ * An object which encapsulates the details of a given HSM.
17
17
  */
18
18
  export interface HsmPartitionSummary {
19
19
  /**
20
- * The OCID of the HSM resource.
20
+ * The OCID of the HSM resource. Each HSM resource will have a unique OCID identifier.
21
21
  */
22
22
  "id": string;
23
23
  /**
@@ -25,15 +25,18 @@ export interface HsmPartitionSummary {
25
25
  */
26
26
  "hsmClusterId": string;
27
27
  /**
28
- * The Hsm's current lifecycle state.
29
- */
28
+ * A HSMCluster resource's current lifecycle state.
29
+ * <p>
30
+ Example: {@code ACTIVE}
31
+ *
32
+ */
30
33
  "lifecycleState": string;
31
34
  /**
32
35
  * The OCID of the compartment that contains a particular HSM resource.
33
36
  */
34
37
  "compartmentId": string;
35
38
  /**
36
- * Port summary.
39
+ * Details of a single portInformation item include the PortNumber (an integer used as an identifier) and the PortType (refers to either an enum value of Managementutility,Clientutility, or null)
37
40
  */
38
41
  "portInformation": Array<model.PortInformation>;
39
42
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"hsm-partition-summary.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
1
+ {"version":3,"file":"hsm-partition-summary.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA8ClC,IAAiB,mBAAmB,CA6BnC;AA7BD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QA6BnC"}
@@ -17,7 +17,7 @@ import * as model from "../model";
17
17
  */
18
18
  export interface HsmPartition {
19
19
  /**
20
- * The OCID of the HSM resource.
20
+ * The OCID of the HSM resource. Each HSM resource has a unique OCID as an identifier.
21
21
  */
22
22
  "id": string;
23
23
  /**
@@ -25,7 +25,7 @@ export interface HsmPartition {
25
25
  */
26
26
  "compartmentId": string;
27
27
  /**
28
- * Details of PortNumber and PortType.
28
+ * Details of a single portInformation item include the PortNumber (an integer used as an identifier) and the PortType (refers to either an enum value of Managementutility,Clientutility, or null)
29
29
  */
30
30
  "portInformation": Array<model.PortInformation>;
31
31
  /**
@@ -43,8 +43,11 @@ export interface HsmPartition {
43
43
  */
44
44
  "timeUpdated": Date;
45
45
  /**
46
- * The HSMPartition's current lifecycle state.
47
- */
46
+ * A HSMCluster resource's current lifecycle state.
47
+ * <p>
48
+ Example: {@code ACTIVE}
49
+ *
50
+ */
48
51
  "lifecycleState": HsmPartition.LifecycleState;
49
52
  }
50
53
  export declare namespace HsmPartition {
@@ -53,6 +56,10 @@ export declare namespace HsmPartition {
53
56
  Inactive = "INACTIVE",
54
57
  Activating = "ACTIVATING",
55
58
  ActivationRequired = "ACTIVATION_REQUIRED",
59
+ SchedulingDeletion = "SCHEDULING_DELETION",
60
+ PendingDeletion = "PENDING_DELETION",
61
+ Deleting = "DELETING",
62
+ Deleted = "DELETED",
56
63
  /**
57
64
  * This value is used if a service returns a value for this enum that is not recognized by this
58
65
  * version of the SDK.
@@ -42,6 +42,10 @@ var HsmPartition;
42
42
  LifecycleState["Inactive"] = "INACTIVE";
43
43
  LifecycleState["Activating"] = "ACTIVATING";
44
44
  LifecycleState["ActivationRequired"] = "ACTIVATION_REQUIRED";
45
+ LifecycleState["SchedulingDeletion"] = "SCHEDULING_DELETION";
46
+ LifecycleState["PendingDeletion"] = "PENDING_DELETION";
47
+ LifecycleState["Deleting"] = "DELETING";
48
+ LifecycleState["Deleted"] = "DELETED";
45
49
  /**
46
50
  * This value is used if a service returns a value for this enum that is not recognized by this
47
51
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"hsm-partition.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuClC,IAAiB,YAAY,CAyC5B;AAzCD,WAAiB,YAAY;IAC3B,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,2CAAyB,CAAA;QACzB,4DAA0C,CAAA;QAC1C;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAsB,yBAarC,CAAA;AACH,CAAC,EAzCgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAyC5B"}
1
+ {"version":3,"file":"hsm-partition.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/hsm-partition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ClC,IAAiB,YAAY,CA6C5B;AA7CD,WAAiB,YAAY;IAC3B,IAAY,cAcX;IAdD,WAAY,cAAc;QACxB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,2CAAyB,CAAA;QACzB,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C,sDAAoC,CAAA;QACpC,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAdW,cAAc,GAAd,2BAAc,KAAd,2BAAc,QAczB;IAED,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC7B,OAAO,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC5D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mCAAsB,yBAarC,CAAA;AACH,CAAC,EA7CgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QA6C5B"}
@@ -12,15 +12,15 @@
12
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
13
  */
14
14
  /**
15
- * The details of the port.
15
+ * Details of a single portInformation item include the PortNumber (an integer used as an identifier) and the PortType (this refers to either an enum value of Management Utility, Client Utility, or null)
16
16
  */
17
17
  export interface PortInformation {
18
18
  /**
19
- * The port number of the cavium server. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
19
+ * The port number is a unique identifier which is typically used as the loadbalancer listener. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
20
20
  */
21
21
  "portNumber": number;
22
22
  /**
23
- * Port type associated for the port number.
23
+ * Port type associated for the port number. The two port type enums are {@code CLIENTUTILITY} and {@code MANAGEMENTUTILITY}. The CLIENTUTILITY enum corresponds to a port which is used by the client daemon. The MANAGEMENTUTILITY enum corresponds to a port used by user management utility.
24
24
  */
25
25
  "portType": PortInformation.PortType;
26
26
  }
@@ -16,7 +16,7 @@
16
16
  */
17
17
  export interface PreCoUserCredentials {
18
18
  /**
19
- * The pre crypto officer username..
19
+ * The pre crypto officer username, which should be chosen as a non confidential string.
20
20
  */
21
21
  "username": string;
22
22
  /**
@@ -12,15 +12,15 @@
12
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
13
  */
14
14
  /**
15
- * The details of the partition certificates.
15
+ * An object that encapsulates the necessary partition certificates.
16
16
  */
17
17
  export interface UploadPartitionCertificatesDetails {
18
18
  /**
19
- * Base64 encoded (StandardCharsets.UTF_8) Partition Certificate.
19
+ * Base64 encoded (StandardCharsets.UTF_8) Partition Certificate, which gets created when the CSR is signed.
20
20
  */
21
21
  "partitionCertificate": string;
22
22
  /**
23
- * Base64 encoded (StandardCharsets.UTF_8) Partition Owner Certificate.
23
+ * Base64 encoded (StandardCharsets.UTF_8) Partition Owner Certificate, which is used to help sign the CSR.
24
24
  */
25
25
  "partitionOwnerCertificate": string;
26
26
  }
@@ -104,6 +104,10 @@ export interface Vault {
104
104
  * A Boolean value that indicates whether the Vault is primary Vault or replica Vault.
105
105
  */
106
106
  "isPrimary"?: boolean;
107
+ /**
108
+ * A Boolean value that indicates whether the Vault has cross region replication capability. Always true for Virtual Private Vaults.
109
+ */
110
+ "isVaultReplicable"?: boolean;
107
111
  "externalKeyManagerMetadataSummary"?: model.ExternalKeyManagerMetadataSummary;
108
112
  }
109
113
  export declare namespace Vault {
@@ -1 +1 @@
1
- {"version":3,"file":"vault.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/vault.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4FlC,IAAiB,KAAK,CAkErB;AAlED,WAAiB,KAAK;IACpB,IAAY,cAgBX;IAhBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,sDAAoC,CAAA;QACpC,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C,uCAAqB,CAAA;QACrB,yDAAuC,CAAA;QACvC,yCAAuB,CAAA;QACvB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAhBW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QAgBzB;IAED,IAAY,SASX;IATD,WAAY,SAAS;QACnB,+CAAkC,CAAA;QAClC,gCAAmB,CAAA;QACnB,kCAAqB,CAAA;QACrB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EATW,SAAS,GAAT,eAAS,KAAT,eAAS,QASpB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC1D,CAAC,CAAC,SAAS;YAEb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAChD,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gBAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACtE,CAAC,CAAC,SAAS;YAEb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC5D,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAsB,yBAiBrC,CAAA;AACH,CAAC,EAlEgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAkErB"}
1
+ {"version":3,"file":"vault.js","sourceRoot":"","sources":["../../../../../lib/keymanagement/lib/model/vault.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgGlC,IAAiB,KAAK,CAkErB;AAlED,WAAiB,KAAK;IACpB,IAAY,cAgBX;IAhBD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,sDAAoC,CAAA;QACpC,4DAA0C,CAAA;QAC1C,4DAA0C,CAAA;QAC1C,uCAAqB,CAAA;QACrB,yDAAuC,CAAA;QACvC,yCAAuB,CAAA;QACvB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAhBW,cAAc,GAAd,oBAAc,KAAd,oBAAc,QAgBzB;IAED,IAAY,SASX;IATD,WAAY,SAAS;QACnB,+CAAkC,CAAA;QAClC,gCAAmB,CAAA;QACnB,kCAAqB,CAAA;QACrB;;;WAGG;QACH,2CAA8B,CAAA;IAChC,CAAC,EATW,SAAS,GAAT,eAAS,KAAT,eAAS,QASpB;IAED,SAAgB,UAAU,CAAC,GAAU;QACnC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBAC1D,CAAC,CAAC,SAAS;YAEb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,UAAU,CAChD,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gBAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAU;QAC/C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,gBAAgB,EAAE,GAAG,CAAC,cAAc;gBAClC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,cAAc,CAAC;gBACtE,CAAC,CAAC,SAAS;YAEb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,iCAAiC,CAAC,sBAAsB,CAC5D,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,4BAAsB,yBAiBrC,CAAA;AACH,CAAC,EAlEgB,KAAK,GAAL,aAAK,KAAL,aAAK,QAkErB"}
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface CancelHsmClusterDeletionRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface ChangeHsmClusterCompartmentRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the HSM Cluster.
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
21
  */
22
22
  "hsmClusterId": string;
23
23
  /**
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface DownloadCertificateSigningRequestRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface GetHsmClusterRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
@@ -16,11 +16,11 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface GetHsmPartitionRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
23
- * The OCID of the HSM Partition.
23
+ * The OCID of the HSM Partition. This is a unique identifier which each hsmPartition will have.
24
24
  */
25
25
  "hsmPartitionId": string;
26
26
  /**
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface GetPreCoUserCredentialsRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
@@ -16,7 +16,7 @@ import common = require("oci-common");
16
16
  */
17
17
  export interface ListHsmPartitionsRequest extends common.BaseRequest {
18
18
  /**
19
- * The OCID of the HSM Cluster.
19
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
20
20
  */
21
21
  "hsmClusterId": string;
22
22
  /**
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface ScheduleHsmClusterDeletionRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the HSM Cluster.
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
21
  */
22
22
  "hsmClusterId": string;
23
23
  /**
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface UpdateHsmClusterRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the HSM Cluster.
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
21
  */
22
22
  "hsmClusterId": string;
23
23
  /**
@@ -17,7 +17,7 @@ import common = require("oci-common");
17
17
  */
18
18
  export interface UploadPartitionCertificatesRequest extends common.BaseRequest {
19
19
  /**
20
- * The OCID of the HSM Cluster.
20
+ * The OCID of the HSM Cluster. This is a unique identifier assigned to each hsmCluster.
21
21
  */
22
22
  "hsmClusterId": string;
23
23
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-keymanagement",
3
- "version": "2.91.1",
3
+ "version": "2.93.0",
4
4
  "description": "OCI NodeJS client for Key Management",
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.91.1",
19
- "oci-workrequests": "2.91.1"
18
+ "oci-common": "2.93.0",
19
+ "oci-workrequests": "2.93.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"