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

A cryptographic key including user installed, admin installed and system maintained private key is installed on the device either by the user or management.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 generated the key.
  • keyAlias (type: String.t, default: nil) - Alias of the key.
  • success (type: boolean(), default: nil) - Whether the operation was successful.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.