Enum DenyAccessState (1.40.0)

public enum DenyAccessState extends Enum<DenyAccessState> implements ProtocolMessageEnum

Whether IAM deny policies deny the principal the permission.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DENY_ACCESS_STATE_DENIED

The deny policy denies the principal the permission.

DENY_ACCESS_STATE_DENIED = 1;

DENY_ACCESS_STATE_DENIED_VALUE

The deny policy denies the principal the permission.

DENY_ACCESS_STATE_DENIED = 1;

DENY_ACCESS_STATE_NOT_DENIED

The deny policy doesn't deny the principal the permission.

DENY_ACCESS_STATE_NOT_DENIED = 2;

DENY_ACCESS_STATE_NOT_DENIED_VALUE

The deny policy doesn't deny the principal the permission.

DENY_ACCESS_STATE_NOT_DENIED = 2;

DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL

The deny policy denies the principal the permission if a condition expression evaluates to true. However, the sender of the request didn't provide enough context for Policy Troubleshooter to evaluate the condition expression.

DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL = 3;

DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL_VALUE

The deny policy denies the principal the permission if a condition expression evaluates to true. However, the sender of the request didn't provide enough context for Policy Troubleshooter to evaluate the condition expression.

DENY_ACCESS_STATE_UNKNOWN_CONDITIONAL = 3;

DENY_ACCESS_STATE_UNKNOWN_INFO

The sender of the request does not have access to all of the deny policies that Policy Troubleshooter needs to evaluate the principal's access.

DENY_ACCESS_STATE_UNKNOWN_INFO = 4;

DENY_ACCESS_STATE_UNKNOWN_INFO_VALUE

The sender of the request does not have access to all of the deny policies that Policy Troubleshooter needs to evaluate the principal's access.

DENY_ACCESS_STATE_UNKNOWN_INFO = 4;

DENY_ACCESS_STATE_UNSPECIFIED

Not specified.

DENY_ACCESS_STATE_UNSPECIFIED = 0;

DENY_ACCESS_STATE_UNSPECIFIED_VALUE

Not specified.

DENY_ACCESS_STATE_UNSPECIFIED = 0;

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