Show / Hide Table of Contents

Class AppAccessRiskVerdict

Contains signals about others apps on the device which could be used to access or control the requesting app.

Inheritance
object
AppAccessRiskVerdict
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX