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 شناسه منحصر به فرد کاربری که ASP را صادر کرده است. |
kind | string نوع منبع API. این همیشه admin#directory#asp است. |
etag | string ETag از ASP. |
روش ها |
---|
| ASP صادر شده توسط کاربر را حذف می کند. |
| اطلاعاتی در مورد ASP صادر شده توسط یک کاربر دریافت می کند. |
| ASP های صادر شده توسط یک کاربر را فهرست می کند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-28 بهوقت ساعت هماهنگ جهانی."],[],[],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. |"]]