Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Android Device Blocked On Missing Partner Data.The Android Enabled.The Ios Device Blocked On Missing Partner Data.The Ios Enabled.The Last Heartbeat Date Time.The Partner State.The Partner Unresponsiveness Threshold In Days.The Partner Unsupported Os Version Blocked. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
androidDeviceBlockedOnMissingPartnerData
@SerializedName(value="androidDeviceBlockedOnMissingPartnerData", alternate="AndroidDeviceBlockedOnMissingPartnerData") @Expose @Nullable public Boolean androidDeviceBlockedOnMissingPartnerDataThe 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 androidEnabledThe 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 iosDeviceBlockedOnMissingPartnerDataThe 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 iosEnabledThe 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 lastHeartbeatDateTimeThe Last Heartbeat Date Time. DateTime of last Heartbeat recieved from the Data Sync Partner -
partnerState
@SerializedName(value="partnerState", alternate="PartnerState") @Expose @Nullable public MobileThreatPartnerTenantState partnerStateThe 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 partnerUnresponsivenessThresholdInDaysThe 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 partnerUnsupportedOsVersionBlockedThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-