Actor
המשתמש/ת
ייצוג JSON
|
{
// 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 .
}
|
שדות
|
שדה איחוד
type סוג השחקן.
type
יכול להיות רק אחת מהאפשרויות הבאות:
|
user
|
object (User )
משתמש קצה.
|
anonymous
|
object (AnonymousUser )
משתמש אנונימי.
|
impersonation
|
object (Impersonation )
חשבון שפועל בשמו של אדם אחר.
|
system
|
object (SystemEvent )
גורם שאינו משתמש (כלומר, המערכת מופעלת).
|
administrator
|
object (Administrator )
אדמין.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 2024-10-15 (שעון UTC)."],[[["The Actor field identifies who or what initiated a Drive activity."],["Actor can be a user, an anonymous user, an impersonated account, a system event, or an administrator."],["The `type` field specifies the type of actor and links to more details about each actor type."],["JSON representation describes the structure of the actor object with its union field `type`."]]],[]]