Class AuditActor

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

public class AuditActor extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Audit Actor.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • applicationDisplayName

      @SerializedName(value="applicationDisplayName", alternate="ApplicationDisplayName") @Expose @Nullable public String applicationDisplayName
      The Application Display Name. Name of the Application.
    • applicationId

      @SerializedName(value="applicationId", alternate="ApplicationId") @Expose @Nullable public String applicationId
      The Application Id. AAD Application Id.
    • auditActorType

      @SerializedName(value="auditActorType", alternate="AuditActorType") @Expose @Nullable public String auditActorType
      The Audit Actor Type. Actor Type.
    • ipAddress

      @SerializedName(value="ipAddress", alternate="IpAddress") @Expose @Nullable public String ipAddress
      The Ip Address. IPAddress.
    • servicePrincipalName

      @SerializedName(value="servicePrincipalName", alternate="ServicePrincipalName") @Expose @Nullable public String servicePrincipalName
      The Service Principal Name. Service Principal Name (SPN).
    • userId

      @SerializedName(value="userId", alternate="UserId") @Expose @Nullable public String userId
      The User Id. User Id.
    • userPermissions

      @SerializedName(value="userPermissions", alternate="UserPermissions") @Expose @Nullable public List<String> userPermissions
      The User Permissions. List of user permissions when the audit was performed.
    • userPrincipalName

      @SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalName
      The User Principal Name. User Principal Name (UPN).
  • Constructor Details

    • AuditActor

      public AuditActor()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to