AppProcessStartEvent

  • App processes initiated are accessible across the entire device for fully managed devices.

  • For organization-owned devices with work profiles, these processes are confined to the work profile.

  • The process information is represented using JSON, adhering to the AppProcessInfo schema.

An app process was started. This is available device-wide on fully managed devices and within the work profile on organization-owned devices with a work profile.

JSON representation
{
  "processInfo": {
    object (AppProcessInfo)
  }
}
Fields
processInfo

object (AppProcessInfo)

Information about a process.