admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.VerificationCodesResource Class Reference

The "verificationCodes" collection of methods. More...

Classes

class  GenerateRequest
 Generate new backup verification codes for the user. More...
 
class  InvalidateRequest
 Invalidate the current backup verification codes for the user. More...
 
class  ListRequest
 Returns the current set of valid backup verification codes for the specified user. More...
 

Public Member Functions

 VerificationCodesResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual GenerateRequest Generate (string userKey)
 Generate new backup verification codes for the user. More...
 
virtual InvalidateRequest Invalidate (string userKey)
 Invalidate the current backup verification codes for the user. More...
 
virtual ListRequest List (string userKey)
 Returns the current set of valid backup verification codes for the specified user. More...
 

Detailed Description

The "verificationCodes" collection of methods.

Constructor & Destructor Documentation

◆ VerificationCodesResource()

Google.Apis.Admin.Directory.directory_v1.VerificationCodesResource.VerificationCodesResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Generate()

virtual GenerateRequest Google.Apis.Admin.Directory.directory_v1.VerificationCodesResource.Generate ( string  userKey)
inlinevirtual

Generate new backup verification codes for the user.

Parameters
userKeyEmail or immutable ID of the user

◆ Invalidate()

virtual InvalidateRequest Google.Apis.Admin.Directory.directory_v1.VerificationCodesResource.Invalidate ( string  userKey)
inlinevirtual

Invalidate the current backup verification codes for the user.

Parameters
userKeyEmail or immutable ID of the user

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.VerificationCodesResource.List ( string  userKey)
inlinevirtual

Returns the current set of valid backup verification codes for the specified user.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

The documentation for this class was generated from the following file: