Interface ReauthSettingsOrBuilder (0.1.0)

public interface ReauthSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxAge()

public abstract Duration getMaxAge()

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

.google.protobuf.Duration max_age = 2;

Returns
Type Description
Duration

The maxAge.

getMaxAgeOrBuilder()

public abstract DurationOrBuilder getMaxAgeOrBuilder()

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

.google.protobuf.Duration max_age = 2;

Returns
Type Description
DurationOrBuilder

getMethod()

public abstract ReauthSettings.Method getMethod()

Reauth method requested.

.google.cloud.iap.v1.ReauthSettings.Method method = 1;

Returns
Type Description
ReauthSettings.Method

The method.

getMethodValue()

public abstract int getMethodValue()

Reauth method requested.

.google.cloud.iap.v1.ReauthSettings.Method method = 1;

Returns
Type Description
int

The enum numeric value on the wire for method.

getPolicyType()

public abstract ReauthSettings.PolicyType 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.

.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;

Returns
Type Description
ReauthSettings.PolicyType

The policyType.

getPolicyTypeValue()

public abstract int getPolicyTypeValue()

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

.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;

Returns
Type Description
int

The enum numeric value on the wire for policyType.

hasMaxAge()

public abstract boolean hasMaxAge()

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

.google.protobuf.Duration max_age = 2;

Returns
Type Description
boolean

Whether the maxAge field is set.