Google Cloud Iap V1 Client - Class PolicyType (2.0.0-RC1)

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

Namespace

Google \ Cloud \ Iap \ V1 \ ReauthSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;