Enum ReauthSettings.PolicyType (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

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

DEFAULT = 2;

DEFAULT_VALUE

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

DEFAULT = 2;

MINIMUM

This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter.

MINIMUM = 1;

MINIMUM_VALUE

This policy acts as a minimum to other policies, lower in the hierarchy. Effective policy may only be the same or stricter.

MINIMUM = 1;

POLICY_TYPE_UNSPECIFIED

Default value. This value is unused.

POLICY_TYPE_UNSPECIFIED = 0;

POLICY_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

POLICY_TYPE_UNSPECIFIED = 0;

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()