View Source GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2CloudDlpInspection (google_api_security_center v0.29.0)

Details about the Cloud Data Loss Prevention (Cloud DLP) inspection job that produced the finding.

Attributes

  • fullScan (type: boolean(), default: nil) - Whether Cloud DLP scanned the complete resource or a sampled subset.
  • infoType (type: String.t, default: nil) - The type of information (or infoType) found, for example, EMAIL_ADDRESS or STREET_ADDRESS.
  • infoTypeCount (type: String.t, default: nil) - The number of times Cloud DLP found this infoType within this job and resource.
  • inspectJob (type: String.t, default: nil) - Name of the inspection job, for example, projects/123/locations/europe/dlpJobs/i-8383929.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2CloudDlpInspection{
    fullScan: boolean() | nil,
    infoType: String.t() | nil,
    infoTypeCount: String.t() | nil,
    inspectJob: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.