Reference documentation and code samples for the Data Loss Prevention V2 Client class ExclusionType.
Type of exclusion rule.
Protobuf type google.privacy.dlp.v2.CustomInfoType.ExclusionType
Namespace
Google \ Cloud \ Dlp \ V2 \ CustomInfoTypeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;