Class IpEvidence

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

public class IpEvidence extends AlertEvidence implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ip Evidence.
  • Field Details

    • countryLetterCode

      @SerializedName(value="countryLetterCode", alternate="CountryLetterCode") @Expose @Nullable public String countryLetterCode
      The Country Letter Code. The two-letter country code according to ISO 3166 format, for example: US, UK, CA, etc..).
    • ipAddress

      @SerializedName(value="ipAddress", alternate="IpAddress") @Expose @Nullable public String ipAddress
      The Ip Address. The value of the IP Address, can be either in V4 address or V6 address format.
  • Constructor Details

    • IpEvidence

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