Show / Hide Table of Contents

Class AppIntegrity

Contains the application integrity information.

Inheritance
object
AppIntegrity
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 AppIntegrity : IDirectResponseSchema

Properties

AppRecognitionVerdict

Required. Details about the app recognition verdict

Declaration
[JsonProperty("appRecognitionVerdict")]
public virtual string AppRecognitionVerdict { get; set; }
Property Value
Type Description
string

CertificateSha256Digest

The SHA256 hash of the requesting app's signing certificates (base64 web-safe encoded). Set iff app_recognition_verdict != UNEVALUATED.

Declaration
[JsonProperty("certificateSha256Digest")]
public virtual IList<string> CertificateSha256Digest { 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

PackageName

Package name of the application under attestation. Set iff app_recognition_verdict != UNEVALUATED.

Declaration
[JsonProperty("packageName")]
public virtual string PackageName { get; set; }
Property Value
Type Description
string

VersionCode

Version code of the application. Set iff app_recognition_verdict != UNEVALUATED.

Declaration
[JsonProperty("versionCode")]
public virtual long? VersionCode { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX