two_step_verification
Creates, updates, deletes, gets or lists a two_step_verification resource.
Overview
| Name | two_step_verification |
| Type | Resource |
| Id | googleadmin.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
turn_off | exec | userKey | Turns 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.
| Name | Datatype | Description |
|---|---|---|
userKey | string |
Lifecycle Methods
- turn_off
Turns off 2-Step Verification for user.
EXEC googleadmin.directory.two_step_verification.turn_off
@userKey='{{ userKey }}' --required
;