Show / Hide Table of Contents

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.

Inheritance
object
GooglePrivacyDlpV2OtherCloudResourceRegex
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX