Reference documentation and code samples for the Google Cloud Iap V1 Client class PolicyType.
Type of policy in the case of hierarchical policies.
Protobuf type google.cloud.iap.v1.ReauthSettings.PolicyType
Namespace
Google \ Cloud \ Iap \ V1 \ ReauthSettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
POLICY_TYPE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum POLICY_TYPE_UNSPECIFIED = 0;
MINIMUM
Value: 1This 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: 2This policy acts as a default if no other reauth policy is set.
Generated from protobuf enum DEFAULT = 2;