Microsoft Graph · Schema
microsoft.graph.mobileThreatDefenseConnector
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.mobileThreatDefenseConnector",
"title": "microsoft.graph.mobileThreatDefenseConnector",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.entity"
},
{
"title": "mobileThreatDefenseConnector",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"allowPartnerToCollectIOSApplicationMetadata": {
"type": "boolean",
"description": "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": {
"type": "boolean",
"description": "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": {
"type": "boolean",
"description": "When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking an Android device compliant. When FALSE, indicates that Intune may mark an Android device compliant before receiving data from the Mobile Threat Defense partner."
},
"androidEnabled": {
"type": "boolean",
"description": "When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Android devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Android devices. Default value is FALSE."
},
"androidMobileApplicationManagementEnabled": {
"type": "boolean",
"description": "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": {
"type": "boolean",
"description": "When TRUE, indicates that Intune must receive data from the Mobile Threat Defense partner prior to marking a device compliant. When FALSE, indicates that Intune may not recieve data from Mobile Threat Defense partner prior to making device compliant. Default value is FALSE."
},
"iosEnabled": {
"type": "boolean",
"description": "When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for iOS devices. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for iOS devices. Default value is FALSE."
},
"iosMobileApplicationManagementEnabled": {
"type": "boolean",
"description": "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": {
"pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$",
"type": "string",
"description": "DateTime of last Heartbeat recieved from the Mobile Threat Defense partner",
"format": "date-time"
},
"microsoftDefenderForEndpointAttachEnabled": {
"type": "boolean",
"description": "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": {
"$ref": "#/components/schemas/microsoft.graph.mobileThreatPartnerTenantState"
},
"partnerUnresponsivenessThresholdInDays": {
"maximum": 2147483647,
"minimum": -2147483648,
"type": "number",
"description": "Indicates the number of days without receiving a heartbeat from a Mobile Threat Defense partner before the partner is marked as unresponsive. Intune will the ignore the data from this Mobile Threat Defense Partner for next compliance calculation.",
"format": "int32"
},
"partnerUnsupportedOsVersionBlocked": {
"type": "boolean",
"description": "When TRUE, indicates that Intune will mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. When FALSE, indicates that Intune will not mark devices noncompliant on enabled platforms that do not meet the minimum version requirements of the Mobile Threat Defense partner. Default value is FALSE."
},
"windowsDeviceBlockedOnMissingPartnerData": {
"type": "boolean",
"description": "When TRUE, indicates that Intune must receive data from the data sync partner prior to marking a device compliant for Windows. When FALSE, indicates that Intune may mark a device compliant without receiving data from the data sync partner for Windows. Default value is FALSE."
},
"windowsEnabled": {
"type": "boolean",
"description": "When TRUE, indicates that data from the Mobile Threat Defense partner will be used during compliance evaluations for Windows. When FALSE, indicates that data from the Mobile Threat Defense partner will not be used during compliance evaluations for Windows. Default value is FALSE."
},
"@odata.type": {
"type": "string"
}
},
"description": "Entity which represents a connection to Mobile Threat Defense partner."
}
],
"x-ms-discriminator-value": "#microsoft.graph.mobileThreatDefenseConnector"
}