View Source GoogleApi.PlayIntegrity.V1.Model.DeviceIntegrity (google_api_play_integrity v0.11.0)

Contains the device attestation information.

Attributes

  • deviceAttributes (type: GoogleApi.PlayIntegrity.V1.Model.DeviceAttributes.t, default: nil) - Attributes of the device where the integrity token was generated.
  • deviceRecall (type: GoogleApi.PlayIntegrity.V1.Model.DeviceRecall.t, default: nil) - Details about the device recall bits set by the developer.
  • deviceRecognitionVerdict (type: list(String.t), default: nil) - Details about the integrity of the device the app is running on.
  • recentDeviceActivity (type: GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity.t, default: nil) - Details about the device activity of the device the app is running on.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.PlayIntegrity.V1.Model.DeviceIntegrity{
  deviceAttributes: GoogleApi.PlayIntegrity.V1.Model.DeviceAttributes.t() | nil,
  deviceRecall: GoogleApi.PlayIntegrity.V1.Model.DeviceRecall.t() | nil,
  deviceRecognitionVerdict: [String.t()] | nil,
  recentDeviceActivity:
    GoogleApi.PlayIntegrity.V1.Model.RecentDeviceActivity.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.