Data Loss Prevention V2 Client - Class ExclusionType (1.12.0)

Reference documentation and code samples for the Data Loss Prevention V2 Client class ExclusionType.

Protobuf type google.privacy.dlp.v2.CustomInfoType.ExclusionType

Namespace

Google \ Cloud \ Dlp \ V2 \ CustomInfoType

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

EXCLUSION_TYPE_UNSPECIFIED

Value: 0

A finding of this custom info type will not be excluded from results.

Generated from protobuf enum EXCLUSION_TYPE_UNSPECIFIED = 0;

EXCLUSION_TYPE_EXCLUDE

Value: 1

A finding of this custom info type will be excluded from final results, but can still affect rule execution.

Generated from protobuf enum EXCLUSION_TYPE_EXCLUDE = 1;