Google Cloud Iap V1 Client - Class Method (1.4.0)

Reference documentation and code samples for the Google Cloud Iap V1 Client class Method.

Types of reauthentication methods supported by IAP.

Protobuf type google.cloud.iap.v1.ReauthSettings.Method

Namespace

Google \ Cloud \ Iap \ V1 \ ReauthSettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

METHOD_UNSPECIFIED

Value: 0

Reauthentication disabled.

Generated from protobuf enum METHOD_UNSPECIFIED = 0;

LOGIN

Value: 1

Prompts the user to log in again.

Generated from protobuf enum LOGIN = 1;

PASSWORD

Value: 2

Generated from protobuf enum PASSWORD = 2 [deprecated = true];

SECURE_KEY

Value: 3

User must use their secure key 2nd factor device.

Generated from protobuf enum SECURE_KEY = 3;

ENROLLED_SECOND_FACTORS

Value: 4

User can use any enabled 2nd factor.

Generated from protobuf enum ENROLLED_SECOND_FACTORS = 4;