View Source GoogleApi.AndroidManagement.V1.Model.KeyIntegrityViolationEvent (google_api_android_management v0.50.0)

A cryptographic key including user installed, admin installed and system maintained private key is determined to be corrupted due to storage corruption, hardware failure or some OS issue. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

Attributes

  • applicationUid (type: integer(), default: nil) - UID of the application which owns the key
  • keyAlias (type: String.t, default: nil) - Alias of the key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.KeyIntegrityViolationEvent{
  applicationUid: integer() | nil,
  keyAlias: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.