Actor

Actor

The actor of a Drive activity.

JSON representation
{

  // Union field type can be only one of the following:
  "user": {
    object (User)
  },
  "anonymous": {
    object (AnonymousUser)
  },
  "impersonation": {
    object (Impersonation)
  },
  "system": {
    object (SystemEvent)
  },
  "administrator": {
    object (Administrator)
  }
  // End of list of possible types for union field type.
}
Fields
Union field type . The type of actor. type can be only one of the following:
user

object ( User )

An end user.

anonymous

object ( AnonymousUser )

An anonymous user.

impersonation

object ( Impersonation )

An account acting on behalf of another.

system

object ( SystemEvent )

A non-user actor (i.e. system triggered).

administrator

object ( Administrator )

An administrator.