Actor
The actor of a Drive activity.
| JSON representation |
|---|
{ // Union field |
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.

