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

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

Different states an entitlement can be in.

Protobuf type google.cloud.privilegedaccessmanager.v1.Entitlement.State

Namespace

Google \ Cloud \ PrivilegedAccessManager \ V1 \ Entitlement

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state. This value is never returned by the server.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The entitlement is being created.

Generated from protobuf enum CREATING = 1;

AVAILABLE

Value: 2

The entitlement is available for requesting access.

Generated from protobuf enum AVAILABLE = 2;

DELETING

Value: 3

The entitlement is being deleted.

Generated from protobuf enum DELETING = 3;

DELETED

Value: 4

The entitlement has been deleted.

Generated from protobuf enum DELETED = 4;

UPDATING

Value: 5

The entitlement is being updated.

Generated from protobuf enum UPDATING = 5;