class BindingDelta_Action

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

Protobuf enum Google\Iam\V1\BindingDelta\Action

Constants

ACTION_UNSPECIFIED

Unspecified.

Generated from protobuf enum ACTION_UNSPECIFIED = 0;

ADD

Addition of a Binding.

Generated from protobuf enum ADD = 1;

REMOVE

Removal of a Binding.

Generated from protobuf enum REMOVE = 2;