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,
"isAuthenticatedUser": boolean,
"permissionId": string,
"emailAddress": string,
"picture": {
"url": 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 .
|
isAuthenticatedUser |
boolean
Solo output. Indica se questo utente è lo stesso dell'utente autenticato per il quale è stata effettuata la richiesta.
|
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.
|
picture |
object
Solo output. L'immagine del profilo dell'utente.
|
picture.url |
string
Solo output. Un URL che rimanda a un'immagine del profilo di questo utente.
|
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-24 UTC.
[null,null,["Ultimo aggiornamento 2025-07-24 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, \"isAuthenticatedUser\": boolean, \"permissionId\": string, \"emailAddress\": string, \"picture\": { \"url\": 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| `isAuthenticatedUser` | `boolean` Output only. Whether this user is the same as the authenticated user for whom the request was made. |\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| `picture` | `object` Output only. The user's profile picture. |\n| `picture.url` | `string` Output only. A URL that points to a profile picture of this user. |"]]