Google Cloud Iap V1 Client - Class PolicyType (1.2.3)

Reference documentation and code samples for the Google Cloud Iap V1 Client class PolicyType.

Type of policy in the case of hierarchial policies.

Protobuf type google.cloud.iap.v1.ReauthSettings.PolicyType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

POLICY_TYPE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum POLICY_TYPE_UNSPECIFIED = 0;

MINIMUM

Value: 1

This policy acts as a minimum to other policies, lower in the hierarchy.

Effective policy may only be the same or stricter.

Generated from protobuf enum MINIMUM = 1;

PBDEFAULT

Value: 2

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

Generated from protobuf enum DEFAULT = 2;