View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrgConfig (google_api_dlp v0.46.0)

Project and scan location information. Only set when the parent is an org.

Attributes

  • location (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryStartingLocation.t, default: nil) - The data to scan: folder, org, or project
  • projectId (type: String.t, default: nil) - The project that will run the scan. The DLP service account that exists within this project must have access to all resources that are profiled, and the Cloud DLP API must be enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrgConfig{
  location:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryStartingLocation.t() | nil,
  projectId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.