Class InfoTypeDescription (3.29.0)

InfoTypeDescription(mapping=None, *, ignore_unknown_fields=False, **kwargs)

InfoType description.

Attributes

Name Description
name str
Internal name of the infoType.
display_name str
Human readable form of the infoType name.
supported_by MutableSequence[google.cloud.dlp_v2.types.InfoTypeSupportedBy]
Which parts of the API supports this InfoType.
description str
Description of the infotype. Translated when language is provided in the request.
example str
A sample that is a true positive for this infoType.
versions MutableSequence[google.cloud.dlp_v2.types.VersionDescription]
A list of available versions for the infotype.
categories MutableSequence[google.cloud.dlp_v2.types.InfoTypeCategory]
The category of the infoType.
sensitivity_score google.cloud.dlp_v2.types.SensitivityScore
The default sensitivity of the infoType.
specific_info_types MutableSequence[str]
If this field is set, this infoType is a general infoType and these specific infoTypes are contained within it. General infoTypes are infoTypes that encompass multiple specific infoTypes. For example, the "GEOGRAPHIC_DATA" general infoType would have set for this field "LOCATION", "LOCATION_COORDINATES", and "STREET_ADDRESS".