REST Resource: asps
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แหล่งข้อมูล: Asp
รหัสผ่านเฉพาะแอปพลิเคชัน (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
|
userKey |
string
รหัสที่ไม่ซ้ำกันของผู้ใช้ที่ออก ASP
|
kind |
string
ประเภทของทรัพยากร API ค่านี้จะมีค่าเป็น admin#directory#asp เสมอ
|
etag |
string
ETag ของ ASP
|
เมธอด |
|
ลบ ASP ที่ออกโดยผู้ใช้ |
|
รับข้อมูลเกี่ยวกับ ASP ที่ผู้ใช้ออก |
|
แสดงรายการ ASP ที่ผู้ใช้ออก |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]