deviceComplianceDeviceStatus resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Not yet documented
Methods
Method | Return Type | Description |
---|---|---|
List deviceComplianceDeviceStatuses | deviceComplianceDeviceStatus collection | List properties and relationships of the deviceComplianceDeviceStatus objects. |
Get deviceComplianceDeviceStatus | deviceComplianceDeviceStatus | Read properties and relationships of the deviceComplianceDeviceStatus object. |
Create deviceComplianceDeviceStatus | deviceComplianceDeviceStatus | Create a new deviceComplianceDeviceStatus object. |
Delete deviceComplianceDeviceStatus | None | Deletes a deviceComplianceDeviceStatus. |
Update deviceComplianceDeviceStatus | deviceComplianceDeviceStatus | Update the properties of a deviceComplianceDeviceStatus 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 |
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.deviceComplianceDeviceStatus",
"id": "String (identifier)",
"deviceDisplayName": "String",
"userName": "String",
"deviceModel": "String",
"complianceGracePeriodExpirationDateTime": "String (timestamp)",
"status": "String",
"lastReportedDateTime": "String (timestamp)",
"userPrincipalName": "String"
}