শুধুমাত্র আউটপুট। এই ব্যবহারকারীর জন্য একটি সাধারণ পাঠ্য প্রদর্শনযোগ্য নাম।
kind
string
শুধুমাত্র আউটপুট। এই সম্পদ কি ধরনের সনাক্ত. মান: স্থির স্ট্রিং drive#user ।
isAuthenticatedUser
boolean
শুধুমাত্র আউটপুট। এই ব্যবহারকারীটি সেই প্রমাণীকৃত ব্যবহারকারীর মতো যার জন্য অনুরোধ করা হয়েছিল কিনা৷
permissionId
string
শুধুমাত্র আউটপুট। অনুমতি সংস্থানগুলিতে ব্যবহারকারীর আইডি দৃশ্যমান।
emailAddress
string
শুধুমাত্র আউটপুট। ব্যবহারকারীর ইমেল ঠিকানা। ব্যবহারকারী যদি অনুরোধকারীর কাছে তাদের ইমেল ঠিকানা দৃশ্যমান না করে থাকে তবে এটি নির্দিষ্ট প্রসঙ্গে উপস্থিত নাও হতে পারে।
picture
object
শুধুমাত্র আউটপুট। ব্যবহারকারীর প্রোফাইল ছবি।
picture.url
string
শুধুমাত্র আউটপুট। একটি URL যা এই ব্যবহারকারীর একটি প্রোফাইল ছবি নির্দেশ করে৷
[[["সহজে বোঝা যায়","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-23 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. |"]]