class Action

The type of action performed on an audit configuration in a policy.

Protobuf type google.iam.v1.AuditConfigDelta.Action

Constants

ACTION_UNSPECIFIED

Unspecified.

Generated from protobuf enum ACTION_UNSPECIFIED = 0;

ADD

Addition of an audit configuration.

Generated from protobuf enum ADD = 1;

REMOVE

Removal of an audit configuration.

Generated from protobuf enum REMOVE = 2;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

at line 41
static name($value)

Parameters

$value

at line 51
static value($name)

Parameters

$name