REST Resource: asps
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المرجع: Asp
يتم استخدام كلمة مرور خاصة بالتطبيق (ASP) مع التطبيقات التي لا تقبل رمز التحقّق عند تسجيل الدخول إلى التطبيق على أجهزة معيّنة. يتم استخدام رمز الوصول إلى ASP بدلاً من بيانات تسجيل الدخول وكلمة المرور اللتين تستخدمهما عادةً عند الوصول إلى تطبيق من خلال متصفّح. لمزيد من المعلومات عن حسابات ASP وكيفية إنشائها، يُرجى الانتقال إلى مركز المساعدة.
تمثيل JSON |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
الحقول |
codeId |
integer
المعرّف الفريد لخدمة ASP
|
name |
string
اسم التطبيق الذي أدخله المستخدم، الممثَّل من خلال userId ، عند إنشاء حساب ASP.
|
creationTime |
string (int64 format)
الوقت الذي تم فيه إنشاء ASP يتم التعبير عنه بتنسيق توقيت يونكس.
|
lastTimeUsed |
string (int64 format)
الوقت الذي تم فيه استخدام ASP آخر مرة. يتم التعبير عنه بتنسيق توقيت يونكس.
|
userKey |
string
المعرّف الفريد للمستخدم الذي أصدر طلب الحصول على إذن الوصول إلى البيانات.
|
kind |
string
نوع مورد واجهة برمجة التطبيقات يكون هذا الخيار دائمًا admin#directory#asp .
|
etag |
string
علامة ETag لعنوان URL لصفحة ASP
|
الطُرق |
|
لحذف شهادة ASP أصدرَها مستخدم |
|
الحصول على معلومات عن شهادة مزوّد خدمة الويب (ASP) التي أصدرَها مستخدم |
|
يسرد هذا الحقل شهادات ASP التي أصدرَها مستخدم. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-24 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]