Class RequestDetails
Contains the integrity request information.
Implements
Inherited Members
Namespace: Google.Apis.PlayIntegrity.v1.Data
Assembly: Google.Apis.PlayIntegrity.v1.dll
Syntax
public class RequestDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nonce
Nonce that was provided in the request (which is base64 web-safe no-wrap).
Declaration
[JsonProperty("nonce")]
public virtual string Nonce { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestHash
Request hash that was provided in the request.
Declaration
[JsonProperty("requestHash")]
public virtual string RequestHash { get; set; }
Property Value
Type | Description |
---|---|
string |
RequestPackageName
Required. Application package name this attestation was requested for. Note: This field makes no guarantees or promises on the caller integrity. For details on application integrity, check application_integrity.
Declaration
[JsonProperty("requestPackageName")]
public virtual string RequestPackageName { get; set; }
Property Value
Type | Description |
---|---|
string |
TimestampMillis
Required. Timestamp, in milliseconds, of the integrity application request.
Declaration
[JsonProperty("timestampMillis")]
public virtual long? TimestampMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |