managedDeviceMobileAppConfigurationDeviceStatus 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.
Contains properties, inherited properties and actions for an MDM mobile app configuration status for a device.
Methods
Method | Return Type | Description |
---|---|---|
List managedDeviceMobileAppConfigurationDeviceStatuses | managedDeviceMobileAppConfigurationDeviceStatus collection | List properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus objects. |
Get managedDeviceMobileAppConfigurationDeviceStatus | managedDeviceMobileAppConfigurationDeviceStatus | Read properties and relationships of the managedDeviceMobileAppConfigurationDeviceStatus object. |
Create managedDeviceMobileAppConfigurationDeviceStatus | managedDeviceMobileAppConfigurationDeviceStatus | Create a new managedDeviceMobileAppConfigurationDeviceStatus object. |
Delete managedDeviceMobileAppConfigurationDeviceStatus | None | Deletes a managedDeviceMobileAppConfigurationDeviceStatus. |
Update managedDeviceMobileAppConfigurationDeviceStatus | managedDeviceMobileAppConfigurationDeviceStatus | Update the properties of a managedDeviceMobileAppConfigurationDeviceStatus object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
deviceDisplayName | String | Device name of the DevicePolicyStatus. |
userName | String | The User Name that is being reported |
deviceModel | String | The device model that is being reported |
platform | Int32 | Platform of the device that is being reported |
complianceGracePeriodExpirationDateTime | DateTimeOffset | The DateTime when device compliance grace period expires |
status | complianceStatus | Compliance status of the policy report. Possible values are: unknown , notApplicable , compliant , remediated , nonCompliant , error , conflict , notAssigned . |
lastReportedDateTime | DateTimeOffset | Last modified date time of the policy report. |
userPrincipalName | String | UserPrincipalName. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.managedDeviceMobileAppConfigurationDeviceStatus",
"id": "String (identifier)",
"deviceDisplayName": "String",
"userName": "String",
"deviceModel": "String",
"platform": 1024,
"complianceGracePeriodExpirationDateTime": "String (timestamp)",
"status": "String",
"lastReportedDateTime": "String (timestamp)",
"userPrincipalName": "String"
}