Module: Google::Cloud::Iap::V1::ReauthSettings::Method

Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

Types of reauthentication methods supported by IAP.

Constant Summary collapse

METHOD_UNSPECIFIED =

Reauthentication disabled.

0
LOGIN =

Prompts the user to log in again.

1
PASSWORD =
2
SECURE_KEY =

User must use their secure key 2nd factor device.

3
ENROLLED_SECOND_FACTORS =

User can use any enabled 2nd factor.

4