GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OrgConfig (google_api_dlp v0.54.0)

View Source

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 DLP API must be enabled.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.