public sealed class DiscoveryConfig.Types.OrgConfig : IMessage<DiscoveryConfig.Types.OrgConfig>, IEquatable<DiscoveryConfig.Types.OrgConfig>, IDeepCloneable<DiscoveryConfig.Types.OrgConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryConfig.Types.OrgConfig.
Project and scan location information. Only set when the parent is an org.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `DiscoveryConfig.Types.OrgConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API, detailing its functionality and usage."],["The `OrgConfig` class is used to specify project and scan location information when the parent element is an organization, designed to be implemented by the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The page includes a list of available versions for this class, ranging from version 2.15.0 to the latest version 4.16.0, with links to the documentation for each version."],["The `OrgConfig` class offers properties like `Location` which specifies the location to scan, and `ProjectId` to set the project responsible for running the scan."],["Constructors for `OrgConfig` are available, including a parameterless one and another that takes an existing `OrgConfig` instance, `other`, allowing for the creation of copies."]]],[]]