public interface ReauthSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMaxAge()
public abstract Duration getMaxAge()
Optional. Reauth session lifetime, how long before a user has to reauthenticate again.
.google.protobuf.Duration max_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Duration |
The maxAge. |
getMaxAgeOrBuilder()
public abstract DurationOrBuilder getMaxAgeOrBuilder()
Optional. Reauth session lifetime, how long before a user has to reauthenticate again.
.google.protobuf.Duration max_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
getMethod()
public abstract ReauthSettings.Method getMethod()
Optional. Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReauthSettings.Method |
The method. |
getMethodValue()
public abstract int getMethodValue()
Optional. Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for method. |
getPolicyType()
public abstract ReauthSettings.PolicyType getPolicyType()
Optional. How IAP determines the effective policy in cases of hierarchical policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ReauthSettings.PolicyType |
The policyType. |
getPolicyTypeValue()
public abstract int getPolicyTypeValue()
Optional. How IAP determines the effective policy in cases of hierarchical policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for policyType. |
hasMaxAge()
public abstract boolean hasMaxAge()
Optional. Reauth session lifetime, how long before a user has to reauthenticate again.
.google.protobuf.Duration max_age = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the maxAge field is set. |