Enum SearchGrantsRequest.CallerRelationshipType (0.3.0)

public enum SearchGrantsRequest.CallerRelationshipType extends Enum<SearchGrantsRequest.CallerRelationshipType> implements ProtocolMessageEnum

Different types of relationships a user can have with a grant.

Protobuf enum google.cloud.privilegedaccessmanager.v1.SearchGrantsRequest.CallerRelationshipType

Implements

ProtocolMessageEnum

Static Fields

Name Description
CALLER_RELATIONSHIP_TYPE_UNSPECIFIED

Unspecified caller relationship type.

CALLER_RELATIONSHIP_TYPE_UNSPECIFIED = 0;

CALLER_RELATIONSHIP_TYPE_UNSPECIFIED_VALUE

Unspecified caller relationship type.

CALLER_RELATIONSHIP_TYPE_UNSPECIFIED = 0;

CAN_APPROVE

The user is an approver for the entitlement that this grant is parented under and can currently approve/deny it.

CAN_APPROVE = 2;

CAN_APPROVE_VALUE

The user is an approver for the entitlement that this grant is parented under and can currently approve/deny it.

CAN_APPROVE = 2;

HAD_APPROVED

The caller had successfully approved/denied this grant earlier.

HAD_APPROVED = 3;

HAD_APPROVED_VALUE

The caller had successfully approved/denied this grant earlier.

HAD_APPROVED = 3;

HAD_CREATED

The user created this grant by calling CreateGrant earlier.

HAD_CREATED = 1;

HAD_CREATED_VALUE

The user created this grant by calling CreateGrant earlier.

HAD_CREATED = 1;

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