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

A new root certificate was installed into the system's trusted credential storage. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

Attributes

  • certificate (type: String.t, default: nil) - Subject of the certificate.
  • success (type: boolean(), default: nil) - Whether the installation event succeeded.
  • userId (type: integer(), default: nil) - The user in which the certificate install event happened. Only available for devices running Android 11 and above.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.CertAuthorityInstalledEvent{
  certificate: String.t() | nil,
  success: boolean() | nil,
  userId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.