DriveSyncStateChanged

Alerts for when a user is restricted from syncing content from clients such as Drive for Desktop.

JSON representation
{
  "email": string,
  "syncPauseStartTime": string,
  "syncState": enum (SyncState),
  "syncStateChangeReason": enum (SyncStateChangeReason)
}
Fields
email

string

Email of the user affected.

syncPauseStartTime

string (Timestamp format)

Time at which sync was paused.

syncState

enum (SyncState)

The current sync state.

syncStateChangeReason

enum (SyncStateChangeReason)

The reason for the sync state change.