User
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Drive का इस्तेमाल करने वाले व्यक्ति के बारे में जानकारी.
JSON के काेड में दिखाना |
{
"displayName": string,
"kind": string,
"isAuthenticatedUser": boolean,
"permissionId": string,
"emailAddress": string,
"picture": {
"url": string
}
} |
फ़ील्ड |
displayName |
string
सिर्फ़ आउटपुट के लिए. इस उपयोगकर्ता के लिए, सादा टेक्स्ट वाला ऐसा नाम जिसे दिखाया जा सकता है.
|
kind |
string
सिर्फ़ आउटपुट के लिए. इससे पता चलता है कि यह किस तरह का संसाधन है. वैल्यू: तय की गई स्ट्रिंग drive#user .
|
isAuthenticatedUser |
boolean
सिर्फ़ आउटपुट के लिए. क्या यह उपयोगकर्ता वही है जिसकी पुष्टि हो चुकी है और जिसके लिए अनुरोध किया गया था.
|
permissionId |
string
सिर्फ़ आउटपुट के लिए. अनुमति संसाधन में दिखने वाला उपयोगकर्ता का आईडी.
|
emailAddress |
string
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता का ईमेल पता. अगर उपयोगकर्ता ने अनुरोध करने वाले व्यक्ति को अपना ईमेल पता नहीं दिखाया है, तो हो सकता है कि कुछ मामलों में यह जानकारी मौजूद न हो.
|
picture |
object
सिर्फ़ आउटपुट के लिए. उपयोगकर्ता की प्रोफ़ाइल फ़ोटो.
|
picture.url |
string
सिर्फ़ आउटपुट के लिए. ऐसा यूआरएल जो इस उपयोगकर्ता की प्रोफ़ाइल फ़ोटो पर ले जाता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-24 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]