Actor

Actor (Diễn viên)

Tác nhân của một hoạt động trên Drive.

Biểu diễn dưới dạng 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.
}
Trường
Trường nhóm type. Loại người thực hiện. type chỉ có thể là một trong những trạng thái sau:
user

object (User)

Người dùng cuối.

anonymous

object (AnonymousUser)

Một người dùng ẩn danh.

impersonation

object (Impersonation)

Một tài khoản hành động thay mặt cho một tài khoản khác.

system

object (SystemEvent)

Một tác nhân không phải người dùng (tức là do hệ thống kích hoạt).

administrator

object (Administrator)

Quản trị viên.