REST Resource: asps
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: Asp
Hasło aplikacji jest używane w przypadku aplikacji, które nie akceptują kodu weryfikacyjnego podczas logowania na określonych urządzeniach. Kod dostępu ASP jest używany zamiast nazwy użytkownika i hasła, których zwykle używasz, aby uzyskać dostęp do aplikacji w przeglądarce. Więcej informacji o ASP i sposobach ich tworzenia znajdziesz w Centrum pomocy.
Zapis JSON |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
Pola |
codeId |
integer
Unikalny identyfikator dostawcy usług płatniczych.
|
name |
string
Nazwa aplikacji, którą użytkownik (reprezentowany przez userId ) wprowadził podczas tworzenia konta ASP.
|
creationTime |
string (int64 format)
Czas utworzenia konta ASP. W formacie czasu uniksowego.
|
lastTimeUsed |
string (int64 format)
Czas ostatniego użycia konta ASP. W formacie czasu uniksowego.
|
userKey |
string
Unikalny identyfikator użytkownika, który wydał token dostępu do konta.
|
kind |
string
Typ zasobu interfejsu API. Jest ona zawsze admin#directory#asp .
|
etag |
string
ETag dostawcy usług ASP.
|
Metody |
|
Usuwa certyfikat ASP wydany przez użytkownika. |
|
Pobiera informacje o ASP wydanym przez użytkownika. |
|
Lista certyfikatów ASP wydanych przez użytkownika. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-24 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]