GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails (google_api_dlp v0.38.1) View Source
Result of a risk analysis operation request.
Attributes
-
categoricalStatsResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsResult.t
, default:nil
) - Categorical stats result -
deltaPresenceEstimationResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t
, default:nil
) - Delta-presence result -
kAnonymityResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t
, default:nil
) - K-anonymity result -
kMapEstimationResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t
, default:nil
) - K-map result -
lDiversityResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t
, default:nil
) - L-divesity result -
numericalStatsResult
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t
, default:nil
) - Numerical stats result -
requestedOptions
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedRiskAnalysisOptions.t
, default:nil
) - The configuration used for this job. -
requestedPrivacyMetric
(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
Specs
t() :: %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(), requestedOptions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedRiskAnalysisOptions.t(), requestedPrivacyMetric: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t(), requestedSourceTable: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.