Enum PermissionPatternMatchingState (1.28.0)

public enum PermissionPatternMatchingState extends Enum<PermissionPatternMatchingState> implements ProtocolMessageEnum

Whether the permission in the request matches the permission in the policy.

Protobuf enum google.cloud.policytroubleshooter.iam.v3.PermissionPatternMatchingState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
PERMISSION_PATTERN_MATCHED

The permission in the request matches the permission in the policy.

PERMISSION_PATTERN_MATCHED = 1;

PERMISSION_PATTERN_MATCHED_VALUE

The permission in the request matches the permission in the policy.

PERMISSION_PATTERN_MATCHED = 1;

PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED

Not specified.

PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED = 0;

PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED_VALUE

Not specified.

PERMISSION_PATTERN_MATCHING_STATE_UNSPECIFIED = 0;

PERMISSION_PATTERN_NOT_MATCHED

The permission in the request matches the permission in the policy.

PERMISSION_PATTERN_NOT_MATCHED = 2;

PERMISSION_PATTERN_NOT_MATCHED_VALUE

The permission in the request matches the permission in the policy.

PERMISSION_PATTERN_NOT_MATCHED = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()