Google Cloud Iap V1 Client - Class ReauthSettings (1.2.3)

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

Configuration for IAP reauthentication policies.

Generated from protobuf message google.cloud.iap.v1.ReauthSettings

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ method int

Reauth method requested.

↳ max_age Google\Protobuf\Duration

Reauth session lifetime, how long before a user has to reauthenticate again.

↳ policy_type int

How IAP determines the effective policy in cases of hierarchial policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.

getMethod

Reauth method requested.

Returns
TypeDescription
int

setMethod

Reauth method requested.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaxAge

Reauth session lifetime, how long before a user has to reauthenticate again.

Returns
TypeDescription
Google\Protobuf\Duration|null

hasMaxAge

clearMaxAge

setMaxAge

Reauth session lifetime, how long before a user has to reauthenticate again.

Parameter
NameDescription
var Google\Protobuf\Duration
Returns
TypeDescription
$this

getPolicyType

How IAP determines the effective policy in cases of hierarchial policies.

Policies are merged from higher in the hierarchy to lower in the hierarchy.

Returns
TypeDescription
int

setPolicyType

How IAP determines the effective policy in cases of hierarchial policies.

Policies are merged from higher in the hierarchy to lower in the hierarchy.

Parameter
NameDescription
var int
Returns
TypeDescription
$this