verification_codes
Overview
Name | verification_codes |
Type | Resource |
Id | googleadmin.directory.verification_codes |
Fields
Name | Datatype | Description |
---|---|---|
etag | string | ETag of the resource. |
kind | string | The type of the resource. This is always admin#directory#verificationCode . |
userId | string | The obfuscated unique ID of the user. |
verificationCode | string | A current verification code for the user. Invalidated or used verification codes are not returned as part of the result. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | userKey | Returns the current set of valid backup verification codes for the specified user. |
generate | EXEC | userKey | Generates new backup verification codes for the user. |
invalidate | EXEC | userKey | Invalidates the current backup verification codes for the user. |