Edit

Share via


appVulnerabilityMobileApp resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

An app vulnerability mobile app.

Methods

Method Return Type Description
List appVulnerabilityMobileApps appVulnerabilityMobileApp collection List properties and relationships of the appVulnerabilityMobileApp objects.
Get appVulnerabilityMobileApp appVulnerabilityMobileApp Read properties and relationships of the appVulnerabilityMobileApp object.
Create appVulnerabilityMobileApp appVulnerabilityMobileApp Create a new appVulnerabilityMobileApp object.
Delete appVulnerabilityMobileApp None Deletes a appVulnerabilityMobileApp.
Update appVulnerabilityMobileApp appVulnerabilityMobileApp Update the properties of a appVulnerabilityMobileApp object.

Properties

Property Type Description
id String The entity key.
mobileAppId String The Intune mobile app ID.
displayName String The device name.
createdDateTime DateTimeOffset The created date.
lastModifiedDateTime DateTimeOffset The last modified date.
mobileAppType String The app type.
version String The app version.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appVulnerabilityMobileApp",
  "id": "String (identifier)",
  "mobileAppId": "String",
  "displayName": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "mobileAppType": "String",
  "version": "String"
}