oci-audit 2.102.1 → 2.103.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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +4 -4
- package/lib/client.js +4 -4
- package/lib/model/audit-event.d.ts +2 -2
- package/lib/model/audit-event.js +1 -1
- package/lib/model/configuration.d.ts +2 -2
- package/lib/model/configuration.js +1 -1
- package/lib/model/data.d.ts +5 -5
- package/lib/model/data.js +1 -1
- package/lib/model/identity.d.ts +4 -4
- package/lib/model/identity.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/request.d.ts +1 -1
- package/lib/model/request.js +1 -1
- package/lib/model/response.d.ts +1 -1
- package/lib/model/response.js +1 -1
- package/lib/model/state-change.d.ts +1 -1
- package/lib/model/state-change.js +1 -1
- package/lib/model/update-configuration-details.d.ts +2 -2
- package/lib/model/update-configuration-details.js +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-events-request.d.ts +3 -3
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/list-events-response.d.ts +1 -1
- package/lib/response/update-configuration-response.d.ts +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/client.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -90,7 +90,7 @@ export declare class AuditClient {
|
|
|
90
90
|
* @param GetConfigurationRequest
|
|
91
91
|
* @return GetConfigurationResponse
|
|
92
92
|
* @throws OciError when an error occurs
|
|
93
|
-
* @example Click {@link https://docs.
|
|
93
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
94
94
|
*/
|
|
95
95
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
96
96
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class AuditClient {
|
|
|
101
101
|
* @param ListEventsRequest
|
|
102
102
|
* @return ListEventsResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.
|
|
104
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
105
105
|
*/
|
|
106
106
|
listEvents(listEventsRequest: requests.ListEventsRequest): Promise<responses.ListEventsResponse>;
|
|
107
107
|
/**
|
|
@@ -142,7 +142,7 @@ export declare class AuditClient {
|
|
|
142
142
|
* @param UpdateConfigurationRequest
|
|
143
143
|
* @return UpdateConfigurationResponse
|
|
144
144
|
* @throws OciError when an error occurs
|
|
145
|
-
* @example Click {@link https://docs.
|
|
145
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
146
146
|
*/
|
|
147
147
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
148
148
|
}
|
package/lib/client.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -196,7 +196,7 @@ class AuditClient {
|
|
|
196
196
|
* @param GetConfigurationRequest
|
|
197
197
|
* @return GetConfigurationResponse
|
|
198
198
|
* @throws OciError when an error occurs
|
|
199
|
-
* @example Click {@link https://docs.
|
|
199
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
200
200
|
*/
|
|
201
201
|
getConfiguration(getConfigurationRequest) {
|
|
202
202
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -249,7 +249,7 @@ class AuditClient {
|
|
|
249
249
|
* @param ListEventsRequest
|
|
250
250
|
* @return ListEventsResponse
|
|
251
251
|
* @throws OciError when an error occurs
|
|
252
|
-
* @example Click {@link https://docs.
|
|
252
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/ListEvents.ts.html |here} to see how to use ListEvents API.
|
|
253
253
|
*/
|
|
254
254
|
listEvents(listEventsRequest) {
|
|
255
255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -355,7 +355,7 @@ class AuditClient {
|
|
|
355
355
|
* @param UpdateConfigurationRequest
|
|
356
356
|
* @return UpdateConfigurationResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.
|
|
358
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
359
359
|
*/
|
|
360
360
|
updateConfiguration(updateConfigurationRequest) {
|
|
361
361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/audit
|
|
|
16
16
|
*/
|
|
17
17
|
import * as model from "../model";
|
|
18
18
|
/**
|
|
19
|
-
* All the attributes of an audit event. For more information, see [Viewing Audit Log Events](https://docs.
|
|
19
|
+
* All the attributes of an audit event. For more information, see [Viewing Audit Log Events](https://docs.oracle.com/iaas/Content/Audit/Tasks/viewinglogevents.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
export interface AuditEvent {
|
package/lib/model/audit-event.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/audit
|
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
18
18
|
* The retention period setting, specified in days. For more information, see [Setting Audit
|
|
19
|
-
* Log Retention Period](https://docs.
|
|
19
|
+
* Log Retention Period](https://docs.oracle.com/iaas/Content/Audit/Tasks/settingretentionperiod.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
export interface Configuration {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/model/data.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -35,7 +35,7 @@ export interface Data {
|
|
|
35
35
|
*/
|
|
36
36
|
"eventName"?: string;
|
|
37
37
|
/**
|
|
38
|
-
* The [OCID](https://docs.
|
|
38
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment of the resource
|
|
39
39
|
* emitting the event.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
@@ -55,7 +55,7 @@ export interface Data {
|
|
|
55
55
|
*/
|
|
56
56
|
"resourceName"?: string;
|
|
57
57
|
/**
|
|
58
|
-
* An [OCID](https://docs.
|
|
58
|
+
* An [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) or some other ID for the resource
|
|
59
59
|
* emitting the event.
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
@@ -68,7 +68,7 @@ export interface Data {
|
|
|
68
68
|
/**
|
|
69
69
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name,
|
|
70
70
|
* type, or namespace. Exists for cross-compatibility only. For more information,
|
|
71
|
-
* see [Resource Tags](https://docs.
|
|
71
|
+
* see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
72
72
|
* <p>
|
|
73
73
|
Example: {@code {\"Department\": \"Finance\"}}
|
|
74
74
|
*
|
|
@@ -78,7 +78,7 @@ export interface Data {
|
|
|
78
78
|
};
|
|
79
79
|
/**
|
|
80
80
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace. For more
|
|
81
|
-
* information, see [Resource Tags](https://docs.
|
|
81
|
+
* information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
82
82
|
* <p>
|
|
83
83
|
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
84
84
|
*
|
package/lib/model/data.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/model/identity.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -27,7 +27,7 @@ export interface Identity {
|
|
|
27
27
|
*/
|
|
28
28
|
"principalName"?: string;
|
|
29
29
|
/**
|
|
30
|
-
* The [OCID](https://docs.
|
|
30
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the principal.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"principalId"?: string;
|
|
@@ -44,13 +44,13 @@ export interface Identity {
|
|
|
44
44
|
*/
|
|
45
45
|
"callerName"?: string;
|
|
46
46
|
/**
|
|
47
|
-
* The [OCID](https://docs.
|
|
47
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the caller. The caller that made a
|
|
48
48
|
* request on behalf of the prinicpal.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"callerId"?: string;
|
|
52
52
|
/**
|
|
53
|
-
* The [OCID](https://docs.
|
|
53
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the tenant.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
"tenantId"?: string;
|
package/lib/model/identity.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/lib/model/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/model/request.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/lib/model/request.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
package/lib/model/response.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/lib/model/response.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
|
@@ -16,7 +16,7 @@ For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/audit
|
|
|
16
16
|
*/
|
|
17
17
|
/**
|
|
18
18
|
* The configuration details for the retention period setting, specified in days. For more
|
|
19
|
-
* information, see [Setting Audit Log Retention Period](https://docs.
|
|
19
|
+
* information, see [Setting Audit Log Retention Period](https://docs.oracle.com/iaas/Content/Audit/Tasks/settingretentionperiod.htm).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
export interface UpdateConfigurationDetails {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/lib/request/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.
|
|
15
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/ListEvents.ts.html |here} to see how to use ListEventsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListEventsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
@@ -44,7 +44,7 @@ export interface ListEventsRequest extends common.BaseRequest {
|
|
|
44
44
|
"endTime": Date;
|
|
45
45
|
/**
|
|
46
46
|
* For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
47
|
-
* For important details about how pagination works, see [List Pagination](https://docs.
|
|
47
|
+
* For important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"page"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.
|
|
16
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/audit/UpdateConfiguration.ts.html |here} to see how to use UpdateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Audit API
|
|
3
3
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
4
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
4
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
5
|
|
|
6
6
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
7
7
|
|
package/lib/response/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* Audit API
|
|
4
4
|
* API for the Audit Service. Use this API for compliance monitoring in your tenancy.
|
|
5
|
-
For more information, see [Overview of Audit](/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
5
|
+
For more information, see [Overview of Audit](https://docs.oracle.com/iaas/Content/Audit/Concepts/auditoverview.htm).
|
|
6
6
|
|
|
7
7
|
**Tip**: This API is good for queries, but not bulk-export operations.
|
|
8
8
|
|
|
@@ -16,7 +16,7 @@ export interface ListEventsResponse {
|
|
|
16
16
|
* For pagination of a list of audit events. When this header appears in the response,
|
|
17
17
|
* it means you received a partial list and there are more results. Include this value as the {@code page}
|
|
18
18
|
* parameter for the subsequent ListEvents request to get the next batch of events. For important
|
|
19
|
-
* details about how pagination works, see [List Pagination](https://docs.
|
|
19
|
+
* details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"opcNextPage": string;
|
|
@@ -18,7 +18,7 @@ export interface UpdateConfigurationResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"opcRequestId": string;
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcWorkRequestId": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-audit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.103.0",
|
|
4
4
|
"description": "OCI NodeJS client for Audit 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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.103.0",
|
|
19
|
+
"oci-workrequests": "2.103.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|