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

The location to begin a discovery scan. Denotes an organization ID or folder ID within an organization.

Attributes

  • folderId (type: String.t, default: nil) - The ID of the Folder within an organization to scan.
  • organizationId (type: String.t, default: nil) - The ID of an organization to scan.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DiscoveryStartingLocation{
  folderId: String.t() | nil,
  organizationId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.