Google Cloud Privileged Access Manager V1 Client - Class CallerAccessType (0.1.0)

Reference documentation and code samples for the Google Cloud Privileged Access Manager V1 Client class CallerAccessType.

Different types of access a user can have on the entitlement resource.

Protobuf type google.cloud.privilegedaccessmanager.v1.SearchEntitlementsRequest.CallerAccessType

Namespace

Google \ Cloud \ PrivilegedAccessManager \ V1 \ SearchEntitlementsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CALLER_ACCESS_TYPE_UNSPECIFIED

Value: 0

Unspecified access type.

Generated from protobuf enum CALLER_ACCESS_TYPE_UNSPECIFIED = 0;

GRANT_REQUESTER

Value: 1

The user has access to create grants using this entitlement.

Generated from protobuf enum GRANT_REQUESTER = 1;

GRANT_APPROVER

Value: 2

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

Generated from protobuf enum GRANT_APPROVER = 2;