Class Indicator

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.Indicator
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
ArticleIndicator, IntelligenceProfileIndicator

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

    • source

      @SerializedName(value="source", alternate="Source") @Expose @Nullable public IndicatorSource source
      The Source. The source that provides this indicator. The possible values are: microsoftDefenderThreatIntelligence, openSourceIntelligence, public, unknownFutureValue.
    • artifact

      @SerializedName(value="artifact", alternate="Artifact") @Expose @Nullable public Artifact artifact
      The Artifact. The artifact related to this indicator.
  • Constructor Details

    • Indicator

      public Indicator()
  • 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