Get
|
|||||
|
|
Get information about an ASP issued by a user
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage data access permissions for users on your domain
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
userKey Required |
STRING |
Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID |
codeId Required |
INTEGER |
The unique ID of the ASP |
= Parameter name
= Format
userKey STRING Required Identifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID |
codeId INTEGER Required The unique ID of the ASP |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
etag |
STRING |
ETag of the ASP |
name |
STRING |
The name of the application that the user, represented by their userId, entered when the ASP was created |
lastTimeUsed |
INTEGER |
The time when the ASP was last used. Expressed in Unix time format |
creationTime |
INTEGER |
The time when the ASP was created. Expressed in Unix time format |
codeId |
INTEGER |
The unique ID of the ASP |
kind |
STRING |
The type of the API resource. This is always admin#directory#asp |
userKey |
STRING |
The unique ID of the user who issued the ASP |
= Parameter name
= Format
etag STRING ETag of the ASP |
name STRING The name of the application that the user, represented by their userId, entered when the ASP was created |
lastTimeUsed INTEGER The time when the ASP was last used. Expressed in Unix time format |
creationTime INTEGER The time when the ASP was created. Expressed in Unix time format |
codeId INTEGER The unique ID of the ASP |
kind STRING The type of the API resource. This is always admin#directory#asp |
userKey STRING The unique ID of the user who issued the ASP |