User device attestation Data Type

Information about the current configuration for device attestation.

Properties
Name Type Description
type string Type of attestation.
lastAttestationResponseReceived string The latest date when the user's device performed attestation.
status string The status of attestation performed by the device.
attestationNote string A note that provides guidance for what to do with the device after attestation is complete.

Example

{
  "type" : "SAFETYNET",
  "lastAttestationResponseReceived" : "2017-01-01T11:04:30.45Z",
  "status" : "SUCCESS",
  "attestationNote" : "RESTORE_TO_FACTORY_ROM"
}