Class GooglePrivacyDlpV2OtherCloudResourceRegex
A pattern to match against one or more resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2OtherCloudResourceRegex : IDirectResponseSchema
Properties
AmazonS3BucketRegex
Regex for Amazon S3 buckets.
Declaration
[JsonProperty("amazonS3BucketRegex")]
public virtual GooglePrivacyDlpV2AmazonS3BucketRegex AmazonS3BucketRegex { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2AmazonS3BucketRegex |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |