Enum SearchEntitlementsRequest.CallerAccessType (0.3.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CALLER_ACCESS_TYPE_UNSPECIFIED

Unspecified access type.

CALLER_ACCESS_TYPE_UNSPECIFIED = 0;

CALLER_ACCESS_TYPE_UNSPECIFIED_VALUE

Unspecified access type.

CALLER_ACCESS_TYPE_UNSPECIFIED = 0;

GRANT_APPROVER

The user has access to approve/deny grants created under this entitlement.

GRANT_APPROVER = 2;

GRANT_APPROVER_VALUE

The user has access to approve/deny grants created under this entitlement.

GRANT_APPROVER = 2;

GRANT_REQUESTER

The user has access to create grants using this entitlement.

GRANT_REQUESTER = 1;

GRANT_REQUESTER_VALUE

The user has access to create grants using this entitlement.

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