google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric View Source
Privacy metric to compute for reidentification risk analysis.
Attributes
categoricalStatsConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t, default:nil) - Categorical statsdeltaPresenceEstimationConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t, default:nil) - delta-presencekAnonymityConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t, default:nil) - K-anonymitykMapEstimationConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t, default:nil) - k-maplDiversityConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t, default:nil) - l-diversitynumericalStatsConfig(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t, default:nil) - Numerical stats
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric{
categoricalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t(),
deltaPresenceEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t(),
kAnonymityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t(),
kMapEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t(),
lDiversityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t(),
numericalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.