النتائج فقط. تحدّد نوع المورد. القيمة: السلسلة الثابتة drive#user.
isAuthenticatedUser
boolean
النتائج فقط. تُستخدَم لتحديد ما إذا كان هذا المستخدم هو نفسه المستخدم الذي تمّت مصادقته والذي تمّ تقديم الطلب نيابةً عنه.
permissionId
string
النتائج فقط. معرّف المستخدم كما يظهر في موارد الأذونات
emailAddress
string
النتائج فقط. عنوان البريد الإلكتروني للمستخدم قد لا يكون هذا الحقل متوفّرًا في سياقات معيّنة إذا لم يسبق للمستخدم أن أتاح عنوان بريده الإلكتروني للجهة الطالبة.
picture
object
النتائج فقط. صورة الملف الشخصي للمستخدم
picture.url
string
النتائج فقط. تمثّل هذه السمة عنوان URL يؤدي إلى صورة الملف الشخصي لهذا المستخدم.
تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]