Class DeviceIntegrity
Contains the device attestation information.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class DeviceIntegrity : IDirectResponseSchema
Properties
DeviceRecall
Details about the device recall bits set by the developer.
Declaration
[JsonProperty("deviceRecall")]
public virtual DeviceRecall DeviceRecall { get; set; }
Property Value
Type | Description |
---|---|
DeviceRecall |
DeviceRecognitionVerdict
Details about the integrity of the device the app is running on.
Declaration
[JsonProperty("deviceRecognitionVerdict")]
public virtual IList<string> DeviceRecognitionVerdict { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RecentDeviceActivity
Details about the device activity of the device the app is running on.
Declaration
[JsonProperty("recentDeviceActivity")]
public virtual RecentDeviceActivity RecentDeviceActivity { get; set; }
Property Value
Type | Description |
---|---|
RecentDeviceActivity |