public class DirectoryAudit extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
activityDateTime
The Activity Date Time.
|
java.lang.String |
activityDisplayName
The Activity Display Name.
|
java.util.List<KeyValue> |
additionalDetails
The Additional Details.
|
java.lang.String |
category
The Category.
|
java.lang.String |
correlationId
The Correlation Id.
|
AuditActivityInitiator |
initiatedBy
The Initiated By.
|
java.lang.String |
loggedByService
The Logged By Service.
|
java.lang.String |
operationType
The Operation Type.
|
OperationResult |
result
The Result.
|
java.lang.String |
resultReason
The Result Reason.
|
java.util.List<TargetResource> |
targetResources
The Target Resources.
|
| Constructor and Description |
|---|
DirectoryAudit() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="activityDateTime",
alternate="ActivityDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime activityDateTime
@SerializedName(value="activityDisplayName",
alternate="ActivityDisplayName")
@Expose
@Nullable
public java.lang.String activityDisplayName
@SerializedName(value="additionalDetails",
alternate="AdditionalDetails")
@Expose
@Nullable
public java.util.List<KeyValue> additionalDetails
@SerializedName(value="category",
alternate="Category")
@Expose
@Nullable
public java.lang.String category
@SerializedName(value="correlationId",
alternate="CorrelationId")
@Expose
@Nullable
public java.lang.String correlationId
@SerializedName(value="initiatedBy",
alternate="InitiatedBy")
@Expose
@Nullable
public AuditActivityInitiator initiatedBy
@SerializedName(value="loggedByService",
alternate="LoggedByService")
@Expose
@Nullable
public java.lang.String loggedByService
@SerializedName(value="operationType",
alternate="OperationType")
@Expose
@Nullable
public java.lang.String operationType
@SerializedName(value="result",
alternate="Result")
@Expose
@Nullable
public OperationResult result
@SerializedName(value="resultReason",
alternate="ResultReason")
@Expose
@Nullable
public java.lang.String resultReason
@SerializedName(value="targetResources",
alternate="TargetResources")
@Expose
@Nullable
public java.util.List<TargetResource> targetResources
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to