Class HostLogonSessionEvidence

java.lang.Object
com.microsoft.graph.security.models.AlertEvidence
com.microsoft.graph.security.models.HostLogonSessionEvidence
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostLogonSessionEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Logon Session Evidence.
  • Field Details

    • account

      @SerializedName(value="account", alternate="Account") @Expose @Nullable public UserEvidence account
      The Account.
    • endUtcDateTime

      @SerializedName(value="endUtcDateTime", alternate="EndUtcDateTime") @Expose @Nullable public OffsetDateTime endUtcDateTime
      The End Utc Date Time.
    • host

      @SerializedName(value="host", alternate="Host") @Expose @Nullable public DeviceEvidence host
      The Host.
    • sessionId

      @SerializedName(value="sessionId", alternate="SessionId") @Expose @Nullable public String sessionId
      The Session Id.
    • startUtcDateTime

      @SerializedName(value="startUtcDateTime", alternate="StartUtcDateTime") @Expose @Nullable public OffsetDateTime startUtcDateTime
      The Start Utc Date Time.
  • Constructor Details

    • HostLogonSessionEvidence

      public HostLogonSessionEvidence()
  • 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 AlertEvidence
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to