Show / Hide Table of Contents

Class GooglePrivacyDlpV2FileClusterSummary

The file cluster summary.

Inheritance
object
GooglePrivacyDlpV2FileClusterSummary
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 file store 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX