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.
Implements
IMessageDiscoveryConfigTypesOrgConfig, IEquatableDiscoveryConfigTypesOrgConfig, IDeepCloneableDiscoveryConfigTypesOrgConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
OrgConfig()
public OrgConfig()
OrgConfig(OrgConfig)
public OrgConfig(DiscoveryConfig.Types.OrgConfig other)
Parameter | |
---|---|
Name | Description |
other | DiscoveryConfigTypesOrgConfig |
Properties
Location
public DiscoveryStartingLocation Location { get; set; }
The data to scan: folder, org, or project
Property Value | |
---|---|
Type | Description |
DiscoveryStartingLocation |
ProjectId
public string ProjectId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |