GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails (google_api_dlp v0.40.3) 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() | nil,
deltaPresenceEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationResult.t()
| nil,
kAnonymityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityResult.t() | nil,
kMapEstimationResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationResult.t() | nil,
lDiversityResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityResult.t() | nil,
numericalStatsResult:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsResult.t() | nil,
requestedOptions:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedRiskAnalysisOptions.t()
| nil,
requestedPrivacyMetric:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric.t() | nil,
requestedSourceTable:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2BigQueryTable.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.