Show / Hide Table of Contents

Class TwoStepVerificationResource

The "twoStepVerification" collection of methods.

Inheritance
object
TwoStepVerificationResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class TwoStepVerificationResource

Constructors

TwoStepVerificationResource(IClientService)

Constructs a new resource.

Declaration
public TwoStepVerificationResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

TurnOff(string)

Turns off 2-Step Verification for user.

Declaration
public virtual TwoStepVerificationResource.TurnOffRequest TurnOff(string userKey)
Parameters
Type Name Description
string userKey

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

Returns
Type Description
TwoStepVerificationResource.TurnOffRequest
In this article
Back to top Generated by DocFX