Class GoogleFirebaseAppcheckV1PlayIntegrityConfigDeviceIntegrity
A settings object specifying device integrity requirements for Android devices running your app. These settings correspond to requirements on the device integrity field obtained from the Play Integrity API. See the default responses table for a quick summary. Warning: There are also conditional as well as optional responses that you can receive, but requires additional explicit opt-in from you. The App Check API is not responsible for any such opt-ins. The default values for these settings work for most apps, and are recommended.
Implements
Inherited Members
Namespace: Google.Apis.Firebaseappcheck.v1.Data
Assembly: Google.Apis.Firebaseappcheck.v1.dll
Syntax
public class GoogleFirebaseAppcheckV1PlayIntegrityConfigDeviceIntegrity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MinDeviceRecognitionLevel
Specifies the minimum device integrity level in order for the device to be considered valid. Any device with
a device recognition verdict lower than this level will be rejected. If this is unspecified, the default
level is NO_INTEGRITY.
Declaration
[JsonProperty("minDeviceRecognitionLevel")]
public virtual string MinDeviceRecognitionLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |