public enum SearchEntitlementsRequest.CallerAccessType extends Enum<SearchEntitlementsRequest.CallerAccessType> implements ProtocolMessageEnum
Different types of access a user can have on the entitlement resource.
Protobuf enum
google.cloud.privilegedaccessmanager.v1.SearchEntitlementsRequest.CallerAccessType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CALLER_ACCESS_TYPE_UNSPECIFIED |
Unspecified access type. |
CALLER_ACCESS_TYPE_UNSPECIFIED_VALUE |
Unspecified access type. |
GRANT_APPROVER |
The user has access to approve/deny grants created under this entitlement. |
GRANT_APPROVER_VALUE |
The user has access to approve/deny grants created under this entitlement. |
GRANT_REQUESTER |
The user has access to create grants using this entitlement. |
GRANT_REQUESTER_VALUE |
The user has access to create grants using this entitlement. |
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() |