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. מוצג בפורמט זמן Unix.
|
lastTimeUsed |
string (int64 format)
המועד האחרון שבו נעשה שימוש ב-ASP. הזמן מופיע בפורמט Unix time.
|
userKey |
string
המזהה הייחודי של המשתמש שהנפיק את ה-ASP.
|
kind |
string
הסוג של משאב ה-API. הערך הזה הוא תמיד admin#directory#asp .
|
etag |
string
ה-ETag של ה-ASP.
|
Methods |
|
מחיקה של ASP שהונפק על ידי משתמש. |
|
אחזור מידע על ASP שהונפק על ידי משתמש. |
|
רשימה של האישורים החתומים על ידי המשתמש. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 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. |"]]