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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The Actor refers to the entity that performs a Drive activity."],["It can be an end-user, anonymous user, an account acting on behalf of another, a system trigger, or an administrator."],["The actor is categorized by a \"type\" field which determines its specific role."],["The JSON representation includes detailed information for each actor type."]]],[]]