Actor

Actor

מבצע הפעילות ב-Drive.

ייצוג 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)

אדמין.