pub struct GoogleFirebaseAppcheckV1betaPlayIntegrityConfigDeviceIntegrity {
pub min_device_recognition_level: Option<String>,
}Expand description
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.
This type is not used in any activity, and only used as part of another schema.
Fields§
§min_device_recognition_level: Option<String>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.
Trait Implementations§
Source§impl Clone for GoogleFirebaseAppcheckV1betaPlayIntegrityConfigDeviceIntegrity
impl Clone for GoogleFirebaseAppcheckV1betaPlayIntegrityConfigDeviceIntegrity
Source§fn clone(
&self,
) -> GoogleFirebaseAppcheckV1betaPlayIntegrityConfigDeviceIntegrity
fn clone( &self, ) -> GoogleFirebaseAppcheckV1betaPlayIntegrityConfigDeviceIntegrity
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more