Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace AuditEvent

All the attributes of an audit event. For more information, see Viewing Audit Log Events.

Properties

cloudEventsVersion

cloudEventsVersion: string

The version of the CloudEvents specification. The structure of the envelope follows the CloudEvents industry standard format hosted by the Cloud Native Computing Foundation ( CNCF).

Audit uses version 0.1 specification of the CloudEvents event envelope.

Example: {@code 0.1}

contentType

contentType: string

The content type of the data contained in {@code data}.

Example: {@code application/json}

data

data: Data

eventId

eventId: string

The GUID of the event.

eventTime

eventTime: Date

The time the event occurred, expressed in RFC 3339 timestamp format.

Example: {@code 2019-09-18T00:10:59.252Z}

eventType

eventType: string

The type of event that happened.

The service that produces the event can also add, remove, or change the meaning of a field. A service implementing these type changes would publish a new version of an {@code eventType} and revise the {@code eventTypeVersion} field.

Example: {@code com.oraclecloud.ComputeApi.GetInstance}

eventTypeVersion

eventTypeVersion: string

The version of the event type. This version applies to the payload of the event, not the envelope. Use {@code cloudEventsVersion} to determine the version of the envelope.

Example: {@code 2.0}

source

source: string

The source of the event.

Example: {@code ComputeApi}

Functions

getDeserializedJsonObj

getJsonObj