List
|
|||||
|
|
Returns the current set of valid backup verification codes for the specified 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 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 7 output parameters
Name | Format | Description |
---|---|---|
items[] |
OBJECT |
JSON template for verification codes 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[].kind |
STRING |
The type of the resource. This is always admin#directory#verificationCode |
items[].verificationCode |
STRING |
A current verification code for the user. Invalidated or used verification codes are not returned as part of the result |
items[].etag |
STRING |
ETag of the resource |
items[].userId |
STRING |
The obfuscated unique ID of the user |
etag |
STRING |
ETag of the resource |
kind |
STRING |
The type of the resource. This is always admin#directory#verificationCodesList |
= Parameter name
= Format
items[] OBJECT JSON template for verification codes 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[].kind STRING The type of the resource. This is always admin#directory#verificationCode |
items[].verificationCode STRING A current verification code for the user. Invalidated or used verification codes are not returned as part of the result |
items[].etag STRING ETag of the resource |
items[].userId STRING The obfuscated unique ID of the user |
etag STRING ETag of the resource |
kind STRING The type of the resource. This is always admin#directory#verificationCodesList |