FileClusterSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The file cluster summary.
Attributes |
|
---|---|
Name | Description |
file_cluster_type |
google.cloud.dlp_v2.types.FileClusterType
The file cluster type. |
file_store_info_type_summaries |
MutableSequence[google.cloud.dlp_v2.types.FileStoreInfoTypeSummary]
InfoTypes detected in this cluster. |
sensitivity_score |
google.cloud.dlp_v2.types.SensitivityScore
The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned. |
data_risk_level |
google.cloud.dlp_v2.types.DataRiskLevel
The data risk level of this cluster. RISK_LOW if nothing has been scanned. |
errors |
MutableSequence[google.cloud.dlp_v2.types.Error]
A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster. |
file_extensions_scanned |
MutableSequence[google.cloud.dlp_v2.types.FileExtensionInfo]
A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content. |
file_extensions_seen |
MutableSequence[google.cloud.dlp_v2.types.FileExtensionInfo]
A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content. |
no_files_exist |
bool
True if no files exist in this cluster. If the bucket had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty. |