User
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ייצוג ב-JSON |
{
"displayName": string,
"kind": string,
"isAuthenticatedUser": boolean,
"permissionId": string,
"emailAddress": string,
"picture": {
"url": string
}
} |
שדות |
displayName |
string
פלט בלבד. שם שמוצג למשתמש בטקסט פשוט.
|
kind |
string
פלט בלבד. מזהה את סוג המשאב. הערך: המחרוזת הקבועה drive#user .
|
isAuthenticatedUser |
boolean
פלט בלבד. האם המשתמש הזה זהה למשתמש המאומת שעבורו הוגשה הבקשה.
|
permissionId |
string
פלט בלבד. המזהה של המשתמש כפי שהוא מופיע במשאבי ההרשאות.
|
emailAddress |
string
פלט בלבד. כתובת האימייל של המשתמש. יכול להיות שהשדה הזה לא יופיע בהקשרים מסוימים אם המשתמש לא הגדיר את כתובת האימייל שלו כגלויות למבקש.
|
picture |
object
פלט בלבד. תמונת הפרופיל של המשתמש.
|
picture.url |
string
פלט בלבד. כתובת URL שמפנה לתמונת הפרופיל של המשתמש.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-24 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]