REST Resource: asps
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रिसॉर्स: Asp
ऐप्लिकेशन के हिसाब से पासवर्ड (एएसपी) का इस्तेमाल उन ऐप्लिकेशन के साथ किया जाता है जो कुछ डिवाइसों पर ऐप्लिकेशन में लॉग इन करते समय, पुष्टि करने के लिए कोड स्वीकार नहीं करते. ब्राउज़र से किसी ऐप्लिकेशन को ऐक्सेस करते समय, आम तौर पर इस्तेमाल किए जाने वाले लॉगिन और पासवर्ड के बजाय, एएसपी ऐक्सेस कोड का इस्तेमाल किया जाता है. एएसपी के बारे में ज़्यादा जानकारी और इसे बनाने का तरीका जानने के लिए, सहायता केंद्र पर जाएं.
JSON के काेड में दिखाना |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
फ़ील्ड |
codeId |
integer
एएसपी का यूनीक आईडी.
|
name |
string
उस ऐप्लिकेशन का नाम जिसे उपयोगकर्ता ने userId के तौर पर दिखाया था. यह नाम, एएसपी बनाते समय डाला गया था.
|
creationTime |
string (int64 format)
एएसपी बनाने का समय. इसे यूनिक्स टाइम फ़ॉर्मैट में दिखाया जाता है.
|
lastTimeUsed |
string (int64 format)
ASP का आखिरी बार इस्तेमाल करने का समय. इसे यूनिक्स टाइम फ़ॉर्मैट में दिखाया जाता है.
|
userKey |
string
उस उपयोगकर्ता का यूनीक आईडी जिसने एएसपी जारी किया है.
|
kind |
string
एपीआई रिसॉर्स का टाइप. यह हमेशा admin#directory#asp होती है.
|
etag |
string
एएसपी का ETag.
|
तरीके |
|
उपयोगकर्ता की ओर से जारी किया गया एएसपी मिटाता है. |
|
उपयोगकर्ता से जारी किए गए एएसपी के बारे में जानकारी मिलती है. |
|
किसी उपयोगकर्ता की ओर से जारी किए गए एएसपी की सूची दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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,["# REST Resource: asps\n\nResource: Asp\n-------------\n\nAn application-specific password (ASP) is used with applications that do not accept a verification code when logging into the application on certain devices. The ASP access code is used instead of the login and password you commonly use when accessing an application through a browser. For more information about ASPs and how to create one, see the [help center](https://support.google.com/a/answer/2537800#asp).\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"codeId\": integer, \"name\": string, \"creationTime\": string, \"lastTimeUsed\": string, \"userKey\": string, \"kind\": string, \"etag\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `codeId` | `integer` The unique ID of the ASP. |\n| `name` | `string` The name of the application that the user, represented by their `userId`, entered when the ASP was created. |\n| `creationTime` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was created. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `lastTimeUsed` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The time when the ASP was last used. Expressed in [Unix time](https://en.wikipedia.org/wiki/Epoch_time) format. |\n| `userKey` | `string` The unique ID of the user who issued the ASP. |\n| `kind` | `string` The type of the API resource. This is always `admin#directory#asp`. |\n| `etag` | `string` ETag of the ASP. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------|-------------------------------------------------|\n| ### [delete](/workspace/admin/directory/reference/rest/v1/asps/delete) | Deletes an ASP issued by a user. |\n| ### [get](/workspace/admin/directory/reference/rest/v1/asps/get) | Gets information about an ASP issued by a user. |\n| ### [list](/workspace/admin/directory/reference/rest/v1/asps/list) | Lists the ASPs issued by a user. |"]]