Google Cloud Data Loss Prevention v2 API - Class DiscoveryConfig.Types.OrgConfig (4.8.0)

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.

Inheritance

object > DiscoveryConfig.Types.OrgConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

OrgConfig()

public OrgConfig()

OrgConfig(OrgConfig)

public OrgConfig(DiscoveryConfig.Types.OrgConfig other)
Parameter
NameDescription
otherDiscoveryConfigTypesOrgConfig

Properties

Location

public DiscoveryStartingLocation Location { get; set; }

The data to scan: folder, org, or project

Property Value
TypeDescription
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
TypeDescription
string