appVulnerabilityMobileApp resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
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"
}