Out of compliance information Data Type

Represents the view for the out of compliance information for a user device.

Properties
Name Type Description
date string Out of compliance creation date/time.
reason string Reason for this user device to be out of compliance.
displayName string Display name of the reason for this user device to be out of compliance.

Example

{
  "date" : "2017-01-01T11:04:30.45Z",
  "reason" : "jailbroken",
  "displayName" : "Integrity alert"
}