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

    • allowPartnerToCollectIOSApplicationMetadata

      @SerializedName(value="allowPartnerToCollectIOSApplicationMetadata", alternate="AllowPartnerToCollectIOSApplicationMetadata") @Expose @Nullable public Boolean allowPartnerToCollectIOSApplicationMetadata
      The Allow Partner To Collect IOSApplication Metadata. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about installed applications from Intune for IOS devices. Default value is FALSE.
    • allowPartnerToCollectIOSPersonalApplicationMetadata

      @SerializedName(value="allowPartnerToCollectIOSPersonalApplicationMetadata", alternate="AllowPartnerToCollectIOSPersonalApplicationMetadata") @Expose @Nullable public Boolean allowPartnerToCollectIOSPersonalApplicationMetadata
      The Allow Partner To Collect IOSPersonal Application Metadata. When TRUE, indicates the Mobile Threat Defense partner may collect metadata about personally installed applications from Intune for IOS devices. When FALSE, indicates the Mobile Threat Defense partner may not collect metadata about personally installed applications from Intune for IOS devices. Default value is FALSE.
    • 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 Mobile Threat Defense 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 Mobile Threat Defense partner should be used during compliance evaluations
    • androidMobileApplicationManagementEnabled

      @SerializedName(value="androidMobileApplicationManagementEnabled", alternate="AndroidMobileApplicationManagementEnabled") @Expose @Nullable public Boolean androidMobileApplicationManagementEnabled
      The Android Mobile Application Management Enabled. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for Android devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for Android devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
    • 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 Mobile Threat Defense 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 Mobile Threat Defense partner should be used during compliance evaluations
    • iosMobileApplicationManagementEnabled

      @SerializedName(value="iosMobileApplicationManagementEnabled", alternate="IosMobileApplicationManagementEnabled") @Expose @Nullable public Boolean iosMobileApplicationManagementEnabled
      The Ios Mobile Application Management Enabled. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during Mobile Application Management (MAM) evaluations for IOS devices. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during Mobile Application Management (MAM) evaluations for IOS devices. Only one partner per platform may be enabled for Mobile Application Management (MAM) evaluation. Default value is FALSE.
    • lastHeartbeatDateTime

      @SerializedName(value="lastHeartbeatDateTime", alternate="LastHeartbeatDateTime") @Expose @Nullable public OffsetDateTime lastHeartbeatDateTime
      The Last Heartbeat Date Time. DateTime of last Heartbeat recieved from the Mobile Threat Defense partner
    • microsoftDefenderForEndpointAttachEnabled

      @SerializedName(value="microsoftDefenderForEndpointAttachEnabled", alternate="MicrosoftDefenderForEndpointAttachEnabled") @Expose @Nullable public Boolean microsoftDefenderForEndpointAttachEnabled
      The Microsoft Defender For Endpoint Attach Enabled. When TRUE, inidicates that configuration profile management via Microsoft Defender for Endpoint is enabled. When FALSE, inidicates that configuration profile management via Microsoft Defender for Endpoint is disabled. Default value is FALSE.
    • partnerState

      @SerializedName(value="partnerState", alternate="PartnerState") @Expose @Nullable public MobileThreatPartnerTenantState partnerState
      The Partner State. Mobile Threat Defense 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 Mobile Threat Defense partner
    • windowsDeviceBlockedOnMissingPartnerData

      @SerializedName(value="windowsDeviceBlockedOnMissingPartnerData", alternate="WindowsDeviceBlockedOnMissingPartnerData") @Expose @Nullable public Boolean windowsDeviceBlockedOnMissingPartnerData
      The Windows Device Blocked On Missing Partner Data. When TRUE, inidicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant for Windows. When FALSE, inidicates that Intune may make a device compliant without receiving data from the Mobile Threat Defense partner for Windows. Default value is FALSE.
    • windowsEnabled

      @SerializedName(value="windowsEnabled", alternate="WindowsEnabled") @Expose @Nullable public Boolean windowsEnabled
      The Windows Enabled. When TRUE, inidicates that data from the Mobile Threat Defense partner can be used during compliance evaluations for Windows. When FALSE, inidicates that data from the Mobile Threat Defense partner should not be used during compliance evaluations for Windows. Default value is FALSE.
  • 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