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

Validates whether Android’s built-in cryptographic library (BoringSSL) is valid. Should always succeed on device boot, if it fails, the device should be considered untrusted.

Attributes

  • success (type: boolean(), default: nil) - Whether the test succeeded.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.