Copied!

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

Protobuf type google.iam.v1.AuditConfigDelta.Action

CloneableInstantiable
Constants
public Google\Cloud\Iam\V1\AuditConfigDelta\Action::ACTION_UNSPECIFIED = 0
 

Unspecified.

Generated from protobuf enum ACTION_UNSPECIFIED = 0;

public Google\Cloud\Iam\V1\AuditConfigDelta\Action::ADD = 1
 

Addition of an audit configuration.

Generated from protobuf enum ADD = 1;

public Google\Cloud\Iam\V1\AuditConfigDelta\Action::REMOVE = 2
 

Removal of an audit configuration.

Generated from protobuf enum REMOVE = 2;

Methods
public static name( $value)
public static value( $name)
Properties
private static $valueToName = ['ACTION_UNSPECIFIED', 'ADD', 'REMOVE']
Properties
private static $valueToName = ['ACTION_UNSPECIFIED', 'ADD', 'REMOVE']
Methods
public static name( $value)
public static value( $name)
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration