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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CALLER_RELATIONSHIP_TYPE_UNSPECIFIED |
Unspecified caller relationship type. |
CALLER_RELATIONSHIP_TYPE_UNSPECIFIED_VALUE |
Unspecified caller relationship type. |
CAN_APPROVE |
The user is an approver for the entitlement that this grant is parented under and can currently approve/deny it. |
CAN_APPROVE_VALUE |
The user is an approver for the entitlement that this grant is parented under and can currently approve/deny it. |
HAD_APPROVED |
The caller had successfully approved/denied this grant earlier. |
HAD_APPROVED_VALUE |
The caller had successfully approved/denied this grant earlier. |
HAD_CREATED |
The user created this grant by calling |
HAD_CREATED_VALUE |
The user created this grant by calling |
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() |