Show / Hide Table of Contents

Class GooglePrivacyDlpV2StorageConfig

Shared message indicating Cloud storage type.

Inheritance
object
GooglePrivacyDlpV2StorageConfig
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 GooglePrivacyDlpV2StorageConfig : IDirectResponseSchema

Properties

BigQueryOptions

BigQuery options.

Declaration
[JsonProperty("bigQueryOptions")]
public virtual GooglePrivacyDlpV2BigQueryOptions BigQueryOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BigQueryOptions

CloudStorageOptions

Cloud Storage options.

Declaration
[JsonProperty("cloudStorageOptions")]
public virtual GooglePrivacyDlpV2CloudStorageOptions CloudStorageOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2CloudStorageOptions

DatastoreOptions

Google Cloud Datastore options.

Declaration
[JsonProperty("datastoreOptions")]
public virtual GooglePrivacyDlpV2DatastoreOptions DatastoreOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DatastoreOptions

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HybridOptions

Hybrid inspection options.

Declaration
[JsonProperty("hybridOptions")]
public virtual GooglePrivacyDlpV2HybridOptions HybridOptions { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2HybridOptions

TimespanConfig

Configuration of the timespan of the items to include in scanning.

Declaration
[JsonProperty("timespanConfig")]
public virtual GooglePrivacyDlpV2TimespanConfig TimespanConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2TimespanConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX