public sealed class FileClusterSummary : IMessage<FileClusterSummary>, IEquatable<FileClusterSummary>, IDeepCloneable<FileClusterSummary>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class FileClusterSummary.
The file cluster summary.
Implements
IMessageFileClusterSummary, IEquatableFileClusterSummary, IDeepCloneableFileClusterSummary, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
FileClusterSummary()
public FileClusterSummary()
FileClusterSummary(FileClusterSummary)
public FileClusterSummary(FileClusterSummary other)
Parameter | |
---|---|
Name | Description |
other |
FileClusterSummary |
Properties
DataRiskLevel
public DataRiskLevel DataRiskLevel { get; set; }
The data risk level of this cluster. RISK_LOW if nothing has been scanned.
Property Value | |
---|---|
Type | Description |
DataRiskLevel |
Errors
public RepeatedField<Error> Errors { get; }
A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldError |
FileClusterType
public FileClusterType FileClusterType { get; set; }
The file cluster type.
Property Value | |
---|---|
Type | Description |
FileClusterType |
FileExtensionsScanned
public RepeatedField<FileExtensionInfo> FileExtensionsScanned { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileExtensionInfo |
FileExtensionsSeen
public RepeatedField<FileExtensionInfo> FileExtensionsSeen { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileExtensionInfo |
FileStoreInfoTypeSummaries
public RepeatedField<FileStoreInfoTypeSummary> FileStoreInfoTypeSummaries { get; }
InfoTypes detected in this cluster.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFileStoreInfoTypeSummary |
NoFilesExist
public bool NoFilesExist { get; set; }
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.
Property Value | |
---|---|
Type | Description |
bool |
SensitivityScore
public SensitivityScore SensitivityScore { get; set; }
The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
Property Value | |
---|---|
Type | Description |
SensitivityScore |