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 Allow Partner To Collect IOSApplication Metadata.The Allow Partner To Collect IOSPersonal Application Metadata.The Android Device Blocked On Missing Partner Data.The Android Enabled.The Android Mobile Application Management Enabled.The Ios Device Blocked On Missing Partner Data.The Ios Enabled.The Ios Mobile Application Management Enabled.The Last Heartbeat Date Time.The Microsoft Defender For Endpoint Attach Enabled.The Partner State.The Partner Unresponsiveness Threshold In Days.The Partner Unsupported Os Version Blocked.The Windows Device Blocked On Missing Partner Data.The Windows Enabled. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
allowPartnerToCollectIOSApplicationMetadata
@SerializedName(value="allowPartnerToCollectIOSApplicationMetadata", alternate="AllowPartnerToCollectIOSApplicationMetadata") @Expose @Nullable public Boolean allowPartnerToCollectIOSApplicationMetadataThe 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 allowPartnerToCollectIOSPersonalApplicationMetadataThe 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 androidDeviceBlockedOnMissingPartnerDataThe 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 androidEnabledThe 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 androidMobileApplicationManagementEnabledThe 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 iosDeviceBlockedOnMissingPartnerDataThe 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 iosEnabledThe 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 iosMobileApplicationManagementEnabledThe 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 lastHeartbeatDateTimeThe 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 microsoftDefenderForEndpointAttachEnabledThe 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 partnerStateThe 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 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 Mobile Threat Defense partner -
windowsDeviceBlockedOnMissingPartnerData
@SerializedName(value="windowsDeviceBlockedOnMissingPartnerData", alternate="WindowsDeviceBlockedOnMissingPartnerData") @Expose @Nullable public Boolean windowsDeviceBlockedOnMissingPartnerDataThe 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 windowsEnabledThe 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-