Class GooglePrivacyDlpV2DiscoveryCloudStorageConditions
Requirements that must be true before a Cloud Storage bucket or object is scanned in discovery for the first time. There is an AND relationship between the top-level attributes.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryCloudStorageConditions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IncludedBucketAttributes
Required. Only objects with the specified attributes will be scanned. Defaults to [ALL_SUPPORTED_BUCKETS] if unset.
Declaration
[JsonProperty("includedBucketAttributes")]
public virtual IList<string> IncludedBucketAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IncludedObjectAttributes
Required. Only objects with the specified attributes will be scanned. If an object has one of the specified attributes but is inside an excluded bucket, it will not be scanned. Defaults to [ALL_SUPPORTED_OBJECTS]. A profile will be created even if no objects match the included_object_attributes.
Declaration
[JsonProperty("includedObjectAttributes")]
public virtual IList<string> IncludedObjectAttributes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |