Skip to main content

two_step_verification

Creates, updates, deletes, gets or lists a two_step_verification resource.

Overview

Nametwo_step_verification
TypeResource
Idgoogleadmin.directory.two_step_verification

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
turn_offexecuserKeyTurns off 2-Step Verification for user.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
userKeystring

Lifecycle Methods

Turns off 2-Step Verification for user.

EXEC googleadmin.directory.two_step_verification.turn_off 
@userKey='{{ userKey }}' --required;