Data Loss Prevention V2 Client - Class ExclusionType (1.8.6)

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

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

Methods

name

Parameter
NameDescription
value mixed

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;