Enum PrincipalAccessBoundaryPolicyRule.Effect (1.52.0)

public enum PrincipalAccessBoundaryPolicyRule.Effect extends Enum<PrincipalAccessBoundaryPolicyRule.Effect> implements ProtocolMessageEnum

An effect to describe the access relationship.

Protobuf enum google.iam.v3.PrincipalAccessBoundaryPolicyRule.Effect

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALLOW

Allows access to the resources in this rule.

ALLOW = 1;

ALLOW_VALUE

Allows access to the resources in this rule.

ALLOW = 1;

EFFECT_UNSPECIFIED

Effect unspecified.

EFFECT_UNSPECIFIED = 0;

EFFECT_UNSPECIFIED_VALUE

Effect unspecified.

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