User
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje o użytkowniku Dysku.
Zapis JSON |
{
"displayName": string,
"kind": string,
"isAuthenticatedUser": boolean,
"permissionId": string,
"emailAddress": string,
"picture": {
"url": string
}
} |
Pola |
displayName |
string
Tylko dane wyjściowe. Nazwa użytkownika w formie zwykłego tekstu, która może być wyświetlana.
|
kind |
string
Tylko dane wyjściowe. Określa rodzaj danego zasobu. Wartość: ustalony ciąg znaków drive#user .
|
isAuthenticatedUser |
boolean
Tylko dane wyjściowe. Określa, czy ten użytkownik jest tym samym użytkownikiem uwierzytelnionym, dla którego zostało wysłane żądanie.
|
permissionId |
string
Tylko dane wyjściowe. Identyfikator użytkownika widoczny w zasobach uprawnień.
|
emailAddress |
string
Tylko dane wyjściowe. Adres e-mail użytkownika. Może nie być widoczny w niektórych kontekstach, jeśli użytkownik nie udostępnił swojego adresu e-mail osobie przesyłającej prośbę.
|
picture |
object
Tylko dane wyjściowe. Zdjęcie profilowe użytkownika.
|
picture.url |
string
Tylko dane wyjściowe. Adres URL, który wskazuje zdjęcie profilowe tego użytkownika.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-24 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]