Class AuditEvent

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuditEvent
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuditEvent extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Audit Event.
  • Field Details

    • activity

      @SerializedName(value="activity", alternate="Activity") @Expose @Nullable public String activity
      The Activity. Friendly name of the activity.
    • activityDateTime

      @SerializedName(value="activityDateTime", alternate="ActivityDateTime") @Expose @Nullable public OffsetDateTime activityDateTime
      The Activity Date Time. The date time in UTC when the activity was performed.
    • activityOperationType

      @SerializedName(value="activityOperationType", alternate="ActivityOperationType") @Expose @Nullable public String activityOperationType
      The Activity Operation Type. The HTTP operation type of the activity.
    • activityResult

      @SerializedName(value="activityResult", alternate="ActivityResult") @Expose @Nullable public String activityResult
      The Activity Result. The result of the activity.
    • activityType

      @SerializedName(value="activityType", alternate="ActivityType") @Expose @Nullable public String activityType
      The Activity Type. The type of activity that was being performed.
    • actor

      @SerializedName(value="actor", alternate="Actor") @Expose @Nullable public AuditActor actor
      The Actor. AAD user and application that are associated with the audit event.
    • category

      @SerializedName(value="category", alternate="Category") @Expose @Nullable public String category
      The Category. Audit category.
    • componentName

      @SerializedName(value="componentName", alternate="ComponentName") @Expose @Nullable public String componentName
      The Component Name. Component name.
    • correlationId

      @SerializedName(value="correlationId", alternate="CorrelationId") @Expose @Nullable public UUID correlationId
      The Correlation Id. The client request Id that is used to correlate activity within the system.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Event display name.
    • resources

      @SerializedName(value="resources", alternate="Resources") @Expose @Nullable public List<AuditResource> resources
      The Resources. Resources being modified.
  • Constructor Details

    • AuditEvent

      public AuditEvent()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to