Actor

Actor

L'attore di un'attività in Drive.

Rappresentazione 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.
}
Campi
Campo unione type. Il tipo di attore. type può essere solo uno dei seguenti:
user

object (User)

Un utente finale.

anonymous

object (AnonymousUser)

Un utente anonimo.

impersonation

object (Impersonation)

Un account che agisce per conto di un altro utente.

system

object (SystemEvent)

Un attore non utente (ad esempio attivato dal sistema).

administrator

object (Administrator)

Un amministratore.