REST Resource: asps
Resource: Asp
An 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.
JSON representation |
{
"codeId": integer,
"name": string,
"creationTime": string,
"lastTimeUsed": string,
"userKey": string,
"kind": string,
"etag": string
} |
Fields |
codeId |
integer
The unique ID of the ASP.
|
name |
string
The name of the application that the user, represented by their userId , entered when the ASP was created.
|
creationTime |
string (int64 format)
The time when the ASP was created. Expressed in Unix time format.
|
lastTimeUsed |
string (int64 format)
The time when the ASP was last used. Expressed in Unix time format.
|
userKey |
string
The unique ID of the user who issued the ASP.
|
kind |
string
The type of the API resource. This is always admin#directory#asp .
|
etag |
string
ETag of the ASP.
|
Methods |
|
Deletes an ASP issued by a user. |
|
Gets information about an ASP issued by a user. |
|
Lists the ASPs issued by a user. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Application-Specific Passwords (ASPs) are used for applications that don't accept verification codes on certain devices, replacing your typical login credentials."],["ASPs offer an alternative login method by using a unique access code instead of your standard username and password."],["You can find more information about ASPs and how to create one in the Google Help Center (linked in the document)."],["ASPs are managed through methods including deleting, retrieving information, and listing them, all accessible via the provided links."],["The provided JSON representation and table outline the structure and properties of ASP data, including unique IDs, timestamps, and user information."]]],["Application-specific passwords (ASPs) are used for applications that don't accept verification codes. ASP access codes are used instead of regular login credentials. Each ASP has a unique ID (`codeId`), a name (`name`), creation (`creationTime`) and last used (`lastTimeUsed`) times, the user's ID (`userKey`), type (`kind`), and `etag`. You can delete, get information about, or list ASPs using their respective methods. See the help center for more on how to create one.\n"]]