REST Resource: asps
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: Asp
Sandi khusus aplikasi (ASP) digunakan dengan aplikasi yang tidak menerima kode verifikasi saat login ke aplikasi di perangkat tertentu. Kode akses ASP digunakan, bukan login dan sandi yang biasa Anda gunakan saat mengakses aplikasi melalui browser. Untuk informasi selengkapnya tentang ASP dan cara membuatnya, lihat pusat bantuan.
Representasi JSON |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
Kolom |
codeId |
integer
ID unik ASP.
|
name |
string
Nama aplikasi yang dimasukkan pengguna, yang diwakili oleh userId -nya, saat ASP dibuat.
|
creationTime |
string (int64 format)
Waktu pembuatan ASP. Dinyatakan dalam format waktu Unix.
|
lastTimeUsed |
string (int64 format)
Waktu terakhir kali ASP digunakan. Dinyatakan dalam format waktu Unix.
|
userKey |
string
ID unik pengguna yang menerbitkan ASP.
|
kind |
string
Jenis resource API. Nilai ini selalu admin#directory#asp .
|
etag |
string
ETag ASP.
|
Metode |
|
Menghapus ASP yang dikeluarkan oleh pengguna. |
|
Mendapatkan informasi tentang ASP yang dikeluarkan oleh pengguna. |
|
Mencantumkan ASP yang diterbitkan oleh pengguna. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-24 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]