Skip to main content

asps

Overview

Nameasps
TypeResource
Idgoogleadmin.directory.asps

Fields

NameDatatypeDescription
namestringThe name of the application that the user, represented by their userId, entered when the ASP was created.
codeIdintegerThe unique ID of the ASP.
creationTimestringThe time when the ASP was created. Expressed in Unix time format.
etagstringETag of the ASP.
kindstringThe type of the API resource. This is always admin#directory#asp.
lastTimeUsedstringThe time when the ASP was last used. Expressed in Unix time format.
userKeystringThe unique ID of the user who issued the ASP.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcodeId, userKeyGets information about an ASP issued by a user.
listSELECTuserKeyLists the ASPs issued by a user.
deleteDELETEcodeId, userKeyDeletes an ASP issued by a user.