asps
Overview
Name | asps |
Type | Resource |
Id | googleadmin.directory.asps |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the application that the user, represented by their userId , entered when the ASP was created. |
codeId | integer | The unique ID of the ASP. |
creationTime | string | The time when the ASP was created. Expressed in Unix time format. |
etag | string | ETag of the ASP. |
kind | string | The type of the API resource. This is always admin#directory#asp . |
lastTimeUsed | string | 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. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | codeId, userKey | Gets information about an ASP issued by a user. |
list | SELECT | userKey | Lists the ASPs issued by a user. |
delete | DELETE | codeId, userKey | Deletes an ASP issued by a user. |