Module: Google::Cloud::Iap::V1::ReauthSettings::PolicyType

Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

Type of policy in the case of hierarchical policies.

Constant Summary collapse

POLICY_TYPE_UNSPECIFIED =

Default value. This value is unused.

0
MINIMUM =

This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter.

1
DEFAULT =

This policy acts as a default if no other reauth policy is set.

2