Enum RolePermissionInclusionState (1.36.0)

public enum RolePermissionInclusionState extends Enum<RolePermissionInclusionState> implements ProtocolMessageEnum

Whether a role includes a specific permission.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ROLE_PERMISSION_INCLUDED

The permission is included in the role.

ROLE_PERMISSION_INCLUDED = 1;

ROLE_PERMISSION_INCLUDED_VALUE

The permission is included in the role.

ROLE_PERMISSION_INCLUDED = 1;

ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED

Not specified.

ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED = 0;

ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED_VALUE

Not specified.

ROLE_PERMISSION_INCLUSION_STATE_UNSPECIFIED = 0;

ROLE_PERMISSION_NOT_INCLUDED

The permission is not included in the role.

ROLE_PERMISSION_NOT_INCLUDED = 2;

ROLE_PERMISSION_NOT_INCLUDED_VALUE

The permission is not included in the role.

ROLE_PERMISSION_NOT_INCLUDED = 2;

ROLE_PERMISSION_UNKNOWN_INFO

The sender of the request is not allowed to access the role definition.

ROLE_PERMISSION_UNKNOWN_INFO = 3;

ROLE_PERMISSION_UNKNOWN_INFO_VALUE

The sender of the request is not allowed to access the role definition.

ROLE_PERMISSION_UNKNOWN_INFO = 3;

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