Class AnalyzeDataSourceRiskDetails (3.11.0)

AnalyzeDataSourceRiskDetails(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Result of a risk analysis operation request.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
requested_privacy_metric google.cloud.dlp_v2.types.PrivacyMetric
Privacy metric to compute.
requested_source_table google.cloud.dlp_v2.types.BigQueryTable
Input dataset to compute metrics over.
numerical_stats_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.NumericalStatsResult
Numerical stats result This field is a member of oneof_ result.
categorical_stats_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.CategoricalStatsResult
Categorical stats result This field is a member of oneof_ result.
k_anonymity_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.KAnonymityResult
K-anonymity result This field is a member of oneof_ result.
l_diversity_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.LDiversityResult
L-divesity result This field is a member of oneof_ result.
k_map_estimation_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.KMapEstimationResult
K-map result This field is a member of oneof_ result.
delta_presence_estimation_result google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.DeltaPresenceEstimationResult
Delta-presence result This field is a member of oneof_ result.
requested_options google.cloud.dlp_v2.types.AnalyzeDataSourceRiskDetails.RequestedRiskAnalysisOptions
The configuration used for this job.

Classes

CategoricalStatsResult

CategoricalStatsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the categorical stats computation.

DeltaPresenceEstimationResult

DeltaPresenceEstimationResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Result of the δ-presence computation. Note that these results are an estimation, not exact values.

KAnonymityResult

KAnonymityResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the k-anonymity computation.

KMapEstimationResult

KMapEstimationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the reidentifiability analysis. Note that these results are an estimation, not exact values.

LDiversityResult

LDiversityResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the l-diversity computation.

NumericalStatsResult

NumericalStatsResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Result of the numerical stats computation.

RequestedRiskAnalysisOptions

RequestedRiskAnalysisOptions(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Risk analysis options.