Actor

Actor

Der Akteur einer Drive-Aktivität.

JSON-Darstellung
{

  // 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.
}
Felder
Union-Feld type. Der Typ des Akteurs. Für type ist nur einer der folgenden Werte zulässig:
user

object (User)

Endanwendende

anonymous

object (AnonymousUser)

Ein anonymer Nutzer.

impersonation

object (Impersonation)

Konto, das im Namen eines anderen handelt.

system

object (SystemEvent)

Ein Akteur, der kein Nutzer ist (d.h. vom System ausgelöst).

administrator

object (Administrator)

Einen Administrator.