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

delete

Deletes an ASP issued by a user.

get

Gets information about an ASP issued by a user.

list

Lists the ASPs issued by a user.