Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::ReauthSettings.
Configuration for IAP reauthentication policies.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_age
def max_age() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Reauth session lifetime, how long before a user has to reauthenticate again.
#max_age=
def max_age=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Reauth session lifetime, how long before a user has to reauthenticate again.
Returns
- (::Google::Protobuf::Duration) — Reauth session lifetime, how long before a user has to reauthenticate again.
#method
def method() -> ::Google::Cloud::Iap::V1::ReauthSettings::Method
Returns
- (::Google::Cloud::Iap::V1::ReauthSettings::Method) — Reauth method requested.
#method=
def method=(value) -> ::Google::Cloud::Iap::V1::ReauthSettings::Method
Parameter
- value (::Google::Cloud::Iap::V1::ReauthSettings::Method) — Reauth method requested.
Returns
- (::Google::Cloud::Iap::V1::ReauthSettings::Method) — Reauth method requested.
#policy_type
def policy_type() -> ::Google::Cloud::Iap::V1::ReauthSettings::PolicyType
Returns
- (::Google::Cloud::Iap::V1::ReauthSettings::PolicyType) — How IAP determines the effective policy in cases of hierarchial policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.
#policy_type=
def policy_type=(value) -> ::Google::Cloud::Iap::V1::ReauthSettings::PolicyType
Parameter
- value (::Google::Cloud::Iap::V1::ReauthSettings::PolicyType) — 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
- (::Google::Cloud::Iap::V1::ReauthSettings::PolicyType) — How IAP determines the effective policy in cases of hierarchial policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.