oci-operatoraccesscontrol 2.80.0 → 2.81.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 (93) hide show
  1. package/lib/client.d.ts +52 -23
  2. package/lib/client.js +210 -23
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/access-request-summary.d.ts +5 -0
  5. package/lib/model/access-request-summary.js.map +1 -1
  6. package/lib/model/access-request.d.ts +29 -0
  7. package/lib/model/access-request.js +44 -2
  8. package/lib/model/access-request.js.map +1 -1
  9. package/lib/model/approver-detail.d.ts +51 -0
  10. package/lib/model/approver-detail.js +33 -0
  11. package/lib/model/approver-detail.js.map +1 -0
  12. package/lib/model/assignment-validation-lifecycle-states.d.ts +33 -0
  13. package/lib/model/assignment-validation-lifecycle-states.js +44 -0
  14. package/lib/model/assignment-validation-lifecycle-states.js.map +1 -0
  15. package/lib/model/assignment-validation-status.d.ts +60 -0
  16. package/lib/model/assignment-validation-status.js +65 -0
  17. package/lib/model/assignment-validation-status.js.map +1 -0
  18. package/lib/model/audit-log-report.d.ts +43 -0
  19. package/lib/model/audit-log-report.js +33 -0
  20. package/lib/model/audit-log-report.js.map +1 -0
  21. package/lib/model/audit-report-status.d.ts +35 -0
  22. package/lib/model/audit-report-status.js +46 -0
  23. package/lib/model/audit-report-status.js.map +1 -0
  24. package/lib/model/create-operator-control-assignment-details.d.ts +4 -0
  25. package/lib/model/create-operator-control-assignment-details.js.map +1 -1
  26. package/lib/model/create-operator-control-details.d.ts +4 -0
  27. package/lib/model/create-operator-control-details.js.map +1 -1
  28. package/lib/model/index.d.ts +14 -0
  29. package/lib/model/index.js +15 -1
  30. package/lib/model/index.js.map +1 -1
  31. package/lib/model/operator-control-assignment-summary.d.ts +12 -0
  32. package/lib/model/operator-control-assignment-summary.js.map +1 -1
  33. package/lib/model/operator-control-assignment.d.ts +8 -0
  34. package/lib/model/operator-control-assignment.js.map +1 -1
  35. package/lib/model/operator-control-summary.d.ts +4 -0
  36. package/lib/model/operator-control-summary.js.map +1 -1
  37. package/lib/model/operator-control.d.ts +4 -0
  38. package/lib/model/operator-control.js.map +1 -1
  39. package/lib/model/status-detail.d.ts +42 -0
  40. package/lib/model/status-detail.js +33 -0
  41. package/lib/model/status-detail.js.map +1 -0
  42. package/lib/model/update-operator-control-assignment-details.d.ts +4 -0
  43. package/lib/model/update-operator-control-assignment-details.js.map +1 -1
  44. package/lib/model/update-operator-control-details.d.ts +4 -0
  45. package/lib/model/update-operator-control-details.js.map +1 -1
  46. package/lib/model/validate-operator-assignment-details.d.ts +29 -0
  47. package/lib/model/validate-operator-assignment-details.js +33 -0
  48. package/lib/model/validate-operator-assignment-details.js.map +1 -0
  49. package/lib/request/approve-access-request-request.d.ts +1 -1
  50. package/lib/request/change-operator-control-assignment-compartment-request.d.ts +1 -1
  51. package/lib/request/change-operator-control-compartment-request.d.ts +1 -1
  52. package/lib/request/create-operator-control-assignment-request.d.ts +1 -1
  53. package/lib/request/create-operator-control-request.d.ts +1 -1
  54. package/lib/request/delete-operator-control-assignment-request.d.ts +1 -1
  55. package/lib/request/delete-operator-control-request.d.ts +1 -1
  56. package/lib/request/get-access-request-request.d.ts +1 -1
  57. package/lib/request/get-assignment-validation-status-request.d.ts +26 -0
  58. package/lib/request/get-assignment-validation-status-request.js +15 -0
  59. package/lib/request/get-assignment-validation-status-request.js.map +1 -0
  60. package/lib/request/get-audit-log-report-request.d.ts +30 -0
  61. package/lib/request/get-audit-log-report-request.js +15 -0
  62. package/lib/request/get-audit-log-report-request.js.map +1 -0
  63. package/lib/request/get-operator-action-request.d.ts +1 -1
  64. package/lib/request/get-operator-control-assignment-request.d.ts +1 -1
  65. package/lib/request/get-operator-control-request.d.ts +1 -1
  66. package/lib/request/index.d.ts +6 -0
  67. package/lib/request/index.js.map +1 -1
  68. package/lib/request/interaction-request-request.d.ts +1 -1
  69. package/lib/request/list-access-request-histories-request.d.ts +1 -1
  70. package/lib/request/list-access-requests-request.d.ts +1 -1
  71. package/lib/request/list-interactions-request.d.ts +1 -1
  72. package/lib/request/list-operator-actions-request.d.ts +1 -1
  73. package/lib/request/list-operator-control-assignments-request.d.ts +1 -1
  74. package/lib/request/list-operator-controls-request.d.ts +1 -1
  75. package/lib/request/reject-access-request-request.d.ts +1 -1
  76. package/lib/request/review-access-request-request.d.ts +1 -1
  77. package/lib/request/revoke-access-request-request.d.ts +1 -1
  78. package/lib/request/update-operator-control-assignment-request.d.ts +1 -1
  79. package/lib/request/update-operator-control-request.d.ts +1 -1
  80. package/lib/request/validate-operator-assignment-request.d.ts +49 -0
  81. package/lib/request/validate-operator-assignment-request.js +15 -0
  82. package/lib/request/validate-operator-assignment-request.js.map +1 -0
  83. package/lib/response/get-assignment-validation-status-response.d.ts +32 -0
  84. package/lib/response/get-assignment-validation-status-response.js +15 -0
  85. package/lib/response/get-assignment-validation-status-response.js.map +1 -0
  86. package/lib/response/get-audit-log-report-response.d.ts +25 -0
  87. package/lib/response/get-audit-log-report-response.js +15 -0
  88. package/lib/response/get-audit-log-report-response.js.map +1 -0
  89. package/lib/response/index.d.ts +6 -0
  90. package/lib/response/validate-operator-assignment-response.d.ts +25 -0
  91. package/lib/response/validate-operator-assignment-response.js +15 -0
  92. package/lib/response/validate-operator-assignment-response.js.map +1 -0
  93. package/package.json +3 -3
@@ -0,0 +1,65 @@
1
+ "use strict";
2
+ /**
3
+ * OperatorAccessControl API
4
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
5
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
6
+
7
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
8
+
9
+ * OpenAPI spec version: 20200630
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
21
+ }) : (function(o, m, k, k2) {
22
+ if (k2 === undefined) k2 = k;
23
+ o[k2] = m[k];
24
+ }));
25
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
26
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
27
+ }) : function(o, v) {
28
+ o["default"] = v;
29
+ });
30
+ var __importStar = (this && this.__importStar) || function (mod) {
31
+ if (mod && mod.__esModule) return mod;
32
+ var result = {};
33
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
34
+ __setModuleDefault(result, mod);
35
+ return result;
36
+ };
37
+ Object.defineProperty(exports, "__esModule", { value: true });
38
+ exports.AssignmentValidationStatus = void 0;
39
+ const model = __importStar(require("../model"));
40
+ var AssignmentValidationStatus;
41
+ (function (AssignmentValidationStatus) {
42
+ function getJsonObj(obj) {
43
+ const jsonObj = Object.assign(Object.assign({}, obj), {
44
+ "statusDetail": obj.statusDetail
45
+ ? obj.statusDetail.map(item => {
46
+ return model.StatusDetail.getJsonObj(item);
47
+ })
48
+ : undefined
49
+ });
50
+ return jsonObj;
51
+ }
52
+ AssignmentValidationStatus.getJsonObj = getJsonObj;
53
+ function getDeserializedJsonObj(obj) {
54
+ const jsonObj = Object.assign(Object.assign({}, obj), {
55
+ "statusDetail": obj.statusDetail
56
+ ? obj.statusDetail.map(item => {
57
+ return model.StatusDetail.getDeserializedJsonObj(item);
58
+ })
59
+ : undefined
60
+ });
61
+ return jsonObj;
62
+ }
63
+ AssignmentValidationStatus.getDeserializedJsonObj = getDeserializedJsonObj;
64
+ })(AssignmentValidationStatus = exports.AssignmentValidationStatus || (exports.AssignmentValidationStatus = {}));
65
+ //# sourceMappingURL=assignment-validation-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assignment-validation-status.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/assignment-validation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,0BAA0B,CA6B1C;AA7BD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,YAAY,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,qCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC1B,OAAO,KAAK,CAAC,YAAY,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QA6B1C"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ * OperatorAccessControl API
3
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
4
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
5
+
6
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ import * as model from "../model";
18
+ /**
19
+ * The auditLog report details.
20
+ */
21
+ export interface AuditLogReport {
22
+ /**
23
+ * Contains the report data.
24
+ */
25
+ "report"?: string;
26
+ /**
27
+ * Contains the process tree data
28
+ */
29
+ "processTree"?: string;
30
+ /**
31
+ * auditReportStatus for the accessRequestId
32
+ */
33
+ "auditReportStatus": model.AuditReportStatus;
34
+ /**
35
+ * Time when the audit report was generated [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.Example: '2020-05-22T21:10:29.600Z'
36
+ *
37
+ */
38
+ "timeOfReportGeneration"?: Date;
39
+ }
40
+ export declare namespace AuditLogReport {
41
+ function getJsonObj(obj: AuditLogReport): object;
42
+ function getDeserializedJsonObj(obj: AuditLogReport): object;
43
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * OperatorAccessControl API
4
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
5
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
6
+
7
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
8
+
9
+ * OpenAPI spec version: 20200630
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.AuditLogReport = void 0;
20
+ var AuditLogReport;
21
+ (function (AuditLogReport) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ AuditLogReport.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ AuditLogReport.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(AuditLogReport = exports.AuditLogReport || (exports.AuditLogReport = {}));
33
+ //# sourceMappingURL=audit-log-report.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audit-log-report.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/audit-log-report.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA4BH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * OperatorAccessControl API
3
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
4
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
5
+
6
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ /**
18
+ * Audit Report status
19
+ *
20
+ **/
21
+ export declare enum AuditReportStatus {
22
+ Notavailable = "NOTAVAILABLE",
23
+ Available = "AVAILABLE",
24
+ Expired = "EXPIRED",
25
+ Failed = "FAILED",
26
+ /**
27
+ * This value is used if a service returns a value for this enum that is not recognized by this
28
+ * version of the SDK.
29
+ */
30
+ UnknownValue = "UNKNOWN_VALUE"
31
+ }
32
+ export declare namespace AuditReportStatus {
33
+ function getJsonObj(obj: AuditReportStatus): AuditReportStatus;
34
+ function getDeserializedJsonObj(obj: AuditReportStatus): AuditReportStatus;
35
+ }
@@ -0,0 +1,46 @@
1
+ "use strict";
2
+ /**
3
+ * OperatorAccessControl API
4
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
5
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
6
+
7
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
8
+
9
+ * OpenAPI spec version: 20200630
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.AuditReportStatus = void 0;
20
+ /**
21
+ * Audit Report status
22
+ *
23
+ **/
24
+ var AuditReportStatus;
25
+ (function (AuditReportStatus) {
26
+ AuditReportStatus["Notavailable"] = "NOTAVAILABLE";
27
+ AuditReportStatus["Available"] = "AVAILABLE";
28
+ AuditReportStatus["Expired"] = "EXPIRED";
29
+ AuditReportStatus["Failed"] = "FAILED";
30
+ /**
31
+ * This value is used if a service returns a value for this enum that is not recognized by this
32
+ * version of the SDK.
33
+ */
34
+ AuditReportStatus["UnknownValue"] = "UNKNOWN_VALUE";
35
+ })(AuditReportStatus = exports.AuditReportStatus || (exports.AuditReportStatus = {}));
36
+ (function (AuditReportStatus) {
37
+ function getJsonObj(obj) {
38
+ return obj;
39
+ }
40
+ AuditReportStatus.getJsonObj = getJsonObj;
41
+ function getDeserializedJsonObj(obj) {
42
+ return obj;
43
+ }
44
+ AuditReportStatus.getDeserializedJsonObj = getDeserializedJsonObj;
45
+ })(AuditReportStatus = exports.AuditReportStatus || (exports.AuditReportStatus = {}));
46
+ //# sourceMappingURL=audit-report-status.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"audit-report-status.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/audit-report-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAKH;;;IAGI;AACJ,IAAY,iBAWX;AAXD,WAAY,iBAAiB;IAC3B,kDAA6B,CAAA;IAC7B,4CAAuB,CAAA;IACvB,wCAAmB,CAAA;IACnB,sCAAiB,CAAA;IAEjB;;;OAGG;IACH,mDAA8B,CAAA;AAChC,CAAC,EAXW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAW5B;AAED,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,4BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAOjC"}
@@ -79,6 +79,10 @@ export interface CreateOperatorControlAssignmentDetails {
79
79
  * The CA certificate of the remote syslog server. Identity of the remote syslog server will be asserted based on this certificate.
80
80
  */
81
81
  "remoteSyslogServerCACert"?: string;
82
+ /**
83
+ * If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog server
84
+ */
85
+ "isHypervisorLogForwarded"?: boolean;
82
86
  /**
83
87
  * The boolean if true would autoApprove during maintenance.
84
88
  */
@@ -1 +1 @@
1
- {"version":3,"file":"create-operator-control-assignment-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/create-operator-control-assignment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAqFH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
1
+ {"version":3,"file":"create-operator-control-assignment-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/create-operator-control-assignment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAyFH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
@@ -56,6 +56,10 @@ export interface CreateOperatorControlDetails {
56
56
  * resourceType for which the OperatorControl is applicable
57
57
  */
58
58
  "resourceType": model.ResourceTypes;
59
+ /**
60
+ * Number of approvers required to approve an access request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
61
+ */
62
+ "numberOfApprovers"?: number;
59
63
  /**
60
64
  * List of emailId.
61
65
  *
@@ -1 +1 @@
1
- {"version":3,"file":"create-operator-control-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/create-operator-control-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAuEH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
1
+ {"version":3,"file":"create-operator-control-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/create-operator-control-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA2EH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
@@ -30,6 +30,16 @@ import * as AccessRequestSummary from "./access-request-summary";
30
30
  export import AccessRequestSummary = AccessRequestSummary.AccessRequestSummary;
31
31
  import * as ApproveAccessRequestDetails from "./approve-access-request-details";
32
32
  export import ApproveAccessRequestDetails = ApproveAccessRequestDetails.ApproveAccessRequestDetails;
33
+ import * as ApproverDetail from "./approver-detail";
34
+ export import ApproverDetail = ApproverDetail.ApproverDetail;
35
+ import * as AssignmentValidationLifecycleStates from "./assignment-validation-lifecycle-states";
36
+ export import AssignmentValidationLifecycleStates = AssignmentValidationLifecycleStates.AssignmentValidationLifecycleStates;
37
+ import * as AssignmentValidationStatus from "./assignment-validation-status";
38
+ export import AssignmentValidationStatus = AssignmentValidationStatus.AssignmentValidationStatus;
39
+ import * as AuditLogReport from "./audit-log-report";
40
+ export import AuditLogReport = AuditLogReport.AuditLogReport;
41
+ import * as AuditReportStatus from "./audit-report-status";
42
+ export import AuditReportStatus = AuditReportStatus.AuditReportStatus;
33
43
  import * as ChangeOperatorControlAssignmentCompartmentDetails from "./change-operator-control-assignment-compartment-details";
34
44
  export import ChangeOperatorControlAssignmentCompartmentDetails = ChangeOperatorControlAssignmentCompartmentDetails.ChangeOperatorControlAssignmentCompartmentDetails;
35
45
  import * as ChangeOperatorControlCompartmentDetails from "./change-operator-control-compartment-details";
@@ -84,7 +94,11 @@ import * as RevokeAccessRequestDetails from "./revoke-access-request-details";
84
94
  export import RevokeAccessRequestDetails = RevokeAccessRequestDetails.RevokeAccessRequestDetails;
85
95
  import * as SortOrders from "./sort-orders";
86
96
  export import SortOrders = SortOrders.SortOrders;
97
+ import * as StatusDetail from "./status-detail";
98
+ export import StatusDetail = StatusDetail.StatusDetail;
87
99
  import * as UpdateOperatorControlAssignmentDetails from "./update-operator-control-assignment-details";
88
100
  export import UpdateOperatorControlAssignmentDetails = UpdateOperatorControlAssignmentDetails.UpdateOperatorControlAssignmentDetails;
89
101
  import * as UpdateOperatorControlDetails from "./update-operator-control-details";
90
102
  export import UpdateOperatorControlDetails = UpdateOperatorControlDetails.UpdateOperatorControlDetails;
103
+ import * as ValidateOperatorAssignmentDetails from "./validate-operator-assignment-details";
104
+ export import ValidateOperatorAssignmentDetails = ValidateOperatorAssignmentDetails.ValidateOperatorAssignmentDetails;
@@ -35,7 +35,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
35
35
  return result;
36
36
  };
37
37
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.UpdateOperatorControlDetails = exports.UpdateOperatorControlAssignmentDetails = exports.SortOrders = exports.RevokeAccessRequestDetails = exports.ReviewAccessRequestDetails = exports.ResourceTypes = exports.RejectAccessRequestDetails = exports.OperatorControlSummary = exports.OperatorControlLifecycleStates = exports.OperatorControlCollection = exports.OperatorControlAssignmentSummary = exports.OperatorControlAssignmentLifecycleStates = exports.OperatorControlAssignmentCollection = exports.OperatorControlAssignment = exports.OperatorControl = exports.OperatorActionSummary = exports.OperatorActionProperties = exports.OperatorActionLifecycleStates = exports.OperatorActionCollection = exports.OperatorActionCategories = exports.OperatorAction = exports.InteractionSummary = exports.InteractionRequestDetails = exports.InteractionCollection = exports.InfrastrcutureLayers = exports.CreateOperatorControlDetails = exports.CreateOperatorControlAssignmentDetails = exports.ChangeOperatorControlCompartmentDetails = exports.ChangeOperatorControlAssignmentCompartmentDetails = exports.ApproveAccessRequestDetails = exports.AccessRequestSummary = exports.AccessRequestSeverities = exports.AccessRequestLifecycleStates = exports.AccessRequestHistorySummary = exports.AccessRequestHistoryCollection = exports.AccessRequestCollection = exports.AccessRequest = void 0;
38
+ exports.ValidateOperatorAssignmentDetails = exports.UpdateOperatorControlDetails = exports.UpdateOperatorControlAssignmentDetails = exports.StatusDetail = exports.SortOrders = exports.RevokeAccessRequestDetails = exports.ReviewAccessRequestDetails = exports.ResourceTypes = exports.RejectAccessRequestDetails = exports.OperatorControlSummary = exports.OperatorControlLifecycleStates = exports.OperatorControlCollection = exports.OperatorControlAssignmentSummary = exports.OperatorControlAssignmentLifecycleStates = exports.OperatorControlAssignmentCollection = exports.OperatorControlAssignment = exports.OperatorControl = exports.OperatorActionSummary = exports.OperatorActionProperties = exports.OperatorActionLifecycleStates = exports.OperatorActionCollection = exports.OperatorActionCategories = exports.OperatorAction = exports.InteractionSummary = exports.InteractionRequestDetails = exports.InteractionCollection = exports.InfrastrcutureLayers = exports.CreateOperatorControlDetails = exports.CreateOperatorControlAssignmentDetails = exports.ChangeOperatorControlCompartmentDetails = exports.ChangeOperatorControlAssignmentCompartmentDetails = exports.AuditReportStatus = exports.AuditLogReport = exports.AssignmentValidationStatus = exports.AssignmentValidationLifecycleStates = exports.ApproverDetail = exports.ApproveAccessRequestDetails = exports.AccessRequestSummary = exports.AccessRequestSeverities = exports.AccessRequestLifecycleStates = exports.AccessRequestHistorySummary = exports.AccessRequestHistoryCollection = exports.AccessRequestCollection = exports.AccessRequest = void 0;
39
39
  const AccessRequest = __importStar(require("./access-request"));
40
40
  exports.AccessRequest = AccessRequest.AccessRequest;
41
41
  const AccessRequestCollection = __importStar(require("./access-request-collection"));
@@ -52,6 +52,16 @@ const AccessRequestSummary = __importStar(require("./access-request-summary"));
52
52
  exports.AccessRequestSummary = AccessRequestSummary.AccessRequestSummary;
53
53
  const ApproveAccessRequestDetails = __importStar(require("./approve-access-request-details"));
54
54
  exports.ApproveAccessRequestDetails = ApproveAccessRequestDetails.ApproveAccessRequestDetails;
55
+ const ApproverDetail = __importStar(require("./approver-detail"));
56
+ exports.ApproverDetail = ApproverDetail.ApproverDetail;
57
+ const AssignmentValidationLifecycleStates = __importStar(require("./assignment-validation-lifecycle-states"));
58
+ exports.AssignmentValidationLifecycleStates = AssignmentValidationLifecycleStates.AssignmentValidationLifecycleStates;
59
+ const AssignmentValidationStatus = __importStar(require("./assignment-validation-status"));
60
+ exports.AssignmentValidationStatus = AssignmentValidationStatus.AssignmentValidationStatus;
61
+ const AuditLogReport = __importStar(require("./audit-log-report"));
62
+ exports.AuditLogReport = AuditLogReport.AuditLogReport;
63
+ const AuditReportStatus = __importStar(require("./audit-report-status"));
64
+ exports.AuditReportStatus = AuditReportStatus.AuditReportStatus;
55
65
  const ChangeOperatorControlAssignmentCompartmentDetails = __importStar(require("./change-operator-control-assignment-compartment-details"));
56
66
  exports.ChangeOperatorControlAssignmentCompartmentDetails = ChangeOperatorControlAssignmentCompartmentDetails.ChangeOperatorControlAssignmentCompartmentDetails;
57
67
  const ChangeOperatorControlCompartmentDetails = __importStar(require("./change-operator-control-compartment-details"));
@@ -106,8 +116,12 @@ const RevokeAccessRequestDetails = __importStar(require("./revoke-access-request
106
116
  exports.RevokeAccessRequestDetails = RevokeAccessRequestDetails.RevokeAccessRequestDetails;
107
117
  const SortOrders = __importStar(require("./sort-orders"));
108
118
  exports.SortOrders = SortOrders.SortOrders;
119
+ const StatusDetail = __importStar(require("./status-detail"));
120
+ exports.StatusDetail = StatusDetail.StatusDetail;
109
121
  const UpdateOperatorControlAssignmentDetails = __importStar(require("./update-operator-control-assignment-details"));
110
122
  exports.UpdateOperatorControlAssignmentDetails = UpdateOperatorControlAssignmentDetails.UpdateOperatorControlAssignmentDetails;
111
123
  const UpdateOperatorControlDetails = __importStar(require("./update-operator-control-details"));
112
124
  exports.UpdateOperatorControlDetails = UpdateOperatorControlDetails.UpdateOperatorControlDetails;
125
+ const ValidateOperatorAssignmentDetails = __importStar(require("./validate-operator-assignment-details"));
126
+ exports.ValidateOperatorAssignmentDetails = ValidateOperatorAssignmentDetails.ValidateOperatorAssignmentDetails;
113
127
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/index.ts"],"names":[],"mappings":"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"}
@@ -39,6 +39,14 @@ export interface OperatorControlAssignmentSummary {
39
39
  * resourceType for which the OperatorControlAssignment is applicable
40
40
  */
41
41
  "resourceType"?: model.ResourceTypes;
42
+ /**
43
+ * Name of the target resource.
44
+ */
45
+ "resourceName"?: string;
46
+ /**
47
+ * Name of the operator control name associated.
48
+ */
49
+ "opControlName"?: string;
42
50
  /**
43
51
  * The time at which the target resource will be brought under the governance of the operator control in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format. Example: '2020-05-22T21:10:29.600Z'
44
52
  *
@@ -78,6 +86,10 @@ export interface OperatorControlAssignmentSummary {
78
86
  * The listening port of the remote syslog server. The port range is 0 - 65535. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
79
87
  */
80
88
  "remoteSyslogServerPort"?: number;
89
+ /**
90
+ * If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog server
91
+ */
92
+ "isHypervisorLogForwarded"?: boolean;
81
93
  /**
82
94
  * The current lifcycle state of the OperatorControl.
83
95
  */
@@ -1 +1 @@
1
- {"version":3,"file":"operator-control-assignment-summary.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-assignment-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAwFH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
1
+ {"version":3,"file":"operator-control-assignment-summary.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-assignment-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAoGH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
@@ -115,6 +115,14 @@ export interface OperatorControlAssignment {
115
115
  * The CA certificate of the remote syslog server.
116
116
  */
117
117
  "remoteSyslogServerCACert"?: string;
118
+ /**
119
+ * If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog server
120
+ */
121
+ "isHypervisorLogForwarded"?: boolean;
122
+ /**
123
+ * Name of the operator control name associated.
124
+ */
125
+ "opControlName"?: string;
118
126
  /**
119
127
  * The boolean if true would autoApprove during maintenance.
120
128
  */
@@ -1 +1 @@
1
- {"version":3,"file":"operator-control-assignment.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-assignment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAsIH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
1
+ {"version":3,"file":"operator-control-assignment.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-assignment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA8IH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
@@ -39,6 +39,10 @@ export interface OperatorControlSummary {
39
39
  * resourceType for which the OperatorControl is applicable
40
40
  */
41
41
  "resourceType"?: model.ResourceTypes;
42
+ /**
43
+ * Number of approvers required to approve an access request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
44
+ */
45
+ "numberOfApprovers"?: number;
42
46
  /**
43
47
  * Time when the operator control was created, expressed in [RFC 3339] (https://tools.ietf.org/html/rfc3339) timestamp format. Example: '2020-05-22T21:10:29.600Z'
44
48
  *
@@ -1 +1 @@
1
- {"version":3,"file":"operator-control-summary.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA4DH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
1
+ {"version":3,"file":"operator-control-summary.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAgEH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
@@ -90,6 +90,10 @@ export interface OperatorControl {
90
90
  *
91
91
  */
92
92
  "timeOfModification"?: Date;
93
+ /**
94
+ * Number of approvers required to approve an access request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
95
+ */
96
+ "numberOfApprovers"?: number;
93
97
  /**
94
98
  * Whether the operator control is a default Operator Control.
95
99
  *
@@ -1 +1 @@
1
- {"version":3,"file":"operator-control.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA4GH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
1
+ {"version":3,"file":"operator-control.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/operator-control.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AAgHH,IAAiB,eAAe,CAW/B;AAXD,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAW/B"}
@@ -0,0 +1,42 @@
1
+ /**
2
+ * OperatorAccessControl API
3
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
4
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
5
+
6
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ /**
18
+ * Detail of execution.
19
+ */
20
+ export interface StatusDetail {
21
+ /**
22
+ * running unique number of the command executed Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
23
+ */
24
+ "statusId"?: number;
25
+ /**
26
+ * Name of the process or command executed.
27
+ */
28
+ "commandName"?: string;
29
+ /**
30
+ * Status of the process or command executed Success or Failure.
31
+ */
32
+ "status"?: string;
33
+ /**
34
+ * Time when the execution happened in [RFC 3339](https://tools.ietf.org/html/rfc3339)timestamp format. Example: '2020-05-22T21:10:29.600Z'.
35
+ *
36
+ */
37
+ "timeOfValidation"?: Date;
38
+ }
39
+ export declare namespace StatusDetail {
40
+ function getJsonObj(obj: StatusDetail): object;
41
+ function getDeserializedJsonObj(obj: StatusDetail): object;
42
+ }
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ /**
3
+ * OperatorAccessControl API
4
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
5
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
6
+
7
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
8
+
9
+ * OpenAPI spec version: 20200630
10
+ *
11
+ *
12
+ * NOTE: This class is auto generated by OracleSDKGenerator.
13
+ * Do not edit the class manually.
14
+ *
15
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
16
+ * 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.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.StatusDetail = void 0;
20
+ var StatusDetail;
21
+ (function (StatusDetail) {
22
+ function getJsonObj(obj) {
23
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
24
+ return jsonObj;
25
+ }
26
+ StatusDetail.getJsonObj = getJsonObj;
27
+ function getDeserializedJsonObj(obj) {
28
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
29
+ return jsonObj;
30
+ }
31
+ StatusDetail.getDeserializedJsonObj = getDeserializedJsonObj;
32
+ })(StatusDetail = exports.StatusDetail || (exports.StatusDetail = {}));
33
+ //# sourceMappingURL=status-detail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-detail.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/status-detail.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA4BH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
@@ -52,6 +52,10 @@ export interface UpdateOperatorControlAssignmentDetails {
52
52
  * The CA certificate of the remote syslog server. Identity of the remote syslog server will be asserted based on this certificate.
53
53
  */
54
54
  "remoteSyslogServerCACert"?: string;
55
+ /**
56
+ * If set, then the hypervisor audit logs will be forwarded to the relevant remote syslog server
57
+ */
58
+ "isHypervisorLogForwarded"?: boolean;
55
59
  /**
56
60
  * The boolean if true would autoApprove during maintenance.
57
61
  */
@@ -1 +1 @@
1
- {"version":3,"file":"update-operator-control-assignment-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/update-operator-control-assignment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA2DH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
1
+ {"version":3,"file":"update-operator-control-assignment-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/update-operator-control-assignment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA+DH,IAAiB,sCAAsC,CAWtD;AAXD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QAWtD"}
@@ -51,6 +51,10 @@ export interface UpdateOperatorControlDetails {
51
51
  *
52
52
  */
53
53
  "emailIdList"?: Array<string>;
54
+ /**
55
+ * Number of approvers required to approve an access request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
56
+ */
57
+ "numberOfApprovers"?: number;
54
58
  /**
55
59
  * System message that would be displayed to the operator users on accessing the target resource under the governance of this operator control.
56
60
  */
@@ -1 +1 @@
1
- {"version":3,"file":"update-operator-control-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/update-operator-control-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA0DH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
1
+ {"version":3,"file":"update-operator-control-details.js","sourceRoot":"","sources":["../../../../../lib/operatoraccesscontrol/lib/model/update-operator-control-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;GAeG;;;AA8DH,IAAiB,4BAA4B,CAW5C;AAXD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAW5C"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * OperatorAccessControl API
3
+ * Operator Access Control enables you to control the time duration and the actions an Oracle operator can perform on your Exadata Cloud@Customer infrastructure.
4
+ Using logging service, you can view a near real-time audit report of all actions performed by an Oracle operator.
5
+
6
+ Use the table of contents and search tool to explore the OperatorAccessControl API.
7
+
8
+ * OpenAPI spec version: 20200630
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OracleSDKGenerator.
12
+ * Do not edit the class manually.
13
+ *
14
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
15
+ * 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.
16
+ */
17
+ /**
18
+ * Details of the ValidateOperatorAssignment.
19
+ */
20
+ export interface ValidateOperatorAssignmentDetails {
21
+ /**
22
+ * Specifies the name of the operator action name for creating accessRequest.
23
+ */
24
+ "actionName"?: string;
25
+ }
26
+ export declare namespace ValidateOperatorAssignmentDetails {
27
+ function getJsonObj(obj: ValidateOperatorAssignmentDetails): object;
28
+ function getDeserializedJsonObj(obj: ValidateOperatorAssignmentDetails): object;
29
+ }