minLikelihoodPerInfoType property

List<GooglePrivacyDlpV2InfoTypeLikelihood>? minLikelihoodPerInfoType
getter/setter pair

Minimum likelihood per infotype.

For each infotype, a user can specify a minimum likelihood. The system only returns a finding if its likelihood is above this threshold. If this field is not set, the system uses the InspectConfig min_likelihood.

Implementation

core.List<GooglePrivacyDlpV2InfoTypeLikelihood>? minLikelihoodPerInfoType;