Google API Common Protos V1 Client - Class Action (4.8.3)

Reference documentation and code samples for the Google API Common Protos V1 Client class Action.

The type of action performed on a Binding in a policy.

Protobuf type google.iam.v1.BindingDelta.Action

Namespace

Google \ Cloud \ Iam \ V1 \ BindingDelta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ACTION_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum ACTION_UNSPECIFIED = 0;

ADD

Value: 1

Addition of a Binding.

Generated from protobuf enum ADD = 1;

REMOVE

Value: 2

Removal of a Binding.

Generated from protobuf enum REMOVE = 2;