Google Cloud Security Command Center V2 Client - Class Action (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Action.

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

Protobuf type google.cloud.securitycenter.v2.IamBinding.Action

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ IamBinding

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;