Class GooglePrivacyDlpV2DataProfileLocation
The data that will be profiled.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataProfileLocation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FolderId
The ID of the folder within an organization to scan.
Declaration
[JsonProperty("folderId")]
public virtual long? FolderId { get; set; }
Property Value
Type | Description |
---|---|
long? |
OrganizationId
The ID of an organization to scan.
Declaration
[JsonProperty("organizationId")]
public virtual long? OrganizationId { get; set; }
Property Value
Type | Description |
---|---|
long? |