User
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Informazioni su un utente di Drive.
Rappresentazione JSON |
{
"displayName": string,
"kind": string,
"me": boolean,
"permissionId": string,
"emailAddress": string,
"photoLink": string
} |
Campi |
displayName |
string
Solo output. Un nome visualizzabile in formato testo normale per questo utente.
|
kind |
string
Solo output. Identifica il tipo di risorsa. Valore: la stringa fissa drive#user .
|
me |
boolean
Solo output. Indica se questo utente è l'utente richiedente.
|
permissionId |
string
Solo output. L'ID utente visualizzato nelle risorse di autorizzazione.
|
emailAddress |
string
Solo output. L'indirizzo email dell'utente. Potrebbe non essere presente in determinati contesti se l'utente non ha reso visibile il proprio indirizzo email al richiedente.
|
photoLink |
string
Solo output. Un link alla foto del profilo dell'utente, se disponibile.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# User\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInformation about a Drive user.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"displayName\": string, \"kind\": string, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": string } ``` |\n\n| Fields ||\n|----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. A plain text displayable name for this user. |\n| `kind` | `string` Output only. Identifies what kind of resource this is. Value: the fixed string `drive#user`. |\n| `me` | `boolean` Output only. Whether this user is the requesting user. |\n| `permissionId` | `string` Output only. The user's ID as visible in Permission resources. |\n| `emailAddress` | `string` Output only. The email address of the user. This may not be present in certain contexts if the user has not made their email address visible to the requester. |\n| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]