google_api_dlp v0.34.2 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails View Source
Result of a risk analysis operation request.
Attributes
categoricalStatsResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsResult.t, default:nil) - Categorical stats resultdeltaPresenceEstimationResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t, default:nil) - Delta-presence resultkAnonymityResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t, default:nil) - K-anonymity resultkMapEstimationResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t, default:nil) - K-map resultlDiversityResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t, default:nil) - L-divesity resultnumericalStatsResult(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t, default:nil) - Numerical stats resultrequestedPrivacyMetric(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t, default:nil) - Privacy metric to compute.requestedSourceTable(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t, default:nil) - Input dataset to compute metrics over.
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.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails{
categoricalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsResult.t(),
deltaPresenceEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t(),
kAnonymityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t(),
kMapEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t(),
lDiversityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t(),
numericalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t(),
requestedPrivacyMetric:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t(),
requestedSourceTable:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.