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
DeviceAttributes
Attributes of the device where the integrity token was generated.
Declaration
[JsonProperty("deviceAttributes")]
public virtual DeviceAttributes DeviceAttributes { get; set; }
Property Value
Type | Description |
---|---|
DeviceAttributes |
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 |
LegacyDeviceRecognitionVerdict
Contains legacy details about the integrity of the device the app is running on. Only for devices with Android version T or higher and only for apps opted in to the new verdicts. Only available during the transition period to the new verdicts system and will be removed afterwards.
Declaration
[JsonProperty("legacyDeviceRecognitionVerdict")]
public virtual IList<string> LegacyDeviceRecognitionVerdict { get; set; }
Property Value
Type | Description |
---|---|
IList<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 |