Class InfoTypeDescription (2.0.1)

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

InfoType description.

Attributes

NameDescription
name str
Internal name of the infoType.
display_name str
Human readable form of the infoType name.
supported_by Sequence[`.dlp.InfoTypeSupportedBy`]
Which parts of the API supports this InfoType.
description str
Description of the infotype. Translated when language is provided in the request.

Inheritance

builtins.object > proto.message.Message > InfoTypeDescription