View Source GoogleApi.AndroidManagement.V1.Model.KeyguardDismissAuthAttemptEvent (google_api_android_management v0.48.2)

An attempt was made to unlock the device.

Attributes

  • strongAuthMethodUsed (type: boolean(), default: nil) - Whether a strong form of authentication (password, PIN, or pattern) was used to unlock device.
  • success (type: boolean(), default: nil) - Whether the unlock attempt was successful.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.KeyguardDismissAuthAttemptEvent{
  strongAuthMethodUsed: boolean() | nil,
  success: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.