managedAppStatusRaw resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Represents an un-typed status report about organizations app protection and configuration.
Inherits from managedAppStatus
Methods
Method | Return Type | Description |
---|---|---|
List managedAppStatusRaws | managedAppStatusRaw collection | List properties and relationships of the managedAppStatusRaw objects. |
Get managedAppStatusRaw | managedAppStatusRaw | Read properties and relationships of the managedAppStatusRaw object. |
Properties
Property | Type | Description |
---|---|---|
displayName | String | Friendly name of the status report. Inherited from managedAppStatus |
id | String | Key of the entity. Inherited from managedAppStatus |
version | String | Version of the entity. Inherited from managedAppStatus |
content | Json | Status report content. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedAppStatusRaw",
"displayName": "String",
"id": "String (identifier)",
"version": "String",
"content": {
"@odata.type": "microsoft.graph.Json"
}
}