Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.6 KB

intune-mam-managedappstatus.md

File metadata and controls

49 lines (41 loc) · 1.6 KB
title description author localization_priority ms.subservice doc_type
managedAppStatus resource type
Represents app protection and configuration status for the organization.
jaiprakashmb
Normal
intune
resourcePageType

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"
}