View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterSummary (google_api_dlp v0.50.1)
The file cluster summary.
Attributes
-
dataRiskLevel
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataRiskLevel.t
, default:nil
) - The data risk level of this cluster. RISK_LOW if nothing has been scanned. -
errors
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t)
, default:nil
) - A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster. -
fileClusterType
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterType.t
, default:nil
) - The file cluster type. -
fileExtensionsScanned
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t)
, default:nil
) - 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. -
fileExtensionsSeen
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t)
, default:nil
) - 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. -
fileStoreInfoTypeSummaries
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreInfoTypeSummary.t)
, default:nil
) - InfoTypes detected in this cluster. -
noFilesExist
(type:boolean()
, default:nil
) - 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. -
sensitivityScore
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t
, default:nil
) - The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterSummary{ dataRiskLevel: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DataRiskLevel.t() | nil, errors: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Error.t()] | nil, fileClusterType: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileClusterType.t() | nil, fileExtensionsScanned: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t()] | nil, fileExtensionsSeen: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileExtensionInfo.t()] | nil, fileStoreInfoTypeSummaries: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FileStoreInfoTypeSummary.t()] | nil, noFilesExist: boolean() | nil, sensitivityScore: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2SensitivityScore.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.