Class AuditEventAggregationDimensions


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class AuditEventAggregationDimensions
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    The details of the aggregation dimensions used for summarizing audit events.
    Note: Objects should always be created or deserialized using the AuditEventAggregationDimensions.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the AuditEventAggregationDimensions.Builder, which maintain a set of all explicitly set fields called AuditEventAggregationDimensions.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getAuditEventTime

        public List<Date> getAuditEventTime()
        The time the audit event occurred in the target database.
        Returns:
        the value
      • getDbUserName

        public List<String> getDbUserName()
        Name of the database user whose actions were audited.
        Returns:
        the value
      • getTargetId

        public List<String> getTargetId()
        The OCID of the target database that was audited.
        Returns:
        the value
      • getTargetName

        public List<String> getTargetName()
        The name of the target database that was audited.
        Returns:
        the value
      • getObjectType

        public List<String> getObjectType()
        Type of object in the source database affected by the action.

        For example PL/SQL, SYNONYM or PACKAGE BODY.

        Returns:
        the value
      • getClientHostname

        public List<String> getClientHostname()
        Name of the host machine from which the session was spawned.
        Returns:
        the value
      • getClientProgram

        public List<String> getClientProgram()
        The application from which the audit event was generated.

        For example SQL Plus or SQL Developer.

        Returns:
        the value
      • getClientId

        public List<String> getClientId()
        The client identifier in each Oracle session.
        Returns:
        the value
      • getEventName

        public List<String> getEventName()
        The name of the event executed by the user on the target database.

        For example ALTER SEQUENCE, CREATE TRIGGER or CREATE INDEX.

        Returns:
        the value
      • getObjectOwner

        public List<String> getObjectOwner()
        The schema name of the object affected by the action.
        Returns:
        the value
      • getAuditPolicies

        public List<String> getAuditPolicies()
        Comma-seperated list of audit policies that caused the current audit event.
        Returns:
        the value
      • getObjectName

        public List<String> getObjectName()
        The name of the object affected by the action.
        Returns:
        the value
      • getOsUserName

        public List<String> getOsUserName()
        The name of the operating system user for the database session.
        Returns:
        the value
      • getErrorCode

        public List<String> getErrorCode()
        The Oracle error code generated by the action.
        Returns:
        the value
      • getClientIp

        public List<String> getClientIp()
        The IP address of the host from which the session was spawned.
        Returns:
        the value
      • getExternalUserId

        public List<String> getExternalUserId()
        The user ID of the external user of the audit event.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel