Class GooglePrivacyDlpV2OrgConfig
Project and scan location information. Only set when the parent is an org.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2OrgConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Location
The data to scan: folder, org, or project
Declaration
[JsonProperty("location")]
public virtual GooglePrivacyDlpV2DiscoveryStartingLocation Location { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryStartingLocation |
ProjectId
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.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |