Show / Hide Table of Contents

Class GooglePrivacyDlpV2OrgConfig

Project and scan location information. Only set when the parent is an org.

Inheritance
object
GooglePrivacyDlpV2OrgConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX