Class MobileThreatDefenseConnector

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

public class MobileThreatDefenseConnector extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Mobile Threat Defense Connector.
  • Field Details

    • androidDeviceBlockedOnMissingPartnerData

      @SerializedName(value="androidDeviceBlockedOnMissingPartnerData", alternate="AndroidDeviceBlockedOnMissingPartnerData") @Expose @Nullable public Boolean androidDeviceBlockedOnMissingPartnerData
      The Android Device Blocked On Missing Partner Data. For Android, set whether Intune must receive data from the data sync partner prior to marking a device compliant
    • androidEnabled

      @SerializedName(value="androidEnabled", alternate="AndroidEnabled") @Expose @Nullable public Boolean androidEnabled
      The Android Enabled. For Android, set whether data from the data sync partner should be used during compliance evaluations
    • iosDeviceBlockedOnMissingPartnerData

      @SerializedName(value="iosDeviceBlockedOnMissingPartnerData", alternate="IosDeviceBlockedOnMissingPartnerData") @Expose @Nullable public Boolean iosDeviceBlockedOnMissingPartnerData
      The Ios Device Blocked On Missing Partner Data. For IOS, set whether Intune must receive data from the data sync partner prior to marking a device compliant
    • iosEnabled

      @SerializedName(value="iosEnabled", alternate="IosEnabled") @Expose @Nullable public Boolean iosEnabled
      The Ios Enabled. For IOS, get or set whether data from the data sync partner should be used during compliance evaluations
    • lastHeartbeatDateTime

      @SerializedName(value="lastHeartbeatDateTime", alternate="LastHeartbeatDateTime") @Expose @Nullable public OffsetDateTime lastHeartbeatDateTime
      The Last Heartbeat Date Time. DateTime of last Heartbeat recieved from the Data Sync Partner
    • partnerState

      @SerializedName(value="partnerState", alternate="PartnerState") @Expose @Nullable public MobileThreatPartnerTenantState partnerState
      The Partner State. Data Sync Partner state for this account. Possible values are: unavailable, available, enabled, unresponsive.
    • partnerUnresponsivenessThresholdInDays

      @SerializedName(value="partnerUnresponsivenessThresholdInDays", alternate="PartnerUnresponsivenessThresholdInDays") @Expose @Nullable public Integer partnerUnresponsivenessThresholdInDays
      The Partner Unresponsiveness Threshold In Days. Get or Set days the per tenant tolerance to unresponsiveness for this partner integration
    • partnerUnsupportedOsVersionBlocked

      @SerializedName(value="partnerUnsupportedOsVersionBlocked", alternate="PartnerUnsupportedOsVersionBlocked") @Expose @Nullable public Boolean partnerUnsupportedOsVersionBlocked
      The Partner Unsupported Os Version Blocked. Get or set whether to block devices on the enabled platforms that do not meet the minimum version requirements of the Data Sync Partner
  • Constructor Details

    • MobileThreatDefenseConnector

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