Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AuditEventAggregationDimensions

The details of the aggregation dimensions used for summarizing audit events.

Properties

Optional auditEventTime

auditEventTime: Array<Date>

The time the audit event occurred in the target database.

Optional auditType

auditType: Array<AuditType>

Type of auditing.

Optional clientHostname

clientHostname: Array<string>

Name of the host machine from which the session was spawned.

Optional clientId

clientId: Array<string>

The client identifier in each Oracle session.

Optional clientProgram

clientProgram: Array<string>

The application from which the audit event was generated. For example SQL Plus or SQL Developer.

Optional dbUserName

dbUserName: Array<string>

Name of the database user whose actions were audited.

Optional eventName

eventName: Array<string>

The name of the event executed by the user on the target database. For example ALTER SEQUENCE, CREATE TRIGGER or CREATE INDEX.

Optional objectType

objectType: Array<string>

Type of object in the source database affected by the action. For example PL/SQL, SYNONYM or PACKAGE BODY.

Optional targetClass

targetClass: Array<TargetClass>

Class of the target that was audited.

Optional targetId

targetId: Array<string>

The OCID of the target database that was audited.

Optional targetName

targetName: Array<string>

The name of the target database that was audited.

Functions

getDeserializedJsonObj

getJsonObj