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

A root certificate was removed from 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 removal succeeded.
  • userId (type: integer(), default: nil) - The user in which the certificate removal event occurred. 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.CertAuthorityRemovedEvent{
  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.