Actor

Actor (Diễn viên)

Người thực hiện 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.
}
Các trường
Trường hợp nhất type. Kiểu người thực hiện. type chỉ có thể là một trong những trạng thái sau đây:
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 hoạt động thay mặt cho một tài khoản khác.

system

object (SystemEvent)

Người thực hiện không phải là người dùng (tức là hệ thống đã kích hoạt).

administrator

object (Administrator)

Quản trị viên.