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
僅供輸出。權限集合中顯示的使用者 ID。
|
emailAddress |
string
僅供輸出。使用者的電子郵件地址。
|
picture |
object
僅供輸出。使用者的個人資料相片。
|
picture.url |
string
僅供輸出。指向這位使用者個人資料相片的網址。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-15 (世界標準時間)。
[null,null,["上次更新時間:2024-10-15 (世界標準時間)。"],[[["This page describes the JSON representation of a Google Drive user, including details like display name, email address, and profile picture."],["The JSON object provides information such as whether the user is the same as the authenticated user, their permission ID, and a URL to their profile picture."],["All fields within the JSON representation are output only and cannot be modified by the user."]]],["The core content defines the JSON structure for representing a Drive user, including their `displayName`, `kind` (always `drive#user`), `isAuthenticatedUser` status, `permissionId`, `emailAddress`, and `picture` information. The `picture` object contains a `url` pointing to the user's profile picture. All the information provided is output-only, meaning it can be retrieved but not modified. Each field type is identified as string, boolean, or object.\n"]]