Show / Hide Table of Contents

Class GoogleFirebaseAppcheckV1betaPlayIntegrityConfigAppIntegrity

A settings object specifying application integrity requirements for Android devices running your app. These settings correspond to requirements on the application integrity field obtained from the Play Integrity API. See the default responses table for a quick summary. The default values for these settings work for most apps, and are recommended.

Inheritance
object
GoogleFirebaseAppcheckV1betaPlayIntegrityConfigAppIntegrity
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.Firebaseappcheck.v1beta.Data
Assembly: Google.Apis.Firebaseappcheck.v1beta.dll
Syntax
public class GoogleFirebaseAppcheckV1betaPlayIntegrityConfigAppIntegrity : IDirectResponseSchema

Properties

AllowUnrecognizedVersion

Specifies whether your running app is allowed to have the UNRECOGNIZED_VERSION app recognition verdict. Note that the app recognition verdict PLAY_RECOGNIZED is a strong, comprehensive integrity signal that takes into account various other signals, including conditional and optional device integrity responses that you have opted into. If your app is published off-Play, this field should be set to true to allow instances of your app installed from off-Play sources to function. If set to false, only PLAY_RECOGNIZED verdicts are allowed, and both UNRECOGNIZED_VERSION and UNEVALUATED will be rejected. If set to true, any app recognition verdict is allowed. The default value is false.

Declaration
[JsonProperty("allowUnrecognizedVersion")]
public virtual bool? AllowUnrecognizedVersion { get; set; }
Property Value
Type Description
bool?

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