List
|
|||||
|
|
Returns the set of tokens specified user has issued to 3rd party applications
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 1 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 |
= 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 |
Output
This building block provides 11 output parameters
Name | Format | Description |
---|---|---|
kind |
STRING |
The type of the API resource. This is always admin#directory#tokenList |
items[] |
OBJECT |
JSON template for token resource in Directory API. STEPLADDER: Generated unstable field number for field 'kind'. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field 'etag'. (See http://go/stepladder-help#fieldNumber) |
items[].etag |
STRING |
ETag of the resource |
items[].userKey |
STRING |
The unique ID of the user that issued the token |
items[].scopes[] |
STRING |
|
items[].nativeApp |
BOOLEAN |
Whether the token is issued to an installed application. The value is true if the application is installed to a desktop or mobile device |
items[].displayText |
STRING |
The displayable name of the application the token is issued to |
items[].kind |
STRING |
The type of the API resource. This is always admin#directory#token |
items[].anonymous |
BOOLEAN |
Whether the application is registered with Google. The value is true if the application has an anonymous Client ID |
items[].clientId |
STRING |
The Client ID of the application the token is issued to |
etag |
STRING |
ETag of the resource |
= Parameter name
= Format
kind STRING The type of the API resource. This is always admin#directory#tokenList |
items[] OBJECT JSON template for token resource in Directory API. STEPLADDER: Generated unstable field number for field 'kind'. (See http://go/stepladder-help#fieldNumber) STEPLADDER: Generated unstable field number for field 'etag'. (See http://go/stepladder-help#fieldNumber) |
items[].etag STRING ETag of the resource |
items[].userKey STRING The unique ID of the user that issued the token |
items[].scopes[] STRING |
items[].nativeApp BOOLEAN Whether the token is issued to an installed application. The value is true if the application is installed to a desktop or mobile device |
items[].displayText STRING The displayable name of the application the token is issued to |
items[].kind STRING The type of the API resource. This is always admin#directory#token |
items[].anonymous BOOLEAN Whether the application is registered with Google. The value is true if the application has an anonymous Client ID |
items[].clientId STRING The Client ID of the application the token is issued to |
etag STRING ETag of the resource |