REST Resource: asps
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kaynak: Asp
Uygulamaya özel şifre (ASP), belirli cihazlarda uygulamaya giriş yaparken doğrulama kodu kabul etmeyen uygulamalarda kullanılır. ASP erişim kodu, bir uygulamaya tarayıcı üzerinden erişirken genellikle kullandığınız giriş ve şifre yerine kullanılır. ASP'ler ve ASP oluşturma hakkında daha fazla bilgi için Yardım Merkezi'ne göz atın.
JSON gösterimi |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
Alanlar |
codeId |
integer
ASP'nin benzersiz kimliği.
|
name |
string
ASP oluşturulurken kullanıcının (userId ile temsil edilir) girdiği uygulamanın adı.
|
creationTime |
string (int64 format)
ASP'nin oluşturulduğu zaman. Unix zamanı biçiminde ifade edilir.
|
lastTimeUsed |
string (int64 format)
ASP'nin en son kullanıldığı zaman. Unix zamanı biçiminde ifade edilir.
|
userKey |
string
ASP'yi veren kullanıcının benzersiz kimliği.
|
kind |
string
API kaynağının türü. Bu değer her zaman admin#directory#asp olur.
|
etag |
string
ASP'nin ETag'ı.
|
Yöntemler |
|
Kullanıcı tarafından verilen bir ASP'yi siler. |
|
Kullanıcı tarafından verilen bir ASP hakkında bilgi alır. |
|
Kullanıcı tarafından verilen ASP'leri listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-24 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]