Reference documentation and code samples for the Data Loss Prevention V2 Client class Category.
This enum defines the various domain categories a data profile can fall under.
Protobuf type google.privacy.dlp.v2.Domain.Category
Namespace
Google \ Cloud \ Dlp \ V2 \ DomainMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CATEGORY_UNSPECIFIED
Value: 0
Category unspecified.
Generated from protobuf enum CATEGORY_UNSPECIFIED = 0;
AI
Value: 1
Indicates that the data profile is related to artificial intelligence.
When set, all findings stored to Security Command Center will set the
corresponding AI domain field of Finding
objects.
Generated from protobuf enum AI = 1;
CODE
Value: 2
Indicates that the data profile is related to code.
Generated from protobuf enum CODE = 2;