Class GooglePrivacyDlpV2FileClusterSummary
The file cluster summary.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2FileClusterSummary : IDirectResponseSchema
Properties
DataRiskLevel
The data risk level of this cluster. RISK_LOW if nothing has been scanned.
Declaration
[JsonProperty("dataRiskLevel")]
public virtual GooglePrivacyDlpV2DataRiskLevel DataRiskLevel { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataRiskLevel |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Errors
A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
Declaration
[JsonProperty("errors")]
public virtual IList<GooglePrivacyDlpV2Error> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2Error> |
FileClusterType
The file cluster type.
Declaration
[JsonProperty("fileClusterType")]
public virtual GooglePrivacyDlpV2FileClusterType FileClusterType { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2FileClusterType |
FileExtensionsScanned
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.
Declaration
[JsonProperty("fileExtensionsScanned")]
public virtual IList<GooglePrivacyDlpV2FileExtensionInfo> FileExtensionsScanned { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FileExtensionInfo> |
FileExtensionsSeen
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.
Declaration
[JsonProperty("fileExtensionsSeen")]
public virtual IList<GooglePrivacyDlpV2FileExtensionInfo> FileExtensionsSeen { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FileExtensionInfo> |
FileStoreInfoTypeSummaries
InfoTypes detected in this cluster.
Declaration
[JsonProperty("fileStoreInfoTypeSummaries")]
public virtual IList<GooglePrivacyDlpV2FileStoreInfoTypeSummary> FileStoreInfoTypeSummaries { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FileStoreInfoTypeSummary> |
NoFilesExist
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.
Declaration
[JsonProperty("noFilesExist")]
public virtual bool? NoFilesExist { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SensitivityScore
The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
Declaration
[JsonProperty("sensitivityScore")]
public virtual GooglePrivacyDlpV2SensitivityScore SensitivityScore { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2SensitivityScore |