policyType property

String? policyType
getter/setter pair

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

Policies are merged from higher in the hierarchy to lower in the hierarchy. Possible string values are:

  • "POLICY_TYPE_UNSPECIFIED" : Default value. This value is unused.
  • "MINIMUM" : This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter.
  • "DEFAULT" : This policy acts as a default if no other reauth policy is set.

Implementation

core.String? policyType;