Reference documentation and code samples for the Data Loss Prevention V2 Client class StoredInfoTypeConfig.
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see https://cloud.google.com/dlp/docs/creating-custom-infotypes .
Generated from protobuf message google.privacy.dlp.v2.StoredInfoTypeConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ display_name
string
Display name of the StoredInfoType (max 256 characters).
↳ description
string
Description of the StoredInfoType (max 256 characters).
↳ large_custom_dictionary
Google\Cloud\Dlp\V2\LargeCustomDictionaryConfig
StoredInfoType where findings are defined by a dictionary of phrases.
↳ dictionary
↳ regex
getDisplayName
Display name of the StoredInfoType (max 256 characters).
string
setDisplayName
Display name of the StoredInfoType (max 256 characters).
var
string
$this
getDescription
Description of the StoredInfoType (max 256 characters).
string
setDescription
Description of the StoredInfoType (max 256 characters).
var
string
$this
getLargeCustomDictionary
StoredInfoType where findings are defined by a dictionary of phrases.
hasLargeCustomDictionary
setLargeCustomDictionary
StoredInfoType where findings are defined by a dictionary of phrases.
$this
getDictionary
Store dictionary-based CustomInfoType.
hasDictionary
setDictionary
Store dictionary-based CustomInfoType.
$this
getRegex
Store regular expression-based StoredInfoType.
hasRegex
setRegex
Store regular expression-based StoredInfoType.
$this
getType
string