Show / Hide Table of Contents

Class GooglePrivacyDlpV2DiscoveryStartingLocation

The location to begin a discovery scan. Denotes an organization ID or folder ID within an organization.

Inheritance
object
GooglePrivacyDlpV2DiscoveryStartingLocation
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 GooglePrivacyDlpV2DiscoveryStartingLocation : 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 be scanned.

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX