Class QuasiIdentifierField (3.8.0)

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

A quasi-identifier column has a custom_tag, used to know which column in the data corresponds to which column in the statistical model.

Attributes

NameDescription
field google.cloud.dlp_v2.types.FieldId
Identifies the column.
custom_tag str
A column can be tagged with a custom tag. In this case, the user must indicate an auxiliary table that contains statistical information on the possible values of this column (below).

Inheritance

builtins.object > proto.message.Message > QuasiIdentifierField