Class AppAccessRiskVerdict
Contains signals about others apps on the device which could be used to access or control the requesting app.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class AppAccessRiskVerdict : IDirectResponseSchema
Properties
AppsDetected
List of detected app types signalled for App Access Risk.
Declaration
[JsonProperty("appsDetected")]
public virtual IList<string> AppsDetected { 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 |
OtherApps
Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by Google Play, and are not preloaded on the system image by the device manufacturer.
Declaration
[JsonProperty("otherApps")]
public virtual string OtherApps { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayOrSystemApps
Deprecated: this field will be removed, please use apps_detected instead. App access risk verdict related to apps that are not installed by the Google Play Store, and are not preloaded on the system image by the device manufacturer.
Declaration
[JsonProperty("playOrSystemApps")]
public virtual string PlayOrSystemApps { get; set; }
Property Value
Type | Description |
---|---|
string |