public enum ReauthSettings.PolicyType extends Enum<ReauthSettings.PolicyType> implements ProtocolMessageEnum
Type of policy in the case of hierarchial policies.
Protobuf enum google.cloud.iap.v1.ReauthSettings.PolicyType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEFAULT |
This policy acts as a default if no other reauth policy is set. |
DEFAULT_VALUE |
This policy acts as a default if no other reauth policy is set. |
MINIMUM |
This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter. |
MINIMUM_VALUE |
This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter. |
POLICY_TYPE_UNSPECIFIED |
Default value. This value is unused. |
POLICY_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |