AI-generated Key Takeaways
-
An admin has enabled or disabled the backup service.
-
The JSON representation of this event includes the admin's package name and user ID, and the current state of the backup service.
-
The
adminPackageName
field is a string representing the package name of the admin app requesting the change. -
The
adminUserId
field is an integer representing the user ID of the admin app. -
The
backupServiceState
field is an enum indicating whether the backup service is enabled.
An admin has enabled or disabled backup service.
JSON representation |
---|
{
"adminPackageName": string,
"adminUserId": integer,
"backupServiceState": enum ( |
Fields | |
---|---|
adminPackageName |
Package name of the admin app requesting the change. |
adminUserId |
User ID of the admin app from the which the change was requested. |
backupServiceState |
Whether the backup service is enabled |