Class GooglePrivacyDlpV2DiscoveryOtherCloudConditions
Requirements that must be true before a resource is profiled for the first time.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DiscoveryOtherCloudConditions : IDirectResponseSchema
Properties
AmazonS3BucketConditions
Amazon S3 bucket conditions.
Declaration
[JsonProperty("amazonS3BucketConditions")]
public virtual GooglePrivacyDlpV2AmazonS3BucketConditions AmazonS3BucketConditions { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2AmazonS3BucketConditions |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinAge
Minimum age a resource must be before Cloud DLP can profile it. Value must be 1 hour or greater.
Declaration
[JsonProperty("minAge")]
public virtual object MinAge { get; set; }
Property Value
Type | Description |
---|---|
object |