pub struct GooglePrivacyDlpV2TableDataProfile {Show 30 fields
pub config_snapshot: Option<GooglePrivacyDlpV2DataProfileConfigSnapshot>,
pub create_time: Option<DateTime<Utc>>,
pub data_risk_level: Option<GooglePrivacyDlpV2DataRiskLevel>,
pub data_source_type: Option<GooglePrivacyDlpV2DataSourceType>,
pub dataset_id: Option<String>,
pub dataset_location: Option<String>,
pub dataset_project_id: Option<String>,
pub domains: Option<Vec<GooglePrivacyDlpV2Domain>>,
pub encryption_status: Option<String>,
pub expiration_time: Option<DateTime<Utc>>,
pub failed_column_count: Option<i64>,
pub full_resource: Option<String>,
pub last_modified_time: Option<DateTime<Utc>>,
pub name: Option<String>,
pub other_info_types: Option<Vec<GooglePrivacyDlpV2OtherInfoTypeSummary>>,
pub predicted_info_types: Option<Vec<GooglePrivacyDlpV2InfoTypeSummary>>,
pub profile_last_generated: Option<DateTime<Utc>>,
pub profile_status: Option<GooglePrivacyDlpV2ProfileStatus>,
pub project_data_profile: Option<String>,
pub related_resources: Option<Vec<GooglePrivacyDlpV2RelatedResource>>,
pub resource_labels: Option<HashMap<String, String>>,
pub resource_visibility: Option<String>,
pub row_count: Option<i64>,
pub sample_findings_table: Option<GooglePrivacyDlpV2BigQueryTable>,
pub scanned_column_count: Option<i64>,
pub sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>,
pub state: Option<String>,
pub table_id: Option<String>,
pub table_size_bytes: Option<i64>,
pub tags: Option<Vec<GooglePrivacyDlpV2Tag>>,
}Expand description
The profile for a scanned table.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- locations table data profiles get organizations (response)
- locations table data profiles get projects (response)
Fields§
§config_snapshot: Option<GooglePrivacyDlpV2DataProfileConfigSnapshot>The snapshot of the configurations used to generate the profile.
create_time: Option<DateTime<Utc>>The time at which the table was created.
data_risk_level: Option<GooglePrivacyDlpV2DataRiskLevel>The data risk level of this table.
data_source_type: Option<GooglePrivacyDlpV2DataSourceType>The resource type that was profiled.
dataset_id: Option<String>If the resource is BigQuery, the dataset ID.
dataset_location: Option<String>If supported, the location where the dataset’s data is stored. See https://cloud.google.com/bigquery/docs/locations for supported locations.
dataset_project_id: Option<String>The Google Cloud project ID that owns the resource.
domains: Option<Vec<GooglePrivacyDlpV2Domain>>Domains associated with the profile.
encryption_status: Option<String>How the table is encrypted.
expiration_time: Option<DateTime<Utc>>Optional. The time when this table expires.
failed_column_count: Option<i64>The number of columns skipped in the table because of an error.
full_resource: Option<String>The Cloud Asset Inventory resource that was profiled in order to generate this TableDataProfile. https://cloud.google.com/apis/design/resource_names#full_resource_name
last_modified_time: Option<DateTime<Utc>>The time when this table was last modified
name: Option<String>The name of the profile.
other_info_types: Option<Vec<GooglePrivacyDlpV2OtherInfoTypeSummary>>Other infoTypes found in this table’s data.
predicted_info_types: Option<Vec<GooglePrivacyDlpV2InfoTypeSummary>>The infoTypes predicted from this table’s data.
profile_last_generated: Option<DateTime<Utc>>The last time the profile was generated.
profile_status: Option<GooglePrivacyDlpV2ProfileStatus>Success or error status from the most recent profile generation attempt. May be empty if the profile is still being generated.
project_data_profile: Option<String>The resource name of the project data profile for this table.
Resources related to this profile.
resource_labels: Option<HashMap<String, String>>The labels applied to the resource at the time the profile was generated.
resource_visibility: Option<String>How broadly a resource has been shared.
row_count: Option<i64>Number of rows in the table when the profile was generated. This will not be populated for BigLake tables.
sample_findings_table: Option<GooglePrivacyDlpV2BigQueryTable>The BigQuery table to which the sample findings are written.
scanned_column_count: Option<i64>The number of columns profiled in the table.
sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>The sensitivity score of this table.
state: Option<String>State of a profile. This will always be set to DONE when the table data profile is written to another service like BigQuery or Pub/Sub.
table_id: Option<String>The table ID.
table_size_bytes: Option<i64>The size of the table when the profile was generated.
The tags attached to the table, including any tags attached during profiling. Because tags are attached to Cloud SQL instances rather than Cloud SQL tables, this field is empty for Cloud SQL table profiles.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2TableDataProfile
impl Clone for GooglePrivacyDlpV2TableDataProfile
Source§fn clone(&self) -> GooglePrivacyDlpV2TableDataProfile
fn clone(&self) -> GooglePrivacyDlpV2TableDataProfile
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more