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 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-03-24 UTC."],[[["This webpage provides documentation for the `DiscoveryConfig.Types.OrgConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `OrgConfig` class is used to define project and scan location information when the parent entity is an organization, and it inherits from `object` while implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The webpage lists various versions of the `OrgConfig` class, with version 4.16.0 being the latest available, and also features version information down to version 2.15.0."],["The class includes two constructors, one default and another which accepts an `OrgConfig` object, as well as properties `Location` which is of type `DiscoveryStartingLocation`, and `ProjectId` which is of type `string`."],["The `OrgConfig` class's `ProjectId` property specifies the project that runs the scan, which should have the DLP service account with access to scanned resources and the DLP API enabled."]]],[]]