public sealed class DiscoveryOtherCloudConditions : IMessage<DiscoveryOtherCloudConditions>, IEquatable<DiscoveryOtherCloudConditions>, IDeepCloneable<DiscoveryOtherCloudConditions>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DiscoveryOtherCloudConditions.
Requirements that must be true before a resource is profiled for the first time.
Implements
IMessageDiscoveryOtherCloudConditions, IEquatableDiscoveryOtherCloudConditions, IDeepCloneableDiscoveryOtherCloudConditions, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DiscoveryOtherCloudConditions()
public DiscoveryOtherCloudConditions()DiscoveryOtherCloudConditions(DiscoveryOtherCloudConditions)
public DiscoveryOtherCloudConditions(DiscoveryOtherCloudConditions other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryOtherCloudConditions |
Properties
AmazonS3BucketConditions
public AmazonS3BucketConditions AmazonS3BucketConditions { get; set; }Amazon S3 bucket conditions.
| Property Value | |
|---|---|
| Type | Description |
AmazonS3BucketConditions |
|
ConditionsCase
public DiscoveryOtherCloudConditions.ConditionsOneofCase ConditionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
DiscoveryOtherCloudConditionsConditionsOneofCase |
|
MinAge
public Duration MinAge { get; set; }Minimum age a resource must be before Cloud DLP can profile it. Value must be 1 hour or greater.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|