Google Cloud Security Command Center V1 Client - Class Action (1.19.1)

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

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

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

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ IamBinding

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;