Chỉ có đầu ra. Tên hiển thị bằng văn bản thuần tuý cho người dùng này.
kind
string
Chỉ có đầu ra. Xác định loại tài nguyên này. Giá trị: chuỗi cố định drive#user.
isAuthenticatedUser
boolean
Chỉ có đầu ra. Liệu người dùng này có giống với người dùng đã xác thực mà yêu cầu được thực hiện hay không.
permissionId
string
Chỉ có đầu ra. Mã nhận dạng của người dùng như xuất hiện trong Tài nguyên về quyền.
emailAddress
string
Chỉ có đầu ra. Địa chỉ email của người dùng. Thông tin này có thể không xuất hiện trong một số trường hợp nếu người dùng không cho phép người yêu cầu nhìn thấy địa chỉ email của họ.
picture
object
Chỉ có đầu ra. Ảnh hồ sơ của người dùng.
picture.url
string
Chỉ có đầu ra. URL trỏ đến ảnh hồ sơ của người dùng này.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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. |"]]