managedAppStatus resource type

Namespace: microsoft.graph

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

Represents app protection and configuration status for the organization.

Methods

Method Return Type Description
List managedAppStatuses managedAppStatus collection List properties and relationships of the managedAppStatus objects.
Get managedAppStatus managedAppStatus Read properties and relationships of the managedAppStatus object.

Properties

Property Type Description
displayName String Friendly name of the status report.
id String Key of the entity.
version String Version of the entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedAppStatus",
  "displayName": "String",
  "id": "String (identifier)",
  "version": "String"
}