Class EnvironmentDetails
Contains information about the environment Play Integrity API runs in, e.g. Play Protect verdict.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class EnvironmentDetails : IDirectResponseSchema
Properties
AppAccessRiskVerdict
The evaluation of the App Access Risk verdicts.
Declaration
[JsonProperty("appAccessRiskVerdict")]
public virtual AppAccessRiskVerdict AppAccessRiskVerdict { get; set; }
Property Value
Type | Description |
---|---|
AppAccessRiskVerdict |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayProtectVerdict
The evaluation of Play Protect verdict.
Declaration
[JsonProperty("playProtectVerdict")]
public virtual string PlayProtectVerdict { get; set; }
Property Value
Type | Description |
---|---|
string |