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.
me
boolean
Chỉ có đầu ra. Người dùng này có phải là người dùng yêu cầu 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ọ.
photoLink
string
Chỉ có đầu ra. Đường liên kết đến ảnh hồ sơ của người dùng (nếu có).
[[["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-25 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, \"me\": boolean, \"permissionId\": string, \"emailAddress\": string, \"photoLink\": 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| `me` | `boolean` Output only. Whether this user is the requesting user. |\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| `photoLink` | `string` Output only. A link to the user's profile photo, if available. |"]]