Class HostCookie

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class HostCookie extends Artifact implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Host Cookie.
  • Field Details

    • domain

      @SerializedName(value="domain", alternate="Domain") @Expose @Nullable public String domain
      The Domain. The URI for which the cookie is valid.
    • firstSeenDateTime

      @SerializedName(value="firstSeenDateTime", alternate="FirstSeenDateTime") @Expose @Nullable public OffsetDateTime firstSeenDateTime
      The First Seen Date Time. The first date and time when this hostCookie was observed by Microsoft Defender Threat Intelligence. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z.
    • lastSeenDateTime

      @SerializedName(value="lastSeenDateTime", alternate="LastSeenDateTime") @Expose @Nullable public OffsetDateTime lastSeenDateTime
      The Last Seen Date Time. The most recent date and time when this hostCookie was observed by Microsoft Defender Threat Intelligence. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014, is 2014-01-01T00:00:00Z.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The name of the cookie, for example, JSESSIONID or SEARCH_NAMESITE.
    • host

      @SerializedName(value="host", alternate="Host") @Expose @Nullable public Host host
      The Host. Indicates that a cookie of this name and domain was found related to this host.
  • Constructor Details

    • HostCookie

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